@reown/appkit-ui
Version:
#### 🔗 [Website](https://reown.com/appkit)
17 lines • 667 B
JavaScript
import { svg } from 'lit';
export const nounSvg = svg `<svg fill="none" viewBox="0 0 60 60">
<rect width="60" height="60" fill="#794CFF" rx="3" />
<path
fill="#987DE8"
stroke="#fff"
stroke-width="2"
d="M33 22.5v-1H16v5H8.5V36H13v-5h3v7.5h17V31h1v7.5h17v-17H34v5h-1v-4Z"
/>
<path fill="#fff" d="M37.5 25h10v10h-10z" />
<path fill="#4019B2" d="M42.5 25h5v10h-5z" />
<path fill="#fff" d="M19.5 25h10v10h-10z" />
<path fill="#4019B2" d="M24.5 25h5v10h-5z" />
<path fill="#fff" d="M12 30.5h4V37h-4v-6.5Z" />
<rect width="59" height="59" x=".5" y=".5" stroke="#fff" stroke-opacity=".1" rx="2.5" />
</svg>`;
//# sourceMappingURL=noun.js.map