Skip to content

Commit

Permalink
feat: adding thumbs up_down flag pepper and crossed swords (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAA authored Oct 31, 2024
1 parent 08c414b commit ad3e055
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,30 @@
"./asset/postpulse": {
"import": "./asset/postpulse.mjs",
"require": "./asset/postpulse.js"
},
"./asset/": {
"import": "./asset/.mjs",
"require": "./asset/.js"
},
"./asset/crossed-swords": {
"import": "./asset/crossed-swords.mjs",
"require": "./asset/crossed-swords.js"
},
"./asset/flag-filled": {
"import": "./asset/flag-filled.mjs",
"require": "./asset/flag-filled.js"
},
"./asset/pepper": {
"import": "./asset/pepper.mjs",
"require": "./asset/pepper.js"
},
"./asset/thumbs-down": {
"import": "./asset/thumbs-down.mjs",
"require": "./asset/thumbs-down.js"
},
"./asset/thumbs-up": {
"import": "./asset/thumbs-up.mjs",
"require": "./asset/thumbs-up.js"
}
}
}
4 changes: 4 additions & 0 deletions src/crossed-swords.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/flag-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/pepper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/thumbs-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/thumbs-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad3e055

Please sign in to comment.