iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.48 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 Svg1f512 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 28.3v31.4C2 62.1 3.9 64 6.3 64h51.4c2.4 0 4.3-1.9 4.3-4.3V28.3H2z", fill: "#ffce31" }),
React.createElement("path", { d: "M62 24c0-2.4-1.9-4.3-4.3-4.3H6.3C3.9 19.6 2 21.6 2 24v4.3h60V24z", fill: "#ff8736" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("ellipse", { cx: "12.4", cy: "23.5", rx: "5.9", ry: "2.5" }),
React.createElement("ellipse", { cx: "51.6", cy: "23.5", rx: "5.9", ry: "2.5" })),
React.createElement("path", { d: "M32 0C19.1 0 8.6 10.6 8.6 23.5c0 .8 1.6 1.4 3.8 1.4v-1.4c.8-11 9.3-19.7 19.6-19.7 10.4 0 18.9 8.7 19.6 19.7v1.4c2.2 0 3.8-.6 3.8-1.4C55.4 10.6 44.9 0 32 0", fill: "#dfe9ef" }),
React.createElement("path", { d: "M51.6 23.5C50.9 12.6 42.4 3.9 32 3.9c-10.4 0-18.9 8.7-19.6 19.7V25c2.2 0 4.2-.6 4.2-1.4C16.5 16.4 22.5 8 32 8s15.5 8.4 15.5 15.5c0 .8 2 1.4 4.2 1.4l-.1-1.4", fill: "#b0bdc6" }),
React.createElement("path", { d: "M36.6 56.4l-1.9-12.3c1.1-.8 1.9-2.2 1.9-3.7 0-2.5-2-4.6-4.6-4.6s-4.6 2.1-4.6 4.6c0 1.5.7 2.9 1.9 3.7l-1.9 12.3h9.2", fill: "#3e4347" }));
exports.default = Svg1f512;