iconista
Version:
Thousands of SVG icons with one React component
21 lines (20 loc) • 2.1 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 Svg1f3af = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("ellipse", { cx: "26.6", cy: "32", rx: "21.6", ry: "26.4", fill: "#fff" }),
React.createElement("ellipse", { cx: "29", cy: "32", rx: "2.7", ry: "3.9", fill: "#ed4c5c" }),
React.createElement("path", { d: "M41.4 36.8l.3-1.5c0-.2.1-.4.1-.7 0-.3.1-.6.1-1 0-.6.1-1.1.1-1.7s0-1.1-.1-1.7c0-.3-.1-.7-.1-1 0-.2 0-.4-.1-.6l-.3-1.5c-1.8-7-7.2-12.2-13.7-12.2-7.9 0-14.3 7.6-14.3 17s6.4 17 14.3 17c6.5.1 11.9-5 13.7-12.1m-12.8 5c-4.4 0-8-4.4-8-9.8s3.6-9.8 8-9.8c1 0 1.9.2 2.7.6 2.9 1.6 4.9 5.1 4.9 9.2s-2 7.6-5 9.2c-.8.4-1.7.6-2.6.6", fill: "#428bc1" }),
React.createElement("path", { d: "M51.6 32v-1.5C50.9 14.6 40.1 2 26.8 2 13.1 2 2 15.4 2 32s11.1 30 24.8 30c13.3 0 24.1-12.6 24.8-28.5V32m-24 22.7C17.4 54.7 9 44.5 9 32 9 19.4 17.4 9.3 27.6 9.3c4.1 0 7.9 1.7 11 4.4C43.1 17.9 46 24.6 46 32s-2.9 14-7.4 18.3c-3 2.7-6.9 4.4-11 4.4", fill: "#3e4347" }),
React.createElement("path", { fill: "#fff", d: "M33.1 29.3h18.1v5.3H33.1z" }),
React.createElement("path", { fill: "#f2b200", d: "M45.5 36L62 44.6l-2.3-11.7H43.1z" }),
React.createElement("g", { fill: "#c94747" },
React.createElement("path", { d: "M51.6 39.1L49.5 38l-3.1-5.5h2.1zM57.9 42.4l-2.1-1.1-3.1-8.8h2.1z" })),
React.createElement("path", { fill: "#f2b200", d: "M45.5 27.9L62 19.2 59.7 31H43.1z" }),
React.createElement("g", { fill: "#c94747" },
React.createElement("path", { d: "M51.6 24.7l-2.1 1.1-3.1 5.5h2.1zM57.9 21.4l-2.1 1.1-3.1 8.8h2.1z" })),
React.createElement("path", { d: "M60.2 30.6H29.3c-.9 0-.9 2.7 0 2.7H60.2c.9-.1.9-2.7 0-2.7", fill: "#754e27" }),
React.createElement("path", { d: "M59.6 31.2H30c-.9 0-.9 1.4 0 1.4h29.6c.8 0 .8-1.4 0-1.4", fill: "#b28769" }));
exports.default = Svg1f3af;