@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 695 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 IconLocalOffer_Sharp = class IconLocalOffer_Sharp extends LitElement {
render() {
return svgTag('<path d="M22.83 12.99 11.83 2H2v9.83l10.99 10.99 9.84-9.83zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"/>');
}
};
IconLocalOffer_Sharp.styles = style;
IconLocalOffer_Sharp = __decorate([
customElement('mdui-icon-local-offer--sharp')
], IconLocalOffer_Sharp);
export { IconLocalOffer_Sharp };