@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 853 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 IconTextRotationAngledown_Sharp = class IconTextRotationAngledown_Sharp extends LitElement {
render() {
return svgTag('<path d="M15 21v-4.24l-1.41 1.41-9.2-9.19-1.41 1.41 9.19 9.19L10.76 21H15zM11.25 8.48l3.54 3.54-.92 2.19 1.48 1.48 4.42-11.14-1.06-1.05L7.57 7.92 9.06 9.4l2.19-.92zm6.59-3.05-2.23 4.87-2.64-2.64 4.87-2.23z"/>');
}
};
IconTextRotationAngledown_Sharp.styles = style;
IconTextRotationAngledown_Sharp = __decorate([
customElement('mdui-icon-text-rotation-angledown--sharp')
], IconTextRotationAngledown_Sharp);
export { IconTextRotationAngledown_Sharp };