@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 854 B
JavaScript
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 IconUnfoldMoreDouble_Sharp = class IconUnfoldMoreDouble_Sharp extends LitElement {
render() {
return svgTag('<path d="M12 7.83 15.17 11l1.41-1.41L12 5 7.41 9.59 8.83 11 12 7.83zm0-5L15.17 6l1.41-1.41L12 0 7.41 4.59 8.83 6 12 2.83zm0 18.34L8.83 18l-1.41 1.41L12 24l4.59-4.59L15.17 18 12 21.17zm0-5L8.83 13l-1.41 1.41L12 19l4.59-4.59L15.17 13 12 16.17z"/>');
}
};
IconUnfoldMoreDouble_Sharp.styles = style;
IconUnfoldMoreDouble_Sharp = __decorate([
customElement('mdui-icon-unfold-more-double--sharp')
], IconUnfoldMoreDouble_Sharp);
export { IconUnfoldMoreDouble_Sharp };