UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 950 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 IconAirlineSeatLegroomReduced_Rounded = class IconAirlineSeatLegroomReduced_Rounded extends LitElement { render() { return svgTag('<path d="M19.97 19.2c.18.96-.55 1.8-1.47 1.8h-2.69a2 2 0 0 1-1.94-2.49L15 14H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2zM5 12V4c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h3c.55 0 1-.45 1-1s-.45-1-1-1H8c-1.66 0-3-1.34-3-3z"/>'); } }; IconAirlineSeatLegroomReduced_Rounded.styles = style; IconAirlineSeatLegroomReduced_Rounded = __decorate([ customElement('mdui-icon-airline-seat-legroom-reduced--rounded') ], IconAirlineSeatLegroomReduced_Rounded); export { IconAirlineSeatLegroomReduced_Rounded };