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