Skip to content

Commit

Permalink
Merge pull request #445 from pixiv/icons/update/1705887045644
Browse files Browse the repository at this point in the history
[icons-cli] Update icons Mon Jan 22 2024
  • Loading branch information
mimokmt authored Jan 24, 2024
2 parents 72f9445 + 1473f7f commit 907f0d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3,346 deletions.
2 changes: 2 additions & 0 deletions packages/icon-files/src/16/Warning.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 @@ -28,6 +28,7 @@ module.exports = {
'16/Smile': () => import('./16/Smile.js').then(m => m.default),
'16/Speaker': () => import('./16/Speaker.js').then(m => m.default),
'16/View': () => import('./16/View.js').then(m => m.default),
'16/Warning': () => import('./16/Warning.js').then(m => m.default),
'24/Add': () => import('./24/Add.js').then(m => m.default),
'24/AddImage': () => import('./24/AddImage.js').then(m => m.default),
'24/AddModel': () => import('./24/AddModel.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 @@ -28,6 +28,7 @@ declare var _default: {
'16/Smile': () => Promise<string>;
'16/Speaker': () => Promise<string>;
'16/View': () => Promise<string>;
'16/Warning': () => Promise<string>;
'24/Add': () => Promise<string>;
'24/AddImage': () => Promise<string>;
'24/AddModel': () => 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 @@ -28,6 +28,7 @@ export default {
'16/Smile': () => import('./16/Smile.js').then(m => m.default),
'16/Speaker': () => import('./16/Speaker.js').then(m => m.default),
'16/View': () => import('./16/View.js').then(m => m.default),
'16/Warning': () => import('./16/Warning.js').then(m => m.default),
'24/Add': () => import('./24/Add.js').then(m => m.default),
'24/AddImage': () => import('./24/AddImage.js').then(m => m.default),
'24/AddModel': () => import('./24/AddModel.js').then(m => m.default),
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/svg/16/Warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 907f0d3

Please sign in to comment.