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