@charcoal-ui/icon-files 6.0.0-beta.1 → 6.0.0-beta.2

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": "6.0.0-beta.1",
3
+ "version": "6.0.0-beta.2",
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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.707 5.207a1 1 0 01.293.707V12a2 2 0 01-2 2H5a2 2 0 01-2-2V4a2 2 0 012-2h4.086a1 1 0 01.707.293l2.914 2.914zM6 10a.5.5 0 000 1h4a.5.5 0 000-1H6zm0-2a.5.5 0 000 1h4a.5.5 0 000-1H6zm2.5-2.5a1 1 0 001 1H12L8.5 3v2.5z\" fill=\"currentColor\"/></svg>"
package/src/index.cjs CHANGED
@@ -11,6 +11,7 @@ module.exports = {
11
11
  "16/BookmarkOn": () => import("./16/BookmarkOn.js").then(m => m.default),
12
12
  "16/Check": () => import("./16/Check.js").then(m => m.default),
13
13
  "16/Comment": () => import("./16/Comment.js").then(m => m.default),
14
+ "16/Description": () => import("./16/Description.js").then(m => m.default),
14
15
  "16/Dot": () => import("./16/Dot.js").then(m => m.default),
15
16
  "16/Down": () => import("./16/Down.js").then(m => m.default),
16
17
  "16/Error": () => import("./16/Error.js").then(m => m.default),
package/src/index.d.ts CHANGED
@@ -11,6 +11,7 @@ declare var _default: {
11
11
  "16/BookmarkOn": () => Promise<string>;
12
12
  "16/Check": () => Promise<string>;
13
13
  "16/Comment": () => Promise<string>;
14
+ "16/Description": () => Promise<string>;
14
15
  "16/Dot": () => Promise<string>;
15
16
  "16/Down": () => Promise<string>;
16
17
  "16/Error": () => Promise<string>;
package/src/index.js CHANGED
@@ -11,6 +11,7 @@ export default {
11
11
  "16/BookmarkOn": () => import("./16/BookmarkOn.js").then(m => m.default),
12
12
  "16/Check": () => import("./16/Check.js").then(m => m.default),
13
13
  "16/Comment": () => import("./16/Comment.js").then(m => m.default),
14
+ "16/Description": () => import("./16/Description.js").then(m => m.default),
14
15
  "16/Dot": () => import("./16/Dot.js").then(m => m.default),
15
16
  "16/Down": () => import("./16/Down.js").then(m => m.default),
16
17
  "16/Error": () => import("./16/Error.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="M12.707 5.207a1 1 0 01.293.707V12a2 2 0 01-2 2H5a2 2 0 01-2-2V4a2 2 0 012-2h4.086a1 1 0 01.707.293l2.914 2.914zM6 10a.5.5 0 000 1h4a.5.5 0 000-1H6zm0-2a.5.5 0 000 1h4a.5.5 0 000-1H6zm2.5-2.5a1 1 0 001 1H12L8.5 3v2.5z" fill="currentColor"/></svg>
@@ -1085,6 +1085,10 @@ module.exports = {
1085
1085
  "uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.4%2013.409l-2.64.377.333-2.332a6%206%200%20112.306%201.955z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
1086
1086
  "isSetCurrentcolor": true
1087
1087
  },
1088
+ "16/Description": {
1089
+ "uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.707%205.207a1%201%200%2001.293.707V12a2%202%200%2001-2%202H5a2%202%200%2001-2-2V4a2%202%200%20012-2h4.086a1%201%200%2001.707.293l2.914%202.914zM6%2010a.5.5%200%20000%201h4a.5.5%200%20000-1H6zm0-2a.5.5%200%20000%201h4a.5.5%200%20000-1H6zm2.5-2.5a1%201%200%20001%201H12L8.5%203v2.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
1090
+ "isSetCurrentcolor": true
1091
+ },
1088
1092
  "16/Dot": {
1089
1093
  "uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.5%209.5a1.5%201.5%200%20100-3%201.5%201.5%200%20000%203zM8%209.5a1.5%201.5%200%20100-3%201.5%201.5%200%20000%203zM14%208a1.5%201.5%200%2011-3%200%201.5%201.5%200%20013%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
1090
1094
  "isSetCurrentcolor": true
@@ -272,6 +272,7 @@ declare var _default: {
272
272
  "16/BookmarkOn": { uri: string, isSetCurrentcolor: boolean };
273
273
  "16/Check": { uri: string, isSetCurrentcolor: boolean };
274
274
  "16/Comment": { uri: string, isSetCurrentcolor: boolean };
275
+ "16/Description": { uri: string, isSetCurrentcolor: boolean };
275
276
  "16/Dot": { uri: string, isSetCurrentcolor: boolean };
276
277
  "16/Down": { uri: string, isSetCurrentcolor: boolean };
277
278
  "16/Error": { uri: string, isSetCurrentcolor: boolean };
@@ -1085,6 +1085,10 @@ export default {
1085
1085
  "uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.4%2013.409l-2.64.377.333-2.332a6%206%200%20112.306%201.955z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
1086
1086
  "isSetCurrentcolor": true
1087
1087
  },
1088
+ "16/Description": {
1089
+ "uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.707%205.207a1%201%200%2001.293.707V12a2%202%200%2001-2%202H5a2%202%200%2001-2-2V4a2%202%200%20012-2h4.086a1%201%200%2001.707.293l2.914%202.914zM6%2010a.5.5%200%20000%201h4a.5.5%200%20000-1H6zm0-2a.5.5%200%20000%201h4a.5.5%200%20000-1H6zm2.5-2.5a1%201%200%20001%201H12L8.5%203v2.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
1090
+ "isSetCurrentcolor": true
1091
+ },
1088
1092
  "16/Dot": {
1089
1093
  "uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.5%209.5a1.5%201.5%200%20100-3%201.5%201.5%200%20000%203zM8%209.5a1.5%201.5%200%20100-3%201.5%201.5%200%20000%203zM14%208a1.5%201.5%200%2011-3%200%201.5%201.5%200%20013%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
1090
1094
  "isSetCurrentcolor": true