UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 940 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Paint = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-paint", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 2a3 3 0 012.995 2.824L20 5a3 3 0 013 3 6 6 0 01-5.775 5.996L17 14h-4l.15.005a2 2 0 011.844 1.838L15 16v4a2 2 0 01-1.85 1.995L13 22h-2a2 2 0 01-1.995-1.85L9 20v-4a2 2 0 011.85-1.995L11 14v-1a1 1 0 01.883-.993L12 12h5a4 4 0 004-4 1 1 0 00-.883-.993L20 7l-.005.176a3 3 0 01-2.819 2.819L17 10H7a3 3 0 01-2.995-2.824L4 7V5a3 3 0 012.824-2.995L7 2h10z" })); exports.default = Paint;