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