@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 824 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 IconRawOff_Outlined = class IconRawOff_Outlined extends LitElement {
render() {
return svgTag('<path d="m17.15 14.32.59-2.36.76 3.04h1.48l1.5-6h-1.5l-.74 3-.74-3h-1.52l-.74 3-.74-3H14l.72 2.9zM1.39 4.22 6.17 9H3v6h1.5v-2h1.1l.9 2H8l-.9-2.1c.5-.3.9-.8.9-1.4v-.67l1.43 1.43L8.75 15h1.5l.38-1.5h.04l9.11 9.11 1.41-1.41L2.81 2.81 1.39 4.22zM6.5 11.5h-2v-1h2v1z"/>');
}
};
IconRawOff_Outlined.styles = style;
IconRawOff_Outlined = __decorate([
customElement('mdui-icon-raw-off--outlined')
], IconRawOff_Outlined);
export { IconRawOff_Outlined };