iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 2.07 kB
JavaScript
"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 Svg1f4d4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M41.2 3.4L28.3 60.1l26.5-7.3c3-.9 4.8-4 4-7.1L48.2 7.4c-.8-3.1-4-4.8-7-4", fill: "#3e4347" }),
React.createElement("path", { d: "M39 2.8L28.3 60.1l26.3-8.5c3-1 4.7-4.2 3.7-7.2L46.2 6.5c-1-3-4.2-4.6-7.2-3.7", fill: "#e9f3fa" }),
React.createElement("path", { d: "M37.1 2.4l-25.5 9.4L28.8 60l25.5-9.4c3-1.1 4.5-4.4 3.4-7.4L44.4 5.7c-1-2.9-4.3-4.4-7.3-3.3", fill: "#c28fef" }),
React.createElement("g", { fill: "#a67acc" },
React.createElement("path", { d: "M23.8 12.4l-1.5 3.3-3.2-1.6 1.4-3.3zM33.1 8.9l-1.5 3.3-3.2-1.5 1.5-3.4zM42.4 5.5L41 8.8l-3.2-1.6 1.4-3.3zM20.8 19l-1.4 3.3-3.2-1.6 1.4-3.3zM30.2 15.5l-1.5 3.4-3.2-1.6L27 14zM39.5 12.1L38 15.4l-3.2-1.6 1.5-3.3zM27.3 22.2l-1.5 3.3-3.2-1.6 1.4-3.3zM45.9 15.3l-1.4 3.3-3.2-1.6 1.4-3.3zM24.3 28.8l-1.4 3.3-3.2-1.6 1.4-3.3zM33.7 25.3l-1.5 3.3-3.2-1.5 1.5-3.3zM43 21.9l-1.5 3.3-3.2-1.6 1.5-3.3zM30.8 32l-1.5 3.3-3.2-1.6 1.5-3.3zM40.1 28.5l-1.5 3.3-3.2-1.6 1.5-3.3zM49.4 25L48 28.4l-3.2-1.6 1.4-3.3zM27.8 38.6l-1.4 3.3-3.2-1.6 1.4-3.3zM37.2 35.1l-1.5 3.3-3.2-1.6 1.5-3.3zM46.5 31.7L45 35l-3.2-1.6 1.5-3.3zM34.3 41.7L32.8 45l-3.2-1.5 1.5-3.3zM43.6 38.3l-1.5 3.3-3.2-1.6 1.5-3.3zM52.9 34.8l-1.4 3.3-3.2-1.5 1.4-3.3zM31.3 48.4l-1.4 3.3-3.2-1.6 1.4-3.3zM40.7 44.9l-1.5 3.3-3.2-1.6 1.5-3.3zM50 41.5l-1.4 3.3-3.3-1.6 1.5-3.3zM37.8 51.5l-1.5 3.3-3.2-1.5 1.5-3.4zM47.1 48.1l-1.5 3.3-3.2-1.6 1.5-3.3zM56.4 44.6L55 47.9l-3.2-1.6 1.4-3.3z" })),
React.createElement("path", { d: "M7.6 13.3c-3 1.1-3 2.8-2 5.8L20 59.2c1.1 3 1.9 3.4 4.9 2.3l4-1.5-17.3-48.2-4 1.5", fill: "#3e4347" }),
React.createElement("path", { fill: "#fff", d: "M41.5 21.4l-15.8 5.9-2.2-6.3 15.8-5.8z" }));
exports.default = Svg1f4d4;