@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 850 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 IconStroller_Sharp = class IconStroller_Sharp extends LitElement {
render() {
return svgTag('<path d="M18 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM6 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM22 7v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03L5.27 17H17V6.27c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7h2zm-7.7-2.9a8.962 8.962 0 0 0-9.58.62l4.89 4.89L14.3 4.1z"/>');
}
};
IconStroller_Sharp.styles = style;
IconStroller_Sharp = __decorate([
customElement('mdui-icon-stroller--sharp')
], IconStroller_Sharp);
export { IconStroller_Sharp };