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