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