UNPKG

@todovue/tv-button

Version:

A customizable button component for TODOvue, supporting multiple variants, sizes, and icon modes.

8 lines (7 loc) 235 B
const s = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M3 13H11V3H3V13ZM3 21H11V15H3V21ZM13 21H21V11H13V21ZM13 3V9H21V3H13Z" /> </svg> `; export { s as default };