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