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