UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 885 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 Axe = (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-axe", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M13 9l7.383 7.418c.823.82.823 2.148 0 2.967a2.11 2.11 0 01-2.976 0L10 12" }), React.createElement("path", { d: "M6.66 15.66l-3.32-3.32a1.25 1.25 0 01.42-2.044L7 9l6-6 3 3-6 6-1.296 3.24a1.25 1.25 0 01-2.044.42z" })); exports.default = Axe;