UNPKG

@coderundebug/ui-web

Version:

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

2 lines 998 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as o}from"./ui-icon.js";export class UiIconCircleArrowUp extends o{constructor(){super(' <svg viewBox="0 0 16 16"><path style="fill: var(--ui-c1); stroke: none;" d="M 8 0 A 8 8 0 0 0 0 8 A 8 8 0 0 0 8 16 A 8 8 0 0 0 16 8 A 8 8 0 0 0 8 0 z M 8 3 A 1.0001 1.0001 0 0 1 8.7070312 3.2929688 L 11.707031 6.2929688 A 1 1 0 0 1 11.707031 7.7070312 A 1 1 0 0 1 10.292969 7.7070312 L 9 6.4140625 L 9 12 A 1 1 0 0 1 8 13 A 1 1 0 0 1 7 12 L 7 6.4140625 L 5.7070312 7.7070312 A 1 1 0 0 1 4.2929688 7.7070312 A 1 1 0 0 1 4.2929688 6.2929688 L 7.2929688 3.2929688 A 1.0001 1.0001 0 0 1 8 3 z"></path><g style=" fill: none; stroke: var(--ui-icon-secondary-color, transparent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;"><path d="M 5,7 8,4 11,7"></path><path d="M 8,12 V 5"></path></g></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-circle-arrow-up",UiIconCircleArrowUp)}));