@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 653 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 IconExposureNeg_1_Sharp = class IconExposureNeg_1_Sharp extends LitElement {
render() {
return svgTag('<path d="M4 11v2h8v-2H4zm15 7h-2V7.38L14 8.4V6.7L18.7 5h.3v13z"/>');
}
};
IconExposureNeg_1_Sharp.styles = style;
IconExposureNeg_1_Sharp = __decorate([
customElement('mdui-icon-exposure-neg-1--sharp')
], IconExposureNeg_1_Sharp);
export { IconExposureNeg_1_Sharp };