UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 742 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 AsteriskSimpleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M209.48 99.71l-75.06 30 52.74 67.8a4 4 0 01-.71 5.62 3.93 3.93 0 01-2.45.87 4 4 0 01-3.16-1.54L128 134.52l-52.84 67.94A4 4 0 0172 204a4 4 0 01-2.45-.84 4 4 0 01-.71-5.62l52.74-67.8-75.06-30a4 4 0 113-7.42L124 122.09V40a4 4 0 018 0v82.09l74.51-29.8a4 4 0 113 7.42z" })); exports.default = AsteriskSimpleThin;