UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 875 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 Sketch = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.742 8.226l-.742 1h3.645l.258-5.258-3.161 4.258zm14.903-4.742l-5.193-.516 5.484 5.968-.29-5.452zM6.194 10.452l-.452-.871h-3.71l9.097 10.58-4.935-9.71zm.064-1.226h11.484l-3.29-3.58L12 2.967 6.258 9.226zm12 .355l-5.387 10.613 9.097-10.581h-3.71V9.58zm.194-5.13l-.355-.515.032.71.226 4.58H22l-3.548-4.774zm-12.226 1l-.194 3.452 5.516-5.935-5.193.516-.13 1.968zm11.645 4.13H6.129l1.742 3.387L12 21.032l5.871-11.451z", fill: "#323544" })); exports.default = Sketch;