iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.23 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 ApertureDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M195.88 60.12a96 96 0 100 135.76 96 96 0 000-135.76zm-55.34 103l-36.68-6.69-12.54-35.13 24.14-28.41 36.68 6.69 12.54 35.12z", opacity: ".2" }),
React.createElement("path", { d: "M201.54 54.46A104 104 0 0054.46 201.54 104 104 0 00201.54 54.46zm-11.31 11.32a88.18 88.18 0 0111 13.48L167.55 119l-27.92-78.22a87.34 87.34 0 0150.6 25zM155.59 133l-18.16 21.37-27.59-5-9.43-26.37 18.16-21.37 27.59 5zM65.77 65.78a87.34 87.34 0 0156.66-25.59l17.51 49L58.3 74.32a88 88 0 017.47-8.54zm-19.12 95.76a88.41 88.41 0 012.53-72.62l51.21 9.35zm19.12 28.68a88.18 88.18 0 01-11-13.48L88.45 137l27.92 78.18a87.34 87.34 0 01-50.6-24.96zm124.46 0a87.34 87.34 0 01-56.66 25.59l-17.51-49 81.64 14.91a88 88 0 01-7.47 8.5zm-34.62-32.49l53.74-63.27a88.41 88.41 0 01-2.53 72.62z" }));
exports.default = ApertureDuotone;