@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 880 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 IconTraffic_Sharp = class IconTraffic_Sharp extends LitElement {
render() {
return svgTag('<path d="M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V3H7v2H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V21h10v-2.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-8 9a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 19zm0-5a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 14zm0-5a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 1 1 0 4z"/>');
}
};
IconTraffic_Sharp.styles = style;
IconTraffic_Sharp = __decorate([
customElement('mdui-icon-traffic--sharp')
], IconTraffic_Sharp);
export { IconTraffic_Sharp };