UNPKG

@coderundebug/ui-web

Version:

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

2 lines 1.18 kB
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as o}from"./ui-icon.js";export class UiIconBackspace extends o{constructor(){super(' <svg viewBox="0 0 16 16"><path style="fill: var(--ui-c1); stroke: none;" d="M 6 3 L 1 8 L 6 13 L 15 13 L 15 3 L 6 3 z M 7 4 A 1 1 0 0 1 7.7070312 4.2929688 L 10 6.5859375 L 12.292969 4.2929688 A 1 1 0 0 1 13 4 A 1 1 0 0 1 13.707031 4.2929688 A 1 1 0 0 1 13.707031 5.7070312 L 11.414062 8 L 13.707031 10.292969 A 1 1 0 0 1 13.707031 11.707031 A 1 1 0 0 1 12.292969 11.707031 L 10 9.4140625 L 7.7070312 11.707031 A 1 1 0 0 1 6.2929688 11.707031 A 1 1 0 0 1 6.2929688 10.292969 L 8.5859375 8 L 6.2929688 5.7070312 A 1 1 0 0 1 6.2929688 4.2929688 A 1 1 0 0 1 7 4 z "></path><path style=" fill: none; stroke: var(--ui-c1); stroke-width: 2; stroke-linejoin: round;" d="M 1,8 6,3 H 15 V 13 H 6 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 7,5 6,6"></path><path d="M 7,11 13,5"></path></g></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-backspace",UiIconBackspace)}));