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