UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 850 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 IconPanoramaWideAngleSelect_Rounded = class IconPanoramaWideAngleSelect_Rounded extends LitElement { render() { return svgTag('<path d="M12 4c-3.97 0-6.85.63-9 1-.55 1.97-1 3.92-1 7 0 3.03.45 5.06 1 7 2.15.37 4.98 1 9 1 3.97 0 6.85-.63 9-1 .57-2.02 1-3.99 1-7 0-3.03-.45-5.06-1-7-2.15-.37-4.98-1-9-1z"/>'); } }; IconPanoramaWideAngleSelect_Rounded.styles = style; IconPanoramaWideAngleSelect_Rounded = __decorate([ customElement('mdui-icon-panorama-wide-angle-select--rounded') ], IconPanoramaWideAngleSelect_Rounded); export { IconPanoramaWideAngleSelect_Rounded };