@coderundebug/ui-web
Version:
A collection of UI web components that can be used in any web project.
2 lines • 939 B
JavaScript
/* By Stephen Paul Hassall (web: https://coderundebug.com) */
import{UiIcon as t}from"./ui-icon.js";export class UiIconSettings extends t{constructor(){super(' <svg viewBox="0 0 16 16"><g style=" fill: var(--ui-c2); stroke: var(--ui-c2); stroke-width: 2; stroke-linejoin: round;"><rect width="2" height="2" x="-3.9282033" y="3.9282033" transform="rotate(-60)"></rect><rect width="2" height="2" x="-3.9282033" y="15.928204" transform="rotate(-60)"></rect><rect width="2" height="2" x="9.9282036" y="-9.9282036" transform="rotate(60)"></rect><rect width="2" height="2" x="9.9282036" y="2.0717967" transform="rotate(60)"></rect><rect width="2" height="2" x="7" y="1"></rect><rect width="2" height="2" x="7" y="13"></rect></g><circle style="fill: none; stroke: var(--ui-c1); stroke-width: 3;" cx="8" cy="8" r="4.5"></circle></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-settings",UiIconSettings)}));