@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 949 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 IconSmokeFree_Sharp = class IconSmokeFree_Sharp extends LitElement {
render() {
return svgTag('<path d="M20.5 13H22v3h-1.5zm-6-4.35h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5a3.35 3.35 0 0 0 0 6.7zM17 13h-2.34L17 15.34zm1.85-8.27c.62-.61 1-1.45 1-2.38h-1.5c0 1.02-.83 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.76c0-2.22-1.28-4.14-3.15-5.03zM18 13h1.5v3H18zM3.41 4.59 2 6l7 7H2v3h10l7 7 1.41-1.41z"/>');
}
};
IconSmokeFree_Sharp.styles = style;
IconSmokeFree_Sharp = __decorate([
customElement('mdui-icon-smoke-free--sharp')
], IconSmokeFree_Sharp);
export { IconSmokeFree_Sharp };