iconista
Version:
Thousands of SVG icons with one React component
27 lines (26 loc) • 2.97 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 Svg1f5a8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M52 16H12C8.3 16 2 21.1 2 26.8 2 32.5 4.2 54 4.2 54h55.5s2.2-21.5 2.2-27.2C62 21.1 55.7 16 52 16z", fill: "#e8e8e8" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M7 54v4c0 1.1.9 2 2 2h46c1.1 0 2-.9 2-2v-4H7M48.7 16H15.4C12.3 16 7 21.1 7 26.8 7 32.5 8.9 54 8.9 54h46.3s1.9-21.5 1.9-27.2C57 21.1 51.7 16 48.7 16z" })),
React.createElement("path", { d: "M52 50c0 2.2-.5 4-1 4H13c-.6 0-1-1.8-1-4s.4-3 1-3h38c.5 0 1 .8 1 3", fill: "#62727a" }),
React.createElement("path", { d: "M51.9 58c-3.7-4.8-5-8-5-8H17.1s-1.2 3.2-5 8 2.6 3.9 6.9 3.9h26c4.2 0 10.6 1 6.9-3.9", fill: "#e8e8e8" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M19.9 52.3c-1 2.4-2.4 4.8-3.8 7-.3.5.5.9.8.4 1.5-2.3 2.9-4.7 3.9-7.2.2-.5-.7-.7-.9-.2M25.7 52.3c-.4 2.4-1.2 4.8-1.9 7.1-.2.5.8.8.9.2.8-2.3 1.5-4.7 1.9-7.1.1-.5-.8-.7-.9-.2M37.3 52.6c.4 2.4 1.2 4.8 1.9 7.1.2.5 1.1.3.9-.2-.8-2.3-1.5-4.7-1.9-7.1 0-.6-.9-.4-.9.2M43.2 52.6c1 2.5 2.5 4.9 3.9 7.2.3.5 1.2 0 .8-.4-1.4-2.2-2.9-4.6-3.8-7-.2-.6-1.1-.4-.9.2M31.5 52.4v7.1c0 .6 1 .6 1 0v-7.1c0-.5-1-.5-1 0" })),
React.createElement("path", { d: "M16.9 18c-2.1 1.1-2.4 3.8-2.4 4.5 0 1 0 1.5 5.8 1.5h23.3c5.8 0 5.8-.5 5.8-1.5 0-.7-.3-3.4-2.4-4.5H16.9", fill: "#62727a" }),
React.createElement("path", { d: "M45 2H19c-1.1 0-2 .9-2 2v16h30V4c0-1.1-.9-2-2-2", fill: "#b2c1c0" }),
React.createElement("path", { d: "M44 4H20c-.5 0-1 .4-1 1v15h26V5c0-.5-.5-1-1-1", fill: "#e8e8e8" }),
React.createElement("path", { d: "M32 8c-2.7 0-5-1.3-6.5-3.3C26.6 7.2 29.1 9 32 9s5.4-1.8 6.5-4.3C37 6.7 34.7 8 32 8z", fill: "#b2c1c0" }),
React.createElement("path", { fill: "#fff", d: "M21 9h22v11H21z" }),
React.createElement("path", { d: "M53 27c0 .6 0 1-21 1s-21-.4-21-1 0-1 21-1 21 .4 21 1", fill: "#e8e8e8" }),
React.createElement("circle", { cx: "50", cy: "34", r: "1", fill: "#f15744" }),
React.createElement("circle", { cx: "50", cy: "38", r: "1", fill: "#c7e755" }),
React.createElement("path", { d: "M41.9 50H22.1s-.6 4.8-3.1 8h26c-2.5-3.2-3.1-8-3.1-8", fill: "#fff" }),
React.createElement("path", { d: "M21 38c0 .5-.5 1-1 1h-7c-.6 0-1-.5-1-1v-4c0-.5.4-1 1-1h7c.5 0 1 .5 1 1v4", fill: "#c7e755" }),
React.createElement("g", { fill: "#62727a" },
React.createElement("path", { d: "M13 41.5h2c.4 0 .7-.2.8-.5.1.1.2.3.2.5 0 .5-.4 1-1 1h-2c-.6 0-1-.5-1-1 0-.2.1-.4.2-.5.1.3.4.5.8.5M18 41.5h2c.4 0 .7-.2.8-.5.1.1.2.3.2.5 0 .5-.5 1-1 1h-2c-.5 0-1-.5-1-1 0-.2.1-.4.2-.5.1.3.4.5.8.5" })));
exports.default = Svg1f5a8;