UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 1.61 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 Svg1f3da = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M0 60h64v4H0zM44 15v45h17l-4-23 4-22z" })), React.createElement("path", { fill: "#d0d0d0", d: "M50 16L26 4 6 24l3 8-4 28h44l-4-13z" }), React.createElement("path", { d: "M63 14.4L38 0H26l24 18h12c.7 0 1.4-.3 1.7-1 .6-.9.3-2-.7-2.6", fill: "#c94747" }), React.createElement("path", { d: "M51 14.4L26 0 1 26.4C0 27-.3 28.1.3 29c.5 1 1.7 1.3 2.6.7L26 4l23.1 13.7c.9.5 2.1.2 2.6-.7.6-.9.3-2-.7-2.6", fill: "#ed4c5c" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M49 44l3.4 16H57z" }), React.createElement("path", { d: "M55 39l-4 13.1 2.1 2.9zM13.7 40H24l-2 11 2 9H13.7L12 47zM55.7 32H51l1.3-8H57zM24 32h-8l-2-8h8zM30 32h8l2-8h-8z" })), React.createElement("path", { fill: "#dbb471", d: "M42 36l-4-4 2-8 4 4z" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M40.2 3v2.1H38L44.5 9h3.2l4.3 2-3.2-4H45zM41 54h-9.8L29 47l2.2-7H41l-1.2 5.8z" })), React.createElement("g", { fill: "#dbb471" }, React.createElement("path", { d: "M11.2 56L10 53.3 24.8 50l1.2 2.7zM25.5 49L10 46.1l.5-3.1L26 45.9z" }))); exports.default = Svg1f3da;