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