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