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