UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 783 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 IconWoman_2_Rounded = class IconWoman_2_Rounded extends LitElement { render() { return svgTag('<path d="M13.94 8.31a2.078 2.078 0 0 0-2.48-1.24c-.66.17-1.18.7-1.43 1.34l-2.48 6.22c-.27.66.22 1.37.92 1.37h2.03v5c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-5h2.03c.71 0 1.19-.71.93-1.37l-2.52-6.32z"/><circle cx="12" cy="4" r="2"/>'); } }; IconWoman_2_Rounded.styles = style; IconWoman_2_Rounded = __decorate([ customElement('mdui-icon-woman-2--rounded') ], IconWoman_2_Rounded); export { IconWoman_2_Rounded };