UNPKG

@coderundebug/ui-web

Version:

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

2 lines 657 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as e}from"./ui-icon.js";export class UiIconQuestion extends e{constructor(){super(' <svg viewBox="0 0 16 16" style="stroke-linecap: round; stroke-linecap: round;"><path style=" fill: none; stroke: var(--ui-c1); stroke-width: 2; stroke-linejoin: round;" d="M 8,10 V 8 C 9.9329966,8 11.5,6.4329966 11.5,4.5 11.5,2.5670034 9.9329966,1 8,1 6.0670034,1 4.5,2.5670034 4.5,4.5"></path><circle style="stroke: none; fill: var(--ui-c2);" cx="8" cy="14.5" r="1.5"></circle></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-question",UiIconQuestion)}));