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