@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 974 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 IconTextRotationDown_Rounded = class IconTextRotationDown_Rounded extends LitElement {
render() {
return svgTag('<path d="m6.35 19.65 1.79-1.79c.32-.32.1-.86-.35-.86H7V5c0-.55-.45-1-1-1s-1 .45-1 1v12h-.79c-.45 0-.67.54-.35.85l1.79 1.79c.19.2.51.2.7.01zM12.2 8.5v5l-1.6.66c-.36.15-.6.5-.6.89 0 .69.71 1.15 1.34.88l8.97-3.88c.42-.18.69-.59.69-1.05 0-.46-.27-.87-.69-1.05l-8.97-3.88a.966.966 0 0 0-1.34.89c0 .39.24.74.6.89l1.6.65zm6.82 2.5L14 12.87V9.13L19.02 11z"/>');
}
};
IconTextRotationDown_Rounded.styles = style;
IconTextRotationDown_Rounded = __decorate([
customElement('mdui-icon-text-rotation-down--rounded')
], IconTextRotationDown_Rounded);
export { IconTextRotationDown_Rounded };