UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.79 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 Svg1f3d7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M12.1 37.3v-2.1h-1.9v3c0 .5.4 1 .9 1 1.6 0 2.8 1.3 2.8 3s-1.3 3-2.8 3-2.8-1.3-2.8-3c0-.5-.4-1-.9-1s-.9.4-.9 1c0 2.7 2.1 4.9 4.7 4.9s4.7-2.2 4.7-4.9c-.1-2.5-1.7-4.5-3.8-4.9M58 8H11.9L6 20h52v-3h-2.1l2.1-3.9V8m-47.4 9l2.3-4.8 2.5 4.8h-4.8m4.5-6h4.2l-2.1 3.9-2.1-3.9m3.7 6l2.1-3.9L23 17h-4.2m3.7-6h4.2l-2.1 3.9-2.1-3.9m3.7 6l2.1-3.9 2.1 3.9h-4.2m3.7-6h4.2L32 14.9 29.9 11m3.7 6l2.1-3.9 2.1 3.9h-4.2m20.7-2.1L52.2 11h4.2l-2.1 3.9" }), React.createElement("path", { d: "M10.1 19h2v10h-2z" })), React.createElement("path", { fill: "#ffe62e", d: "M12.8 28H9.5l-3.4 4h10z" }), React.createElement("g", { fill: "#ffce31" }, React.createElement("path", { d: "M6.1 32l3.4 4h3.3l3.3-4zM49.4 29v3l-8.8-3H38v33h2.6v-6l8.8 3-8.8 3H52V29h-2.6m0 27l-8.8-3 8.8-3v6m-8.8-6v-6l8.8 3-8.8 3m8.8-6l-8.8-3 8.8-3v6m-8.8-6v-6l8.8 3-8.8 3" })), React.createElement("path", { d: "M54 27.2c0 1.5-1.2 2.8-2.6 2.8H38.6c-1.4 0-2.6-1.3-2.6-2.8V4.8C36 3.3 37.2 2 38.6 2h12.9C52.8 2 54 3.3 54 4.8v22.4", fill: "#ffe62e" }), React.createElement("g", { fill: "#ffce31" }, React.createElement("path", { d: "M38.9 15.2c0 1 .7 1.8 1.5 1.8h9c.8 0 1.5-.8 1.5-1.8V6.8c0-1-.7-1.8-1.5-1.8h-9c-.8 0-1.5.8-1.5 1.8v8.4M50.9 25c0 1.1-.8 2-1.7 2h-8.6c-.9 0-1.7-.9-1.7-2v-4c0-1.1.8-2 1.7-2h8.6c.9 0 1.7.9 1.7 2v4" }))); exports.default = Svg1f3d7;