@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 955 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_TwoTone = class IconLocalOffer_TwoTone extends LitElement {
render() {
return svgTag('<path d="M11 4H4v7l9 9.01L20 13l-9-9zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5 8 5.67 8 6.5 7.33 8 6.5 8z" opacity=".3"/><path d="M12.41 2.58C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42l-9-9zM13 20.01 4 11V4h7v-.01l9 9-7 7.02z"/><circle cx="6.5" cy="6.5" r="1.5"/>');
}
};
IconLocalOffer_TwoTone.styles = style;
IconLocalOffer_TwoTone = __decorate([
customElement('mdui-icon-local-offer--two-tone')
], IconLocalOffer_TwoTone);
export { IconLocalOffer_TwoTone };