@todovue/tv-button
Version:
A customizable button component for TODOvue, supporting multiple variants, sizes, and icon modes.
8 lines (7 loc) • 299 B
JavaScript
const s = `<svg xmlns="http://www.w3.org/2000/svg" class="tv-icon-svg" viewBox="0 0 24 24" fill="currentColor">
<path d="M17 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V7L17 3ZM15 19H9V14H15V19ZM15 9H5V5H15V9Z" />
</svg>
`;
export {
s as default
};