UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 789 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 IconSingleBed_TwoTone = class IconSingleBed_TwoTone extends LitElement { render() { return svgTag('<path d="M6 12h12v3H6z" opacity=".3"/><path d="M18 10V7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3c-1.1 0-2 .9-2 2v5h1.33L6 19h1l.67-2h8.67l.66 2h1l.67-2H20v-5c0-1.1-.9-2-2-2zm-5-3h3v3h-3V7zM8 7h3v3H8V7zm10 8H6v-3h12v3z"/>'); } }; IconSingleBed_TwoTone.styles = style; IconSingleBed_TwoTone = __decorate([ customElement('mdui-icon-single-bed--two-tone') ], IconSingleBed_TwoTone); export { IconSingleBed_TwoTone };