UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 834 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 IconAutofpsSelect_Outlined = class IconAutofpsSelect_Outlined extends LitElement { render() { return svgTag('<path d="M12.03 6.3h-.06l-1.02 2.89h2.1zM3 17h2v5H3z"/><path d="M12 15c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.63-10h1.25l2.63 7h-1.21l-.63-1.79h-2.83L9.96 12H8.74l2.63-7zM7 17h2v5H7zm4 0h2v5h-2zm4 0h6v5h-6z"/>'); } }; IconAutofpsSelect_Outlined.styles = style; IconAutofpsSelect_Outlined = __decorate([ customElement('mdui-icon-autofps-select--outlined') ], IconAutofpsSelect_Outlined); export { IconAutofpsSelect_Outlined };