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