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