iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.31 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 Svg1f321 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M37.9 46.2l3.1-36c0-11-18-11-18 0l3.1 36C24.2 47.9 23 50.3 23 53c0 5 4 9 9 9s9-4 9-9c0-2.7-1.2-5.1-3.1-6.8M32 59.8c-3.7 0-6.7-3-6.7-6.8 0-2.4 1.3-4.6 3.3-5.8l-2-37.2c0-6.4 10.8-6.4 10.8 0l-1.9 37.2c1.9 1.2 3.3 3.3 3.3 5.8 0 3.7-3.1 6.8-6.8 6.8", opacity: ".8", fill: "#a1b8c7" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M28.4 21.4l1.4 27.5h4.4l1.4-27.5z" }),
React.createElement("path", { d: "M37.6 53c0 3.1-2.5 5.6-5.6 5.6-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6" })),
React.createElement("ellipse", { cx: "32", cy: "21.4", rx: "3.6", ry: "1.2", fill: "#a5203c" }),
React.createElement("g", { fill: "#51575b" },
React.createElement("path", { d: "M30.9 28.2H26l-.1-1.5h4.9zM30.9 32.4h-4.7v-1.5h4.6zM30.9 36.6h-4.5v-1.5h4.4zM30.9 40.8h-4l-.1-1.5h4.1zM31 45h-3.8v-1.4h3.7z" })));
exports.default = Svg1f321;