@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) • 949 B
JavaScript
import { _ as __assign } from '../tslib.es6-35932c2c.js';
import { jsx } from 'react/jsx-runtime';
var Desktop = function () {
return (jsx("svg", __assign({ viewBox: "0 0 32 32" }, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 5C32 3.89467 31.1053 3 30 3H2C0.894667 3 0 3.89467 0 5V22.3333C0 23.4387 0.894667 24.3333 2 24.3333H30C31.1053 24.3333 32 23.4387 32 22.3333V5ZM2.66667 20.3333V5.66667H29.3333V20.3333H2.66667ZM20.6667 29.6667C21.0347 29.6667 21.3333 29.368 21.3333 29C21.3333 28.2053 20.804 27.748 20.2907 27.3053L20.2874 27.3025C19.8871 26.9567 19.4738 26.5997 19.1587 26.016C19.0427 25.8013 18.8173 25.6667 18.5733 25.6667H13.4267C13.1827 25.6667 12.9573 25.8013 12.8413 26.016C12.5262 26.5997 12.1129 26.9567 11.7126 27.3025L11.7093 27.3053C11.196 27.748 10.6667 28.2053 10.6667 29C10.6667 29.368 10.9653 29.6667 11.3333 29.6667H20.6667Z" }, void 0) }), void 0));
};
export { Desktop as default };