@charcoal-ui/icon-files 5.1.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.1.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="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),
@@ -281,6 +282,7 @@ module.exports = {
281
282
  'Inline/Remove': () => import('./Inline/Remove.js').then(m => m.default),
282
283
  'Inline/Smile': () => import('./Inline/Smile.js').then(m => m.default),
283
284
  'Inline/SmileOn': () => import('./Inline/SmileOn.js').then(m => m.default),
285
+ 'Inline/Trash': () => import('./Inline/Trash.js').then(m => m.default),
284
286
  'Inline/Users': () => import('./Inline/Users.js').then(m => m.default),
285
287
  'Inline/View': () => import('./Inline/View.js').then(m => m.default),
286
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>;
@@ -281,6 +282,7 @@ declare var _default: {
281
282
  'Inline/Remove': () => Promise<string>;
282
283
  'Inline/Smile': () => Promise<string>;
283
284
  'Inline/SmileOn': () => Promise<string>;
285
+ 'Inline/Trash': () => Promise<string>;
284
286
  'Inline/Users': () => Promise<string>;
285
287
  'Inline/View': () => Promise<string>;
286
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),
@@ -281,6 +282,7 @@ export default {
281
282
  'Inline/Remove': () => import('./Inline/Remove.js').then(m => m.default),
282
283
  'Inline/Smile': () => import('./Inline/Smile.js').then(m => m.default),
283
284
  'Inline/SmileOn': () => import('./Inline/SmileOn.js').then(m => m.default),
285
+ 'Inline/Trash': () => import('./Inline/Trash.js').then(m => m.default),
284
286
  'Inline/Users': () => import('./Inline/Users.js').then(m => m.default),
285
287
  'Inline/View': () => import('./Inline/View.js').then(m => m.default),
286
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="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>