import * as React from 'react'; function SvgMagnetOutlined(props: React.SVGProps) { return ( ); } export default SvgMagnetOutlined;