@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 956 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 IconPhonelinkErase_Rounded = class IconPhonelinkErase_Rounded extends LitElement {
render() {
return svgTag('<path d="M12.5 7.7a.7.7 0 0 0-1 0L8 11.2 4.5 7.7c-.28-.28-.72-.28-1 0s-.28.72 0 1L7 12.2l-3.5 3.5c-.28.28-.28.72 0 1s.72.28 1 0L8 13.2l3.5 3.5c.28.28.72.28 1 0s.28-.72 0-1L9 12.2l3.5-3.5a.7.7 0 0 0 0-1zM19 1H9c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V4h10v16H9v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>');
}
};
IconPhonelinkErase_Rounded.styles = style;
IconPhonelinkErase_Rounded = __decorate([
customElement('mdui-icon-phonelink-erase--rounded')
], IconPhonelinkErase_Rounded);
export { IconPhonelinkErase_Rounded };