UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 1.98 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 Svg1f6e5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#42ade2", d: "M2 49.6h60V62H2z" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M50.3 42.5h1.1v4.8h-1.1zM59.2 42.5h1.1v4.8h-1.1zM54.7 42.5h1.1v4.8h-1.1z" })), React.createElement("path", { fill: "#dae3ea", d: "M44.7 27.7H28l-5.5 9.7 27.8 8.5z" }), React.createElement("path", { fill: "#3e4347", d: "M43.9 42.3h17v1.2h-17z" }), React.createElement("path", { fill: "#c5d0d8", d: "M42.7 27.7H36l2.2-9.7h2.3z" }), React.createElement("path", { fill: "#dae3ea", d: "M25.7 32.5H2l6.3 9.2 1.7-1.4L6.4 35h4.4v4.8H13V35h3.9v4.8h2.2V35h6.6z" }), React.createElement("path", { d: "M47.2 45.9c-.5 0-.8.5-.7 1.2v.1c.2.6.7 1.1 1.3 1.1H61c.5 0 1-.5 1-1.2s-.4-1.2-1-1.2H47.2", fill: "#3e4347" }), React.createElement("path", { d: "M58.5 54.3h-31c-12.5 0-22.2-17-22.2-17h17.2c22.2 0 27.6 10.9 33.7 10.9h4.6l-2.3 6.1", fill: "#f15744" }), React.createElement("path", { d: "M14.6 48.7h7.9c11.4 0 18.3 2.9 23.2 5.7h7.6C48 51.9 41.2 44.2 22.5 44.2H10.2c1.2 1.5 2.7 3 4.4 4.5", fill: "#c94747" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M28.8 29.5l-4 7.3h16.6l-2.2-7.3zM32.7 41c-.6 0-1.1.5-1.1 1.2v2.4c0 .7.5 1.2 1.1 1.2h2.2c.6 0 1.1-.5 1.1-1.2v-2.4c0-.7-.5-1.2-1.1-1.2h-2.2M26 41c-.6 0-1.1.5-1.1 1.2v2.4c0 .7.5 1.2 1.1 1.2h2.2c.6 0 1.1-.5 1.1-1.2v-2.4c0-.7-.5-1.2-1.1-1.2H26" })), React.createElement("path", { d: "M44.9 22.8c0-.7-.5-1.2-1.1-1.2h-8.9c-.6 0-1.1.5-1.1 1.2s.5 1.2 1.1 1.2h8.9c.6.1 1.1-.5 1.1-1.2", fill: "#dae3ea" })); exports.default = Svg1f6e5;