iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.26 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 Svg1f4b6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#428bc1", d: "M0 46.5h64v9H0z" }),
React.createElement("path", { fill: "#42ade2", d: "M0 8.5h64v38H0z" }),
React.createElement("path", { fill: "#94989b", d: "M24 46.5h16v9H24z" }),
React.createElement("path", { fill: "#428bc1", d: "M4 12.5h56v30H4z" }),
React.createElement("path", { fill: "#42ade2", d: "M7 15.5h50v24H7z" }),
React.createElement("circle", { cx: "45", cy: "27.5", r: "8", fill: "#428bc1" }),
React.createElement("path", { fill: "#d0d0d0", d: "M24 8.5h16v38H24z" }),
React.createElement("path", { d: "M19.3 33.5c-2.2 0-4.2-1.2-5.2-3h6.7v-2h-7.4c-.1-.3-.1-.7-.1-1s0-.7.1-1h7.4v-2h-6.7c1.1-1.8 3-3 5.2-3 .4 0 .8 0 1.2.1l.5-2c-.5-.1-1.1-.2-1.7-.2-3.4 0-6.4 2.1-7.6 5H9v2h2.2c0 .3-.1.7-.1 1s0 .7.1 1H9v2h2.7c1.2 2.9 4.2 5 7.6 5 .6 0 1.1-.1 1.7-.2l-.5-2c-.3.3-.8.3-1.2.3", fill: "#fff" }));
exports.default = Svg1f4b6;