about summary refs log tree commit diff
path: root/src/components/icons/MagnifyingGlass.tsx
blob: de5f83c9cb2ba5448e5eb1ff85a023dfc312c6a0 (plain) (blame)
1
2
3
4
5
6
import {createSinglePathSVG} from './TEMPLATE'

export const MagnifyingGlass_Filled_Stroke2_Corner0_Rounded =
  createSinglePathSVG({
    path: 'M5 11a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm6-8a8 8 0 1 0 4.906 14.32l3.387 3.387a1 1 0 0 0 1.414-1.414l-3.387-3.387A8 8 0 0 0 11 3Zm4 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z',
  })