@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 864 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 IconVideoStable_Rounded = class IconVideoStable_Rounded extends LitElement {
render() {
return svgTag('<path d="M19.96 4.01h-16c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zM20 6v12H4V6h16z"/><path d="M18.42 9.01 7.92 6.18a.996.996 0 0 0-1.22.7l-1.85 6.87c-.14.53.17 1.08.71 1.23l10.5 2.83c.53.14 1.08-.17 1.23-.71l1.85-6.87c.13-.53-.19-1.08-.72-1.22z"/>');
}
};
IconVideoStable_Rounded.styles = style;
IconVideoStable_Rounded = __decorate([
customElement('mdui-icon-video-stable--rounded')
], IconVideoStable_Rounded);
export { IconVideoStable_Rounded };