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