UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 1.13 kB
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 IconEvStation_Rounded = class IconEvStation_Rounded extends LitElement { render() { return svgTag('<path d="m19.77 7.23.01-.01-3.19-3.19a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.58 1.58c-1.05.4-1.76 1.47-1.58 2.71.16 1.1 1.1 1.99 2.2 2.11.47.05.88-.03 1.27-.2v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v15c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-6.5h1.5v4.86c0 1.31.94 2.5 2.24 2.63a2.5 2.5 0 0 0 2.76-2.49V9c0-.69-.28-1.32-.73-1.77zM18 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8 16.12V13.5H6.83a.5.5 0 0 1-.44-.74l2.67-5c.24-.45.94-.28.94.24v3h1.14a.5.5 0 0 1 .43.75l-2.64 4.62c-.25.44-.93.26-.93-.25z"/>'); } }; IconEvStation_Rounded.styles = style; IconEvStation_Rounded = __decorate([ customElement('mdui-icon-ev-station--rounded') ], IconEvStation_Rounded); export { IconEvStation_Rounded };