UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 726 B
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_4_Rounded = class IconMan_4_Rounded extends LitElement { render() { return svgTag('<path d="M13.75 7h-3.5C9.04 7 8.11 8.07 8.27 9.26L9.82 20.7c.1.74.74 1.3 1.49 1.3h1.38a1.5 1.5 0 0 0 1.49-1.3l1.56-11.44C15.89 8.07 14.96 7 13.75 7z"/><circle cx="12" cy="4" r="2"/>'); } }; IconMan_4_Rounded.styles = style; IconMan_4_Rounded = __decorate([ customElement('mdui-icon-man-4--rounded') ], IconMan_4_Rounded); export { IconMan_4_Rounded };