iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.8 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 Svg1f684 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#83bf4f", d: "M62 62H2v-4.8l60-14.7z" }),
React.createElement("path", { fill: "#94989b", d: "M2 44.3l60-4.1v1.5L2 52.8z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M2 41.7L62 38v2L2 44.3zM2 49.5l60-8.4v1.1L2 55z" })),
React.createElement("path", { fill: "#c5d0d8", d: "M2 53.6l60-11.7v.6L2 59.1z" }),
React.createElement("path", { d: "M47.4 11.9c-.9-.6-3.1-.8-4.2-.6-1.4.2-5 2.7-5 2.7s-2-2.5-4-4.1c-.1 0-.1.1-.2.1-3 2.3-8.8 7.9-11.9 10.1-1.1.8-3.7 2.6-5 2.6H7.8c-.4 0-.8-.6-.8-1.1 0-2.1 3.2-7.9 6-12.4-2.7 2.8-4.8 6.1-6.3 9.5-1.5 3.3-2.5 6.7-3.2 9.6-.6 2.5-1 4.7-1.1 6.2l-.1 1.2c-.1.5-.1.8-.1.8l36.1.5 23.7.4v-16c-2.9-1.8-12.8-8.4-14.6-9.5", fill: "#dfecf4" }),
React.createElement("path", { d: "M42.3 6.1c-1.2-.6-3.8-1.5-5.2-1.8-.8-.1-1.7-.2-2.8-.3 2.6 1.1 5.1 2.6 5.1 2.6s-3.6 2.2-5.1 3.2c2 1.6 4 4.1 4 4.1s3.7-2.4 5-2.7c1-.2 3.2.1 4.2.6 1.8 1.1 11.8 7.6 14.6 9.5V20c-.1.1-14.6-11.2-19.8-13.9", fill: "#42ade2" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M34.2 4.1C33.1 4 31.8 4 30.4 4c-5.6.1-10.9.6-14.1 2.4-1.5.8-2.5 1.9-3.4 2.8C10.2 13.7 7 19.5 7 21.5c0 .5.4 1.1.8 1.1h9.3c1.3 0 3.9-1.8 5-2.6 3.1-2.1 8.9-7.7 11.9-10 .1 0 .1-.1.2-.2 1.5-1 5.1-3.2 5.1-3.2s-2.4-1.5-5.1-2.5M52.7 20.2v7.1c.7.2 1.4.4 2.2.7v-6.7c-.8-.4-1.5-.8-2.2-1.1M55.9 21.8v6.5c.6.2 1.1.4 1.7.6v-6.1c-.6-.4-1.2-.7-1.7-1" })),
React.createElement("path", { d: "M30.1 32c3.8-1.3 10.9-5.5 14.8-6.2.7-.1 2.2.1 2.9.2.9.2 2.3.5 3.8 1v-7.3c-1.5-.7-2.8-1.2-3.7-1.4-.7-.2-2-.2-2.7 0-4.4 1.6-11.7 9.1-15.9 11.3-3.3 1.7-10.1 4.9-13.6 4.9H2.3c-.1.5-.1.9-.1 1.2h13.9c3.6-.1 10.5-2.5 14-3.7", fill: "#42ade2" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M60.6 24.4v5.5c.5.2 1 .3 1.4.5v-5.2c-.4-.2-.9-.5-1.4-.8M58.4 23.1v6c.6.2 1.1.4 1.6.5V24c-.6-.3-1.1-.6-1.6-.9M2.1 36.4s1.3 4.4 5 4.2L62 38.9v-1.5l-59.9-1" })),
React.createElement("path", { d: "M5.9 40.6s2.4 1.6.5 3.3c-1 .9.3 2.6 4.2 2.3C23.5 44.9 62 40.9 62 40.9v-2L5.9 40.6", fill: "#62727a" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M24.2 28.7c-1.6 1.6-3.7 2.1-4.7 1.1s-.5-3.1 1.1-4.8c1.6-1.6 3.7-2.1 4.7-1.1 1.1 1 .6 3.2-1.1 4.8M4.5 29.1c.7 0 1.2-1.2 1.1-2.7-.1-1.1-.4-2-.9-2.4-.5 1.5-.9 2.9-1.2 4.2.3.6.6.9 1 .9" })));
exports.default = Svg1f684;