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