diff options
Diffstat (limited to 'src/components/icons/CircleInfo.tsx')
-rw-r--r-- | src/components/icons/CircleInfo.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/CircleInfo.tsx b/src/components/icons/CircleInfo.tsx new file mode 100644 index 000000000..cc3813bf3 --- /dev/null +++ b/src/components/icons/CircleInfo.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const CircleInfo_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm8-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-4a1 1 0 0 1-1-1Zm1-3a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z', +}) |