about summary refs log tree commit diff
path: root/src/components/icons/CircleQuestion.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/CircleQuestion.tsx')
-rw-r--r--src/components/icons/CircleQuestion.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/CircleQuestion.tsx b/src/components/icons/CircleQuestion.tsx
new file mode 100644
index 000000000..4eb369379
--- /dev/null
+++ b/src/components/icons/CircleQuestion.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const CircleQuestion_Stroke2_Corner2_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 12Z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M12 9a1 1 0 0 0-.879.522 1 1 0 0 1-1.754-.96A3 3 0 0 1 12 7c1.515 0 2.567 1.006 2.866 2.189.302 1.189-.156 2.574-1.524 3.258A.62.62 0 0 0 13 13a1 1 0 1 1-2 0c0-.992.56-1.898 1.447-2.342.455-.227.572-.618.48-.978C12.836 9.314 12.529 9 12 9Z',
+})