@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 IconScreenRotationAlt_Sharp = class IconScreenRotationAlt_Sharp extends LitElement {
render() {
return svgTag('<path d="m4 7.59 6.41-6.41L20.24 11h-2.83L10.4 4 5.41 9H8v2H2V5h2v2.59zM20 19h2v-6h-6v2h2.59l-4.99 5-7.01-7H3.76l9.83 9.83L20 16.41V19z"/>');
}
};
IconScreenRotationAlt_Sharp.styles = style;
IconScreenRotationAlt_Sharp = __decorate([
customElement('mdui-icon-screen-rotation-alt--sharp')
], IconScreenRotationAlt_Sharp);
export { IconScreenRotationAlt_Sharp };