UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.34 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 Svg1f5c2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M63.4 24.7H47.7V59l16-32.4c.5-1 .4-1.8-.3-1.9", fill: "#89664c" }), React.createElement("path", { d: "M60.8 21.3H45.1L47.7 59l13.4-35.8c.5-1 .3-1.8-.3-1.9", fill: "#aa7d5e" }), React.createElement("path", { d: "M56.1 17.9h-8.4V59l9.4-38.8c.3-1.3-.2-2.3-1-2.3", fill: "#d3976e" }), React.createElement("path", { d: "M52.2 13h-8.4l3.9 46 5.4-43.7c.3-1.3-.1-2.3-.9-2.3", fill: "#f2bc97" }), React.createElement("path", { d: "M45.8 11h-22V7.6C23.8 6.2 23 5 22 5H1.9C.8 5 0 6.2 0 7.6V59h47.7V13.6c0-1.5-.9-2.6-1.9-2.6z", fill: "#ffce31" }), React.createElement("g", { fill: "#fff" }, React.createElement("ellipse", { cx: "10.8", cy: "54.7", rx: "2.5", ry: "2.5" }), React.createElement("path", { d: "M23.9 52.2c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5" }), React.createElement("ellipse", { cx: "36.9", cy: "54.7", rx: "2.5", ry: "2.5" }))); exports.default = Svg1f5c2;