@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 999 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 IconTransferWithinAStation_TwoTone = class IconTransferWithinAStation_TwoTone extends LitElement {
render() {
return svgTag('<path d="M16.49 13.75 14 16.25l2.49 2.5V17H22v-1.5h-5.51zm3.02 6H14v1.5h5.51V23L22 20.5 19.51 18zM7.5 3.5c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm2.05 6.9C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75L3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3z"/>');
}
};
IconTransferWithinAStation_TwoTone.styles = style;
IconTransferWithinAStation_TwoTone = __decorate([
customElement('mdui-icon-transfer-within-a-station--two-tone')
], IconTransferWithinAStation_TwoTone);
export { IconTransferWithinAStation_TwoTone };