iconista
Version:
Thousands of SVG icons with one React component
26 lines (25 loc) • 2.4 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 Svg1f69d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#aab5bc", d: "M2 34.2h60v5.6H2z" }),
React.createElement("path", { fill: "#c5d0d8", d: "M2 39.8h60v5.6H2z" }),
React.createElement("path", { fill: "#dfecf4", d: "M2 43.1h60v.9H2z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M2 34.2h60v.9H2zM4.8 36.5h3.7v1.9H4.8zM12.3 36.5h3.8v1.9h-3.8zM19.8 36.5h3.8v1.9h-3.8zM27.3 36.5h3.8v1.9h-3.8z" })),
React.createElement("path", { fill: "#c5d0d8", d: "M9.5 45.5H17V62H9.5z" }),
React.createElement("path", { fill: "#dfecf4", d: "M10.8 45.5h4.7V62h-4.7z" }),
React.createElement("path", { fill: "#c5d0d8", d: "M47 45.5h7.5V62H47z" }),
React.createElement("path", { fill: "#dfecf4", d: "M48.3 45.5H53V62h-4.7z" }),
React.createElement("path", { fill: "#c5d0d8", d: "M28.2 45.5h7.5V62h-7.5z" }),
React.createElement("path", { fill: "#dfecf4", d: "M29.6 45.5h4.7V62h-4.7z" }),
React.createElement("path", { d: "M7.7 24.1c0 3.8 9.9 13.5 22.9 13.5H62V24.1H7.7", fill: "#c5d0d8" }),
React.createElement("path", { d: "M7.7 24.1c0 .8.5 1.9 1.3 3.1h53v-3.1H7.7", fill: "#3e4347" }),
React.createElement("path", { d: "M45.5 39.9c-8.6 0-12.7-3.6-16.2-6.8-2.8-2.5-5.4-4.9-9.5-4.9h-10c.9 1 1.9 2.1 3.3 3.1h6.7c2.9 0 4.9 1.8 7.4 4.1C31 38.8 35.7 43 45.5 43H62v-3.1H45.5", fill: "#428bc1" }),
React.createElement("path", { d: "M46.4 37.3c-8.6 0-12.7-3.6-16.2-6.8-2.8-2.5-5.4-4.9-9.5-4.9H8.9V27c.4.6.8 1.1 1.4 1.7h10.4c2.9 0 4.9 1.8 7.4 4.1 3.8 3.4 8.5 7.6 18.3 7.6H62v-3.1H46.4", fill: "#3e4347" }),
React.createElement("path", { d: "M37.1 2h-2.4c-7.9 0-27 14.7-27 22.1H62V2H37.1z", fill: "#dfecf4" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M34.3 6.8c0-3-1.3-3-5.9-3 0 0-13.6 5.9-19.9 17.3 0 0 13.7-4 21.6-4 2.3 0 4.2-7 4.2-10.3M62 3.8v15.3h-3.1c-4.8 0-17.6-15.3-12.1-15.3H62M42.5 15.4c0 1.5-1.2 2.7-2.7 2.7-1.5 0-2.7-1.2-2.7-2.7V6.5c0-1.5 1.2-2.7 2.7-2.7 1.5 0 2.7 1.2 2.7 2.7v8.9" })));
exports.default = Svg1f69d;