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