iconista
Version:
Thousands of SVG icons with one React component
29 lines (28 loc) • 3.03 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 Svg1f3e4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M63 60H1c-.6 0-1 .5-1 1v2c0 .5.4 1 1 1h62c.5 0 1-.5 1-1v-2c0-.5-.5-1-1-1", fill: "#b2c1c0" }),
React.createElement("path", { d: "M64 17c0 .5-.5 1-1 1H1c-.6 0-1-.5-1-1V3c0-.5.4-1 1-1h62c.5 0 1 .5 1 1v14", fill: "#428bc1" }),
React.createElement("path", { fill: "#62727a", d: "M2 18h60v42H2z" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M2 20h60v10H2zM2 32h60v10H2z" })),
React.createElement("path", { fill: "#d0d0d0", d: "M2 0h60v2H2z" }),
React.createElement("path", { d: "M22.8 6c0 2.8-1.6 5.2-3.9 6.3.6-.9 1-1.9 1-3.1 0-2.9-2.4-5.3-5.3-5.3-2.8 0-5.1 2.2-5.3 4.9-.4-.8-.6-1.7-.6-2.8H4c0 5.5 4.5 10 10 10s10-4.5 10-10h-1.2m-8.2-.2c1.9 0 3.5 1.6 3.5 3.5s-1.6 3.5-3.5 3.5-3.5-1.6-3.5-3.5c0-2 1.5-3.5 3.5-3.5", fill: "#ffe62e" }),
React.createElement("g", { fill: "#b4d7ee" },
React.createElement("path", { d: "M4.5 22h4v6h-4zM10.5 22h4v6h-4zM19.5 22h4v6h-4zM25.5 22h4v6h-4zM34.5 22h4v6h-4zM40.5 22h4v6h-4zM49.5 22h4v6h-4zM55.5 22h4v6h-4zM4.5 34h4v6h-4zM10.5 34h4v6h-4zM19.5 34h4v6h-4zM25.5 34h4v6h-4zM34.5 34h4v6h-4zM40.5 34h4v6h-4zM49.5 34h4v6h-4zM55.5 34h4v6h-4z" })),
React.createElement("path", { fill: "#ffe62e", d: "M21 44v16h2V48h18v12h2V44z" }),
React.createElement("g", { fill: "#b4d7ee" },
React.createElement("path", { d: "M27 48h4v12h-4zM33 48h4v12h-4z" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M31 48h2v12h-2zM37 48h2v12h-2zM25 48h2v12h-2z" }),
React.createElement("path", { d: "M26 53h12v2H26zM43 48h16v10H43zM5 48h16v10H5z" })),
React.createElement("g", { fill: "#b4d7ee" },
React.createElement("path", { d: "M43 50h14v6H43zM7 50h14v6H7z" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M13 49h2v8h-2zM49 49h2v8h-2z" })),
React.createElement("g", { fill: "#ffe62e" },
React.createElement("path", { d: "M28 5.3c.6-.1 1.5-.2 2.8-.2 1.3 0 2.2.3 2.8.8.6.5 1 1.3 1 2.2s-.3 1.8-.8 2.3c-.7.7-1.7 1-2.9 1h-.7v3.5h-2V5.3zm2 4.4c.2 0 .4.1.7.1 1.1 0 1.8-.6 1.8-1.6 0-.9-.6-1.4-1.6-1.4-.4 0-.7 0-.8.1v2.8zM44.4 9.9c0 3.2-1.8 5.1-4.4 5.1-2.7 0-4.2-2.2-4.2-4.9 0-2.9 1.7-5.1 4.4-5.1s4.2 2.2 4.2 4.9m-6.5.1c0 1.9.8 3.2 2.2 3.2 1.4 0 2.2-1.4 2.2-3.3 0-1.7-.8-3.2-2.2-3.2-1.4 0-2.2 1.4-2.2 3.3M46.2 12.6c.6.3 1.4.6 2.3.6.9 0 1.4-.4 1.4-1s-.4-.9-1.5-1.4c-1.5-.6-2.5-1.5-2.5-2.9 0-1.7 1.3-2.9 3.4-2.9 1 0 1.8.2 2.3.5l-.5 1.8c-.4-.2-1-.5-1.9-.5-.9 0-1.3.4-1.3.9 0 .6.5.9 1.7 1.4 1.6.6 2.4 1.5 2.4 2.9 0 1.6-1.2 3-3.6 3-1 0-2.1-.3-2.6-.6l.4-1.8M55.5 7h-2.4V5.2H60V7h-2.5v7.8h-2V7z" })));
exports.default = Svg1f3e4;