iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.74 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 Svg1f6bd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M58.2 35.8c0 8-6.5 14.5-14.5 14.5V35.8h14.5", fill: "#9e958f" }),
React.createElement("path", { d: "M59.3 3.3h-9.8c-.8 0-1.5.7-1.5 1.3v29.9c0 .6.7 1.6 1.5 1.6h9.8c.8 0 1.5-1 1.5-1.6V4.6c0-.5-.7-1.3-1.5-1.3", fill: "#e2d8c7" }),
React.createElement("g", { fill: "#c6bbb3" },
React.createElement("path", { d: "M60.3 0H48.5c-1 0-1.8.9-1.8 1.6v1.9c0 .7.8 1.9 1.8 1.9h11.9c1 0 1.8-1.3 1.8-1.9V1.6c0-.7-.9-1.6-1.9-1.6M44 52c0-2.5.6-4.8 1.8-6.9H10.5c1.1 2 1.8 4.4 1.8 6.9 0 4.7-2.3 7.9-5.8 10.5h43.4C46.2 59.9 44 56.7 44 52" })),
React.createElement("g", { fill: "#e2d8c7" },
React.createElement("path", { d: "M51 62.5c0 .8-.7 1.5-1.5 1.5H6.8c-.8 0-1.5-.7-1.5-1.5S6 61 6.8 61h42.7c.8 0 1.5.7 1.5 1.5M28.1 53.8c12.6 0 22.9-8 22.9-18H5.2c0 10 10.3 18 22.9 18" })),
React.createElement("path", { d: "M48.7 35.1c0 1-.7 1.8-1.5 1.8H3.4c-.8 0-1.5-.8-1.5-1.8s.7-1.8 1.5-1.8h43.8c.8 0 1.5.8 1.5 1.8", fill: "#c6bbb3" }),
React.createElement("path", { d: "M48.7 31.4c0 1-.7 1.8-1.5 1.8H3.4c-.8 0-1.5-.8-1.5-1.8s.7-1.8 1.5-1.8h43.8c.8 0 1.5.8 1.5 1.8", fill: "#42ade2" }),
React.createElement("g", { fill: "#636a6b" },
React.createElement("circle", { cx: "48", cy: "33.5", r: "3" }),
React.createElement("path", { d: "M58 7.4c0 2-1.6 3.6-3.6 3.6s-3.6-1.6-3.6-3.6H58" })));
exports.default = Svg1f6bd;