UNPKG

iconista

Version:

Thousands of SVG icons with one React component

19 lines (18 loc) 1.59 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 Svg1f688 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#94989b", d: "M2 56.5h60V62H2z" }), React.createElement("path", { fill: "#62696d", d: "M2 56.5h60v1.8H2z" }), React.createElement("path", { d: "M25.3 14C14.5 14 2 37.4 2 50.6c0 3.2 2.5 5.8 5.7 5.9H62V14H25.3z", fill: "#dfecf4" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M15.1 19.9c-6.8 7.4-12.5 20.2-13 29.2h10.2s13.2 0 13.2-7.3v-22l-10.4.1M41.5 19.9c-7.3 0-7.3 1.5-7.3 15.4v13.9H62V19.9H41.5" })), React.createElement("path", { d: "M2.1 49.1c0 .5-.1 1-.1 1.5 0 3.2 2.5 5.8 5.7 5.9H62v-7.3l-59.9-.1", fill: "#3baacf" }), React.createElement("path", { d: "M11.5 56.5s7.3-7.3 22-7.3H62v7.3H11.5z", fill: "#fdf516" }), React.createElement("g", { fill: "#62696d" }, React.createElement("path", { d: "M47.4 34.5c-.8 0-1.3.7-1.5 1.5l-1.3 10.2H40c-1.4 0-1.4.9-1.4 2v1h10.3V34.5h-1.5M60.5 34.5c-.8 0-1.3.7-1.5 1.5l-1.3 10.2H53c-1.4 0-1.4.9-1.4 2v1H62V34.5h-1.5" })), React.createElement("ellipse", { cx: "6.4", cy: "52.8", rx: ".7", ry: "2.2", fill: "#fff" }), React.createElement("path", { d: "M25.4 56.5s11.3-7.3 24.6-7.3c0 0 11.9 0 11.9-11.1v18.4H25.4", fill: "#3baacf" })); exports.default = Svg1f688;