@charcoal-ui/icon-files 3.13.1 → 3.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/icon-files",
3
- "version": "3.13.1",
3
+ "version": "3.15.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.cjs",
@@ -22,5 +22,5 @@
22
22
  "url": "https://github.com/pixiv/charcoal.git",
23
23
  "directory": "packages/icon-files"
24
24
  },
25
- "gitHead": "f347c33a7189c7e2d7e8d4ee698f12f9b406fb16"
25
+ "gitHead": "86530afb8f352115d17821c8e873258fdb5a1a27"
26
26
  }
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ export default '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM4 17h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM4 13h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM4 9h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z" fill="currentColor"/></svg>'
package/src/24/Redo.js ADDED
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ export default '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.293 3.293a1 1 0 000 1.414L16.586 6H11a7 7 0 000 14h2a1 1 0 100-2h-2a5 5 0 010-10h5.586l-1.293 1.293a1 1 0 001.414 1.414L20.414 7l-3.707-3.707a1 1 0 00-1.414 0z" fill="currentColor"/></svg>'
package/src/24/Undo.js ADDED
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ export default '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.707 3.293a1 1 0 010 1.414L7.414 6H13a7 7 0 010 14h-2a1 1 0 110-2h2a5 5 0 000-10H7.414l1.293 1.293a1 1 0 01-1.414 1.414L3.586 7l3.707-3.707a1 1 0 011.414 0z" fill="currentColor"/></svg>'
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ 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>'
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ export default '<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.043 1.957A1 1 0 013.457.543L7.914 5 3.457 9.457a1 1 0 01-1.414-1.414L5.086 5 2.043 1.957z" fill="currentColor"/><path d="M7.043 1.957A1 1 0 018.457.543L12.914 5 8.457 9.457a1 1 0 01-1.414-1.414L10.086 5 7.043 1.957z" fill="currentColor"/></svg>'
package/src/index.cjs CHANGED
@@ -83,6 +83,7 @@ module.exports = {
83
83
  '24/Filter': () => import('./24/Filter.js').then(m => m.default),
84
84
  '24/Flare': () => import('./24/Flare.js').then(m => m.default),
85
85
  '24/FormatAlignCenter': () => import('./24/FormatAlignCenter.js').then(m => m.default),
86
+ '24/FormatAlignJustified': () => import('./24/FormatAlignJustified.js').then(m => m.default),
86
87
  '24/FormatAlignLeft': () => import('./24/FormatAlignLeft.js').then(m => m.default),
87
88
  '24/FormatAlignRight': () => import('./24/FormatAlignRight.js').then(m => m.default),
88
89
  '24/FormatColorFill': () => import('./24/FormatColorFill.js').then(m => m.default),
@@ -159,6 +160,7 @@ module.exports = {
159
160
  '24/ReadHorizontalLeft': () => import('./24/ReadHorizontalLeft.js').then(m => m.default),
160
161
  '24/ReadHorizontalRight': () => import('./24/ReadHorizontalRight.js').then(m => m.default),
161
162
  '24/ReadVertical': () => import('./24/ReadVertical.js').then(m => m.default),
163
+ '24/Redo': () => import('./24/Redo.js').then(m => m.default),
162
164
  '24/Reload': () => import('./24/Reload.js').then(m => m.default),
163
165
  '24/ReloadLoop': () => import('./24/ReloadLoop.js').then(m => m.default),
164
166
  '24/Reorder': () => import('./24/Reorder.js').then(m => m.default),
@@ -186,6 +188,7 @@ module.exports = {
186
188
  '24/Text': () => import('./24/Text.js').then(m => m.default),
187
189
  '24/Trash': () => import('./24/Trash.js').then(m => m.default),
188
190
  '24/TrashAlt': () => import('./24/TrashAlt.js').then(m => m.default),
191
+ '24/Undo': () => import('./24/Undo.js').then(m => m.default),
189
192
  '24/Up': () => import('./24/Up.js').then(m => m.default),
190
193
  '24/Upload': () => import('./24/Upload.js').then(m => m.default),
191
194
  '24/UploadAlt': () => import('./24/UploadAlt.js').then(m => m.default),
@@ -239,6 +242,7 @@ module.exports = {
239
242
  '32/VerticalWriting': () => import('./32/VerticalWriting.js').then(m => m.default),
240
243
  '32/ZoomIn': () => import('./32/ZoomIn.js').then(m => m.default),
241
244
  'Inline/Add': () => import('./Inline/Add.js').then(m => m.default),
245
+ 'Inline/Back': () => import('./Inline/Back.js').then(m => m.default),
242
246
  'Inline/BookmarkOff': () => import('./Inline/BookmarkOff.js').then(m => m.default),
243
247
  'Inline/BookmarkOn': () => import('./Inline/BookmarkOn.js').then(m => m.default),
244
248
  'Inline/Breadcrumbs': () => import('./Inline/Breadcrumbs.js').then(m => m.default),
@@ -250,6 +254,7 @@ module.exports = {
250
254
  'Inline/Folder': () => import('./Inline/Folder.js').then(m => m.default),
251
255
  'Inline/ImageResponse': () => import('./Inline/ImageResponse.js').then(m => m.default),
252
256
  'Inline/Images': () => import('./Inline/Images.js').then(m => m.default),
257
+ 'Inline/Latest': () => import('./Inline/Latest.js').then(m => m.default),
253
258
  'Inline/Like': () => import('./Inline/Like.js').then(m => m.default),
254
259
  'Inline/LikeOff': () => import('./Inline/LikeOff.js').then(m => m.default),
255
260
  'Inline/List': () => import('./Inline/List.js').then(m => m.default),
package/src/index.d.ts CHANGED
@@ -83,6 +83,7 @@ declare var _default: {
83
83
  '24/Filter': () => Promise<string>;
84
84
  '24/Flare': () => Promise<string>;
85
85
  '24/FormatAlignCenter': () => Promise<string>;
86
+ '24/FormatAlignJustified': () => Promise<string>;
86
87
  '24/FormatAlignLeft': () => Promise<string>;
87
88
  '24/FormatAlignRight': () => Promise<string>;
88
89
  '24/FormatColorFill': () => Promise<string>;
@@ -159,6 +160,7 @@ declare var _default: {
159
160
  '24/ReadHorizontalLeft': () => Promise<string>;
160
161
  '24/ReadHorizontalRight': () => Promise<string>;
161
162
  '24/ReadVertical': () => Promise<string>;
163
+ '24/Redo': () => Promise<string>;
162
164
  '24/Reload': () => Promise<string>;
163
165
  '24/ReloadLoop': () => Promise<string>;
164
166
  '24/Reorder': () => Promise<string>;
@@ -186,6 +188,7 @@ declare var _default: {
186
188
  '24/Text': () => Promise<string>;
187
189
  '24/Trash': () => Promise<string>;
188
190
  '24/TrashAlt': () => Promise<string>;
191
+ '24/Undo': () => Promise<string>;
189
192
  '24/Up': () => Promise<string>;
190
193
  '24/Upload': () => Promise<string>;
191
194
  '24/UploadAlt': () => Promise<string>;
@@ -239,6 +242,7 @@ declare var _default: {
239
242
  '32/VerticalWriting': () => Promise<string>;
240
243
  '32/ZoomIn': () => Promise<string>;
241
244
  'Inline/Add': () => Promise<string>;
245
+ 'Inline/Back': () => Promise<string>;
242
246
  'Inline/BookmarkOff': () => Promise<string>;
243
247
  'Inline/BookmarkOn': () => Promise<string>;
244
248
  'Inline/Breadcrumbs': () => Promise<string>;
@@ -250,6 +254,7 @@ declare var _default: {
250
254
  'Inline/Folder': () => Promise<string>;
251
255
  'Inline/ImageResponse': () => Promise<string>;
252
256
  'Inline/Images': () => Promise<string>;
257
+ 'Inline/Latest': () => Promise<string>;
253
258
  'Inline/Like': () => Promise<string>;
254
259
  'Inline/LikeOff': () => Promise<string>;
255
260
  'Inline/List': () => Promise<string>;
package/src/index.js CHANGED
@@ -83,6 +83,7 @@ export default {
83
83
  '24/Filter': () => import('./24/Filter.js').then(m => m.default),
84
84
  '24/Flare': () => import('./24/Flare.js').then(m => m.default),
85
85
  '24/FormatAlignCenter': () => import('./24/FormatAlignCenter.js').then(m => m.default),
86
+ '24/FormatAlignJustified': () => import('./24/FormatAlignJustified.js').then(m => m.default),
86
87
  '24/FormatAlignLeft': () => import('./24/FormatAlignLeft.js').then(m => m.default),
87
88
  '24/FormatAlignRight': () => import('./24/FormatAlignRight.js').then(m => m.default),
88
89
  '24/FormatColorFill': () => import('./24/FormatColorFill.js').then(m => m.default),
@@ -159,6 +160,7 @@ export default {
159
160
  '24/ReadHorizontalLeft': () => import('./24/ReadHorizontalLeft.js').then(m => m.default),
160
161
  '24/ReadHorizontalRight': () => import('./24/ReadHorizontalRight.js').then(m => m.default),
161
162
  '24/ReadVertical': () => import('./24/ReadVertical.js').then(m => m.default),
163
+ '24/Redo': () => import('./24/Redo.js').then(m => m.default),
162
164
  '24/Reload': () => import('./24/Reload.js').then(m => m.default),
163
165
  '24/ReloadLoop': () => import('./24/ReloadLoop.js').then(m => m.default),
164
166
  '24/Reorder': () => import('./24/Reorder.js').then(m => m.default),
@@ -186,6 +188,7 @@ export default {
186
188
  '24/Text': () => import('./24/Text.js').then(m => m.default),
187
189
  '24/Trash': () => import('./24/Trash.js').then(m => m.default),
188
190
  '24/TrashAlt': () => import('./24/TrashAlt.js').then(m => m.default),
191
+ '24/Undo': () => import('./24/Undo.js').then(m => m.default),
189
192
  '24/Up': () => import('./24/Up.js').then(m => m.default),
190
193
  '24/Upload': () => import('./24/Upload.js').then(m => m.default),
191
194
  '24/UploadAlt': () => import('./24/UploadAlt.js').then(m => m.default),
@@ -239,6 +242,7 @@ export default {
239
242
  '32/VerticalWriting': () => import('./32/VerticalWriting.js').then(m => m.default),
240
243
  '32/ZoomIn': () => import('./32/ZoomIn.js').then(m => m.default),
241
244
  'Inline/Add': () => import('./Inline/Add.js').then(m => m.default),
245
+ 'Inline/Back': () => import('./Inline/Back.js').then(m => m.default),
242
246
  'Inline/BookmarkOff': () => import('./Inline/BookmarkOff.js').then(m => m.default),
243
247
  'Inline/BookmarkOn': () => import('./Inline/BookmarkOn.js').then(m => m.default),
244
248
  'Inline/Breadcrumbs': () => import('./Inline/Breadcrumbs.js').then(m => m.default),
@@ -250,6 +254,7 @@ export default {
250
254
  'Inline/Folder': () => import('./Inline/Folder.js').then(m => m.default),
251
255
  'Inline/ImageResponse': () => import('./Inline/ImageResponse.js').then(m => m.default),
252
256
  'Inline/Images': () => import('./Inline/Images.js').then(m => m.default),
257
+ 'Inline/Latest': () => import('./Inline/Latest.js').then(m => m.default),
253
258
  'Inline/Like': () => import('./Inline/Like.js').then(m => m.default),
254
259
  'Inline/LikeOff': () => import('./Inline/LikeOff.js').then(m => m.default),
255
260
  'Inline/List': () => import('./Inline/List.js').then(m => m.default),
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 21h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM4 17h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM4 13h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM4 9h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 4c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.293 3.293a1 1 0 000 1.414L16.586 6H11a7 7 0 000 14h2a1 1 0 100-2h-2a5 5 0 010-10h5.586l-1.293 1.293a1 1 0 001.414 1.414L20.414 7l-3.707-3.707a1 1 0 00-1.414 0z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.707 3.293a1 1 0 010 1.414L7.414 6H13a7 7 0 010 14h-2a1 1 0 110-2h2a5 5 0 000-10H7.414l1.293 1.293a1 1 0 01-1.414 1.414L3.586 7l3.707-3.707a1 1 0 011.414 0z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <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>
@@ -0,0 +1 @@
1
+ <svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.043 1.957A1 1 0 013.457.543L7.914 5 3.457 9.457a1 1 0 01-1.414-1.414L5.086 5 2.043 1.957z" fill="currentColor"/><path d="M7.043 1.957A1 1 0 018.457.543L12.914 5 8.457 9.457a1 1 0 01-1.414-1.414L10.086 5 7.043 1.957z" fill="currentColor"/></svg>