@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 975 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 IconAirportShuttle_Outlined = class IconAirportShuttle_Outlined extends LitElement {
render() {
return svgTag('<path d="M17 5H3a2 2 0 0 0-2 2v9h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-6-6zm-2 2h1l3 3h-4V7zM9 7h4v3H9V7zM3 7h4v3H3V7zm3 10.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zm12 0a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zM21 14h-.78c-.55-.61-1.34-1-2.22-1s-1.67.39-2.22 1H8.22c-.55-.61-1.33-1-2.22-1s-1.67.39-2.22 1H3v-2h18v2z"/>');
}
};
IconAirportShuttle_Outlined.styles = style;
IconAirportShuttle_Outlined = __decorate([
customElement('mdui-icon-airport-shuttle--outlined')
], IconAirportShuttle_Outlined);
export { IconAirportShuttle_Outlined };