iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 733 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 AsteriskLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M213.14 179.09a6 6 0 01-8.23 2.06L134 138.6V216a6 6 0 01-12 0v-77.4l-70.91 42.55A6.07 6.07 0 0148 182a6 6 0 01-3.1-11.15L116.34 128 44.91 85.15a6 6 0 016.18-10.3L122 117.4V40a6 6 0 0112 0v77.4l70.91-42.55a6 6 0 016.18 10.3L139.66 128l71.43 42.85a6 6 0 012.05 8.24z" }));
exports.default = AsteriskLight;