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