UNPKG

@coderundebug/ui-web

Version:

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

2 lines 866 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ import{UiIcon as t}from"./ui-icon.js";export class UiIconMenu extends t{constructor(){super(' <svg viewBox="0 0 16 16" style="stroke: none;"><g style="fill: var(--ui-c1);"><rect width="4" height="4" x="0" y="0" ry="0"></rect><rect width="4" height="4" x="12" y="0" ry="0"></rect><rect width="4" height="4" x="6" y="6" ry="0"></rect><rect width="4" height="4" x="0" y="12" ry="0"></rect><rect width="4" height="4" x="12" y="12" ry="0"></rect><g><g style="fill: var(--ui-c2);"><rect width="4" height="4" x="0" y="6" ry="0"></rect><rect width="4" height="4" x="12" y="6" ry="0"></rect><rect width="4" height="4" x="6" y="0" ry="0"></rect><rect width="4" height="4" x="6" y="12" ry="0"></rect></g></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-menu",UiIconMenu)}));