@charcoal-ui/icon-files 5.11.0-beta.1 → 5.11.0-beta.3
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 +1 -1
- package/src/24/ArrowLeft.js +2 -0
- package/src/24/ArrowRight.js +2 -0
- package/src/24/ArrowUp.js +1 -1
- package/src/24/FormatText.js +2 -0
- package/src/index.cjs +3 -0
- package/src/index.d.ts +3 -0
- package/src/index.js +3 -0
- package/svg/24/ArrowLeft.svg +1 -0
- package/svg/24/ArrowRight.svg +1 -0
- package/svg/24/ArrowUp.svg +1 -1
- package/svg/24/FormatText.svg +1 -0
- package/v1/datauri/index.cjs +13 -1
- package/v1/datauri/index.d.ts +3 -0
- package/v1/datauri/index.mjs +13 -1
package/package.json
CHANGED
|
@@ -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=\"M4 12l6.707-6.707a1 1 0 111.414 1.414L7.828 11H19a1 1 0 110 2H7.828l4.293 4.293a1 1 0 01-1.414 1.414L4 12z\" 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=\"M20.004 12l-6.707 6.707a1 1 0 01-1.414-1.414L16.176 13H5a1 1 0 110-2h11.176l-4.293-4.293a1 1 0 011.414-1.414L20.004 12z\" fill=\"currentColor\"/></svg>"
|
package/src/24/ArrowUp.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
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=\"M12 4.586l6.707 6.707a1 1 0 01-1.414 1.414L13 8.414V19a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0
|
|
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=\"M12 4.586l6.707 6.707a1 1 0 01-1.414 1.414L13 8.414V19a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414-1.414L12 4.586z\" 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 d=\"M18 4a1 1 0 110 2h-5v12.934c0 .589-.448 1.066-1 1.066s-1-.477-1-1.066V6H6a1 1 0 010-2h12z\" fill=\"currentColor\"/></svg>"
|
package/src/index.cjs
CHANGED
|
@@ -43,6 +43,8 @@ module.exports = {
|
|
|
43
43
|
"24/Ar": () => import("./24/Ar.js").then(m => m.default),
|
|
44
44
|
"24/Archive": () => import("./24/Archive.js").then(m => m.default),
|
|
45
45
|
"24/ArrowDown": () => import("./24/ArrowDown.js").then(m => m.default),
|
|
46
|
+
"24/ArrowLeft": () => import("./24/ArrowLeft.js").then(m => m.default),
|
|
47
|
+
"24/ArrowRight": () => import("./24/ArrowRight.js").then(m => m.default),
|
|
46
48
|
"24/ArrowUp": () => import("./24/ArrowUp.js").then(m => m.default),
|
|
47
49
|
"24/Binet": () => import("./24/Binet.js").then(m => m.default),
|
|
48
50
|
"24/Body": () => import("./24/Body.js").then(m => m.default),
|
|
@@ -101,6 +103,7 @@ module.exports = {
|
|
|
101
103
|
"24/FormatFontSize": () => import("./24/FormatFontSize.js").then(m => m.default),
|
|
102
104
|
"24/FormatLetterSpacing": () => import("./24/FormatLetterSpacing.js").then(m => m.default),
|
|
103
105
|
"24/FormatLineSpacing": () => import("./24/FormatLineSpacing.js").then(m => m.default),
|
|
106
|
+
"24/FormatText": () => import("./24/FormatText.js").then(m => m.default),
|
|
104
107
|
"24/Fov": () => import("./24/Fov.js").then(m => m.default),
|
|
105
108
|
"24/FrameEffect": () => import("./24/FrameEffect.js").then(m => m.default),
|
|
106
109
|
"24/FrameSize": () => import("./24/FrameSize.js").then(m => m.default),
|
package/src/index.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ declare var _default: {
|
|
|
43
43
|
"24/Ar": () => Promise<string>;
|
|
44
44
|
"24/Archive": () => Promise<string>;
|
|
45
45
|
"24/ArrowDown": () => Promise<string>;
|
|
46
|
+
"24/ArrowLeft": () => Promise<string>;
|
|
47
|
+
"24/ArrowRight": () => Promise<string>;
|
|
46
48
|
"24/ArrowUp": () => Promise<string>;
|
|
47
49
|
"24/Binet": () => Promise<string>;
|
|
48
50
|
"24/Body": () => Promise<string>;
|
|
@@ -101,6 +103,7 @@ declare var _default: {
|
|
|
101
103
|
"24/FormatFontSize": () => Promise<string>;
|
|
102
104
|
"24/FormatLetterSpacing": () => Promise<string>;
|
|
103
105
|
"24/FormatLineSpacing": () => Promise<string>;
|
|
106
|
+
"24/FormatText": () => Promise<string>;
|
|
104
107
|
"24/Fov": () => Promise<string>;
|
|
105
108
|
"24/FrameEffect": () => Promise<string>;
|
|
106
109
|
"24/FrameSize": () => Promise<string>;
|
package/src/index.js
CHANGED
|
@@ -43,6 +43,8 @@ export default {
|
|
|
43
43
|
"24/Ar": () => import("./24/Ar.js").then(m => m.default),
|
|
44
44
|
"24/Archive": () => import("./24/Archive.js").then(m => m.default),
|
|
45
45
|
"24/ArrowDown": () => import("./24/ArrowDown.js").then(m => m.default),
|
|
46
|
+
"24/ArrowLeft": () => import("./24/ArrowLeft.js").then(m => m.default),
|
|
47
|
+
"24/ArrowRight": () => import("./24/ArrowRight.js").then(m => m.default),
|
|
46
48
|
"24/ArrowUp": () => import("./24/ArrowUp.js").then(m => m.default),
|
|
47
49
|
"24/Binet": () => import("./24/Binet.js").then(m => m.default),
|
|
48
50
|
"24/Body": () => import("./24/Body.js").then(m => m.default),
|
|
@@ -101,6 +103,7 @@ export default {
|
|
|
101
103
|
"24/FormatFontSize": () => import("./24/FormatFontSize.js").then(m => m.default),
|
|
102
104
|
"24/FormatLetterSpacing": () => import("./24/FormatLetterSpacing.js").then(m => m.default),
|
|
103
105
|
"24/FormatLineSpacing": () => import("./24/FormatLineSpacing.js").then(m => m.default),
|
|
106
|
+
"24/FormatText": () => import("./24/FormatText.js").then(m => m.default),
|
|
104
107
|
"24/Fov": () => import("./24/Fov.js").then(m => m.default),
|
|
105
108
|
"24/FrameEffect": () => import("./24/FrameEffect.js").then(m => m.default),
|
|
106
109
|
"24/FrameSize": () => import("./24/FrameSize.js").then(m => m.default),
|
|
@@ -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="M4 12l6.707-6.707a1 1 0 111.414 1.414L7.828 11H19a1 1 0 110 2H7.828l4.293 4.293a1 1 0 01-1.414 1.414L4 12z" 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="M20.004 12l-6.707 6.707a1 1 0 01-1.414-1.414L16.176 13H5a1 1 0 110-2h11.176l-4.293-4.293a1 1 0 011.414-1.414L20.004 12z" fill="currentColor"/></svg>
|
package/svg/24/ArrowUp.svg
CHANGED
|
@@ -1 +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="M12 4.586l6.707 6.707a1 1 0 01-1.414 1.414L13 8.414V19a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0
|
|
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="M12 4.586l6.707 6.707a1 1 0 01-1.414 1.414L13 8.414V19a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414-1.414L12 4.586z" 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 d="M18 4a1 1 0 110 2h-5v12.934c0 .589-.448 1.066-1 1.066s-1-.477-1-1.066V6H6a1 1 0 010-2h12z" fill="currentColor"/></svg>
|
package/v1/datauri/index.cjs
CHANGED
|
@@ -345,8 +345,16 @@ module.exports = {
|
|
|
345
345
|
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%2019.414l-6.707-6.707a1%201%200%20111.414-1.414L11%2015.586V5a1%201%200%20112%200v10.586l4.293-4.293a1%201%200%20111.414%201.414L12%2019.414z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
346
346
|
"isSetCurrentcolor": true
|
|
347
347
|
},
|
|
348
|
+
"24/ArrowLeft": {
|
|
349
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M4%2012l6.707-6.707a1%201%200%20111.414%201.414L7.828%2011H19a1%201%200%20110%202H7.828l4.293%204.293a1%201%200%2001-1.414%201.414L4%2012z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
350
|
+
"isSetCurrentcolor": true
|
|
351
|
+
},
|
|
352
|
+
"24/ArrowRight": {
|
|
353
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M20.004%2012l-6.707%206.707a1%201%200%2001-1.414-1.414L16.176%2013H5a1%201%200%20110-2h11.176l-4.293-4.293a1%201%200%20011.414-1.414L20.004%2012z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
354
|
+
"isSetCurrentcolor": true
|
|
355
|
+
},
|
|
348
356
|
"24/ArrowUp": {
|
|
349
|
-
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%204.586l6.707%206.707a1%201%200%2001-1.414%201.414L13%208.414V19a1%201%200%2011-2%200V8.414l-4.293%204.293a1%201%200%
|
|
357
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%204.586l6.707%206.707a1%201%200%2001-1.414%201.414L13%208.414V19a1%201%200%2011-2%200V8.414l-4.293%204.293a1%201%200%2001-1.414-1.414L12%204.586z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
350
358
|
"isSetCurrentcolor": true
|
|
351
359
|
},
|
|
352
360
|
"24/Binet": {
|
|
@@ -577,6 +585,10 @@ module.exports = {
|
|
|
577
585
|
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M7.29%207c.45%200%20.67-.54.35-.85l-2.29-2.3c-.2-.2-.51-.2-.71%200l-2.29%202.3a.5.5%200%2000.36.85H4v10H2.71c-.45%200-.67.54-.35.85l2.29%202.29c.2.2.51.2.71%200l2.29-2.29a.5.5%200%2000-.36-.85H6V7h1.29zM11%207h10c.55%200%201-.45%201-1s-.45-1-1-1H11c-.55%200-1%20.45-1%201s.45%201%201%201zM21%2017H11c-.55%200-1%20.45-1%201s.45%201%201%201h10c.55%200%201-.45%201-1s-.45-1-1-1zM21%2011H11c-.55%200-1%20.45-1%201s.45%201%201%201h10c.55%200%201-.45%201-1s-.45-1-1-1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
578
586
|
"isSetCurrentcolor": true
|
|
579
587
|
},
|
|
588
|
+
"24/FormatText": {
|
|
589
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%204a1%201%200%20110%202h-5v12.934c0%20.589-.448%201.066-1%201.066s-1-.477-1-1.066V6H6a1%201%200%20010-2h12z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
590
|
+
"isSetCurrentcolor": true
|
|
591
|
+
},
|
|
580
592
|
"24/Fov": {
|
|
581
593
|
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M11%203a1%201%200%2000-1.79-.614l-7%209a1%201%200%20000%201.228l7%209A1%201%200%200011%2021v-4.932l7.649%202.868A1%201%200%200020%2018V6a1%201%200%2000-1.351-.936L11%207.932V3zm7%2013.557L5.848%2012%2018%207.443v9.114z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
582
594
|
"isSetCurrentcolor": true
|
package/v1/datauri/index.d.ts
CHANGED
|
@@ -87,6 +87,8 @@ declare var _default: {
|
|
|
87
87
|
"24/Ar": { uri: string, isSetCurrentcolor: boolean };
|
|
88
88
|
"24/Archive": { uri: string, isSetCurrentcolor: boolean };
|
|
89
89
|
"24/ArrowDown": { uri: string, isSetCurrentcolor: boolean };
|
|
90
|
+
"24/ArrowLeft": { uri: string, isSetCurrentcolor: boolean };
|
|
91
|
+
"24/ArrowRight": { uri: string, isSetCurrentcolor: boolean };
|
|
90
92
|
"24/ArrowUp": { uri: string, isSetCurrentcolor: boolean };
|
|
91
93
|
"24/Binet": { uri: string, isSetCurrentcolor: boolean };
|
|
92
94
|
"24/Body": { uri: string, isSetCurrentcolor: boolean };
|
|
@@ -145,6 +147,7 @@ declare var _default: {
|
|
|
145
147
|
"24/FormatFontSize": { uri: string, isSetCurrentcolor: boolean };
|
|
146
148
|
"24/FormatLetterSpacing": { uri: string, isSetCurrentcolor: boolean };
|
|
147
149
|
"24/FormatLineSpacing": { uri: string, isSetCurrentcolor: boolean };
|
|
150
|
+
"24/FormatText": { uri: string, isSetCurrentcolor: boolean };
|
|
148
151
|
"24/Fov": { uri: string, isSetCurrentcolor: boolean };
|
|
149
152
|
"24/FrameEffect": { uri: string, isSetCurrentcolor: boolean };
|
|
150
153
|
"24/FrameSize": { uri: string, isSetCurrentcolor: boolean };
|
package/v1/datauri/index.mjs
CHANGED
|
@@ -345,8 +345,16 @@ export default {
|
|
|
345
345
|
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%2019.414l-6.707-6.707a1%201%200%20111.414-1.414L11%2015.586V5a1%201%200%20112%200v10.586l4.293-4.293a1%201%200%20111.414%201.414L12%2019.414z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
346
346
|
"isSetCurrentcolor": true
|
|
347
347
|
},
|
|
348
|
+
"24/ArrowLeft": {
|
|
349
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M4%2012l6.707-6.707a1%201%200%20111.414%201.414L7.828%2011H19a1%201%200%20110%202H7.828l4.293%204.293a1%201%200%2001-1.414%201.414L4%2012z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
350
|
+
"isSetCurrentcolor": true
|
|
351
|
+
},
|
|
352
|
+
"24/ArrowRight": {
|
|
353
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M20.004%2012l-6.707%206.707a1%201%200%2001-1.414-1.414L16.176%2013H5a1%201%200%20110-2h11.176l-4.293-4.293a1%201%200%20011.414-1.414L20.004%2012z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
354
|
+
"isSetCurrentcolor": true
|
|
355
|
+
},
|
|
348
356
|
"24/ArrowUp": {
|
|
349
|
-
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%204.586l6.707%206.707a1%201%200%2001-1.414%201.414L13%208.414V19a1%201%200%2011-2%200V8.414l-4.293%204.293a1%201%200%
|
|
357
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%204.586l6.707%206.707a1%201%200%2001-1.414%201.414L13%208.414V19a1%201%200%2011-2%200V8.414l-4.293%204.293a1%201%200%2001-1.414-1.414L12%204.586z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
350
358
|
"isSetCurrentcolor": true
|
|
351
359
|
},
|
|
352
360
|
"24/Binet": {
|
|
@@ -577,6 +585,10 @@ export default {
|
|
|
577
585
|
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M7.29%207c.45%200%20.67-.54.35-.85l-2.29-2.3c-.2-.2-.51-.2-.71%200l-2.29%202.3a.5.5%200%2000.36.85H4v10H2.71c-.45%200-.67.54-.35.85l2.29%202.29c.2.2.51.2.71%200l2.29-2.29a.5.5%200%2000-.36-.85H6V7h1.29zM11%207h10c.55%200%201-.45%201-1s-.45-1-1-1H11c-.55%200-1%20.45-1%201s.45%201%201%201zM21%2017H11c-.55%200-1%20.45-1%201s.45%201%201%201h10c.55%200%201-.45%201-1s-.45-1-1-1zM21%2011H11c-.55%200-1%20.45-1%201s.45%201%201%201h10c.55%200%201-.45%201-1s-.45-1-1-1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
578
586
|
"isSetCurrentcolor": true
|
|
579
587
|
},
|
|
588
|
+
"24/FormatText": {
|
|
589
|
+
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%204a1%201%200%20110%202h-5v12.934c0%20.589-.448%201.066-1%201.066s-1-.477-1-1.066V6H6a1%201%200%20010-2h12z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
590
|
+
"isSetCurrentcolor": true
|
|
591
|
+
},
|
|
580
592
|
"24/Fov": {
|
|
581
593
|
"uri": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%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%22M11%203a1%201%200%2000-1.79-.614l-7%209a1%201%200%20000%201.228l7%209A1%201%200%200011%2021v-4.932l7.649%202.868A1%201%200%200020%2018V6a1%201%200%2000-1.351-.936L11%207.932V3zm7%2013.557L5.848%2012%2018%207.443v9.114z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E",
|
|
582
594
|
"isSetCurrentcolor": true
|