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