UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 768 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 IconSignpost_TwoTone = class IconSignpost_TwoTone extends LitElement { render() { return svgTag('<path d="M6 6h11.17l1 1-1 1H6V6zm12 10H6.83l-1-1 1-1H18v2z" opacity=".3"/><path d="M13 10h5l3-3-3-3h-5V2h-2v2H4v6h7v2H6l-3 3 3 3h5v4h2v-4h7v-6h-7v-2zM6 6h11.17l1 1-1 1H6V6zm12 10H6.83l-1-1 1-1H18v2z"/>'); } }; IconSignpost_TwoTone.styles = style; IconSignpost_TwoTone = __decorate([ customElement('mdui-icon-signpost--two-tone') ], IconSignpost_TwoTone); export { IconSignpost_TwoTone };