UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 970 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 AxeBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M254.93 96.43A20 20 0 00238.56 83a122 122 0 01-39.86-12.46l3.92-3.92a32 32 0 00-45.26-45.26l-6.69 6.69a20 20 0 00-30.15-2.21L81.84 64.52a20 20 0 002.21 30.16l-74.69 74.7a32 32 0 0045.25 45.26l71.92-71.93A122 122 0 01139 182.57a20 20 0 0034 11.58L250.13 117a19.86 19.86 0 004.8-20.57zm-80.6-58.1a8 8 0 1111.32 11.32l-7.58 7.57a135.65 135.65 0 01-11.94-10.68zM37.64 197.67a8 8 0 01-11.31-11.32l76.21-76.21a135.65 135.65 0 0110.68 11.94zm123.88-26c-9-48.5-39.27-78.44-59.38-93.47l32-32c15 20.11 45 50.34 93.45 59.38z" })); exports.default = AxeBold;