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