UNPKG

@coderundebug/ui-web

Version:

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

2 lines 604 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as t}from"./ui-icon.js";export class UiIconShortcut extends t{constructor(){super(' <svg viewBox="0 0 16 16" style=" stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none"><path style="stroke: var(--ui-c1);" d="m 11,1 h 4 v 4"></path><path style="stroke: var(--ui-c2); stroke-linecap: square;" d="M 6,1 H 1 v 14 h 14 v -5"></path><path style="stroke: var(--ui-c1);" d="M 15,1 8,8"></path></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-shortcut",UiIconShortcut)}));