UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 872 B
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 IconDirectionsCarFilled_Sharp = class IconDirectionsCarFilled_Sharp extends LitElement { render() { return svgTag('<path d="M18.57 5H5.43L3 12v9h3v-2h12v2h3v-9l-2.43-7zM7.5 16c-.83 0-1.5-.67-1.5-1.5S6.67 13 7.5 13s1.5.67 1.5 1.5S8.33 16 7.5 16zm9 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.81 10l1.04-3h10.29l1.04 3H5.81z"/>'); } }; IconDirectionsCarFilled_Sharp.styles = style; IconDirectionsCarFilled_Sharp = __decorate([ customElement('mdui-icon-directions-car-filled--sharp') ], IconDirectionsCarFilled_Sharp); export { IconDirectionsCarFilled_Sharp };