UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.22 kB
"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 AxeThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M251.36 99a12 12 0 00-9.86-8.09A141.13 141.13 0 01184 69.67l13.86-13.87a21 21 0 00-29.66-29.66L152 42.39a107.24 107.24 0 01-7.47-9.27 12 12 0 00-18.29-1.61L87.51 70.18a12 12 0 001.61 18.3A107.24 107.24 0 0198.39 96l-88.25 88.2a21 21 0 0029.66 29.66L125.67 128a141 141 0 0121.24 57.52 12 12 0 0020.38 7l81.19-81.19A11.89 11.89 0 00251.36 99zm-77.5-67.2a13 13 0 1118.34 18.34l-15 15a156.72 156.72 0 01-19.81-16.88zM34.14 208.2a13 13 0 11-18.34-18.34l88.43-88.43a156.72 156.72 0 0116.88 19.81zm208.68-102.56l-81.18 81.18a3.86 3.86 0 01-4.08 1 4 4 0 01-2.72-3.34c-8.54-63.97-55.77-98.79-61.12-102.55A4 4 0 0192 79a3.9 3.9 0 011.14-3.15l38.68-38.68a3.92 3.92 0 012.8-1.16h.35a4 4 0 012.94 1.7c3.76 5.35 38.58 52.58 102.52 61.11a4 4 0 013.33 2.73 3.86 3.86 0 01-.94 4.09z" })); exports.default = AxeThin;