@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 755 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 IconLtePlusMobiledata_TwoTone = class IconLtePlusMobiledata_TwoTone extends LitElement {
render() {
return svgTag('<path d="M3 14h3v2H1V8h2v6zm2-4h2v6h2v-6h2V8H5v2zm7 6h5v-2h-3v-1h3v-2h-3v-1h3V8h-5v8zm12-5h-2V9h-2v2h-2v2h2v2h2v-2h2v-2z"/>');
}
};
IconLtePlusMobiledata_TwoTone.styles = style;
IconLtePlusMobiledata_TwoTone = __decorate([
customElement('mdui-icon-lte-plus-mobiledata--two-tone')
], IconLtePlusMobiledata_TwoTone);
export { IconLtePlusMobiledata_TwoTone };