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