UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.23 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 Svg1f387 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#3e4347", d: "M0 0h64v64H0z" }), React.createElement("path", { fill: "#d0d0d0", d: "M30.9 32h2.2v32h-2.2z" }), React.createElement("path", { fill: "#ffdd7d", d: "M32 3.2l3 19.7L48.9 8.7l-9.1 17.7 19.6-3.3L41.6 32l17.8 8.9-19.6-3.3 9.1 17.7L35 41.1l-3 19.7-3-19.7-13.9 14.2 9.1-17.7-19.6 3.3L22.4 32 4.6 23.1l19.6 3.3-9.1-17.7L29 22.9z" }), React.createElement("path", { fill: "#ffce31", d: "M25.3 52.5l2.5-14.7-13.3 6.9 10.7-10.5L10.4 32l14.8-2.2-10.7-10.5 13.3 6.9-2.5-14.7L32 24.8l6.7-13.3-2.5 14.7 13.3-6.9-10.7 10.5L53.6 32l-14.8 2.2 10.7 10.5-13.3-6.9 2.5 14.7L32 39.2z" }), React.createElement("path", { fill: "#fff", d: "M41.5 18.9l-5.1 9.9 11-1.8-10 5 10 5-11-1.8 5.1 9.9-7.8-8L32 48.2l-1.7-11.1-7.8 8 5.1-9.9-11 1.8 10-5-10-5 11 1.8-5.1-9.9 7.8 8L32 15.8l1.7 11.1z" })); exports.default = Svg1f387;