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