iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 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 ApertureBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M204.41 51.63a108 108 0 100 152.74 107.38 107.38 0 000-152.74zm-17 17A83.85 83.85 0 01196.26 79L169 111.09l-23.3-65.21a83.52 83.52 0 0141.73 22.72zm-118.85 0a83.44 83.44 0 0151.11-24.2l14.16 39.65-68.12-12.47c.93-1.02 1.88-2.02 2.87-3.01zM48 153.7a84.48 84.48 0 013.4-60.3l41.44 7.6zm20.55 33.7a83.94 83.94 0 01-8.81-10.4L87 144.91l23.3 65.21a83.53 83.53 0 01-41.72-22.72zm36.36-63.61l15.18-17.85 23.06 4.21 7.88 22.06-15.17 17.85-23.06-4.21zm82.49 63.61a83.49 83.49 0 01-51.11 24.2L122.15 172l68.14 12.44c-.93.97-1.88 1.97-2.86 2.96zM163.16 155L208 102.3a84.43 84.43 0 01-3.41 60.3z" }));
exports.default = ApertureBold;