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