iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 2.04 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 Svg1f4d2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M43.7 3.4L29.8 60.3l27.9-7.5c3.1-.9 5-4 4.1-7.1L50.9 7.4c-.9-3.1-4.1-4.8-7.2-4", fill: "#3e4347" }),
React.createElement("path", { d: "M41.4 2.8L29.8 60.3l27.6-8.7c3.1-1 4.8-4.2 3.8-7.2L48.8 6.5c-1-3-4.3-4.6-7.4-3.7", fill: "#e9f3fa" }),
React.createElement("path", { d: "M39.5 2.4l-26.2 9.4-4.1 1.5c-3 1.1-3.1 2.8-2 5.8L22 59.2c1.1 3 1.9 3.4 5 2.3l4.1-1.5 26.2-9.4c3-1.1 4.6-4.4 3.5-7.4L47 5.7c-1.1-2.9-4.4-4.4-7.5-3.3", fill: "#d3976e" }),
React.createElement("path", { fill: "#fff", d: "M40.1 22.9l-16.2 5.8-2.4-6.3 16.3-5.8z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M25.3 56.1c1.1-.4 1.7-1.6 1.3-2.8-.4-1.1-1.7-1.7-2.8-1.3-1.1.4-1.7 1.6-1.3 2.8.4 1.2 1.6 1.7 2.8 1.3M21.1 44.7c1.1-.4 1.7-1.6 1.3-2.7-.4-1.1-1.7-1.7-2.8-1.3-1.1.4-1.7 1.6-1.3 2.7.4 1.2 1.7 1.8 2.8 1.3M17 33.7c1.1-.4 1.7-1.6 1.3-2.7-.4-1.1-1.7-1.7-2.8-1.3-1.1.4-1.7 1.6-1.3 2.7.4 1.2 1.7 1.7 2.8 1.3M12.6 21.7c1.1-.4 1.7-1.6 1.3-2.8-.4-1.1-1.7-1.7-2.8-1.3-1.1.4-1.7 1.6-1.3 2.7.4 1.2 1.7 1.8 2.8 1.4" })),
React.createElement("g", { fill: "#7d8b91" },
React.createElement("path", { d: "M12.7 19.4c-1.6-3.9-12-.4-10.6 3.7.9 2.6 3.9 2.7 7.1 1.7l-.6-1.7s-3.7 1.2-4.3-.5c-.6-1.8 6.3-3.5 6.8-2.5.5.9 2.2.5 1.6-.7M17.2 31.3c-1.6-3.9-12-.4-10.6 3.7.9 2.6 3.9 2.7 7 1.6l-.6-1.7s-3.7 1.2-4.3-.5C8 32.6 15 30.9 15.5 32c.5 1 2.2.6 1.7-.7M21.3 42.3c-1.6-3.9-12-.4-10.6 3.7.9 2.6 3.9 2.7 7 1.7L17 46s-3.6 1.2-4.2-.5c-.6-1.8 6.3-3.5 6.8-2.5s2.2.6 1.7-.7M25.4 53.7c-1.6-3.9-12-.4-10.6 3.7.9 2.6 3.9 2.7 7 1.7l-.6-1.7s-3.7 1.2-4.3-.5c-.6-1.8 6.3-3.5 6.8-2.5s2.2.6 1.7-.7" })));
exports.default = Svg1f4d2;