UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 757 B
import { __decorate } from "tslib"; import { LitElement } from 'lit'; import { customElement } from 'lit/decorators/custom-element.js'; import { style } from '@mdui/shared/icons/shared/style.js'; import { svgTag } from '@mdui/shared/icons/shared/svg-tag.js'; let IconMuseum_TwoTone = class IconMuseum_TwoTone extends LitElement { render() { return svgTag('<path d="M6 20h12V9H6v11zm2-9h2l2 3 2-3h2v7h-2v-4l-2 3-2-3v4H8v-7z" opacity=".3"/><path d="M22 11V9L12 2 2 9v2h2v9H2v2h20v-2h-2v-9h2zm-4 9H6V9h12v11z"/><path d="m10 14 2 3 2-3v4h2v-7h-2l-2 3-2-3H8v7h2z"/>'); } }; IconMuseum_TwoTone.styles = style; IconMuseum_TwoTone = __decorate([ customElement('mdui-icon-museum--two-tone') ], IconMuseum_TwoTone); export { IconMuseum_TwoTone };