UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 771 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 IconFastForward_TwoTone = class IconFastForward_TwoTone extends LitElement { render() { return svgTag('<path d="M15 9.86v4.28L18.03 12zm-9 0v4.28L9.03 12z" opacity=".3"/><path d="m4 18 8.5-6L4 6v12zm2-8.14L9.03 12 6 14.14V9.86zM21.5 12 13 6v12l8.5-6zM15 9.86 18.03 12 15 14.14V9.86z"/>'); } }; IconFastForward_TwoTone.styles = style; IconFastForward_TwoTone = __decorate([ customElement('mdui-icon-fast-forward--two-tone') ], IconFastForward_TwoTone); export { IconFastForward_TwoTone };