@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 922 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 IconFormatColorText_Rounded = class IconFormatColorText_Rounded extends LitElement {
render() {
return svgTag('<path d="M20 20H4c-1.1 0-2 .9-2 2s.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2zM7.11 17c.48 0 .91-.3 1.06-.75l1.01-2.83h5.65l.99 2.82c.16.46.59.76 1.07.76.79 0 1.33-.79 1.05-1.52L13.69 4.17C13.43 3.47 12.75 3 12 3s-1.43.47-1.69 1.17L6.06 15.48c-.28.73.27 1.52 1.05 1.52zm4.83-11.4h.12l2.03 5.79H9.91l2.03-5.79z"/>');
}
};
IconFormatColorText_Rounded.styles = style;
IconFormatColorText_Rounded = __decorate([
customElement('mdui-icon-format-color-text--rounded')
], IconFormatColorText_Rounded);
export { IconFormatColorText_Rounded };