UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.27 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 Svg1f4e4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#89664c", d: "M24.9 39v12.4L0 64V47.5z" }), React.createElement("path", { fill: "#b77e58", d: "M24.9 39H64v12.3H24.9z" }), React.createElement("path", { fill: "#f2bc97", d: "M24.9 51.4L0 64h53.5L64 51.4z" }), React.createElement("path", { d: "M35.4 47.5s-.3 7-1.7 8.3c-2.7 2.6-11.1 2.6-13.9 0-1.4-1.3-1.7-8.3-1.7-8.3H0V64h53.5V47.5H35.4z", fill: "#d3976e" }), React.createElement("path", { fill: "#89664c", d: "M64 51.4L53.5 64V47.5L64 39z" }), React.createElement("path", { d: "M37.9 0l2.4 5.5s-9.1 5.3-11 17.5c-1.7 11.3 2.5 19 2.5 19l1.2.8s-1.4-8.9 3.5-16.8c3-4.8 7.1-7.9 8.5-8.8l2 4.7 1.5 1.5L60 4l-1.5-1.5L37.9 0", fill: "#881a0e" }), React.createElement("path", { d: "M33.2 42.9s-.1-7 4-15.4c3.4-6.9 9.1-9.7 9.1-9.7l2.5 5.7L60 4 39.4 1.5 41.8 7s-9.1 5.3-11 17.5c-1.6 11.3 2.4 18.4 2.4 18.4", fill: "#ed4c5c" })); exports.default = Svg1f4e4;