iconista
Version:
Thousands of SVG icons with one React component
36 lines (35 loc) • 3.06 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 Svg1f3de = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#d6eef0", d: "M0 0h64v64H0z" }),
React.createElement("path", { d: "M28 38c-.5-1.3-1.3-2.5-2.1-3.3L7 17.1c-1.6-1.5-4.2-1.5-5.8 0L0 18.2V38h28z", fill: "#d0d0d0" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M0 32c.1 0 0 0 0 0M50.2 34.5c-3.2-1.4-6.8-2.2-10.4-2.2-3.6 0-6.8.8-9.4 2.1-5.6 2.5-13 2.4-19.8-.1C7.4 32.9 3.6 32 0 32v32h64V36.3c-4.4.5-9.2-.1-13.8-1.8" })),
React.createElement("g", { fill: "#f9f3d9" },
React.createElement("path", { d: "M0 52h16v12H0zM48 52h16v12H48z" })),
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("path", { d: "M0 48h18v4H0zM46 48h18v4H46zM2 55h4v2H2zM10 57h4v2h-4zM54 60h4v2h-4zM58 54h4v2h-4z" })),
React.createElement("path", { d: "M29.7 45.8c-10-3.5-8.4-8.3-7.7-9.6h-2.2c-1.8 1.5-6 5.3 4.5 11.6 11.8 7.1.4 16.2.4 16.2h17s4.8-12.4-12-18.2", fill: "#f9f3d9" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M14 28h2v20h-2zM48 28h2v20h-2z" })),
React.createElement("g", { fill: "#699635" },
React.createElement("circle", { cx: "4", cy: "41", r: "2" }),
React.createElement("circle", { cx: "4", cy: "39", r: "1" }),
React.createElement("circle", { cx: "10", cy: "41", r: "2" }),
React.createElement("circle", { cx: "7", cy: "40", r: "3" })),
React.createElement("path", { fill: "#89664c", d: "M56 38h2v6h-2z" }),
React.createElement("path", { d: "M58.6 29.2c-.9-1.7-2.3-1.7-3.2 0L52.3 35c-.9 1.7 0 3 2 3h5.4c2 0 2.9-1.4 2-3l-3.1-5.8", fill: "#699635" }),
React.createElement("path", { d: "M58.3 26c-.7-1.3-1.9-1.3-2.6 0l-2.4 4.6c-.7 1.3 0 2.4 1.6 2.4h4.3c1.6 0 2.3-1.1 1.6-2.4L58.3 26", fill: "#75a843" }),
React.createElement("path", { d: "M58 22.7c-.5-1-1.4-1-1.9 0l-1.8 3.5c-.5 1 0 1.8 1.2 1.8h3.2c1.2 0 1.7-.8 1.2-1.8L58 22.7", fill: "#83bf4f" }),
React.createElement("circle", { cx: "52", cy: "12", r: "7", fill: "#ffe62e" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M22 7c0 1.1-.9 2-2 2H10c-1.1 0-2-.9-2-2s.9-2 2-2h10c1.1 0 2 .9 2 2" }),
React.createElement("path", { d: "M26 9c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M40 12c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2" })),
React.createElement("path", { d: "M49 22H15c-2.2 0-4 1.8-4 4s1.8 4 4 4h34c2.2 0 4-1.8 4-4s-1.8-4-4-4", fill: "#89664c" }),
React.createElement("g", { fill: "#f9f3d9" },
React.createElement("circle", { cx: "15", cy: "26", r: "1" }),
React.createElement("circle", { cx: "49", cy: "26", r: "1" })));
exports.default = Svg1f3de;