@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 782 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 IconAdfScanner_Rounded = class IconAdfScanner_Rounded extends LitElement {
render() {
return svgTag('<path d="M19 12h-1V6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v6H5c-1.66 0-3 1.34-3 3v3c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3c0-1.66-1.34-3-3-3zm-3 0H8V6h8v6zm2 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/>');
}
};
IconAdfScanner_Rounded.styles = style;
IconAdfScanner_Rounded = __decorate([
customElement('mdui-icon-adf-scanner--rounded')
], IconAdfScanner_Rounded);
export { IconAdfScanner_Rounded };