about summary refs log tree commit diff
path: root/src/components/icons/MagnifyingGlass2.tsx
blob: 3ca4034001276ff8ed9fbaa64e1d26b383681ad9 (plain) (blame)
1
2
3
4
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',
})