@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 800 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 IconDriveEta_Sharp = class IconDriveEta_Sharp extends LitElement {
render() {
return svgTag('<path d="M18.92 5.01 18.57 4H5.43L3 11v9h3v-2h12v2h3v-9l-2.08-5.99zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"/>');
}
};
IconDriveEta_Sharp.styles = style;
IconDriveEta_Sharp = __decorate([
customElement('mdui-icon-drive-eta--sharp')
], IconDriveEta_Sharp);
export { IconDriveEta_Sharp };