iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 ApertureThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M198.71 57.29A100 100 0 1057.29 198.71 100 100 0 10198.71 57.29zm10.37 114.27l-61-11.14L210.4 87a92.26 92.26 0 01-1.32 84.52zM95.87 122.13L117 97.24l32.14 5.86 11 30.77L139 158.76l-32.14-5.86zm110.37-42.55l-40.13 47.25-32.36-90.63a92.09 92.09 0 0172.49 43.38zM63 63a91.31 91.31 0 0162.26-26.88L146 94.41l-94.68-17.3A92.94 92.94 0 0163 63zM47 84.49l61 11.14L45.6 169a92.26 92.26 0 011.32-84.52zm2.84 92l40.13-47.25 32.36 90.63a92.09 92.09 0 01-72.49-43.38zm143.29 16.63A91.31 91.31 0 01130.87 220L110 161.59l94.72 17.3a92.94 92.94 0 01-11.67 14.16z" }));
exports.default = ApertureThin;