iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 2.54 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 Svg1f4c5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M58.1 19.6c-9.8-6-25-14.8-27.1-14.8-2.1 0-16.7 8.9-26 14.8l-.5-.9C6.9 17.2 28 3.8 31 3.8s25.1 13.4 27.6 15l-.5.8", fill: "#ba9372" }),
React.createElement("path", { d: "M62 56.8c0 1.6-1.2 3-2.7 3H6.8c-1.5 0-2.7-1.3-2.7-3V21.1c0-1.6 1.2-3 2.7-3h52.5c1.5 0 2.7 1.3 2.7 3v35.7", fill: "#93a2aa" }),
React.createElement("path", { d: "M60 21.1c0-1.6-1.2-3-2.7-3H4.7c-1.5 0-2.7 1.3-2.7 3v9.5h58v-9.5z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M2 30.6v26.2c0 1.6 1.2 3 2.7 3h52.5c1.5 0 2.7-1.3 2.7-3V30.6H2z", fill: "#d9e3e8" }),
React.createElement("g", { fill: "#93a2aa" },
React.createElement("path", { d: "M4.5 33h6v2.2h-6zM12.3 33h6v2.2h-6zM20.2 33h6v2.2h-6zM28 33h6v2.2h-6zM35.8 33h6v2.2h-6zM43.7 33h6v2.2h-6zM51.5 33h6v2.2h-6zM28 37.4h6v2.2h-6zM35.8 37.4h6v2.2h-6zM43.7 37.4h6v2.2h-6zM51.5 37.4h6v2.2h-6zM4.5 41.8h6V44h-6zM12.3 41.8h6V44h-6zM20.2 41.8h6V44h-6zM28 41.8h6V44h-6zM35.8 41.8h6V44h-6zM43.7 41.8h6V44h-6zM51.5 41.8h6V44h-6zM4.5 46.3h6v2.2h-6zM12.3 46.3h6v2.2h-6zM20.2 46.3h6v2.2h-6zM28 46.3h6v2.2h-6zM35.8 46.3h6v2.2h-6zM43.7 46.3h6v2.2h-6zM51.5 46.3h6v2.2h-6zM4.5 50.7h6v2.2h-6zM12.3 50.7h6v2.2h-6zM20.2 50.7h6v2.2h-6zM28 50.7h6v2.2h-6zM35.8 50.7h6v2.2h-6zM43.7 50.7h6v2.2h-6zM51.5 50.7h6v2.2h-6zM4.5 55.1h6v2.2h-6zM12.3 55.1h6v2.2h-6zM20.2 55.1h6v2.2h-6zM28 55.1h6v2.2h-6zM35.8 55.1h6v2.2h-6zM43.7 55.1h6v2.2h-6z" })),
React.createElement("ellipse", { cx: "31.2", cy: "6.2", rx: "1.8", ry: "1.9", fill: "#333" }),
React.createElement("ellipse", { cx: "31", cy: "6.2", rx: "1.8", ry: "1.9", fill: "#93a2aa" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M19.5 25.5v.2c0 .6.1 1 .2 1.3.1.2.3.4.7.4.4 0 .6-.1.7-.4.1-.2.1-.4.1-.8v-5.5h1.6v5.4c0 .7-.1 1.2-.3 1.6-.4.7-1 1-2 1s-1.6-.3-2-.8c-.3-.5-.5-1.3-.5-2.2v-.2h1.5M24.5 20.7h1.6v4.8c0 .5.1.9.2 1.2.2.4.6.7 1.3.7.6 0 1.1-.2 1.3-.7.1-.3.1-.7.1-1.2v-4.8h1.6v4.8c0 .8-.1 1.5-.4 1.9-.5.8-1.4 1.3-2.7 1.3-1.3 0-2.2-.4-2.7-1.3-.3-.5-.4-1.1-.4-1.9.1 0 .1-4.8.1-4.8M32.2 20.7h1.6v6.4h3.8v1.4h-5.4v-7.8M42.2 20.7H44l-2.6 4.9v2.9h-1.6v-2.9l-2.7-4.9H39l1.6 3.4 1.6-3.4" })));
exports.default = Svg1f4c5;