UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 763 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 IconSportsGymnastics_TwoTone = class IconSportsGymnastics_TwoTone extends LitElement { render() { return svgTag('<path d="M4 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM1 9h6l7-5 1.31 1.52-4.17 2.98H14L21.8 4 23 5.4 14.5 12 14 22h-2l-.5-10L8 11H1V9z"/>'); } }; IconSportsGymnastics_TwoTone.styles = style; IconSportsGymnastics_TwoTone = __decorate([ customElement('mdui-icon-sports-gymnastics--two-tone') ], IconSportsGymnastics_TwoTone); export { IconSportsGymnastics_TwoTone };