Skip to content

Commit

Permalink
feat: update mappings and export new icons (#DS-2876) (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Guryev <nikgurv@gmail.com>
  • Loading branch information
rmnturov and NikGurev authored Sep 13, 2024
1 parent bc4f575 commit 1364371
Show file tree
Hide file tree
Showing 89 changed files with 135 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .fantasticonrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (!fs.existsSync('dist/icons/svg')) {
const codepoints = {};

Object.entries(mapping).forEach(([key, value]) => {
codepoints[key] = parseInt(value.code);
codepoints[key] = parseInt(value.codepoint);
});

if (!fs.existsSync('dist/icons/fonts')) {
Expand Down
Loading

0 comments on commit 1364371

Please sign in to comment.