import React from 'react'; const LoaderIcon: React.FC> = ({ width = 21, height = 20, ...props }) => { return ( ); }; export default LoaderIcon;