@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 895 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 IconHandyman_Sharp = class IconHandyman_Sharp extends LitElement {
render() {
return svgTag('<path d="M16.37 12.87h-.99l-2.54 2.54v.99l6.01 6.01 3.54-3.54-6.02-6z"/><path d="m17.34 10.19 1.41-1.41 2.12 2.12a3 3 0 0 0 0-4.24l-3.54-3.54-1.41 1.41V1.71l-.7-.71-3.54 3.54.71.71h2.83l-1.41 1.41 1.06 1.06-2.89 2.89-4.13-4.13V5.06L4.83 2.04 2 4.87 5.03 7.9h1.41l4.13 4.13-.85.85H7.6l-6.01 6.01 3.54 3.54 6.01-6.01V14.3l5.15-5.15 1.05 1.04z"/>');
}
};
IconHandyman_Sharp.styles = style;
IconHandyman_Sharp = __decorate([
customElement('mdui-icon-handyman--sharp')
], IconHandyman_Sharp);
export { IconHandyman_Sharp };