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