Skip to content

Commit

Permalink
[icons-cli] Update icons Mon Jan 29 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
charcoal-bot[bot] authored Jan 29, 2024
1 parent 03c2af8 commit 2d77bd6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icon-files/src/24/Click.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/icon-files/src/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
'24/ChatBot': () => import('./24/ChatBot.js').then(m => m.default),
'24/Check': () => import('./24/Check.js').then(m => m.default),
'24/ChromaticAberration': () => import('./24/ChromaticAberration.js').then(m => m.default),
'24/Click': () => import('./24/Click.js').then(m => m.default),
'24/Close': () => import('./24/Close.js').then(m => m.default),
'24/Codes': () => import('./24/Codes.js').then(m => m.default),
'24/Collapse': () => import('./24/Collapse.js').then(m => m.default),
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ declare var _default: {
'24/ChatBot': () => Promise<string>;
'24/Check': () => Promise<string>;
'24/ChromaticAberration': () => Promise<string>;
'24/Click': () => Promise<string>;
'24/Close': () => Promise<string>;
'24/Codes': () => Promise<string>;
'24/Collapse': () => Promise<string>;
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default {
'24/ChatBot': () => import('./24/ChatBot.js').then(m => m.default),
'24/Check': () => import('./24/Check.js').then(m => m.default),
'24/ChromaticAberration': () => import('./24/ChromaticAberration.js').then(m => m.default),
'24/Click': () => import('./24/Click.js').then(m => m.default),
'24/Close': () => import('./24/Close.js').then(m => m.default),
'24/Codes': () => import('./24/Codes.js').then(m => m.default),
'24/Collapse': () => import('./24/Collapse.js').then(m => m.default),
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/svg/24/Click.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 2d77bd6

Please sign in to comment.