UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 776 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 IconKingBed_TwoTone = class IconKingBed_TwoTone extends LitElement { render() { return svgTag('<path d="M4 12h16v3H4z" opacity=".3"/><path d="M20 10V7c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L4 19h1l.67-2h12.67l.66 2h1l.67-2H22v-5c0-1.1-.9-2-2-2zm-7-3h5v3h-5V7zM6 7h5v3H6V7zm14 8H4v-3h16v3z"/>'); } }; IconKingBed_TwoTone.styles = style; IconKingBed_TwoTone = __decorate([ customElement('mdui-icon-king-bed--two-tone') ], IconKingBed_TwoTone); export { IconKingBed_TwoTone };