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