@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 808 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 IconEventRepeat_Sharp = class IconEventRepeat_Sharp extends LitElement {
render() {
return svgTag('<path d="M21 12V4h-3V2h-2v2H8V2H6v2H3v18h9v-2H5V10h14v2h2zm-5.36 8a3.504 3.504 0 0 0 6.86-1c0-1.93-1.57-3.5-3.5-3.5-.95 0-1.82.38-2.45 1H18V18h-4v-4h1.5v1.43c.9-.88 2.14-1.43 3.5-1.43 2.76 0 5 2.24 5 5a5.002 5.002 0 0 1-9.9 1h1.54z"/>');
}
};
IconEventRepeat_Sharp.styles = style;
IconEventRepeat_Sharp = __decorate([
customElement('mdui-icon-event-repeat--sharp')
], IconEventRepeat_Sharp);
export { IconEventRepeat_Sharp };