@todovue/tv-button
Version:
A customizable button component for TODOvue, supporting multiple variants, sizes, and icon modes.
16 lines (15 loc) • 979 B
JavaScript
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=`<svg fill="currentColor" viewBox="0 0 24 24" id="update-alt" data-name="Flat Line" xmlns="http://www.w3.org/2000/svg" class="icon flat-line">
<path id="primary" d="M5.07,8A8,8,0,0,1,20,12"
style="fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;">
</path>
<path id="primary-2" d="M18.93,16A8,8,0,0,1,4,12"
style="fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;">
</path>
<polyline id="primary-3" points="5 3 5 8 10 8"
style="fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;">
</polyline>
<polyline id="primary-4" points="19 21 19 16 14 16"
style="fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;">
</polyline>
</svg>
`;exports.default=n;