import React from 'react'; import { Icon } from '../Icon'; import type { IconProps } from '../.types/IconPropsType'; export function LoaderIcon({ className, ...props }: IconProps) { return ( ); }