@gravity-ui/icons
Version:
Pack of Gravity UI icons
10 lines (9 loc) • 1.9 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Paintbrush = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M8.135.693A1.002 1.002 0 0 1 9.66.568l5.558 5.56c.39.39.391 1.024 0 1.415l-4.332 4.332a2.004 2.004 0 0 1-2.833 0l-.384-.383c-.11-.11-.293-.084-.39.038l-2.39 3.011a2.468 2.468 0 0 1-4.393-1.69 2.47 2.47 0 0 1 .928-1.775l3.014-2.388c.121-.097.148-.278.04-.388l-.314-.313a2.004 2.004 0 0 1 0-2.834L6.918 2.4a6 6 0 0 0 1.03-1.378L8.07.797zM5.226 6.215a.5.5 0 0 0 0 .709l.313.313c.863.864.518 2.084-.168 2.628l-3.014 2.39a.963.963 0 1 0 1.353 1.352l2.391-3.011h.001c.55-.693 1.77-1.023 2.628-.167l.384.383a.5.5 0 0 0 .709 0l.415-.415L5.64 5.799zm3.835-4.12A7.5 7.5 0 0 1 7.98 3.463L6.704 4.738 11.3 9.334l2.501-2.499-.758-.759-1.069 1.081a.405.405 0 0 1-.68-.384l.495-1.95z" }),
React.createElement("path", { fillRule: "evenodd", d: "M8.135.693A1.003 1.003 0 0 1 9.567.486l.091.082 5.559 5.559c.39.39.39 1.025 0 1.416l-4.332 4.332a2.003 2.003 0 0 1-2.833 0l-.383-.383c-.11-.11-.295-.084-.391.038l-2.391 3.01a2.467 2.467 0 1 1-3.464-3.464l3.014-2.389c.122-.096.148-.28.038-.39l-.312-.311a2.004 2.004 0 0 1 .001-2.834L6.917 2.4a6 6 0 0 0 1.031-1.378l.123-.224zM5.227 6.215a.5.5 0 0 0-.001.708l.311.313c.86.86.525 2.08-.167 2.629l-3.013 2.389a.963.963 0 1 0 1.353 1.352l2.39-3.01h.002c.555-.698 1.776-1.02 2.63-.167l.382.383a.5.5 0 0 0 .708 0l.416-.416L5.64 5.8zm3.835-4.12c-.307.497-.67.956-1.082 1.368L6.703 4.738 11.3 9.335l2.502-2.5-.759-.76-1.067 1.082a.405.405 0 0 1-.68-.384l.493-1.951z", clipRule: "evenodd" }))));
exports.default = Paintbrush;