Hi everyone,
At the company I work at, the design system has been growing over the last couple years. We’re currently trying to determine the best way to manage and organise larger illustration images ( in SVG format) in our design system so they can work with components of different sizes
So far, I’ve found two approaches
- Defining fixed sizes for each illustration component as variables. (I.e. each illustration will have an XS, S, M… etc size variable)
- Using a single illustration and resizing the illustration manually when placed inside another component, without maintaining a set of consistent sizes.
Across both of these methods I’ve seen design systems using different formats (usually a square and a wide format)
Which methods do you think works best for organising illustrations?
We are concerned if we go with the fixed sizes approach, we’ll end up with a unruly amount of sizes where we need different sizes as we introduce new components.
Would appreciate any help here!