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