UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 832 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 IconSettingsSystemDaydream_Sharp = class IconSettingsSystemDaydream_Sharp extends LitElement { render() { return svgTag('<path d="M9 16h6.5a2.5 2.5 0 0 0 0-5h-.05c-.24-1.69-1.69-3-3.45-3-1.4 0-2.6.83-3.16 2.02h-.16A2.994 2.994 0 0 0 6 13c0 1.66 1.34 3 3 3zM23 3H1v18h22V3zm-2 16.01H3V4.99h18v14.02z"/>'); } }; IconSettingsSystemDaydream_Sharp.styles = style; IconSettingsSystemDaydream_Sharp = __decorate([ customElement('mdui-icon-settings-system-daydream--sharp') ], IconSettingsSystemDaydream_Sharp); export { IconSettingsSystemDaydream_Sharp };