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