@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 815 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 IconSnowmobile_Sharp = class IconSnowmobile_Sharp extends LitElement {
render() {
return svgTag('<path d="M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C21.6 15.18 23 13 23 13l-9-8h-3v2h2.25l1.45 1.3L11 11l-9.5-1L0 13l4.54 1.36-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3h-2zM8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2z"/>');
}
};
IconSnowmobile_Sharp.styles = style;
IconSnowmobile_Sharp = __decorate([
customElement('mdui-icon-snowmobile--sharp')
], IconSnowmobile_Sharp);
export { IconSnowmobile_Sharp };