UNPKG

@difizen/mana-app

Version:

14 lines 431 B
import { DownOutlined } from '@ant-design/icons'; import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; // eslint-disable-next-line @typescript-eslint/no-unused-vars export var TreeSwitchIcon = function TreeSwitchIcon(_props) { return /*#__PURE__*/_jsx("span", { className: "tree-switcher", children: /*#__PURE__*/_jsx(DownOutlined, { style: { fontSize: 12 } }) }); };