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