Skip to content

Commit

Permalink
fix: Merge pull request #140 from lknop/master
Browse files Browse the repository at this point in the history
Added example of codepoints definition in config
  • Loading branch information
tancredi committed Mar 16, 2021
2 parents bf6a8bf + a0b0589 commit 10cd7ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ module.exports = {
pathOptions: {
ts: './src/types/icon-types.ts',
json: './misc/icon-codepoints.json'
},
codepoints: {
'chevron-left': 57344, // decimal representation of 0xe000
'chevron-right': 57345,
'thumbs-up': 57358,
'thumbs-down': 57359
}
};
```
Expand Down

0 comments on commit 10cd7ea

Please sign in to comment.