@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 903 B
JavaScript
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 IconBathtub_Sharp = class IconBathtub_Sharp extends LitElement {
render() {
return svgTag('<circle cx="7" cy="7" r="2"/><path d="M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5A2.251 2.251 0 0 0 5 12.25V13H2v8h2v1h16v-1h2v-8h-2z"/>');
}
};
IconBathtub_Sharp.styles = style;
IconBathtub_Sharp = __decorate([
customElement('mdui-icon-bathtub--sharp')
], IconBathtub_Sharp);
export { IconBathtub_Sharp };