@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 859 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 IconTextRotationAngleup_Outlined = class IconTextRotationAngleup_Outlined extends LitElement {
render() {
return svgTag('<path d="m16.76 9 1.41 1.41-9.19 9.19 1.41 1.41 9.19-9.19L21 13.24V9h-4.24zm-8.28 3.75 3.54-3.54 2.19.92 1.48-1.48L4.56 4.23 3.5 5.29l4.42 11.14 1.48-1.48-.92-2.2zm-.82-1.72L5.43 6.16l4.87 2.23-2.64 2.64z"/>');
}
};
IconTextRotationAngleup_Outlined.styles = style;
IconTextRotationAngleup_Outlined = __decorate([
customElement('mdui-icon-text-rotation-angleup--outlined')
], IconTextRotationAngleup_Outlined);
export { IconTextRotationAngleup_Outlined };