UNPKG

iconista

Version:

Thousands of SVG icons with one React component

22 lines (21 loc) 1.99 kB
"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 Svg1f50a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#42ade2" }, React.createElement("path", { d: "M51.4 7.4L48.8 10c7 4.8 11.5 12.9 11.5 22s-4.6 17.1-11.5 21.9l2.6 2.6C59.1 51 64 42.1 64 32S59 12.9 51.4 7.4z" }), React.createElement("path", { d: "M52.5 32c0 6.9-3.7 13-9.3 16.3l2.7 2.7c6.2-4 10.3-11 10.3-19s-4.1-15-10.4-19l-2.7 2.7c5.6 3.3 9.4 9.4 9.4 16.3" }), React.createElement("path", { d: "M44.8 32c0 4.8-3.1 9-7.4 10.5l2.8 2.8c4.9-2.4 8.3-7.5 8.3-13.3 0-5.9-3.4-10.9-8.3-13.4l-2.8 2.8c4.3 1.6 7.4 5.7 7.4 10.6" })), 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 = Svg1f50a;