Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ffe-icons): oppdaterte readme, pr for å trigge release #2497

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
9 changes: 5 additions & 4 deletions packages/ffe-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Running `npm run build:icons` or the Github action: `update ffe-icons svgs` will

The script will:

- Set available variants, like size, weight and fill/no fill
- Get the names of all icons available in Material Symbols
- Compare available names with existing SVG-files. If an icon has been deleted since last update, it'll delete all SVG-files of the removed icon.
- Download SVG-files for all missing variants/icons, and place it in the right folder.
- Set available variants, like size, weight and fill/no fill
- Get the names of all icons available in Material Symbols
- Compare available names with existing SVG-files. If an icon has been deleted since last update, it'll delete all SVG-files of the removed icon.
- Download SVG-files for all missing variants/icons, and place it in the right folder.
- Resize the 40px icons to 32px, since they are not available at 32px in Material Symbols.
Loading