From 10157fc1349bb1c9d64ee4aebefbe45dc0314a7b Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Mon, 20 Apr 2026 12:21:45 -0400 Subject: [PATCH] add thumbsup icon --- src/components/icons/Thumb.tsx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/components/icons/Thumb.tsx diff --git a/src/components/icons/Thumb.tsx b/src/components/icons/Thumb.tsx new file mode 100644 index 0000000000..b8247a4d24 --- /dev/null +++ b/src/components/icons/Thumb.tsx @@ -0,0 +1,6 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const ThumbUp_Stroke2_Corner0_Rounded = createSinglePathSVG({ + viewBox: '0 0 21 19', + path: 'M9.61523 0C11.4562 0 12.8635 1.6429 12.5801 3.46191L12.1836 6H16.0635C18.4871 6.0002 20.3536 8.13859 20.0264 10.54L19.3447 15.54C19.0745 17.522 17.3811 19 15.3809 19H2C0.895431 19 0 18.1046 0 17V10C0 8.89543 0.895431 8 2 8H4.38184L8.10547 0.552734L8.17676 0.431641C8.36169 0.163675 8.66854 0 9 0H9.61523ZM6 9.23633V17H15.3809C16.3809 17 17.228 16.2614 17.3633 15.2705L18.0449 10.2705C18.2087 9.06976 17.2753 8.0002 16.0635 8H11.0166C10.7246 8 10.4468 7.87218 10.2568 7.65039C10.0669 7.42849 9.98332 7.13434 10.0283 6.8457L10.6035 3.1543C10.698 2.54844 10.2301 2.00093 9.61719 2L6 9.23633ZM2 17H4V10H2V17Z', +})