iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 823 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 AsteriskDuotone = (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: "M214.86 180.12a8 8 0 01-11 2.74L136 142.13V216a8 8 0 01-16 0v-73.87l-67.88 40.73a8 8 0 11-8.23-13.72L112.45 128 43.89 86.86a8 8 0 118.23-13.72L120 113.87V40a8 8 0 0116 0v73.87l67.88-40.73a8 8 0 118.23 13.72L143.55 128l68.56 41.14a8 8 0 012.75 10.98z" }));
exports.default = AsteriskDuotone;