UNPKG

@coderundebug/ui-web

Version:

A collection of UI web components that can be used in any web project.

2 lines 786 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as e}from"./ui-icon.js";export class UiIconRefresh extends e{constructor(){super(' <svg viewBox="0 0 16 16" style=" fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;"><path style="stroke: var(--ui-c2);" d="M 13.196152,11 A 6,6 0 0 1 7.2168427,13.948669 6,6 0 0 1 2.204445,9.5529141"></path><path style="stroke: var(--ui-c2);" d="M 3.4037335,4.1432741 A 6,6 0 0 1 9.2986378,2.142224 6,6 0 0 1 13.795555,6.4470856"></path><path style="stroke: var(--ui-c1);" d="M 14,10.5 V 14 l -3.5,-3.5 z"></path><path style="stroke: var(--ui-c1);" d="M 2,5.5 V 2 l 3.5,3.5 z"></path></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-refresh",UiIconRefresh)}));