iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 656 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 Svg1f48e = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#9450e0", d: "M41 4H23L2 20.1 32 60l30-39.9z" }),
React.createElement("g", { fill: "#c28fef" },
React.createElement("path", { d: "M32 60l12.5-39.9H18.8zM9.5 9.5L2 20.1h16.8L23 4zM54.5 9.5L41 4l3.5 16.1H62z" })));
exports.default = Svg1f48e;