import React from 'react'; import type { IconProps } from '../types'; export const ChevronClosed = (props: IconProps) => ( ); export default ChevronClosed;