iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.32 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 Svg1f491 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M17 22C7.3 22 2 28.3 2 36.7v18.5h30V36.7c0-12.4-8.1-12.2-8.1-12.2S23.3 22 17 22z", fill: "#ffb300" }),
React.createElement("path", { d: "M32 54.8V62h30v-7.2c0-5.8-30-5.8-30 0", fill: "#01579b" }),
React.createElement("path", { d: "M2 54.8V62h30v-7.2c0-5.8-30-5.8-30 0", fill: "#c2185b" }),
React.createElement("path", { d: "M6.4 43.6s-2.2-.6-2.2-3.9c0-2.6 1.7-3.1 1.7-3.1 6 0 15.8-7.8 15.8-7.8s3.7 6.9 7.3 7.8c0 0 1.7.3 1.7 3.1 0 3.3-2.3 3.9-2.3 3.9 0 5-6.8 10-11 10-4 0-11-5-11-10", fill: "#ffdd67" }),
React.createElement("g", { fill: "#937237" },
React.createElement("circle", { cx: "12.1", cy: "40.3", r: "2.2" }),
React.createElement("circle", { cx: "22.9", cy: "40.3", r: "2.2" }),
React.createElement("path", { d: "M21.1 47.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: "M31.9 37.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 37.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: "40.3", r: "2.2" }),
React.createElement("circle", { cx: "52", cy: "40.3", r: "2.2" }),
React.createElement("path", { d: "M50.1 47.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: "M46.5 7.1C43.3-1.4 33 2.4 32 6.6c-1.3-4.5-11.4-7.9-14.5.4C14 16.3 30.8 24.6 32 26c1.2-1.1 18-9.8 14.5-18.9", fill: "#ff5a79" }));
exports.default = Svg1f491;