/// import type { SvgIconProps } from '@sinoui/core/SvgIcon'; /** * ChevronLeft 图标组件 * * @param props 组件属性 */ export default function ChevronLeftIcon(props: SvgIconProps): JSX.Element;