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