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