UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 641 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 IconCode_TwoTone = class IconCode_TwoTone extends LitElement { render() { return svgTag('<path d="M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/>'); } }; IconCode_TwoTone.styles = style; IconCode_TwoTone = __decorate([ customElement('mdui-icon-code--two-tone') ], IconCode_TwoTone); export { IconCode_TwoTone };