UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 796 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 IconCatchingPokemon_Sharp = class IconCatchingPokemon_Sharp extends LitElement { render() { return svgTag('<path d="M14.5 12a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 5 0zm7.5 0c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-2 0h-4c0-2.21-1.79-4-4-4s-4 1.79-4 4H4c0 4.41 3.59 8 8 8s8-3.59 8-8z"/>'); } }; IconCatchingPokemon_Sharp.styles = style; IconCatchingPokemon_Sharp = __decorate([ customElement('mdui-icon-catching-pokemon--sharp') ], IconCatchingPokemon_Sharp); export { IconCatchingPokemon_Sharp };