UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 734 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 AsteriskBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M218.29 182.17a12 12 0 01-16.47 4.12L140 149.19V216a12 12 0 01-24 0v-66.81l-61.82 37.1a12 12 0 11-12.35-20.58L104.68 128 41.83 90.29a12 12 0 1112.35-20.58l61.82 37.1V40a12 12 0 0124 0v66.81l61.82-37.1a12 12 0 1112.35 20.58L151.32 128l62.85 37.71a12 12 0 014.12 16.46z" })); exports.default = AsteriskBold;