import type { SVGProps } from "react"; export const AnimatedProcessingIcon = (props: SVGProps) => { return ( Processing ); };