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