iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 2.17 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 Svg1f579 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M56.9 48.1c-.7-3-3.2-9-4.8-11.8-2.3-4.1-38-4.1-40.3 0-1.6 2.8-4.1 8.8-4.8 11.8-.4 1.6 1.1 9.3 1.1 9.3.5 2.5 2.9 4.6 5.5 4.6h36.8c2.5 0 5-2.1 5.4-4.6 0 0 1.5-7.5 1.1-9.3", fill: "#242a33" }),
React.createElement("path", { d: "M56.1 46.4c-.5.8-1.2 1.5-2.2 2-.5.2-1.1.3-1.6.4l-1.6.1c-2.1.1-4.2.2-6.2.2-4.2.1-8.3.2-12.5.2-4.2 0-8.3 0-12.5-.2-2.1-.1-4.2-.1-6.2-.2l-1.6-.1c-.5 0-1.1-.2-1.6-.4-1-.4-1.8-1.2-2.2-2 .6.7 1.5 1.3 2.4 1.6.5.1.9.2 1.4.2l1.6-.1c2.1-.1 4.2-.2 6.2-.2 4.2-.1 8.3-.2 12.5-.2 4.2 0 8.3.1 12.5.2 2.1.1 4.2.1 6.2.2l1.6.1c.5 0 1 0 1.4-.2.9-.3 1.8-.9 2.4-1.6", fill: "#a1acb3" }),
React.createElement("path", { d: "M7.8 53.4c.5-.8 1.2-1.5 2.2-2 .5-.2 1.1-.3 1.6-.4l1.6-.1c2.1-.1 4.2-.2 6.2-.2 4.2-.1 8.3-.2 12.5-.2 4.2 0 8.3 0 12.5.2 2.1.1 4.2.1 6.2.2l1.6.1c.5 0 1.1.2 1.6.4 1 .4 1.8 1.2 2.2 2-.6-.7-1.5-1.3-2.4-1.6-.5-.1-.9-.2-1.4-.2l-1.6.1c-2.1.1-4.2.2-6.2.2-4.2.1-8.3.2-12.5.2-4.2 0-8.3-.1-12.5-.2-2.1-.1-4.2-.1-6.2-.2l-1.6-.1c-.5 0-1 0-1.4.2-.9.3-1.7.9-2.4 1.6", fill: "#6b7278" }),
React.createElement("ellipse", { cx: "36", cy: "40.9", rx: "11.9", ry: "4.5", fill: "#53585b" }),
React.createElement("ellipse", { cx: "36", cy: "37.9", rx: "10.6", ry: "3.5", fill: "#676e72" }),
React.createElement("ellipse", { cx: "36", cy: "35.5", rx: "9.4", ry: "3.1", fill: "#53585b" }),
React.createElement("path", { d: "M39.8 17.1h-7.6V34c0 1.9 7.6 1.9 7.6 0V17.1", fill: "#d2cfcf" }),
React.createElement("ellipse", { cx: "36", cy: "12.4", rx: "10.5", ry: "10.4", fill: "#ed4c5c" }),
React.createElement("path", { d: "M24.1 35.1H14v2.2c1.8 2.2 8.4 2.2 10.2 0-.1 0-.1-2.2-.1-2.2", fill: "#a5000c" }),
React.createElement("ellipse", { cx: "19", cy: "35.1", rx: "5.1", ry: "2.2", fill: "#ed4c5c" }));
exports.default = Svg1f579;