Skip to content

Commit

Permalink
Merge pull request #641 from pixiv/icons/update/1729473942250
Browse files Browse the repository at this point in the history
[icons-cli] Update icons Mon Oct 21 2024
  • Loading branch information
mimokmt authored Oct 21, 2024
2 parents 469390f + 75cc431 commit 4988491
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/32/ImageHidden.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 @@ -214,6 +214,7 @@ module.exports = {
'32/Gift': () => import('./32/Gift.js').then(m => m.default),
'32/Home': () => import('./32/Home.js').then(m => m.default),
'32/HorizontalWriting': () => import('./32/HorizontalWriting.js').then(m => m.default),
'32/ImageHidden': () => import('./32/ImageHidden.js').then(m => m.default),
'32/Index': () => import('./32/Index.js').then(m => m.default),
'32/LikeOff': () => import('./32/LikeOff.js').then(m => m.default),
'32/LikeOn': () => import('./32/LikeOn.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 @@ -214,6 +214,7 @@ declare var _default: {
'32/Gift': () => Promise<string>;
'32/Home': () => Promise<string>;
'32/HorizontalWriting': () => Promise<string>;
'32/ImageHidden': () => Promise<string>;
'32/Index': () => Promise<string>;
'32/LikeOff': () => Promise<string>;
'32/LikeOn': () => 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 @@ -214,6 +214,7 @@ export default {
'32/Gift': () => import('./32/Gift.js').then(m => m.default),
'32/Home': () => import('./32/Home.js').then(m => m.default),
'32/HorizontalWriting': () => import('./32/HorizontalWriting.js').then(m => m.default),
'32/ImageHidden': () => import('./32/ImageHidden.js').then(m => m.default),
'32/Index': () => import('./32/Index.js').then(m => m.default),
'32/LikeOff': () => import('./32/LikeOff.js').then(m => m.default),
'32/LikeOn': () => import('./32/LikeOn.js').then(m => m.default),
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/svg/32/ImageHidden.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 4988491

Please sign in to comment.