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