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 n}from"./ui-icon.js";export class UiIconWarning extends n{constructor(){super(' <svg viewBox="0 0 16 16"><path style="fill: var(--ui-c1); stroke: none;" d="M 8 1 L 1 15 L 15 15 L 8 1 z M 8 5 A 1 1 0 0 1 9 6 L 9 10 A 1 1 0 0 1 8 11 A 1 1 0 0 1 7 10 L 7 6 A 1 1 0 0 1 8 5 z M 8 12 A 1 1 0 0 1 9 13 A 1 1 0 0 1 8 14 A 1 1 0 0 1 7 13 A 1 1 0 0 1 8 12 z"></path><path style=" fill: none; stroke: var(--ui-c1); stroke-width: 2; stroke-linejoin: round;" d="M 1,15 8,1 15,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,6 v 4"></path><circle style=" fill: var(--ui-icon-secondary-color, transparent); stroke: none;" cx="8" cy="13" r="1"></circle></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-warning",UiIconWarning)}));