Illustration

Deprecated component

Illustration was deprecated in v4. It will be deleted from the repository on 12th July 2022.

Illustration

In version 4, Illustration component got removed. In order to replace this component, we recommend using <img /> tag or existing in Forma 36 icons.

Icons that were used previously by the Illustration component were moved to the @contentful/f36-icons packages, so you can still use them in your project. Have a look at the full overview of icons

You can replace existing Illustration:

<Illustration illustration="Archive" />

with:

<ArchiveIcon size="large" variant="secondary" />

Help improve this page