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