Skip to content

Commit

Permalink
Merge pull request #689 from pixiv/icons/update/1737001122112
Browse files Browse the repository at this point in the history
[icons-cli] Update icons Thu Jan 16 2025
  • Loading branch information
mimokmt authored Jan 16, 2025
2 parents ae31dc2 + 60a207a commit b828745
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icon-files/src/24/MultiSelect.js

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

2 changes: 2 additions & 0 deletions packages/icon-files/src/Inline/MultiSelect.js

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

2 changes: 2 additions & 0 deletions packages/icon-files/src/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ module.exports = {
'24/Microphone': () => import('./24/Microphone.js').then(m => m.default),
'24/MobilePhone': () => import('./24/MobilePhone.js').then(m => m.default),
'24/Move1': () => import('./24/Move1.js').then(m => m.default),
'24/MultiSelect': () => import('./24/MultiSelect.js').then(m => m.default),
'24/Next': () => import('./24/Next.js').then(m => m.default),
'24/NoImage': () => import('./24/NoImage.js').then(m => m.default),
'24/Notification': () => import('./24/Notification.js').then(m => m.default),
Expand Down Expand Up @@ -262,6 +263,7 @@ module.exports = {
'Inline/Location': () => import('./Inline/Location.js').then(m => m.default),
'Inline/Lock': () => import('./Inline/Lock.js').then(m => m.default),
'Inline/More': () => import('./Inline/More.js').then(m => m.default),
'Inline/MultiSelect': () => import('./Inline/MultiSelect.js').then(m => m.default),
'Inline/Nextworks': () => import('./Inline/Nextworks.js').then(m => m.default),
'Inline/OpenInNew': () => import('./Inline/OpenInNew.js').then(m => m.default),
'Inline/Pencil': () => import('./Inline/Pencil.js').then(m => m.default),
Expand Down
2 changes: 2 additions & 0 deletions packages/icon-files/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ declare var _default: {
'24/Microphone': () => Promise<string>;
'24/MobilePhone': () => Promise<string>;
'24/Move1': () => Promise<string>;
'24/MultiSelect': () => Promise<string>;
'24/Next': () => Promise<string>;
'24/NoImage': () => Promise<string>;
'24/Notification': () => Promise<string>;
Expand Down Expand Up @@ -262,6 +263,7 @@ declare var _default: {
'Inline/Location': () => Promise<string>;
'Inline/Lock': () => Promise<string>;
'Inline/More': () => Promise<string>;
'Inline/MultiSelect': () => Promise<string>;
'Inline/Nextworks': () => Promise<string>;
'Inline/OpenInNew': () => Promise<string>;
'Inline/Pencil': () => Promise<string>;
Expand Down
2 changes: 2 additions & 0 deletions packages/icon-files/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default {
'24/Microphone': () => import('./24/Microphone.js').then(m => m.default),
'24/MobilePhone': () => import('./24/MobilePhone.js').then(m => m.default),
'24/Move1': () => import('./24/Move1.js').then(m => m.default),
'24/MultiSelect': () => import('./24/MultiSelect.js').then(m => m.default),
'24/Next': () => import('./24/Next.js').then(m => m.default),
'24/NoImage': () => import('./24/NoImage.js').then(m => m.default),
'24/Notification': () => import('./24/Notification.js').then(m => m.default),
Expand Down Expand Up @@ -262,6 +263,7 @@ export default {
'Inline/Location': () => import('./Inline/Location.js').then(m => m.default),
'Inline/Lock': () => import('./Inline/Lock.js').then(m => m.default),
'Inline/More': () => import('./Inline/More.js').then(m => m.default),
'Inline/MultiSelect': () => import('./Inline/MultiSelect.js').then(m => m.default),
'Inline/Nextworks': () => import('./Inline/Nextworks.js').then(m => m.default),
'Inline/OpenInNew': () => import('./Inline/OpenInNew.js').then(m => m.default),
'Inline/Pencil': () => import('./Inline/Pencil.js').then(m => m.default),
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/svg/24/MultiSelect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icon-files/svg/Inline/MultiSelect.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 b828745

Please sign in to comment.