UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 721 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 Svg2721 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M58 17.4H41L32 2l-9 15.4H6L14.5 32 6 46.6h17L32 62l9-15.4h17L49.5 32 58 17.4M51.9 21l-4.4 7.5-4.4-7.5h8.8M32 9l4.9 8.4H27L32 9M12.1 21h8.8l-4.4 7.5-4.4-7.5m0 22l4.4-7.5 4.4 7.5h-8.8M32 55l-4.9-8.4H37L32 55m7-12H25l-6.4-11L25 21h14l6.4 11L39 43m12.9 0h-8.8l4.4-7.5 4.4 7.5", fill: "#c28fef" })); exports.default = Svg2721;