iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 775 B
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 AsteriskSimpleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 128a72 72 0 11-72-72 72 72 0 0172 72z", opacity: ".2" }),
React.createElement("path", { d: "M211 103.43l-70.13 28 49.47 63.61a8 8 0 11-12.63 9.82L128 141l-49.68 63.91a8 8 0 01-12.63-9.82l49.47-63.61L45 103.43a8 8 0 016-14.86l69 27.61V40a8 8 0 0116 0v76.18l69-27.61a8 8 0 116 14.86z" }));
exports.default = AsteriskSimpleDuotone;