UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.19 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 Svg1f4e6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#89664c", d: "M32 64L0 44.8V19.2l32 19.2z" }), React.createElement("path", { fill: "#fed0ac", d: "M32 38.4V64l32-19.2V19.2z" }), React.createElement("path", { fill: "#d3976e", d: "M0 19.2l32 19.2 32-19.2L32 0z" }), React.createElement("path", { fill: "#89664c", d: "M50.9 27L19 7.8l-6 3.6 32 19.2z" }), React.createElement("path", { fill: "#d0d0d0", d: "M39.3 6.8l-7.1-4.4L26.3 6l7.1 4.3z" }), React.createElement("path", { fill: "#d3976e", d: "M50.8 27.1l-5.6 3.4v9.2l5.6-3.4z" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M62.5 22.1l-5.7 3.4v9.2l5.7-3.4zM41.6 43.5l-7.7 4.6v12.6l7.7-4.7z" })), React.createElement("path", { fill: "#d3976e", d: "M45.2 56.1l5.6-3.4v-9.2l-5.6 3.4z" })); exports.default = Svg1f4e6;