import type { SVGProps } from 'react'; declare const SvgPersonCircle: (props: SVGProps) => import("react").JSX.Element; /** * @deprecated The ‘PersonCircle’ icon will be removed on or after 2026-07-09. * Use ‘UserAccount’ instead. */ export default SvgPersonCircle;