UNPKG

@coderundebug/ui-web

Version:

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

2 lines 950 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as o}from"./ui-icon.js";export class UiIconError extends o{constructor(){super(' <svg viewBox="0 0 16 16"><path style="fill: var(--ui-c1); stroke: none;" d="M 8 1 L 1 8 L 8 15 L 15 8 L 8 1 z M 8 3 A 1 1 0 0 1 9 4 L 9 9 A 1 1 0 0 1 8 10 A 1 1 0 0 1 7 9 L 7 4 A 1 1 0 0 1 8 3 z M 8 11 A 1 1 0 0 1 9 12 A 1 1 0 0 1 8 13 A 1 1 0 0 1 7 12 A 1 1 0 0 1 8 11 z"></path><path style=" fill: none; stroke: var(--ui-c1); stroke-width: 2; stroke-linejoin: round;" d="M 1,8 8,1 15,8 8,15 Z"></path><path style=" fill: none; stroke: var(--ui-icon-secondary-color, transparent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;" d="M 8,4 V 9"></path><circle style=" fill: var(--ui-icon-secondary-color, transparent); stroke: none;" cx="8" cy="12" r="1"></circle></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-error",UiIconError)}));