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: export svg only #2

Merged
merged 2 commits into from
Mar 13, 2024
Merged

feat: export svg only #2

merged 2 commits into from
Mar 13, 2024

Conversation

kayman233
Copy link
Contributor

Icons

  • Добавлен экспорт svg
  • Убран экспорт компонент, ассетов и их добавление в index. Теперь это генерируется в самой библиотеке на основе svg.

@kayman233 kayman233 requested a review from neretin-trike March 7, 2024 06:47
}

iconSourceComponent = getIconCategories(iconSourceComponent, name, size, category);
iconSourceComponent = getIconCategories(iconSourceComponent, name, category);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а точно не надо разбивать на размеры? Пока что у нас только в 24 доступны, но в будущем (насколько я понимаю) будут и остальные. Как они в таком случае будут генериться?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а здесь это уже не нужно. У нас получается теперь так, что есть 3 папки(в данный момент только 1 с 24 размером), куда добавляются иконки в формате svg. Это внутри getFlatIconFiles через size как раз происходит

@kayman233 kayman233 merged commit bd6ab95 into master Mar 13, 2024
1 check passed
@kayman233 kayman233 deleted the kayman233/export-svg branch March 13, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants