iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.63 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 Svg1f509 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M44.6 32c0 5-3.2 9.3-7.7 11l2.9 2.9c5.1-2.5 8.6-7.8 8.6-13.9 0-6.1-3.5-11.4-8.7-13.9L36.9 21c4.5 1.6 7.7 5.9 7.7 11", fill: "#42ade2" }),
React.createElement("path", { d: "M11.1 45H3.8C1.7 45 0 43.4 0 41.5v-19c0-2 1.7-3.5 3.8-3.5h7.3v26", fill: "#8b979e", id: "a" }),
React.createElement("use", { href: "#a" }),
React.createElement("path", { d: "M29.8 2.2C31.1.9 11.1 19 11.1 19v26s10.3 7.9 18.7 16.8V2.2z", fill: "#b0bdc6" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M33 25.5v13.1c3.9 0 7-2.9 7-6.5 0-3.7-3.1-6.6-7-6.6M33 62.5c0 .8-.7 1.5-1.6 1.5-.9 0-1.6-.7-1.6-1.5v-61c0-.8.7-1.5 1.6-1.5.9 0 1.6.7 1.6 1.5v61" })),
React.createElement("path", { d: "M11.1 40.2H3.8c-2.1 0-3.8-1-3.8-2.2V26c0-1.2 1.7-2.2 3.8-2.2h7.3v16.4z", fill: "#8b979e" }),
React.createElement("path", { d: "M11.1 40.2H3.8c-2.1 0-3.8-1-3.8-2.2V26c0-1.2 1.7-2.2 3.8-2.2h7.3v16.4z", fill: "#b0bdc6" }),
React.createElement("path", { fill: "#dfe9ef", d: "M29.8 13.3L11.1 23.8v16.4l18.7 10.5z" }),
React.createElement("path", { fill: "#8b979e", d: "M29.8 13.3H33v37.5h-3.2z" }),
React.createElement("path", { fill: "#333", d: "M3.8 19h7.3v26H3.8z" }));
exports.default = Svg1f509;