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