@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 798 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 IconMan_3_Rounded = class IconMan_3_Rounded extends LitElement {
render() {
return svgTag('<path d="M14 7h-4c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6h1c.55 0 1-.45 1-1V9c0-1.1-.9-2-2-2zm-2.35-1.1L10.1 4.35c-.2-.2-.2-.51 0-.71l1.54-1.54c.2-.2.51-.2.71 0l1.54 1.54c.2.2.2.51 0 .71L12.35 5.9c-.19.19-.51.19-.7 0z"/>');
}
};
IconMan_3_Rounded.styles = style;
IconMan_3_Rounded = __decorate([
customElement('mdui-icon-man-3--rounded')
], IconMan_3_Rounded);
export { IconMan_3_Rounded };