@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 804 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 IconRMobiledata_Rounded = class IconRMobiledata_Rounded extends LitElement {
render() {
return svgTag('<path d="m7.8 7.2.65 1.52A.915.915 0 0 1 7.61 10c-.37 0-.7-.22-.85-.56l-.89-2.11H4v1.75c0 .51-.41.92-.92.92h-.16C2.41 10 2 9.59 2 9.08V3c0-.55.45-1 1-1h4c1.1 0 2 .9 2 2v1.33c0 .8-.53 1.54-1.2 1.87zM7 4H4v1.33h3V4z"/>');
}
};
IconRMobiledata_Rounded.styles = style;
IconRMobiledata_Rounded = __decorate([
customElement('mdui-icon-r-mobiledata--rounded')
], IconRMobiledata_Rounded);
export { IconRMobiledata_Rounded };