@charcoal-ui/icon-files 3.20.0 → 3.21.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.20.0",
3
+ "version": "3.21.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": "87e0c7a12b23de0bfbf5e036b3d4f6eaa25c44cb"
25
+ "gitHead": "51d3985dab6627b22aa2a50963bd0bd4a9be3617"
26
26
  }
package/src/24/Copy.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 d="M3 7a1 1 0 011 1v10a2 2 0 002 2h11a1 1 0 110 2H6a4 4 0 01-4-4V8a1 1 0 011-1z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19 2a3 3 0 013 3v10a3 3 0 01-3 3H9a3 3 0 01-3-3V5a3 3 0 013-3h10zM9 4a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-1-1H9z" fill="currentColor"/></svg>'
package/src/index.cjs CHANGED
@@ -64,6 +64,7 @@ module.exports = {
64
64
  '24/CommentOutline': () => import('./24/CommentOutline.js').then(m => m.default),
65
65
  '24/Contest': () => import('./24/Contest.js').then(m => m.default),
66
66
  '24/Contrast': () => import('./24/Contrast.js').then(m => m.default),
67
+ '24/Copy': () => import('./24/Copy.js').then(m => m.default),
67
68
  '24/Description': () => import('./24/Description.js').then(m => m.default),
68
69
  '24/DeviceRotation': () => import('./24/DeviceRotation.js').then(m => m.default),
69
70
  '24/Discovery': () => import('./24/Discovery.js').then(m => m.default),
package/src/index.d.ts CHANGED
@@ -64,6 +64,7 @@ declare var _default: {
64
64
  '24/CommentOutline': () => Promise<string>;
65
65
  '24/Contest': () => Promise<string>;
66
66
  '24/Contrast': () => Promise<string>;
67
+ '24/Copy': () => Promise<string>;
67
68
  '24/Description': () => Promise<string>;
68
69
  '24/DeviceRotation': () => Promise<string>;
69
70
  '24/Discovery': () => Promise<string>;
package/src/index.js CHANGED
@@ -64,6 +64,7 @@ export default {
64
64
  '24/CommentOutline': () => import('./24/CommentOutline.js').then(m => m.default),
65
65
  '24/Contest': () => import('./24/Contest.js').then(m => m.default),
66
66
  '24/Contrast': () => import('./24/Contrast.js').then(m => m.default),
67
+ '24/Copy': () => import('./24/Copy.js').then(m => m.default),
67
68
  '24/Description': () => import('./24/Description.js').then(m => m.default),
68
69
  '24/DeviceRotation': () => import('./24/DeviceRotation.js').then(m => m.default),
69
70
  '24/Discovery': () => import('./24/Discovery.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 d="M3 7a1 1 0 011 1v10a2 2 0 002 2h11a1 1 0 110 2H6a4 4 0 01-4-4V8a1 1 0 011-1z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19 2a3 3 0 013 3v10a3 3 0 01-3 3H9a3 3 0 01-3-3V5a3 3 0 013-3h10zM9 4a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-1-1H9z" fill="currentColor"/></svg>