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