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