@stakefish/ui
Version:
<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>
9 lines (6 loc) • 426 B
JavaScript
import { _ as __assign } from '../tslib.es6-35932c2c.js';
import { jsxs, jsx } from 'react/jsx-runtime';
var Menu = function () {
return (jsxs("svg", __assign({ viewBox: "0 0 32 32" }, { children: [jsx("path", { d: "M5 6H27V9.33333H5V6Z" }, void 0), jsx("path", { d: "M5 14.3333H27V17.6667H5V14.3333Z" }, void 0), jsx("path", { d: "M5 22.6667H27V26H5V22.6667Z" }, void 0)] }), void 0));
};
export { Menu as default };