iconista
Version:
Thousands of SVG icons with one React component
28 lines (27 loc) • 3.02 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 Svg1f4681f4681f466 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 34.8c0-5.8-30-5.8-30 0V62h60V34.8c0-5.8-30-5.8-30 0", fill: "#01579b" }),
React.createElement("path", { d: "M31.9 17.3l1.5 2.8h26.2l1.1-2.9c0-10.6-2.5-15-14.1-15.1-11.8-.2-14.7 4.5-14.7 15.2", fill: "#ffb300" }),
React.createElement("path", { d: "M59.7 17.1c-.1.6-.2 1.2-.4 1.5-.3.6-.9.9-.9.9s.2-1.2.1-2.8c-.7-9.7-1.2-5.1-11.9-5.1-10.7 0-11.3-4.7-11.9 5-.1 1.7.1 2.8.1 2.8s-.6-.3-.9-.9c-.2-.3-.3-.9-.4-1.5-1-.3-2.3 0-2.3 2.9 0 1.8.7 3.3 2.9 3.5.8 6.1 8.9 10.1 12.6 10.1 3.6 0 11.8-4.1 12.6-10.1 2.2-.2 2.9-1.7 2.9-3.5-.2-2.8-1.5-3-2.5-2.8", fill: "#ffdd67" }),
React.createElement("g", { fill: "#937237" },
React.createElement("circle", { cx: "41", cy: "20.3", r: "2.2" }),
React.createElement("circle", { cx: "52", cy: "20.3", r: "2.2" }),
React.createElement("path", { d: "M50.1 27.2c-2.3 1.8-4.9 1.8-7.2 0-.3-.2-.5.2-.3.5.7 1.3 2.1 2.4 3.9 2.4s3.2-1.1 3.9-2.4c.2-.4 0-.8-.3-.5" })),
React.createElement("path", { d: "M32.1 17.3l-1.5 2.8H4.4l-1.1-2.9C3.2 6.6 5.7 2.1 17.4 2c11.8-.1 14.7 4.6 14.7 15.3z", fill: "#ffb300" }),
React.createElement("path", { d: "M4.3 17.1c.1.6.2 1.2.4 1.5.3.6.9.9.9.9s-.2-1.2-.1-2.8c.7-9.7 1.2-5.1 11.9-5.1 10.7 0 11.3-4.7 11.9 5 .1 1.7-.1 2.8-.1 2.8s.6-.3.9-.9c.2-.3.3-.9.4-1.5 1-.3 2.3 0 2.3 2.9 0 1.8-.7 3.3-2.9 3.5-.8 6.1-8.9 10.1-12.6 10.1-3.6 0-11.8-4.1-12.6-10.1-2-.1-2.7-1.6-2.7-3.4 0-2.9 1.3-3.1 2.3-2.9", fill: "#ffdd67" }),
React.createElement("g", { fill: "#937237" },
React.createElement("circle", { cx: "23", cy: "20.3", r: "2.2" }),
React.createElement("circle", { cx: "12", cy: "20.3", r: "2.2" }),
React.createElement("path", { d: "M13.9 27.2c2.3 1.8 4.9 1.8 7.2 0 .3-.2.5.2.3.5-.7 1.3-2.1 2.4-3.9 2.4s-3.2-1.1-3.9-2.4c-.2-.4 0-.8.3-.5" })),
React.createElement("path", { d: "M44.5 62h-25c0-8.4 25-8.4 25 0", fill: "#29b6f6" }),
React.createElement("path", { d: "M32 36c-6.7 0-10.9 3.8-10.9 8.5v3.2c0 3.7 2.9 3.7 2.9 3.7h16.4s2.5 0 2.5-3.7v-3.2c0-4.7-4.4-8.5-10.9-8.5", fill: "#ffb300" }),
React.createElement("path", { d: "M22.1 48.5l.4-4.5c0-2.9 4.5-.6 9.5-.6s9.5-2.3 9.5.6l.4 4.5c2.2 0 2.2 3.5 0 3.5 0 4.4-5.9 7-9.9 7s-9.9-2.6-9.9-7c-2.1 0-2.1-3.5 0-3.5", fill: "#ffdd67" }),
React.createElement("g", { fill: "#937237" },
React.createElement("circle", { cx: "27.2", cy: "49.8", r: "1.8" }),
React.createElement("circle", { cx: "36.8", cy: "49.8", r: "1.8" }),
React.createElement("path", { d: "M28.9 54.4c2 1.5 4.3 1.5 6.3 0 .2-.2.5.1.3.4-.6 1.1-1.9 2-3.4 2-1.6 0-2.8-1-3.4-2-.3-.3-.1-.6.2-.4" })));
exports.default = Svg1f4681f4681f466;