/** * Inspired by FiActivity */ import type { SVGProps } from 'react'; function SqrtIcon(props: SVGProps) { return ( ); } export default SqrtIcon;