@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 688 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 IconExposurePlus_1_TwoTone = class IconExposurePlus_1_TwoTone extends LitElement {
render() {
return svgTag('<path d="M20 18V5h-.3L15 6.7v1.7l3-1.02V18zm-10-1v-4h4v-2h-4V7H8v4H4v2h4v4z"/>');
}
};
IconExposurePlus_1_TwoTone.styles = style;
IconExposurePlus_1_TwoTone = __decorate([
customElement('mdui-icon-exposure-plus-1--two-tone')
], IconExposurePlus_1_TwoTone);
export { IconExposurePlus_1_TwoTone };