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