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