iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.27 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 AxeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M253.25 98.36a14 14 0 00-11.48-9.44 138.65 138.65 0 01-54.6-19.6l12.1-12.11a23 23 0 10-32.48-32.48L152 39.47c-3.21-3.73-5.19-6.46-5.92-7.5a14 14 0 00-21.35-1.88L86.09 68.77A14 14 0 0088 90.12c1 .73 3.77 2.71 7.5 5.92L8.73 182.79A23 23 0 0025 222a22.79 22.79 0 0016.24-6.73l84.11-84.1a138.65 138.65 0 0119.6 54.6 14 14 0 009.44 11.48 13.86 13.86 0 0014.35-3.36l81.18-81.18a13.87 13.87 0 003.33-14.35zm-78-65.15a11 11 0 0115.52 15.52L177 62.49a153.67 153.67 0 01-16.76-14.26zM32.73 206.79a11 11 0 01-15.52-15.52l87-87A153.67 153.67 0 01118.49 121zm208.68-102.57l-81.19 81.19a1.87 1.87 0 01-2 .48 2 2 0 01-1.38-1.71C148.17 119.4 100.3 84.11 94.87 80.3a2 2 0 01-.87-1.48 1.94 1.94 0 01.57-1.57l38.67-38.67a2 2 0 011.39-.58h.18a2 2 0 011.48.86c3.81 5.43 39.1 53.3 103.88 62a2 2 0 011.71 1.38 1.85 1.85 0 01-.47 1.98z" }));
exports.default = AxeLight;