iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.08 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 Svg1f5b2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M52 62V18.9c0-8.4-4-15-14-15-7.3 0-12 5.6-12 13.1h-2c0-9.4 5.7-15 14-15 10.7 0 16 6.6 16 16.9V62h-2", fill: "#d0d0d0" }),
React.createElement("path", { d: "M40 33.1c0 16-6.7 28.9-15 28.9S10 49.1 10 33.1c0-9.8 6.7-22.7 15-22.7s15 12.9 15 22.7", fill: "#3e4347" }),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M15.2 25.5c-.7 2.5-1.2 5.1-1.2 7.6 0 4.9.6 9.3 1.6 13.1.3-.5.6-1 1-1.6 5.8-10.5 2.5-16.1-1.4-19.1M34.8 25.5c-3.9 2.9-7.2 8.6-1.4 19 .3.6.7 1.1 1 1.6 1-3.8 1.6-8.3 1.6-13.1 0-2.4-.4-5-1.2-7.5" })),
React.createElement("ellipse", { cx: "25", cy: "21.7", rx: "6", ry: "5.6", fill: "#ed4c5c" }));
exports.default = Svg1f5b2;