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