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