Skip to content

Conversation

0x009922
Copy link
Contributor

@0x009922 0x009922 commented Mar 28, 2023

I made some changes to icons I imported from Figma:

  • Removed fill color (it was set to some), set fill="currentColor"
  • Used adaptive width/height. Instead of width="24" and height="24" I set width="1em" and height="1em". Some icons had height=25&width=24, so I used adaptive width, i.e. height=1em & width={24 / 25}em.
  • Optimised and formatted all icons with SVGO:
    svgo -f ./src/*/solid --pretty --indent 2

@0x009922 0x009922 added the next Related to next lib iteration, i.e. based on Vue 3 label Mar 28, 2023
Base automatically changed from 513-enable-eslint-rules to 514-csf-3 March 28, 2023 10:59
@0x009922 0x009922 mentioned this pull request Mar 28, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

next Related to next lib iteration, i.e. based on Vue 3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant