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