iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 682 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 AsteriskSimpleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M210.23 101.57l-72.6 29 51.11 65.71a6 6 0 01-9.48 7.36L128 137.77l-51.26 65.91a6 6 0 11-9.48-7.36l51.11-65.71-72.6-29a6 6 0 114.46-11.14L122 119.14V40a6 6 0 0112 0v79.14l71.77-28.71a6 6 0 114.46 11.14z" }));
exports.default = AsteriskSimpleLight;