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

export const Bars3_Stroke2_Corner0_Rounded = createSinglePathSVG({
  path: 'M3 5a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H3Zm-1 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z',
})