UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 858 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 Chisel = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-chisel", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M14 14l1.5 1.5M18.347 15.575l2.08 2.079a1.96 1.96 0 01-2.773 2.772l-2.08-2.079a1.96 1.96 0 012.773-2.772zM3 6l3-3 7.414 7.414A2 2 0 0114 11.828V14h-2.172a2 2 0 01-1.414-.586L3 6z" })); exports.default = Chisel;