iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.24 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 Svg1f3e9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("path", { d: "M0 58h64v6H0z" }),
React.createElement("path", { d: "M10 58h14v2H10z" })),
React.createElement("path", { fill: "#3e4347", d: "M10 58h14v2H10z" }),
React.createElement("path", { fill: "#ffc7ce", d: "M7 20h50v38H7z" }),
React.createElement("path", { fill: "#e84d88", d: "M12 42h10v16H12z" }),
React.createElement("g", { fill: "#d6eef0" },
React.createElement("path", { d: "M12 26h10v10H12zM42 26h10v10H42zM27 26h10v10H27zM42 42h10v10H42zM27 42h10v10H27z" })),
React.createElement("path", { fill: "#d0d0d0", d: "M13 16h38v4H13z" }),
React.createElement("circle", { cx: "20", cy: "51", r: "1", fill: "#ffdd7d" }),
React.createElement("g", { fill: "#9450e0" },
React.createElement("path", { d: "M11 36h12v2H11zM26 36h12v2H26zM41 36h12v2H41zM26 52h12v2H26zM41 52h12v2H41z" })),
React.createElement("g", { fill: "#e84d88" },
React.createElement("path", { d: "M12 26v6h1c1.7 0 3-1.3 3-3v-3h-4M22 26v6h-1c-1.7 0-3-1.3-3-3v-3h4M13 32h-1v4h4v-1c0-1.7-1.3-3-3-3M21 32c-1.7 0-3 1.3-3 3v1h4v-4h-1M27 26v6h1c1.7 0 3-1.3 3-3v-3h-4M37 26v6h-1c-1.7 0-3-1.3-3-3v-3h4M28 32h-1v4h4v-1c0-1.7-1.3-3-3-3M36 32c-1.7 0-3 1.3-3 3v1h4v-4h-1M42 26v6h1c1.7 0 3-1.3 3-3v-3h-4M52 26v6h-1c-1.7 0-3-1.3-3-3v-3h4M43 32h-1v4h4v-1c0-1.7-1.3-3-3-3M51 32c-1.7 0-3 1.3-3 3v1h4v-4h-1M27 42v6h1c1.7 0 3-1.3 3-3v-3h-4M37 42v6h-1c-1.7 0-3-1.3-3-3v-3h4M28 48h-1v4h4v-1c0-1.7-1.3-3-3-3M36 48c-1.7 0-3 1.3-3 3v1h4v-4h-1M42 42v6h1c1.7 0 3-1.3 3-3v-3h-4M52 42v6h-1c-1.7 0-3-1.3-3-3v-3h4M43 48h-1v4h4v-1c0-1.7-1.3-3-3-3M51 48c-1.7 0-3 1.3-3 3v1h4v-4h-1M36.3 0c-1.9 0-3.5.9-4.3 2.3C31.2.9 29.6 0 27.7 0 25.1 0 23 1.8 23 4c0 4 9 12 9 12s9-8 9-12c0-2.2-2.1-4-4.7-4" })),
React.createElement("path", { fill: "#94989b", d: "M10 60h14v2H10z" }));
exports.default = Svg1f3e9;