UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 639 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 IconViewCarousel_Sharp = class IconViewCarousel_Sharp extends LitElement { render() { return svgTag('<path d="M2 7h4v10H2V7zm5 12h10V5H7v14zM18 7h4v10h-4V7z"/>'); } }; IconViewCarousel_Sharp.styles = style; IconViewCarousel_Sharp = __decorate([ customElement('mdui-icon-view-carousel--sharp') ], IconViewCarousel_Sharp); export { IconViewCarousel_Sharp };