UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.26 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 Svg1f393 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M13.1 30.2V37c0 14 37.7 14 37.7 0v-6.8H13.1z", fill: "#596066" }), React.createElement("path", { fill: "#3e4347", d: "M62 25.4L32 38.9 2 25.4l30-13.5z" }), React.createElement("g", { fill: "#ffce31" }, React.createElement("path", { d: "M31.9 24.8c-4.6 2.1-14.6 6.6-15 6.8-.2.1-.4.3-.4.6V39c0 .8 1 .8 1 0v-6.3c4.5-2 14.2-6.4 14.6-6.6.6-.3.4-1.5-.2-1.3" }), React.createElement("ellipse", { cx: "17", cy: "38.9", rx: "1.9", ry: "2.4" }), React.createElement("path", { d: "M17 51.9c1 0 1.9-.5 1.9-1.2V38.9h-3.8v11.8c0 .7.9 1.2 1.9 1.2" })), React.createElement("g", { fill: "#594640" }, React.createElement("path", { d: "M18.3 39.2c-.1 0-.1.1-.2.1v12.4c.1 0 .1-.1.2-.1V39.2M17.5 39.5h-.2v12.4h.2V39.5M16.7 39.5h-.2v12.4h.2V39.5M15.9 39.3c-.1 0-.1-.1-.2-.1v12.5c.1 0 .1.1.2.1V39.3" }))); exports.default = Svg1f393;