@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 841 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 IconHandshake_Sharp = class IconHandshake_Sharp extends LitElement {
render() {
return svgTag('<path d="m10.59 5.95-7.05 7.04L.7 10.3l8.55-8.55L17.2 9.7l-1.42 1.42-5.19-5.17zm12.65 4.29-8.49-8.49-2.06 2.06 5.9 5.88-2.83 2.83-5.17-5.17-6.27 6.27 1.42 1.41 5.32-5.32.71.71-5.32 5.32 1.42 1.41 5.32-5.32.71.71-5.32 5.32 1.41 1.41 5.32-5.32.71.71L10.68 20l1.41 1.41 11.15-11.17z"/>');
}
};
IconHandshake_Sharp.styles = style;
IconHandshake_Sharp = __decorate([
customElement('mdui-icon-handshake--sharp')
], IconHandshake_Sharp);
export { IconHandshake_Sharp };