iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
JavaScript
;
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 AxeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M255.15 97.72A16 16 0 00242 86.94a136.46 136.46 0 01-51.65-18l10.31-10.3a25 25 0 00-35.32-35.32l-13.2 13.21c-2.33-2.8-3.81-4.84-4.41-5.69a16 16 0 00-24.41-2.15L84.68 67.36a16 16 0 002.14 24.4c.86.6 2.9 2.08 5.7 4.41l-85.21 85.2a25 25 0 0035.32 35.32l82.3-82.31a136.63 136.63 0 0118 51.65 16 16 0 0010.77 13.12 16.21 16.21 0 005.15.85 15.88 15.88 0 0011.26-4.69l81.18-81.19a15.86 15.86 0 003.86-16.4zM241 94.87zm-64.31-60.24a9 9 0 1112.68 12.68l-12.55 12.55a152.5 152.5 0 01-13.72-11.65zM31.31 205.37a9 9 0 11-12.68-12.68l85.58-85.58a149.75 149.75 0 0111.65 13.72z" }));
exports.default = AxeFill;