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