@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 960 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 IconDesignServices_Sharp = class IconDesignServices_Sharp extends LitElement {
render() {
return svgTag('<path d="m21.79 17.06-5.55-5.55 1.57-1.57-3.75-3.75-1.57 1.57-5.55-5.55-4.73 4.73 5.55 5.55L3 17.25V21h3.75l4.76-4.76 5.55 5.55 4.73-4.73zM9.18 11.07 5.04 6.94l1.9-1.9 1.27 1.27L7.02 7.5l1.41 1.41 1.19-1.19 1.45 1.45-1.89 1.9zm3.75 3.75 1.9-1.9 1.45 1.45-1.19 1.19 1.41 1.41 1.19-1.19 1.27 1.27-1.9 1.9-4.13-4.13zm2.203-9.697 2.538-2.539 3.748 3.748-2.538 2.539z"/>');
}
};
IconDesignServices_Sharp.styles = style;
IconDesignServices_Sharp = __decorate([
customElement('mdui-icon-design-services--sharp')
], IconDesignServices_Sharp);
export { IconDesignServices_Sharp };