diff options
Diffstat (limited to 'src/components/icons/PaintRoller.tsx')
-rw-r--r-- | src/components/icons/PaintRoller.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/PaintRoller.tsx b/src/components/icons/PaintRoller.tsx new file mode 100644 index 000000000..06ad9d4fd --- /dev/null +++ b/src/components/icons/PaintRoller.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const PaintRoller_Stroke2_Corner2_Rounded = createSinglePathSVG({ + path: 'M6 6a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3H5v3a1 1 0 0 0 1 1h7a1 1 0 0 1 1 1v2.17c1.165.412 2 1.524 2 2.83v3a1 1 0 1 1-2 0v-3a1 1 0 1 0-2 0v3a1 1 0 1 1-2 0v-3c0-1.306.835-2.418 2-2.83V14H6a3 3 0 0 1-3-3V8a2 2 0 0 1 2-2h1Zm3-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H9Z', +}) |