diff options
Diffstat (limited to 'src/components/icons/Clock.tsx')
-rw-r--r-- | src/components/icons/Clock.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Clock.tsx b/src/components/icons/Clock.tsx new file mode 100644 index 000000000..adb9a6c4b --- /dev/null +++ b/src/components/icons/Clock.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const Clock_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm1 6a1 1 0 1 0-2 0v4a1 1 0 0 0 .293.707l2.5 2.5a1 1 0 0 0 1.414-1.414L13 11.586V8Z', +}) |