Skip to content

Commit

Permalink
Merge pull request #640 from pixiv/icons/update/1729473936842
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 630bece + dfa88c4 commit 499f61f
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/icon-files/src/24/FormatAlignJustified.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/24/Redo.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/24/Undo.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/32/ImageHidden.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/Back.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/** This file is auto generated. DO NOT EDIT BY HAND. */
export default '<svg width="8" height="10" viewBox="0 0 8 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.957 1.957A1 1 0 004.543.543L.086 5l4.457 4.457a1 1 0 001.414-1.414L2.914 5l3.043-3.043z" fill="currentColor"/></svg>'
2 changes: 2 additions & 0 deletions packages/icon-files/src/Inline/Latest.js

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

6 changes: 6 additions & 0 deletions packages/icon-files/src/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module.exports = {
'24/Filter': () => import('./24/Filter.js').then(m => m.default),
'24/Flare': () => import('./24/Flare.js').then(m => m.default),
'24/FormatAlignCenter': () => import('./24/FormatAlignCenter.js').then(m => m.default),
'24/FormatAlignJustified': () => import('./24/FormatAlignJustified.js').then(m => m.default),
'24/FormatAlignLeft': () => import('./24/FormatAlignLeft.js').then(m => m.default),
'24/FormatAlignRight': () => import('./24/FormatAlignRight.js').then(m => m.default),
'24/FormatColorFill': () => import('./24/FormatColorFill.js').then(m => m.default),
Expand Down Expand Up @@ -159,6 +160,7 @@ module.exports = {
'24/ReadHorizontalLeft': () => import('./24/ReadHorizontalLeft.js').then(m => m.default),
'24/ReadHorizontalRight': () => import('./24/ReadHorizontalRight.js').then(m => m.default),
'24/ReadVertical': () => import('./24/ReadVertical.js').then(m => m.default),
'24/Redo': () => import('./24/Redo.js').then(m => m.default),
'24/Reload': () => import('./24/Reload.js').then(m => m.default),
'24/ReloadLoop': () => import('./24/ReloadLoop.js').then(m => m.default),
'24/Reorder': () => import('./24/Reorder.js').then(m => m.default),
Expand Down Expand Up @@ -186,6 +188,7 @@ module.exports = {
'24/Text': () => import('./24/Text.js').then(m => m.default),
'24/Trash': () => import('./24/Trash.js').then(m => m.default),
'24/TrashAlt': () => import('./24/TrashAlt.js').then(m => m.default),
'24/Undo': () => import('./24/Undo.js').then(m => m.default),
'24/Up': () => import('./24/Up.js').then(m => m.default),
'24/Upload': () => import('./24/Upload.js').then(m => m.default),
'24/UploadAlt': () => import('./24/UploadAlt.js').then(m => m.default),
Expand All @@ -211,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 Expand Up @@ -239,6 +243,7 @@ module.exports = {
'32/VerticalWriting': () => import('./32/VerticalWriting.js').then(m => m.default),
'32/ZoomIn': () => import('./32/ZoomIn.js').then(m => m.default),
'Inline/Add': () => import('./Inline/Add.js').then(m => m.default),
'Inline/Back': () => import('./Inline/Back.js').then(m => m.default),
'Inline/BookmarkOff': () => import('./Inline/BookmarkOff.js').then(m => m.default),
'Inline/BookmarkOn': () => import('./Inline/BookmarkOn.js').then(m => m.default),
'Inline/Breadcrumbs': () => import('./Inline/Breadcrumbs.js').then(m => m.default),
Expand All @@ -250,6 +255,7 @@ module.exports = {
'Inline/Folder': () => import('./Inline/Folder.js').then(m => m.default),
'Inline/ImageResponse': () => import('./Inline/ImageResponse.js').then(m => m.default),
'Inline/Images': () => import('./Inline/Images.js').then(m => m.default),
'Inline/Latest': () => import('./Inline/Latest.js').then(m => m.default),
'Inline/Like': () => import('./Inline/Like.js').then(m => m.default),
'Inline/LikeOff': () => import('./Inline/LikeOff.js').then(m => m.default),
'Inline/List': () => import('./Inline/List.js').then(m => m.default),
Expand Down
6 changes: 6 additions & 0 deletions packages/icon-files/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ declare var _default: {
'24/Filter': () => Promise<string>;
'24/Flare': () => Promise<string>;
'24/FormatAlignCenter': () => Promise<string>;
'24/FormatAlignJustified': () => Promise<string>;
'24/FormatAlignLeft': () => Promise<string>;
'24/FormatAlignRight': () => Promise<string>;
'24/FormatColorFill': () => Promise<string>;
Expand Down Expand Up @@ -159,6 +160,7 @@ declare var _default: {
'24/ReadHorizontalLeft': () => Promise<string>;
'24/ReadHorizontalRight': () => Promise<string>;
'24/ReadVertical': () => Promise<string>;
'24/Redo': () => Promise<string>;
'24/Reload': () => Promise<string>;
'24/ReloadLoop': () => Promise<string>;
'24/Reorder': () => Promise<string>;
Expand Down Expand Up @@ -186,6 +188,7 @@ declare var _default: {
'24/Text': () => Promise<string>;
'24/Trash': () => Promise<string>;
'24/TrashAlt': () => Promise<string>;
'24/Undo': () => Promise<string>;
'24/Up': () => Promise<string>;
'24/Upload': () => Promise<string>;
'24/UploadAlt': () => Promise<string>;
Expand All @@ -211,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 Expand Up @@ -239,6 +243,7 @@ declare var _default: {
'32/VerticalWriting': () => Promise<string>;
'32/ZoomIn': () => Promise<string>;
'Inline/Add': () => Promise<string>;
'Inline/Back': () => Promise<string>;
'Inline/BookmarkOff': () => Promise<string>;
'Inline/BookmarkOn': () => Promise<string>;
'Inline/Breadcrumbs': () => Promise<string>;
Expand All @@ -250,6 +255,7 @@ declare var _default: {
'Inline/Folder': () => Promise<string>;
'Inline/ImageResponse': () => Promise<string>;
'Inline/Images': () => Promise<string>;
'Inline/Latest': () => Promise<string>;
'Inline/Like': () => Promise<string>;
'Inline/LikeOff': () => Promise<string>;
'Inline/List': () => Promise<string>;
Expand Down
6 changes: 6 additions & 0 deletions packages/icon-files/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default {
'24/Filter': () => import('./24/Filter.js').then(m => m.default),
'24/Flare': () => import('./24/Flare.js').then(m => m.default),
'24/FormatAlignCenter': () => import('./24/FormatAlignCenter.js').then(m => m.default),
'24/FormatAlignJustified': () => import('./24/FormatAlignJustified.js').then(m => m.default),
'24/FormatAlignLeft': () => import('./24/FormatAlignLeft.js').then(m => m.default),
'24/FormatAlignRight': () => import('./24/FormatAlignRight.js').then(m => m.default),
'24/FormatColorFill': () => import('./24/FormatColorFill.js').then(m => m.default),
Expand Down Expand Up @@ -159,6 +160,7 @@ export default {
'24/ReadHorizontalLeft': () => import('./24/ReadHorizontalLeft.js').then(m => m.default),
'24/ReadHorizontalRight': () => import('./24/ReadHorizontalRight.js').then(m => m.default),
'24/ReadVertical': () => import('./24/ReadVertical.js').then(m => m.default),
'24/Redo': () => import('./24/Redo.js').then(m => m.default),
'24/Reload': () => import('./24/Reload.js').then(m => m.default),
'24/ReloadLoop': () => import('./24/ReloadLoop.js').then(m => m.default),
'24/Reorder': () => import('./24/Reorder.js').then(m => m.default),
Expand Down Expand Up @@ -186,6 +188,7 @@ export default {
'24/Text': () => import('./24/Text.js').then(m => m.default),
'24/Trash': () => import('./24/Trash.js').then(m => m.default),
'24/TrashAlt': () => import('./24/TrashAlt.js').then(m => m.default),
'24/Undo': () => import('./24/Undo.js').then(m => m.default),
'24/Up': () => import('./24/Up.js').then(m => m.default),
'24/Upload': () => import('./24/Upload.js').then(m => m.default),
'24/UploadAlt': () => import('./24/UploadAlt.js').then(m => m.default),
Expand All @@ -211,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 Expand Up @@ -239,6 +243,7 @@ export default {
'32/VerticalWriting': () => import('./32/VerticalWriting.js').then(m => m.default),
'32/ZoomIn': () => import('./32/ZoomIn.js').then(m => m.default),
'Inline/Add': () => import('./Inline/Add.js').then(m => m.default),
'Inline/Back': () => import('./Inline/Back.js').then(m => m.default),
'Inline/BookmarkOff': () => import('./Inline/BookmarkOff.js').then(m => m.default),
'Inline/BookmarkOn': () => import('./Inline/BookmarkOn.js').then(m => m.default),
'Inline/Breadcrumbs': () => import('./Inline/Breadcrumbs.js').then(m => m.default),
Expand All @@ -250,6 +255,7 @@ export default {
'Inline/Folder': () => import('./Inline/Folder.js').then(m => m.default),
'Inline/ImageResponse': () => import('./Inline/ImageResponse.js').then(m => m.default),
'Inline/Images': () => import('./Inline/Images.js').then(m => m.default),
'Inline/Latest': () => import('./Inline/Latest.js').then(m => m.default),
'Inline/Like': () => import('./Inline/Like.js').then(m => m.default),
'Inline/LikeOff': () => import('./Inline/LikeOff.js').then(m => m.default),
'Inline/List': () => import('./Inline/List.js').then(m => m.default),
Expand Down
1 change: 1 addition & 0 deletions packages/icon-files/svg/24/FormatAlignJustified.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/24/Redo.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/24/Undo.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/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.
1 change: 1 addition & 0 deletions packages/icon-files/svg/Inline/Back.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/Latest.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 499f61f

Please sign in to comment.