@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 909 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 IconLocalTaxi_Outlined = class IconLocalTaxi_Outlined extends LitElement {
render() {
return svgTag('<path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.85 7h10.29l1.04 3H5.81l1.04-3zM19 17H5v-4.66l.12-.34h13.77l.11.34V17z"/><circle cx="7.5" cy="14.5" r="1.5"/><circle cx="16.5" cy="14.5" r="1.5"/>');
}
};
IconLocalTaxi_Outlined.styles = style;
IconLocalTaxi_Outlined = __decorate([
customElement('mdui-icon-local-taxi--outlined')
], IconLocalTaxi_Outlined);
export { IconLocalTaxi_Outlined };