react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

Improve/Update React-Navigation SVGs

Open RiteshK-611 opened this issue 2 years ago • 1 comments

Problem

All react-navigation SVGs are not optimized properly. And they have big file size of around 33 KB which is because these SVGs has many control points. SVG Files https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro.svg https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_header.svg https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_white.svg

Solution

This problem can be solve if we can reprocess the icon with curves rather than one-by-one control points.

RiteshK-611 avatar Aug 15 '23 17:08 RiteshK-611

@RiteshK-611 can you assign this issue!

panditakshay402 avatar Jul 04 '24 09:07 panditakshay402