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