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