@firesoon/icons-react 3.0.18 → 3.0.20

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.
Files changed (95) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/README.md +61 -61
  3. package/es/Icon.css +12 -12
  4. package/es/components/fs/business-menu/index.d.ts +7 -7
  5. package/es/components/fs/business-menu/index.js +7 -7
  6. package/es/components/fs/currency/AppendTo.d.ts +4 -0
  7. package/es/components/fs/currency/AppendTo.js +12 -0
  8. package/es/components/fs/currency/Chart.d.ts +4 -0
  9. package/es/components/fs/currency/Chart.js +12 -0
  10. package/es/components/fs/currency/Table.d.ts +4 -0
  11. package/es/components/fs/currency/Table.js +12 -0
  12. package/es/components/fs/currency/index.d.ts +3 -0
  13. package/es/components/fs/currency/index.js +3 -0
  14. package/es/components/fs/old-outlined/index.d.ts +6 -6
  15. package/es/components/fs/old-outlined/index.js +6 -6
  16. package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
  17. package/es/components/sbt/currency/SbtChecked.js +12 -0
  18. package/es/components/sbt/currency/SbtJpg.d.ts +4 -0
  19. package/es/components/sbt/currency/SbtJpg.js +12 -0
  20. package/es/components/sbt/currency/SbtPdf.d.ts +4 -0
  21. package/es/components/sbt/currency/SbtPdf.js +12 -0
  22. package/es/components/sbt/currency/SbtPng.d.ts +4 -0
  23. package/es/components/sbt/currency/SbtPng.js +12 -0
  24. package/es/components/sbt/currency/SbtRarZip.d.ts +4 -0
  25. package/es/components/sbt/currency/SbtRarZip.js +12 -0
  26. package/es/components/sbt/currency/Word.d.ts +4 -0
  27. package/es/components/sbt/currency/Word.js +12 -0
  28. package/es/dome/index.less +8 -8
  29. package/es/icons/fs/currency/append-to.d.ts +17 -0
  30. package/es/icons/fs/currency/append-to.js +29 -0
  31. package/es/icons/fs/currency/chart.d.ts +17 -0
  32. package/es/icons/fs/currency/chart.js +23 -0
  33. package/es/icons/fs/currency/table.d.ts +17 -0
  34. package/es/icons/fs/currency/table.js +17 -0
  35. package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
  36. package/es/icons/sbt/currency/sbt-checked.js +17 -0
  37. package/es/icons/sbt/currency/sbt-jpg.d.ts +17 -0
  38. package/es/icons/sbt/currency/sbt-jpg.js +23 -0
  39. package/es/icons/sbt/currency/sbt-pdf.d.ts +17 -0
  40. package/es/icons/sbt/currency/sbt-pdf.js +23 -0
  41. package/es/icons/sbt/currency/sbt-png.d.ts +17 -0
  42. package/es/icons/sbt/currency/sbt-png.js +23 -0
  43. package/es/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
  44. package/es/icons/sbt/currency/sbt-rarZip.js +23 -0
  45. package/es/icons/sbt/currency/word.d.ts +17 -0
  46. package/es/icons/sbt/currency/word.js +29 -0
  47. package/es/index.d.ts +185 -176
  48. package/es/index.js +170 -161
  49. package/lib/Icon.css +12 -12
  50. package/lib/components/fs/business-menu/index.d.ts +7 -7
  51. package/lib/components/fs/business-menu/index.js +7 -7
  52. package/lib/components/fs/currency/AppendTo.d.ts +4 -0
  53. package/lib/components/fs/currency/AppendTo.js +20 -0
  54. package/lib/components/fs/currency/Chart.d.ts +4 -0
  55. package/lib/components/fs/currency/Chart.js +20 -0
  56. package/lib/components/fs/currency/Table.d.ts +4 -0
  57. package/lib/components/fs/currency/Table.js +20 -0
  58. package/lib/components/fs/currency/index.d.ts +3 -0
  59. package/lib/components/fs/currency/index.js +21 -0
  60. package/lib/components/fs/old-outlined/index.d.ts +6 -6
  61. package/lib/components/fs/old-outlined/index.js +6 -6
  62. package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
  63. package/lib/components/sbt/currency/SbtChecked.js +20 -0
  64. package/lib/components/sbt/currency/SbtJpg.d.ts +4 -0
  65. package/lib/components/sbt/currency/SbtJpg.js +20 -0
  66. package/lib/components/sbt/currency/SbtPdf.d.ts +4 -0
  67. package/lib/components/sbt/currency/SbtPdf.js +20 -0
  68. package/lib/components/sbt/currency/SbtPng.d.ts +4 -0
  69. package/lib/components/sbt/currency/SbtPng.js +20 -0
  70. package/lib/components/sbt/currency/SbtRarZip.d.ts +4 -0
  71. package/lib/components/sbt/currency/SbtRarZip.js +20 -0
  72. package/lib/components/sbt/currency/Word.d.ts +4 -0
  73. package/lib/components/sbt/currency/Word.js +20 -0
  74. package/lib/dome/index.less +8 -8
  75. package/lib/icons/fs/currency/append-to.d.ts +17 -0
  76. package/lib/icons/fs/currency/append-to.js +36 -0
  77. package/lib/icons/fs/currency/chart.d.ts +17 -0
  78. package/lib/icons/fs/currency/chart.js +30 -0
  79. package/lib/icons/fs/currency/table.d.ts +17 -0
  80. package/lib/icons/fs/currency/table.js +24 -0
  81. package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
  82. package/lib/icons/sbt/currency/sbt-checked.js +24 -0
  83. package/lib/icons/sbt/currency/sbt-jpg.d.ts +17 -0
  84. package/lib/icons/sbt/currency/sbt-jpg.js +30 -0
  85. package/lib/icons/sbt/currency/sbt-pdf.d.ts +17 -0
  86. package/lib/icons/sbt/currency/sbt-pdf.js +30 -0
  87. package/lib/icons/sbt/currency/sbt-png.d.ts +17 -0
  88. package/lib/icons/sbt/currency/sbt-png.js +30 -0
  89. package/lib/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
  90. package/lib/icons/sbt/currency/sbt-rarZip.js +30 -0
  91. package/lib/icons/sbt/currency/word.d.ts +17 -0
  92. package/lib/icons/sbt/currency/word.js +36 -0
  93. package/lib/index.d.ts +185 -176
  94. package/lib/index.js +223 -160
  95. package/package.json +56 -56
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../../Icon";
4
+ import rootNode from "../../../icons/sbt/currency/word";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'word',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -1,9 +1,9 @@
1
- #dumi-dome {
2
- border: 0px;
3
- .__dumi-default-previewer-demo {
4
- padding: 0px !important;
5
- }
6
- .__dumi-default-previewer-actions{
7
- display: none;
8
- }
1
+ #dumi-dome {
2
+ border: 0px;
3
+ .__dumi-default-previewer-demo {
4
+ padding: 0px !important;
5
+ }
6
+ .__dumi-default-previewer-actions{
7
+ display: none;
8
+ }
9
9
  }
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,29 @@
1
+ var node = {
2
+ "name": "append-to",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M512 112v64H176v672h672V511h64v369a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h368z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M520 272h384q8 0 8 8v64q0 8-8 8H520q-8 0-8-8v-64q0-8 8-8z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M752 120v384q0 8-8 8h-64q-8 0-8-8V120q0-8 8-8h64q8 0 8 8z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,23 @@
1
+ var node = {
2
+ "name": "chart",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M312 512a8 8 0 018 8v207a8 8 0 01-8 8h-48a8 8 0 01-8-8V520a8 8 0 018-8h48zm512-64a8 8 0 018 8v271a8 8 0 01-8 8h-48a8 8 0 01-8-8V456a8 8 0 018-8h48zm-171 97a8 8 0 018 8v174a8 8 0 01-8 8h-48a8 8 0 01-8-8V553a8 8 0 018-8h48zm-170 64a8 8 0 018 8v110a8 8 0 01-8 8h-48a8 8 0 01-8-8V617a8 8 0 018-8h48zm277.07-379.85L794 263.09a8 8 0 010 11.31L593.9 474.5c-.23.31-.49.61-.77.9l-33.94 33.93a8 8 0 01-11.32 0L416.86 378.31l-78.28 78.27a8 8 0 01-11.32 0l-33.94-33.94a8 8 0 010-11.31l118.09-118.09a8 8 0 0111.31 0l33.94 33.94a8 8 0 011.33 1.75l95.49 95.49 195.27-195.27a8 8 0 0111.32 0zM72 160h48q8 0 8 8v688q0 8-8 8H72q-8 0-8-8V168q0-8 8-8z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M960 808v48q0 8-8 8H72q-8 0-8-8v-48q0-8 8-8h880q8 0 8 8z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ var node = {
2
+ "name": "table",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M960 832a32 32 0 01-32 32H96a32 32 0 01-32-32V192a32 32 0 0132-32h832a32 32 0 0132 32v640zm-832-32h192V384H128v416zm384-96H384v96h128v-96zm192 0H576v96h128v-96zm192 0H768v96h128v-96zm0-64v-96H768v96h128zm-192-96H576v96h128v-96zm-192 0H384v96h128v-96zm384-64v-96H768v96h128zm-192-96H576v96h128v-96zm-192 0H384v96h128v-96zm384-160H128v96h768v-96z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ var node = {
2
+ "name": "sbt-checked",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M1024 1024L0 0h1024v1024zM512.26 319.25a9.14 9.14 0 00-6.47-2.68h-51.72c-8.14 0-12.22 9.85-6.46 15.6l170.76 170.78a9.14 9.14 0 0012.94 0L910.64 223.6c5.76-5.76 1.68-15.61-6.46-15.61h-51.72a9.14 9.14 0 00-6.47 2.68L624.84 431.83 512.26 319.25z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,23 @@
1
+ var node = {
2
+ "name": "sbt-jpg",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M658.29 292.57A36.57 36.57 0 01621.7 256V0L914.3 292.57h-256zM240 822.86V403.43a9.14 9.14 0 019.14-9.14h524.57a9.14 9.14 0 019.15 9.14v419.43a9.14 9.14 0 01-9.15 9.14H249.14a9.14 9.14 0 01-9.14-9.14zm144-283.43a41.14 41.14 0 100-82.29 41.14 41.14 0 000 82.29zm325.71 209.14v-92.41a9.14 9.14 0 00-1.48-5l-104.1-159.44a9.14 9.14 0 00-15.32 0l-81.6 124.98-42.77-65.5a9.14 9.14 0 00-15.31 0L323.52 743.56a9.14 9.14 0 007.65 14.14h369.4a9.14 9.14 0 009.14-9.14z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,23 @@
1
+ var node = {
2
+ "name": "sbt-pdf",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M658.29 292.57A36.57 36.57 0 01621.7 256V0L914.3 292.57h-256zm-309.72 384V402.3a9.14 9.14 0 019.14-9.15H568c80.8 0 146.29 65.5 146.29 146.29 0 80.8-65.5 146.28-146.29 146.28H421.71v137.15a9.14 9.14 0 01-9.14 9.14h-54.86a9.14 9.14 0 01-9.14-9.14V676.57zm73.14-64H568c20.2 0 37.44-7.14 51.72-21.42s21.42-31.52 21.42-51.72-7.14-37.44-21.42-51.72-31.52-21.42-51.72-21.42H421.71v146.28z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,23 @@
1
+ var node = {
2
+ "name": "sbt-png",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M565.71 712v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm329.14 109.71V730.3a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.42a9.14 9.14 0 01-9.15 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm329.14-329.14v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM675.43 602.3v-91.43a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.43a9.14 9.14 0 01-9.15 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,23 @@
1
+ var node = {
2
+ "name": "sbt-rarZip",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M347.43 429.71V338.3a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zM237.7 320v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V320a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm109.72-109.71v-91.43a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM237.7 100.57V9.14A9.14 9.14 0 01246.86 0h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm0 611.43V510.86a9.14 9.14 0 019.15-9.15H448a9.14 9.14 0 019.14 9.15V712a9.14 9.14 0 01-9.14 9.14H246.86a9.14 9.14 0 01-9.15-9.14zm384-456a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,29 @@
1
+ var node = {
2
+ "name": "word",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M240 310.86h64v512h-64v-512z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256zM439.95 832h-54.38a9.14 9.14 0 01-8.91-7.1l-96.38-420.57a9.14 9.14 0 018.91-11.19h54.38a9.14 9.14 0 018.91 7.1l61.23 267.19 61.23-267.19a9.14 9.14 0 018.91-7.1h56.3a9.14 9.14 0 018.9 7.1l61.24 267.19 61.23-267.19a9.14 9.14 0 018.9-7.1h54.39a9.14 9.14 0 018.91 11.19L647.34 824.9a9.14 9.14 0 01-8.91 7.1h-56.29a9.14 9.14 0 01-8.91-7.1L512 557.7 450.77 824.9a9.14 9.14 0 01-8.91 7.1h-1.9z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ export default node;