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