@charcoal-ui/icon-files 3.13.0 → 3.14.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.0",
3
+ "version": "3.14.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": "f0267a5894ade5fd8f378a5f77dddf8ba27bd320"
25
+ "gitHead": "694af78ad36f1caa108a4c3fae4f51ce54b7f78b"
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>'
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),
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>;
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),
@@ -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>