@charcoal-ui/icon-files 5.0.0 → 5.2.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": "5.0.0",
3
+ "version": "5.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.cjs",
@@ -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 d="M4 7a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1V7zM10 3h1.5a1 1 0 110 2h-7a1 1 0 010-2H6V2h4v1z" 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="M9 3a1 1 0 00-1 1v1a1 1 0 102 0h6.764l-2.211 1.105A1 1 0 0014 7v10h-4a1 1 0 10-2 0v1a1 1 0 001 1h5v2a1 1 0 001.447.894l6-3A1 1 0 0022 18V4a1 1 0 00-1-1H9zm11 14.382l-4 2V7.618l4-2v11.764z" fill="currentColor"/><path d="M7.707 7.293a1 1 0 10-1.414 1.414L7.586 10H3a1 1 0 000 2h4.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3z" fill="currentColor"/></svg>'
@@ -0,0 +1,2 @@
1
+ /** This file is auto generated. DO NOT EDIT BY HAND. */
2
+ export default '<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4a1 1 0 011 1v6a1 1 0 01-1 1H2a1 1 0 01-1-1V5a1 1 0 011-1h6zM7 1h1.5a1 1 0 110 2h-7a1 1 0 010-2H3V0h4v1z" fill="currentColor"/></svg>'
package/src/index.cjs CHANGED
@@ -28,6 +28,7 @@ module.exports = {
28
28
  '16/Search': () => import('./16/Search.js').then(m => m.default),
29
29
  '16/Smile': () => import('./16/Smile.js').then(m => m.default),
30
30
  '16/Speaker': () => import('./16/Speaker.js').then(m => m.default),
31
+ '16/Trash': () => import('./16/Trash.js').then(m => m.default),
31
32
  '16/Up': () => import('./16/Up.js').then(m => m.default),
32
33
  '16/View': () => import('./16/View.js').then(m => m.default),
33
34
  '16/Warning': () => import('./16/Warning.js').then(m => m.default),
@@ -129,6 +130,7 @@ module.exports = {
129
130
  '24/List': () => import('./24/List.js').then(m => m.default),
130
131
  '24/LockLock': () => import('./24/LockLock.js').then(m => m.default),
131
132
  '24/LockUnlock': () => import('./24/LockUnlock.js').then(m => m.default),
133
+ '24/Login': () => import('./24/Login.js').then(m => m.default),
132
134
  '24/Logout': () => import('./24/Logout.js').then(m => m.default),
133
135
  '24/Manga': () => import('./24/Manga.js').then(m => m.default),
134
136
  '24/Menu': () => import('./24/Menu.js').then(m => m.default),
@@ -280,6 +282,7 @@ module.exports = {
280
282
  'Inline/Remove': () => import('./Inline/Remove.js').then(m => m.default),
281
283
  'Inline/Smile': () => import('./Inline/Smile.js').then(m => m.default),
282
284
  'Inline/SmileOn': () => import('./Inline/SmileOn.js').then(m => m.default),
285
+ 'Inline/Trash': () => import('./Inline/Trash.js').then(m => m.default),
283
286
  'Inline/Users': () => import('./Inline/Users.js').then(m => m.default),
284
287
  'Inline/View': () => import('./Inline/View.js').then(m => m.default),
285
288
  'Inline/ViewOutline': () => import('./Inline/ViewOutline.js').then(m => m.default)
package/src/index.d.ts CHANGED
@@ -28,6 +28,7 @@ declare var _default: {
28
28
  '16/Search': () => Promise<string>;
29
29
  '16/Smile': () => Promise<string>;
30
30
  '16/Speaker': () => Promise<string>;
31
+ '16/Trash': () => Promise<string>;
31
32
  '16/Up': () => Promise<string>;
32
33
  '16/View': () => Promise<string>;
33
34
  '16/Warning': () => Promise<string>;
@@ -129,6 +130,7 @@ declare var _default: {
129
130
  '24/List': () => Promise<string>;
130
131
  '24/LockLock': () => Promise<string>;
131
132
  '24/LockUnlock': () => Promise<string>;
133
+ '24/Login': () => Promise<string>;
132
134
  '24/Logout': () => Promise<string>;
133
135
  '24/Manga': () => Promise<string>;
134
136
  '24/Menu': () => Promise<string>;
@@ -280,6 +282,7 @@ declare var _default: {
280
282
  'Inline/Remove': () => Promise<string>;
281
283
  'Inline/Smile': () => Promise<string>;
282
284
  'Inline/SmileOn': () => Promise<string>;
285
+ 'Inline/Trash': () => Promise<string>;
283
286
  'Inline/Users': () => Promise<string>;
284
287
  'Inline/View': () => Promise<string>;
285
288
  'Inline/ViewOutline': () => Promise<string>
package/src/index.js CHANGED
@@ -28,6 +28,7 @@ export default {
28
28
  '16/Search': () => import('./16/Search.js').then(m => m.default),
29
29
  '16/Smile': () => import('./16/Smile.js').then(m => m.default),
30
30
  '16/Speaker': () => import('./16/Speaker.js').then(m => m.default),
31
+ '16/Trash': () => import('./16/Trash.js').then(m => m.default),
31
32
  '16/Up': () => import('./16/Up.js').then(m => m.default),
32
33
  '16/View': () => import('./16/View.js').then(m => m.default),
33
34
  '16/Warning': () => import('./16/Warning.js').then(m => m.default),
@@ -129,6 +130,7 @@ export default {
129
130
  '24/List': () => import('./24/List.js').then(m => m.default),
130
131
  '24/LockLock': () => import('./24/LockLock.js').then(m => m.default),
131
132
  '24/LockUnlock': () => import('./24/LockUnlock.js').then(m => m.default),
133
+ '24/Login': () => import('./24/Login.js').then(m => m.default),
132
134
  '24/Logout': () => import('./24/Logout.js').then(m => m.default),
133
135
  '24/Manga': () => import('./24/Manga.js').then(m => m.default),
134
136
  '24/Menu': () => import('./24/Menu.js').then(m => m.default),
@@ -280,6 +282,7 @@ export default {
280
282
  'Inline/Remove': () => import('./Inline/Remove.js').then(m => m.default),
281
283
  'Inline/Smile': () => import('./Inline/Smile.js').then(m => m.default),
282
284
  'Inline/SmileOn': () => import('./Inline/SmileOn.js').then(m => m.default),
285
+ 'Inline/Trash': () => import('./Inline/Trash.js').then(m => m.default),
283
286
  'Inline/Users': () => import('./Inline/Users.js').then(m => m.default),
284
287
  'Inline/View': () => import('./Inline/View.js').then(m => m.default),
285
288
  'Inline/ViewOutline': () => import('./Inline/ViewOutline.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 d="M4 7a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1V7zM10 3h1.5a1 1 0 110 2h-7a1 1 0 010-2H6V2h4v1z" 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="M9 3a1 1 0 00-1 1v1a1 1 0 102 0h6.764l-2.211 1.105A1 1 0 0014 7v10h-4a1 1 0 10-2 0v1a1 1 0 001 1h5v2a1 1 0 001.447.894l6-3A1 1 0 0022 18V4a1 1 0 00-1-1H9zm11 14.382l-4 2V7.618l4-2v11.764z" fill="currentColor"/><path d="M7.707 7.293a1 1 0 10-1.414 1.414L7.586 10H3a1 1 0 000 2h4.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4a1 1 0 011 1v6a1 1 0 01-1 1H2a1 1 0 01-1-1V5a1 1 0 011-1h6zM7 1h1.5a1 1 0 110 2h-7a1 1 0 010-2H3V0h4v1z" fill="currentColor"/></svg>