iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 2.02 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 Svg1f6a8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M9.3 52.5v4.2C9.3 59.1 19.5 61 32 61s22.7-1.9 22.7-4.2v-4.2l-45.4-.1", fill: "#3e4347" }),
React.createElement("path", { d: "M12.8 52.5v4.2c0 2.3 8.6 4.2 19.2 4.2s19.2-1.9 19.2-4.2v-4.2H12.8", fill: "#62696d" }),
React.createElement("path", { fill: "#c94747", d: "M54.7 52.5H9.3l5-25.1h35.4z" }),
React.createElement("ellipse", { cx: "32", cy: "52.5", rx: "22.7", ry: "4.2", fill: "#b23838" }),
React.createElement("path", { d: "M51.2 52.2L47 27.4H17l-4.2 24.9v.3c0 2.3 8.6 4.2 19.2 4.2s19.2-1.9 19.2-4.2v-.4", opacity: ".3", fill: "#ffc7ce" }),
React.createElement("ellipse", { cx: "32", cy: "27.4", rx: "17.7", ry: "4.2", fill: "#ed4c5c" }),
React.createElement("path", { d: "M17.2 27.8c0-.7.6-1.2 1.2-1.5.6-.4 1.2-.6 1.8-.9 1.3-.4 2.6-.7 3.9-1 2.6-.5 5.3-.6 7.9-.7 2.6 0 5.3.2 7.9.7 1.3.2 2.6.5 3.9 1 .6.2 1.2.5 1.8.9.5.3 1.2.8 1.2 1.5-.1-.7-.8-1-1.3-1.3-.6-.3-1.2-.5-1.8-.6-1.3-.3-2.5-.5-3.8-.7-2.6-.3-5.2-.4-7.8-.4-2.6 0-5.2.1-7.8.4-1.3.1-2.6.4-3.8.7-.6.2-1.3.3-1.8.6-.7.3-1.4.7-1.5 1.3", fill: "#c94747", opacity: ".5" }),
React.createElement("ellipse", { cx: "32", cy: "40.2", rx: "13.5", ry: "13.4", opacity: ".3", fill: "#ffc7ce" }),
React.createElement("path", { fill: "#ffe6ea", d: "M44.7 40.2l-7.8-2 4.3-7.2-7.2 4.4-2-7.9-2 7.9-7.2-4.4 4.3 7.2-7.8 2 7.8 2-4.3 7.2 7.2-4.3 2 7.8 2-7.8 7.2 4.3-4.3-7.2z" }),
React.createElement("g", { fill: "#f15744" },
React.createElement("path", { d: "M56.9 8L49 19.9l12.8-7zM7.1 8L15 19.9l-12.8-7zM0 23.1l12 4-12 1.7zM64 23.1l-12 4 12 1.7zM17.2 4l8.1 14.2L23.7 3zM46.8 4l-8.1 14.2L40.3 3z" })));
exports.default = Svg1f6a8;