iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 2.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 Svg1f309 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#42ade2", d: "M0 0h64v64H0z" }),
React.createElement("path", { fill: "#428bc1", d: "M0 52h64v12H0z" }),
React.createElement("path", { d: "M64 28.9v-2c-4.8-.5-9.1-3-12-6.6V10h-6v10.3c-3.3 4.1-8.3 6.7-14 6.7-5.7 0-10.7-2.6-14-6.7V10h-6v10.3c-2.9 3.6-7.2 6.1-12 6.6v2c1.7-.2 3.4-.6 5-1.2V34H0v6h9l1.2 6H12v6h6v-6h1.8l1.2-6h22l1.2 6H46v6h6v-6h1.8l1.2-6h9v-6h-5v-6.3c1.6.6 3.3 1 5 1.2m-18-5.7V28c0 3-2.2 5.4-5 5.9v-7.1c1.8-.9 3.5-2.1 5-3.6m-23 3.6v7.1c-2.8-.5-5-2.9-5-5.9v-4.8c1.5 1.5 3.1 2.7 5 3.6m-11-3.5V28c0 3-2.2 5.4-5 5.9v-7.1c1.9-.9 3.5-2.1 5-3.5M25 34v-6.3c1.9.7 3.9 1.1 6 1.2v5h-6zm8 0v-5c2.1-.1 4.1-.5 6-1.2V34h-6m24-.1c-2.8-.5-5-2.9-5-5.9v-4.7c1.5 1.4 3.2 2.6 5 3.6v7", fill: "#3e4347" }),
React.createElement("circle", { cx: "32", cy: "12", r: "8", fill: "#fff" }),
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("circle", { cx: "35", cy: "9", r: "2" }),
React.createElement("circle", { cx: "29", cy: "15", r: "2" }),
React.createElement("circle", { cx: "29", cy: "9", r: "1" }),
React.createElement("circle", { cx: "35", cy: "15", r: "1" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M40 53c0 .6-.5 1-1 1H25c-.6 0-1-.4-1-1 0-.5.4-1 1-1h14c.5 0 1 .5 1 1M38 57c0 .6-.5 1-1 1H27c-.6 0-1-.4-1-1 0-.5.4-1 1-1h10c.5 0 1 .5 1 1M36 61c0-.5-.5-1-1-1h-6c-.6 0-1 .5-1 1 0 .6.4 1 1 1h6c.5 0 1-.4 1-1M2.7 4.976l.991-.99.99.992-.992.989zM6.081 14.603l.991-.989.99.991-.992.99zM19.483 4.496l.991-.989.989.991-.99.989zM39 19.604l.991-.99.989.992-.99.989zM57.176 4.48l.99-.99.99.991-.991.99zM59.583 44.39l.991-.99.989.992-.99.989zM36.01 48l.99-.99.989.991-.99.99zM26.99 44.407l.991-.989.99.991-.992.99zM5.096 47.596l.991-.989.989.991-.991.99zM53.697 12.97l.99-.988.99.99-.991.99zM59.187 17.574l.991-.989.99.991-.992.99z" })));
exports.default = Svg1f309;