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