iconista
Version:
Thousands of SVG icons with one React component
22 lines (21 loc) • 1.65 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 Svg1f5c3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#534741", d: "M64 57.3L28 64 6.5 50.6 42.6 44z" }),
React.createElement("path", { fill: "#3e4347", d: "M42.6 44L6.5 50.7V37.5l36.1-6.7z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M64 57.4L42.6 44V30.8L64 47.4z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M46 43.4l-36 6.7V36.8l18-3.3v1.9l18-3.2z" }),
React.createElement("path", { fill: "#ff8736", d: "M51.4 46.5l-36.1 6.6V39.9l18-3.3v2.3l18.1-3.5z" }),
React.createElement("path", { fill: "#83bf4f", d: "M56.7 49.9l-36 6.6V43.3l18-3.3v2l18-3.2z" }),
React.createElement("path", { fill: "#ffce31", d: "M62.1 53.3l-36 6.7V46.7l18-3.3V46l18-3.8z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M28 64L6.5 50.6V37.4L28 54.1z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M64 57.3L28 64v-9.9l36-6.7zM36 26.8L0 33.4V6.6L36 0z" })),
React.createElement("path", { fill: "#94989b", d: "M36 26.8L0 33.4l6.5 4.1 36.1-6.7z" }),
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("path", { d: "M0 6.6l3.3 2 3.2 28.8-6.5-4zM36 0l3.3 2 3.3 28.8-6.6-4z" })),
React.createElement("path", { fill: "#94989b", d: "M36 0L0 6.6l3.3 2 36-6.6z" }));
exports.default = Svg1f5c3;