iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.87 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 Svg1f45f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M7.6 13.2s1.7-2.2 9.2 1.2c5.9 2.7-10.4 10.4-12 7.2-1-1.9 2.8-8.4 2.8-8.4", fill: "#a8d600" }),
React.createElement("path", { d: "M52 38.1c-9.2-6.4-18.8-25.4-20-25.4-3.4 0-5.6 1.3-5.6 1.3l21.9 31.8c0 .1 4.9-6.9 3.7-7.7", fill: "#5b636b" }),
React.createElement("path", { d: "M56.5 41.1c-1.4-1.2-5.4-2-6.5-3.1-4.2-4.6-13-12.7-20.5-26.4-2.7-5.1-15.2 3.8-15.2 3.8l21.8 34.7c.2 0 25.6-4.7 20.4-9", fill: "#333" }),
React.createElement("path", { d: "M36.9 47.9c1.3-1.1 1.2-7.1.1-8.6-6.8-9.8-18-24.6-22.4-24.6-4.6 0-5.4 6.2-8 6.2-2.2 0 .9-7.8.9-7.8-4.2 4.7-4.9 19.7-4.9 19.7s17.8 29.3 34.3 15.1", fill: "#5b636b" }),
React.createElement("g", { fill: "#69727a" },
React.createElement("path", { d: "M2.7 31.5s-.4-3.9 1.3-9.1c.1 5.9 3.8 7.3 2.8 15.1l-4.1-6M22.2 49.6c4.6-10.7 24.4.1 34.3-8.5 1.6.2 4.8 5.7 4.8 5.7s-3.6 14.4-39.1 2.8" })),
React.createElement("path", { d: "M2.7 31c-1 0-.8 6.9 0 8 5.3 6.6 10.8 8.3 18.1 17.1C29.6 66.6 62 61.6 62 52.6c0-7.4-.9-6.7-.9-6.7-2.3 6-22.8 7.3-30.3 5.7C14.3 48.2 3.8 31 2.7 31", fill: "#d0d0d0" }),
React.createElement("g", { fill: "#333" },
React.createElement("ellipse", { cx: "14.8", cy: "18.2", rx: "1.4", ry: "1.7" }),
React.createElement("ellipse", { cx: "18.8", cy: "22.8", rx: "1.4", ry: "1.7" }),
React.createElement("ellipse", { cx: "22.4", cy: "27.2", rx: "1.4", ry: "1.7" }),
React.createElement("ellipse", { cx: "26.1", cy: "32.7", rx: "1.4", ry: "1.7" }),
React.createElement("ellipse", { cx: "29.6", cy: "36.9", rx: "1.4", ry: "1.7" }),
React.createElement("ellipse", { cx: "33.3", cy: "41.8", rx: "1.4", ry: "1.7" })),
React.createElement("g", { fill: "#a8d600" },
React.createElement("path", { d: "M33.3 43c-.2 0-.5-.1-.7-.3-.4-.5-.4-1.2 0-1.7.2-.3 5.6-6.6 15.8-6.6.5 0 1 .5 1 1.2 0 .6-.4 1.2-1 1.2-9.4 0-14.4 5.9-14.5 5.9-.1.2-.3.3-.6.3M29.7 38.1c-.2 0-.4-.1-.6-.3-.4-.4-.5-1.1-.2-1.6.2-.3 4.4-6.6 16.2-6.6.5 0 1 .5 1 1.2 0 .6-.4 1.2-1 1.2-10.7 0-14.6 5.7-14.7 5.7-.1.2-.4.4-.7.4M26.2 33.9c-.2 0-.5-.1-.7-.3-.4-.4-.4-1.2-.1-1.7 4.8-6.4 16.1-6.5 16.6-6.5s1 .5 1 1.2c0 .6-.4 1.2-1 1.2-.1 0-10.9.1-15.2 5.7-.1.3-.4.4-.6.4M22.5 28.3c-.3 0-.6-.2-.8-.5-.3-.5-.2-1.3.2-1.6.2-.2 6-5.3 16.8-5.3.5 0 1 .5 1 1.2s-.4 1.2-1 1.2c-10.1 0-15.6 4.8-15.6 4.9-.2.1-.4.1-.6.1M18.9 24c-.3 0-.6-.2-.8-.4-.3-.5-.3-1.2.2-1.7.2-.2 5.7-5.4 17.5-5.4.5 0 1 .5 1 1.2 0 .6-.4 1.2-1 1.2-11.1 0-16.2 4.9-16.3 4.9-.2.1-.4.2-.6.2" })));
exports.default = Svg1f45f;