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