iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 712 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 AsteriskThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M211.43 178.06a4 4 0 01-5.49 1.37L132 135.06V216a4 4 0 01-8 0v-80.94l-73.94 44.37a4 4 0 01-4.12-6.86L120.22 128 45.94 83.43a4 4 0 014.12-6.86L124 120.94V40a4 4 0 018 0v80.94l73.94-44.37a4 4 0 114.12 6.86L135.78 128l74.28 44.57a4 4 0 011.37 5.49z" }));
exports.default = AsteriskThin;