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