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