diff options
Diffstat (limited to 'src/components/icons/Check.tsx')
-rw-r--r-- | src/components/icons/Check.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Check.tsx b/src/components/icons/Check.tsx new file mode 100644 index 000000000..24316c784 --- /dev/null +++ b/src/components/icons/Check.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const Check_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M21.59 3.193a1 1 0 0 1 .217 1.397l-11.706 16a1 1 0 0 1-1.429.193l-6.294-5a1 1 0 1 1 1.244-1.566l5.48 4.353 11.09-15.16a1 1 0 0 1 1.398-.217Z', +}) |