UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.81 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 Svg1f510 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M2 28.3v31.4C2 62.1 3.9 64 6.3 64h51.4c2.4 0 4.3-1.9 4.3-4.3V28.3H2z", fill: "#ffce31" }), React.createElement("path", { d: "M62 24c0-2.4-1.9-4.3-4.3-4.3H6.3C3.9 19.6 2 21.6 2 24v4.3h60V24z", fill: "#ff8736" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("ellipse", { cx: "12.4", cy: "23.5", rx: "5.9", ry: "2.5" }), React.createElement("ellipse", { cx: "51.6", cy: "23.5", rx: "5.9", ry: "2.5" })), React.createElement("path", { d: "M32 0C19.1 0 8.6 10.6 8.6 23.5c0 .8 1.6 1.4 3.8 1.4v-1.4c.8-11 9.3-19.7 19.6-19.7 10.4 0 18.9 8.7 19.6 19.7v1.4c2.2 0 3.8-.6 3.8-1.4C55.4 10.6 44.9 0 32 0", fill: "#dfe9ef" }), React.createElement("path", { d: "M51.6 23.5C50.9 12.6 42.4 3.9 32 3.9c-10.4 0-18.9 8.7-19.6 19.7V25c2.2 0 4.2-.6 4.2-1.4C16.5 16.4 22.5 8 32 8s15.5 8.4 15.5 15.5c0 .8 2 1.4 4.2 1.4l-.1-1.4", fill: "#b0bdc6" }), React.createElement("path", { d: "M36.6 56.4l-1.9-12.3c1.1-.8 1.9-2.2 1.9-3.7 0-2.5-2-4.6-4.6-4.6s-4.6 2.1-4.6 4.6c0 1.5.7 2.9 1.9 3.7l-1.9 12.3h9.2", fill: "#3e4347" }), React.createElement("path", { d: "M43.2 27.3v8.2l2.3 2.2v3.8l-2.3 2.2v5l2.3 2.2v3.8l-2.3 2.2v3.4l4.7 3.8 4.7-3.8v-33C58.1 25.4 62 20.2 62 14c0-7.7-6.3-14-14.1-14s-14 6.3-14 14.1c0 6.1 3.9 11.3 9.3 13.2m9.4-17.9c0 2.6-2.1 4.6-4.6 4.6-2.6 0-4.6-2.1-4.6-4.6 0-2.6 2.1-4.6 4.6-4.6 2.5 0 4.6 2.1 4.6 4.6", fill: "#42ade2" })); exports.default = Svg1f510;