UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 967 B
"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 ApertureFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 128A104 104 0 0054.46 54.46 104 104 0 00128 232h.09A104 104 0 00232 128zM49.18 88.92l51.21 9.35-53.74 63.26a88.39 88.39 0 012.53-72.61zm160.17 5.54a88.41 88.41 0 01-2.53 72.62l-51.21-9.35zm-8.08-15.2L167.55 119l-27.92-78.22a87.38 87.38 0 0150.6 25 88.74 88.74 0 0111.04 13.48zm-78.84-39.07l17.51 49L58.3 74.32a89.28 89.28 0 017.47-8.55 87.37 87.37 0 0156.66-25.58zm-67.7 136.55L88.45 137l27.92 78.18a88 88 0 01-61.64-38.48zm78.84 39.06l-17.51-49 23.08 4.2 58.52 10.69a87.5 87.5 0 01-64.13 34.12z" })); exports.default = ApertureFill;