@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 975 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 IconTextRotationNone_Rounded = class IconTextRotationNone_Rounded extends LitElement {
render() {
return svgTag('<path d="m20.65 17.65-1.79-1.79a.501.501 0 0 0-.86.35V17H6c-.55 0-1 .45-1 1s.45 1 1 1h12v.79c0 .45.54.67.85.35l1.79-1.79c.2-.19.2-.51.01-.7zM9.5 11.8h5l.66 1.6c.15.36.5.6.89.6.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 3.27 12.46 3 12 3c-.46 0-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34.39 0 .74-.24.89-.6l.65-1.6zM12 4.98 13.87 10h-3.74L12 4.98z"/>');
}
};
IconTextRotationNone_Rounded.styles = style;
IconTextRotationNone_Rounded = __decorate([
customElement('mdui-icon-text-rotation-none--rounded')
], IconTextRotationNone_Rounded);
export { IconTextRotationNone_Rounded };