import * as React from 'react'; export interface Animation-1424Props extends React.SVGProps { ariaLabel?: string } export default function Animation-1424({ ariaLabel, ...props }: Animation-1424Props) { return ( ); }