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