Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: yarn prettier:write
  • Loading branch information
staszek998 committed Dec 16, 2025
commit 00bf7f05ca0c0e18ce4fae4a36124bda82f79d48
6 changes: 3 additions & 3 deletions docs/stories/01-foundations/icons/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export default ForwardRef;

## Adding new icons

It's important when exporting an icon that it's designed "correctly" i.e. contained within a 32x32px bounding box -
this ensures all our icons are uniform and scale similarly across the application when used. Typically, icons come from
the design-team and are exported from Figma in SVG format, the result of which may look like this:
It's important when exporting an icon that it's designed "correctly" i.e. contained within a 32x32px bounding box - this
ensures all our icons are uniform and scale similarly across the application when used. Typically, icons come from the
design-team and are exported from Figma in SVG format, the result of which may look like this:

```xml
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down