UNPKG

@amsterdam/design-system-react-icons

Version:

All icons from the Amsterdam Design System as React components. Use it to use the correct icons in your React project.

8 lines (7 loc) 328 B
import type { SVGProps } from 'react'; declare const SvgCheckMarkCircleFill: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element; /** * @deprecated The ‘CheckMarkCircleFill’ icon will be removed in the next major release. * Use ‘SuccessFill’ instead. */ export default SvgCheckMarkCircleFill;