UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 993 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 IconKeyboardDoubleArrowRight_Rounded = class IconKeyboardDoubleArrowRight_Rounded extends LitElement { render() { return svgTag('<path d="M5.7 6.71a.996.996 0 0 0 0 1.41L9.58 12 5.7 15.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L7.12 6.71c-.39-.39-1.03-.39-1.42 0z"/><path d="M12.29 6.71a.996.996 0 0 0 0 1.41L16.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L13.7 6.7c-.38-.38-1.02-.38-1.41.01z"/>'); } }; IconKeyboardDoubleArrowRight_Rounded.styles = style; IconKeyboardDoubleArrowRight_Rounded = __decorate([ customElement('mdui-icon-keyboard-double-arrow-right--rounded') ], IconKeyboardDoubleArrowRight_Rounded); export { IconKeyboardDoubleArrowRight_Rounded };