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