@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 823 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 IconWorkHistory_Sharp = class IconWorkHistory_Sharp extends LitElement {
render() {
return svgTag('<path d="M16.66 11.13c2-.37 3.88.11 5.34 1.13V6h-6V2H8v4H2v15h9.68a7 7 0 0 1-.52-4.51c.59-2.7 2.78-4.86 5.5-5.36zM10 4h4v2h-4V4z"/><path d="M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"/>');
}
};
IconWorkHistory_Sharp.styles = style;
IconWorkHistory_Sharp = __decorate([
customElement('mdui-icon-work-history--sharp')
], IconWorkHistory_Sharp);
export { IconWorkHistory_Sharp };