UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 760 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 IconLocalParking_Rounded = class IconLocalParking_Rounded extends LitElement { render() { return svgTag('<path d="M12.79 3H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2s2-.9 2-2v-4h3c3.57 0 6.42-3.13 5.95-6.79C18.56 5.19 15.84 3 12.79 3zm.41 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"/>'); } }; IconLocalParking_Rounded.styles = style; IconLocalParking_Rounded = __decorate([ customElement('mdui-icon-local-parking--rounded') ], IconLocalParking_Rounded); export { IconLocalParking_Rounded };