UNPKG

@0xsequence/connect

Version:
13 lines 745 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getXLogo = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const getXLogo = ({ isDarkMode }) => { const fillColor = isDarkMode ? 'white' : 'black'; const XLogo = props => { return ((0, jsx_runtime_1.jsx)("svg", { viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M18.2856 14.16352L27.2216 4H25.1048L17.3424 12.82304L11.1472 4H4L13.3704 17.34328L4 28H6.1168L14.3088 18.68056L20.8528 28H28M6.8808 5.561896H10.1328L25.1032 26.5148H21.8504", fill: fillColor }) })); }; return XLogo; }; exports.getXLogo = getXLogo; //# sourceMappingURL=XLogo.js.map