iconista
Version:
Thousands of SVG icons with one React component
42 lines (41 loc) • 3.51 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 Svg1f68b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#83bf4f", d: "M4.8 22.6h54.4v20.6H4.8z" }),
React.createElement("path", { fill: "#ffce31", d: "M4.8 43.2h54.4V47H4.8z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M55.4 18.9H8.6c-2.1 0-3.8 1.7-3.8 3.8h54.4c0-2.1-1.7-3.8-3.8-3.8M25.4 15.1h13.1v3.8H25.4zM2 2h60v1.9H2zM23.6 39.8h-9.4V28.5c0-3.3 9.4-3.3 9.4 0v11.3" })),
React.createElement("path", { d: "M21.7 30.1c0-2.3-5.6-2.3-5.6 0v7.5h5.6v-7.5", fill: "#b4d7ee" }),
React.createElement("path", { d: "M12.3 41.7H4.8V25.1s7.5.2 7.5 4.3v12.3", fill: "#3e4347" }),
React.createElement("path", { d: "M10.4 31c0-3.7-5.6-3.6-5.6-3.6v12.1h5.6V31z", fill: "#b4d7ee" }),
React.createElement("path", { d: "M34.8 39.8h-9.4V28.5c0-3.3 9.4-3.3 9.4 0v11.3", fill: "#3e4347" }),
React.createElement("path", { d: "M32.9 30.1c0-2.3-5.6-2.3-5.6 0v7.5h5.6v-7.5", fill: "#b4d7ee" }),
React.createElement("path", { d: "M46.1 39.8h-9.4V28.5c0-3.3 9.4-3.3 9.4 0v11.3", fill: "#3e4347" }),
React.createElement("path", { d: "M44.2 30.1c0-2.3-5.6-2.3-5.6 0v7.5h5.6v-7.5", fill: "#b4d7ee" }),
React.createElement("path", { d: "M57.3 39.8h-9.4V28.5c0-3.3 9.4-3.3 9.4 0v11.3", fill: "#3e4347" }),
React.createElement("path", { d: "M55.4 30.1c0-2.3-5.6-2.3-5.6 0v7.5h5.6v-7.5", fill: "#b4d7ee" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M5.8 15.5H9v5.6H5.8zM13.5 17.5h9.1v3.7h-9.1zM43.9 17H53v3.7h-9.1z" })),
React.createElement("path", { fill: "#94989b", d: "M2 56.4h60V62H2z" }),
React.createElement("path", { fill: "#e6e6e6", d: "M2 57.3h60v.9H2z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M29.953 15.857l5.394-8.774.767.47-5.394 8.775zM35.45 17.163l5.399-8.771 1.448.89-5.4 8.772z" }),
React.createElement("path", { d: "M31.795 3.49l.709-.554 7.263 9.3-.71.553zM35.31 3.294l1.418-1.109 5.545 7.09-1.418 1.108z" })),
React.createElement("path", { d: "M4.8 47s-1.9 0-1.9 2.8V53.5h56.3V47H4.8z", fill: "#699635" }),
React.createElement("path", { fill: "#3e4347", d: "M2.9 52h56.3v1.6H2.9z" }),
React.createElement("path", { fill: "#63686b", d: "M18.9 49.8H9.5l-2.8 3.8h15z" }),
React.createElement("circle", { cx: "10.9", cy: "53.6", r: "2.8", fill: "#3e4347" }),
React.createElement("circle", { cx: "10.9", cy: "53.6", r: ".9", fill: "#94989b" }),
React.createElement("circle", { cx: "17.5", cy: "53.6", r: "2.8", fill: "#3e4347" }),
React.createElement("circle", { cx: "17.5", cy: "53.6", r: ".9", fill: "#94989b" }),
React.createElement("path", { fill: "#63686b", d: "M54.5 49.8h-9.4l-2.8 3.8h15z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "46.5", cy: "53.6", r: "2.8" }),
React.createElement("circle", { cx: "53.1", cy: "53.6", r: "2.8" })),
React.createElement("g", { fill: "#94989b" },
React.createElement("circle", { cx: "46.5", cy: "53.6", r: ".9" }),
React.createElement("circle", { cx: "53.1", cy: "53.6", r: ".9" })));
exports.default = Svg1f68b;