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