@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 836 B
JavaScript
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_Sharp = class IconPanoramaWideAngleSelect_Sharp 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.05 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.05-1-7-2.15-.37-4.98-1-9-1z"/>');
}
};
IconPanoramaWideAngleSelect_Sharp.styles = style;
IconPanoramaWideAngleSelect_Sharp = __decorate([
customElement('mdui-icon-panorama-wide-angle-select--sharp')
], IconPanoramaWideAngleSelect_Sharp);
export { IconPanoramaWideAngleSelect_Sharp };