iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 1.57 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 Svg1f3d2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M23.3 36.9c-5.5-.4-12.1-1.7-18.5-3.2-1.9-.4-4.1 9.4-2 10.1 12.8 4 26.3 3 31.3 2.2 1.8-.3 3.1-2.4 3.2-2.4l8-13.4-4.6-2.9c-7.2 8.5-13.8 9.9-17.4 9.6", fill: "#3e4347" }),
React.createElement("path", { d: "M56.5 2S42.4 25.3 40.6 27.3l4.6 2.9L62 2h-5.5z", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("ellipse", { cx: "48.7", cy: "57", rx: "13.3", ry: "5" }),
React.createElement("ellipse", { cx: "48.7", cy: "51.1", rx: "13.3", ry: "5" }),
React.createElement("path", { d: "M35.5 51.1H62V57H35.5z" })),
React.createElement("ellipse", { cx: "48.7", cy: "51.1", rx: "13.3", ry: "5", opacity: ".5", fill: "#b2c1c0" }),
React.createElement("path", { d: "M9.1 34.6L7.5 45.5c8.5 1.9 16.7 1.7 22.2 1.2l1.8-12c-3.3 1.8-6.2 2.2-8.1 2.1-4.3-.3-9.3-1.1-14.3-2.2", fill: "#e8e8e8" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M9.2 45.8l1.5.3 2.8-10.6-1.5-.3-2.8 10.6M24.2 47h1.6l3.6-11.3-1.8.6L24.2 47M16.1 46.7c.5 0 1 .1 1.5.1l.8-10.6c-.5-.1-1-.1-1.5-.2l-.8 10.7M22.1 36.7L19.9 47h1.5l2.3-10.2h-.3c-.4-.1-.8-.1-1.3-.1" })));
exports.default = Svg1f3d2;