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