@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 806 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 IconUnsubscribe_Sharp = class IconUnsubscribe_Sharp extends LitElement {
render() {
return svgTag('<path d="M18.5 13c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm2 4h-4v-1h4v1zm-6.95 0c-.02-.17-.05-.33-.05-.5 0-2.76 2.24-5 5-5 .92 0 1.75.26 2.49.69V3H3v14h10.55zM12 10.5 5 7V5l7 3.5L19 5v2l-7 3.5z"/>');
}
};
IconUnsubscribe_Sharp.styles = style;
IconUnsubscribe_Sharp = __decorate([
customElement('mdui-icon-unsubscribe--sharp')
], IconUnsubscribe_Sharp);
export { IconUnsubscribe_Sharp };