UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.02 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 Svg1f4ed = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#b0bdc6", d: "M38 64l-8.8-1.2v-49H38z" }), React.createElement("path", { fill: "#7d8b91", d: "M44.3 13.8H38V64l6.3-6.1z" }), React.createElement("path", { d: "M46.8 0c-8.2 0-35.6 9.5-35.6 9.5l24.6 40.4 28.3-17V17C64 6.3 57.6 0 46.8 0z", fill: "#333" }), React.createElement("path", { d: "M17.2 8.5C6.4 8.5 0 16 0 26.8v17l35.7 6.1V29.2c0-10.8-7.6-20.7-18.5-20.7z", fill: "#697277" }), React.createElement("path", { fill: "#94989b", d: "M35.7 49.9L0 43.8l35.7-16.4z" }), React.createElement("path", { fill: "#ed4c5c", d: "M62.7 14.2l-26 12.4v3.3l19.2-9.6v9.9l6.8-3.8z" })); exports.default = Svg1f4ed;