UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.12 kB
"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 PaintBrush = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.32 4.668l-8.377 8.367c-.048.048-.11.07-.163.108.233.655.334 1.419-.008 2.158C8.497 18.05 2 17.515 2 17.515c3.33-1.661.366-3.748 2.22-5.539 1.174-1.133 2.355-1.23 3.227-1.06.046-.077.083-.159.15-.226L9.16 9.128l.782-.781 6.031-6.023a1.106 1.106 0 0 1 1.565 0l.782.781c.432.431.432 1.13 0 1.563zM7.597 12.254a1.077 1.077 0 0 1-.293-.625c-.483-.057-1.16.091-1.972.901-1.416 1.413 0 2.77-1.11 3.877 0 0 3.609.138 4.44-1.106.475-.711.433-1.412.24-1.993a1.078 1.078 0 0 1-.522-.273l-.783-.781zM8.77 11.08a.552.552 0 1 0 .782.781l1.174-1.171-.783-.782-1.173 1.172zm8.377-7.585a.553.553 0 0 0-.782 0l-5.64 5.632.783.781 5.64-5.632a.552.552 0 0 0 0-.781z", fill: "#000", fillRule: "evenodd" })); exports.default = PaintBrush;