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