iconista
Version:
Thousands of SVG icons with one React component
31 lines (30 loc) • 2.64 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 Svg1f68f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#83bf4f", d: "M26 26h4v38h-4z" }),
React.createElement("path", { fill: "#42ade2", d: "M31 30h19v6H31z" }),
React.createElement("path", { fill: "#fc97b2", d: "M31 36h19v6H31z" }),
React.createElement("path", { fill: "#42ade2", d: "M14 30h11v6H14z" }),
React.createElement("path", { fill: "#fc97b2", d: "M14 36h11v6H14z" }),
React.createElement("path", { fill: "#42ade2", d: "M31 42h19v6H31z" }),
React.createElement("g", { fill: "#699635" },
React.createElement("path", { d: "M26 48h4v2h-4zM25 35h6v2h-6zM25 41h6v2h-6z" })),
React.createElement("path", { d: "M28 0c-7.7 0-14 6.3-14 14 0 3.9 1.6 7.4 4.1 9.9l9.9 1 9.9-1c2.5-2.5 4.1-6 4.1-9.9 0-7.7-6.3-14-14-14", fill: "#42ade2" }),
React.createElement("path", { d: "M37.9 23.9l-2.8-2.8C31.2 25 24.9 25 21 21.1l-2.8 2.8c2.2 2.2 5 3.5 7.9 3.9V30h4v-2.2c2.8-.4 5.6-1.7 7.8-3.9", fill: "#ff717f" }),
React.createElement("path", { d: "M34 15c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v8", fill: "#fff" }),
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M32 10c0 .6-.4 1-1 1h-6c-.5 0-1-.4-1-1V8c0-.6.5-1 1-1h6c.6 0 1 .4 1 1v2" }),
React.createElement("circle", { cx: "25", cy: "14", r: "1" }),
React.createElement("circle", { cx: "31", cy: "14", r: "1" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M31 16v3c0 .5.5 1 1 1 .6 0 1-.5 1-1v-3h-2M23 16v3c0 .5.5 1 1 1 .6 0 1-.5 1-1v-3h-2" })),
React.createElement("g", { fill: "#699635" },
React.createElement("path", { d: "M25 42h6v6h-6zM25 36h6v6h-6zM25 30h6v6h-6z" })),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M27 30h2v5h-2zM27 37h2v4h-2zM27 43h2v5h-2z" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M15.9 31.6h1.6v3h-1.6zM19.5 31.6h3.3v3h-3.3zM15.9 37.5h3.3v3h-3.3zM21.2 37.5h1.7v3h-1.7zM42.6 31.5h6.2v1h-6.2zM35.2 31.5h6.2v1h-6.2zM38.6 33.5h10.1v1H38.6zM37.4 43.5h11.3v1H37.4zM45 45.5h3.7v1H45zM33.3 45.5h10.6v1H33.3zM41.5 37.5h7.2v1h-7.2zM32.9 37.5h7.2v1h-7.2zM45 39.5h3.8v1H45zM40.1 39.5h3.8v1h-3.8zM35.5 39.5h3.8v1h-3.8z" })));
exports.default = Svg1f68f;