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