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