UNPKG

@icongo/sti

Version:
41 lines (40 loc) 1.41 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIEthereum = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIEthereum = function STIEthereum(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Ethereum", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#3C3C3B", d: "M256 362v107l131-185z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#343434", d: "m256 41 131 218-131 78-132-78" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#8C8C8C", d: "M256 41v158l-132 60m0 25 132 78v107" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#141414", d: "M256 199v138l131-78" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#393939", d: "m124 259 132-60v138" })] })); }; exports.STIEthereum = STIEthereum;