@charcoal-ui/icon-files 3.6.0 → 3.7.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.6.0",
3
+ "version": "3.7.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": "a77b512ae91706be951d5e1fa12265522f1f54e4"
25
+ "gitHead": "ebb9480045faf2418cb5a2f95f69848f946e14ed"
26
26
  }
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ export default '<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.47 14h11.06c1.131 0 1.836-1.277 1.27-2.293L9.27 1.762a1.44 1.44 0 00-2.54 0L1.2 11.707C.633 12.723 1.338 14 2.47 14zM8 4a1 1 0 00-1 1v3a1 1 0 102 0V5a1 1 0 00-1-1zm0 6a1.25 1.25 0 100 2.5A1.25 1.25 0 008 10z" fill="currentColor"/></svg>'
package/src/index.cjs CHANGED
@@ -28,6 +28,7 @@ module.exports = {
28
28
  '16/Smile': () => import('./16/Smile.js').then(m => m.default),
29
29
  '16/Speaker': () => import('./16/Speaker.js').then(m => m.default),
30
30
  '16/View': () => import('./16/View.js').then(m => m.default),
31
+ '16/Warning': () => import('./16/Warning.js').then(m => m.default),
31
32
  '24/Add': () => import('./24/Add.js').then(m => m.default),
32
33
  '24/AddImage': () => import('./24/AddImage.js').then(m => m.default),
33
34
  '24/AddModel': () => import('./24/AddModel.js').then(m => m.default),
package/src/index.d.ts CHANGED
@@ -28,6 +28,7 @@ declare var _default: {
28
28
  '16/Smile': () => Promise<string>;
29
29
  '16/Speaker': () => Promise<string>;
30
30
  '16/View': () => Promise<string>;
31
+ '16/Warning': () => Promise<string>;
31
32
  '24/Add': () => Promise<string>;
32
33
  '24/AddImage': () => Promise<string>;
33
34
  '24/AddModel': () => Promise<string>;
package/src/index.js CHANGED
@@ -28,6 +28,7 @@ export default {
28
28
  '16/Smile': () => import('./16/Smile.js').then(m => m.default),
29
29
  '16/Speaker': () => import('./16/Speaker.js').then(m => m.default),
30
30
  '16/View': () => import('./16/View.js').then(m => m.default),
31
+ '16/Warning': () => import('./16/Warning.js').then(m => m.default),
31
32
  '24/Add': () => import('./24/Add.js').then(m => m.default),
32
33
  '24/AddImage': () => import('./24/AddImage.js').then(m => m.default),
33
34
  '24/AddModel': () => import('./24/AddModel.js').then(m => m.default),
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.47 14h11.06c1.131 0 1.836-1.277 1.27-2.293L9.27 1.762a1.44 1.44 0 00-2.54 0L1.2 11.707C.633 12.723 1.338 14 2.47 14zM8 4a1 1 0 00-1 1v3a1 1 0 102 0V5a1 1 0 00-1-1zm0 6a1.25 1.25 0 100 2.5A1.25 1.25 0 008 10z" fill="currentColor"/></svg>