@charcoal-ui/icon-files 3.6.0 → 3.8.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.8.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": "939ab20e11455ff9cba840c38c7dfd33cd739b59"
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>'
@@ -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="M11.034 2.74c.545 0 .986.442.986.986v1.972a.986.986 0 01-1.971 0V3.726c0-.544.441-.986.986-.986zm-4.47 2.43A.986.986 0 005.17 6.564l1.394 1.394a.986.986 0 101.394-1.394L6.564 5.17zm13.04 11.38l-2.238-2.239.912-.911a1 1 0 00-.482-1.682l-7.033-1.63a.5.5 0 00-.6.598l1.594 7.064a1 1 0 001.683.488l.95-.95 2.237 2.238a1 1 0 001.415 0l1.562-1.563a1 1 0 000-1.414zm-15.878-6.5a.986.986 0 100 1.97h1.972a.986.986 0 100-1.97H3.726z" 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),
@@ -53,6 +54,7 @@ module.exports = {
53
54
  '24/ChatBot': () => import('./24/ChatBot.js').then(m => m.default),
54
55
  '24/Check': () => import('./24/Check.js').then(m => m.default),
55
56
  '24/ChromaticAberration': () => import('./24/ChromaticAberration.js').then(m => m.default),
57
+ '24/Click': () => import('./24/Click.js').then(m => m.default),
56
58
  '24/Close': () => import('./24/Close.js').then(m => m.default),
57
59
  '24/Codes': () => import('./24/Codes.js').then(m => m.default),
58
60
  '24/Collapse': () => import('./24/Collapse.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>;
@@ -53,6 +54,7 @@ declare var _default: {
53
54
  '24/ChatBot': () => Promise<string>;
54
55
  '24/Check': () => Promise<string>;
55
56
  '24/ChromaticAberration': () => Promise<string>;
57
+ '24/Click': () => Promise<string>;
56
58
  '24/Close': () => Promise<string>;
57
59
  '24/Codes': () => Promise<string>;
58
60
  '24/Collapse': () => 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),
@@ -53,6 +54,7 @@ export default {
53
54
  '24/ChatBot': () => import('./24/ChatBot.js').then(m => m.default),
54
55
  '24/Check': () => import('./24/Check.js').then(m => m.default),
55
56
  '24/ChromaticAberration': () => import('./24/ChromaticAberration.js').then(m => m.default),
57
+ '24/Click': () => import('./24/Click.js').then(m => m.default),
56
58
  '24/Close': () => import('./24/Close.js').then(m => m.default),
57
59
  '24/Codes': () => import('./24/Codes.js').then(m => m.default),
58
60
  '24/Collapse': () => import('./24/Collapse.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>
@@ -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="M11.034 2.74c.545 0 .986.442.986.986v1.972a.986.986 0 01-1.971 0V3.726c0-.544.441-.986.986-.986zm-4.47 2.43A.986.986 0 005.17 6.564l1.394 1.394a.986.986 0 101.394-1.394L6.564 5.17zm13.04 11.38l-2.238-2.239.912-.911a1 1 0 00-.482-1.682l-7.033-1.63a.5.5 0 00-.6.598l1.594 7.064a1 1 0 001.683.488l.95-.95 2.237 2.238a1 1 0 001.415 0l1.562-1.563a1 1 0 000-1.414zm-15.878-6.5a.986.986 0 100 1.97h1.972a.986.986 0 100-1.97H3.726z" fill="currentColor"/></svg>