about summary refs log tree commit diff
path: root/src/components/icons/MagnifyingGlass2.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/MagnifyingGlass2.tsx')
-rw-r--r--src/components/icons/MagnifyingGlass2.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/MagnifyingGlass2.tsx b/src/components/icons/MagnifyingGlass2.tsx
new file mode 100644
index 000000000..3ca403400
--- /dev/null
+++ b/src/components/icons/MagnifyingGlass2.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const MagnifyingGlass2_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M11 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-8 6a8 8 0 1 1 14.32 4.906l3.387 3.387a1 1 0 0 1-1.414 1.414l-3.387-3.387A8 8 0 0 1 3 11Z',
+})