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