@firesoon/icons-react 3.0.20 → 3.0.21

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 (55) hide show
  1. package/es/components/sbt/{currency → old-twocolor}/SbtJpg.js +2 -2
  2. package/es/components/sbt/{currency → old-twocolor}/SbtPdf.js +2 -2
  3. package/es/components/sbt/{currency → old-twocolor}/SbtPng.js +2 -2
  4. package/es/components/sbt/{currency → old-twocolor}/SbtRarZip.js +2 -2
  5. package/es/components/sbt/old-twocolor/SbtWord.js +12 -0
  6. package/es/components/sbt/old-twocolor/index.d.ts +5 -0
  7. package/es/components/sbt/old-twocolor/index.js +5 -0
  8. package/es/dome/index.js +8 -2
  9. package/es/icons/sbt/{currency → old-twocolor}/sbt-jpg.d.ts +1 -0
  10. package/es/icons/sbt/{currency → old-twocolor}/sbt-jpg.js +4 -2
  11. package/{lib/icons/sbt/currency → es/icons/sbt/old-twocolor}/sbt-pdf.d.ts +1 -0
  12. package/es/icons/sbt/{currency → old-twocolor}/sbt-pdf.js +4 -2
  13. package/{lib/icons/sbt/currency → es/icons/sbt/old-twocolor}/sbt-png.d.ts +1 -0
  14. package/es/icons/sbt/{currency → old-twocolor}/sbt-png.js +4 -2
  15. package/{lib/icons/sbt/currency → es/icons/sbt/old-twocolor}/sbt-rarZip.d.ts +1 -0
  16. package/es/icons/sbt/{currency → old-twocolor}/sbt-rarZip.js +4 -2
  17. package/es/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  18. package/es/icons/sbt/{currency/word.js → old-twocolor/sbt-word.js} +7 -4
  19. package/es/index.d.ts +195 -195
  20. package/es/index.js +195 -195
  21. package/lib/components/sbt/{currency → old-twocolor}/SbtJpg.js +2 -2
  22. package/lib/components/sbt/{currency → old-twocolor}/SbtPdf.js +2 -2
  23. package/lib/components/sbt/{currency → old-twocolor}/SbtPng.js +2 -2
  24. package/lib/components/sbt/{currency → old-twocolor}/SbtRarZip.js +2 -2
  25. package/lib/components/sbt/old-twocolor/SbtWord.js +20 -0
  26. package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
  27. package/lib/components/sbt/old-twocolor/index.js +41 -0
  28. package/lib/dome/index.js +8 -2
  29. package/lib/icons/sbt/{currency → old-twocolor}/sbt-jpg.d.ts +1 -0
  30. package/lib/icons/sbt/{currency → old-twocolor}/sbt-jpg.js +4 -2
  31. package/{es/icons/sbt/currency → lib/icons/sbt/old-twocolor}/sbt-pdf.d.ts +1 -0
  32. package/lib/icons/sbt/{currency → old-twocolor}/sbt-pdf.js +4 -2
  33. package/{es/icons/sbt/currency → lib/icons/sbt/old-twocolor}/sbt-png.d.ts +1 -0
  34. package/lib/icons/sbt/{currency → old-twocolor}/sbt-png.js +4 -2
  35. package/{es/icons/sbt/currency → lib/icons/sbt/old-twocolor}/sbt-rarZip.d.ts +1 -0
  36. package/lib/icons/sbt/{currency → old-twocolor}/sbt-rarZip.js +4 -2
  37. package/lib/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  38. package/lib/icons/sbt/{currency/word.js → old-twocolor/sbt-word.js} +7 -4
  39. package/lib/index.d.ts +195 -195
  40. package/lib/index.js +201 -201
  41. package/package.json +1 -1
  42. package/es/components/sbt/currency/Word.js +0 -12
  43. package/es/icons/sbt/currency/word.d.ts +0 -17
  44. package/lib/components/sbt/currency/Word.js +0 -20
  45. package/lib/icons/sbt/currency/word.d.ts +0 -17
  46. /package/es/components/sbt/{currency → old-twocolor}/SbtJpg.d.ts +0 -0
  47. /package/es/components/sbt/{currency → old-twocolor}/SbtPdf.d.ts +0 -0
  48. /package/es/components/sbt/{currency → old-twocolor}/SbtPng.d.ts +0 -0
  49. /package/es/components/sbt/{currency → old-twocolor}/SbtRarZip.d.ts +0 -0
  50. /package/es/components/sbt/{currency/Word.d.ts → old-twocolor/SbtWord.d.ts} +0 -0
  51. /package/lib/components/sbt/{currency → old-twocolor}/SbtJpg.d.ts +0 -0
  52. /package/lib/components/sbt/{currency → old-twocolor}/SbtPdf.d.ts +0 -0
  53. /package/lib/components/sbt/{currency → old-twocolor}/SbtPng.d.ts +0 -0
  54. /package/lib/components/sbt/{currency → old-twocolor}/SbtRarZip.d.ts +0 -0
  55. /package/lib/components/sbt/{currency/Word.d.ts → old-twocolor/SbtWord.d.ts} +0 -0
@@ -1,12 +1,12 @@
1
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
2
  import React from 'react';
3
3
  import Icon from "../../../Icon";
4
- import rootNode from "../../../icons/sbt/currency/sbt-jpg";
4
+ import rootNode from "../../../icons/sbt/old-twocolor/sbt-jpg";
5
5
  export default (function () {
6
6
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
8
  rootNode: rootNode,
9
9
  iconName: 'sbt-jpg',
10
- "icon-type": 'sbt/currency'
10
+ "icon-type": 'sbt/old-twocolor'
11
11
  }));
12
12
  });
@@ -1,12 +1,12 @@
1
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
2
  import React from 'react';
3
3
  import Icon from "../../../Icon";
4
- import rootNode from "../../../icons/sbt/currency/sbt-pdf";
4
+ import rootNode from "../../../icons/sbt/old-twocolor/sbt-pdf";
5
5
  export default (function () {
6
6
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
8
  rootNode: rootNode,
9
9
  iconName: 'sbt-pdf',
10
- "icon-type": 'sbt/currency'
10
+ "icon-type": 'sbt/old-twocolor'
11
11
  }));
12
12
  });
@@ -1,12 +1,12 @@
1
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
2
  import React from 'react';
3
3
  import Icon from "../../../Icon";
4
- import rootNode from "../../../icons/sbt/currency/sbt-png";
4
+ import rootNode from "../../../icons/sbt/old-twocolor/sbt-png";
5
5
  export default (function () {
6
6
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
8
  rootNode: rootNode,
9
9
  iconName: 'sbt-png',
10
- "icon-type": 'sbt/currency'
10
+ "icon-type": 'sbt/old-twocolor'
11
11
  }));
12
12
  });
@@ -1,12 +1,12 @@
1
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
2
  import React from 'react';
3
3
  import Icon from "../../../Icon";
4
- import rootNode from "../../../icons/sbt/currency/sbt-rarZip";
4
+ import rootNode from "../../../icons/sbt/old-twocolor/sbt-rarZip";
5
5
  export default (function () {
6
6
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
8
  rootNode: rootNode,
9
9
  iconName: 'sbt-rarZip',
10
- "icon-type": 'sbt/currency'
10
+ "icon-type": 'sbt/old-twocolor'
11
11
  }));
12
12
  });
@@ -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/old-twocolor/sbt-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: 'sbt-word',
10
+ "icon-type": 'sbt/old-twocolor'
11
+ }));
12
+ });
@@ -0,0 +1,5 @@
1
+ export { default as SbtJpg } from './SbtJpg';
2
+ export { default as SbtPdf } from './SbtPdf';
3
+ export { default as SbtPng } from './SbtPng';
4
+ export { default as SbtRarZip } from './SbtRarZip';
5
+ export { default as SbtWord } from './SbtWord';
@@ -0,0 +1,5 @@
1
+ export { default as SbtJpg } from "./SbtJpg";
2
+ export { default as SbtPdf } from "./SbtPdf";
3
+ export { default as SbtPng } from "./SbtPng";
4
+ export { default as SbtRarZip } from "./SbtRarZip";
5
+ export { default as SbtWord } from "./SbtWord";
package/es/dome/index.js CHANGED
@@ -15,7 +15,8 @@ export default (function () {
15
15
  var subclass = {
16
16
  currency: "currency",
17
17
  businessMenu: "business-menu",
18
- suggestion: "suggestion"
18
+ suggestion: "suggestion",
19
+ oldTwoColor: "old-twocolor"
19
20
  };
20
21
  var genera = {
21
22
  fs: "fs",
@@ -29,7 +30,8 @@ export default (function () {
29
30
  business = genera.business;
30
31
  var currency = subclass.currency,
31
32
  businessMenu = subclass.businessMenu,
32
- suggestion = subclass.suggestion;
33
+ suggestion = subclass.suggestion,
34
+ oldTwoColor = subclass.oldTwoColor;
33
35
  var list = [{
34
36
  title: "通用类图标",
35
37
  key: general,
@@ -77,6 +79,10 @@ export default (function () {
77
79
  title: "提示建议类图标",
78
80
  key: suggestion,
79
81
  icons: []
82
+ }, {
83
+ title: "多色图标",
84
+ key: oldTwoColor,
85
+ icons: []
80
86
  }]
81
87
  }];
82
88
  iconKeys.forEach(function (key) {
@@ -9,6 +9,7 @@ declare const node: {
9
9
  tag: string;
10
10
  attrs: {
11
11
  d: string;
12
+ fill: string;
12
13
  };
13
14
  children: never[];
14
15
  }[];
@@ -8,13 +8,15 @@ var node = {
8
8
  "children": [{
9
9
  "tag": "path",
10
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"
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
+ "fill": "#FFD699"
12
13
  },
13
14
  "children": []
14
15
  }, {
15
16
  "tag": "path",
16
17
  "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
+ "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",
19
+ "fill": "#FA8C1F"
18
20
  },
19
21
  "children": []
20
22
  }]
@@ -9,6 +9,7 @@ declare const node: {
9
9
  tag: string;
10
10
  attrs: {
11
11
  d: string;
12
+ fill: string;
12
13
  };
13
14
  children: never[];
14
15
  }[];
@@ -8,13 +8,15 @@ var node = {
8
8
  "children": [{
9
9
  "tag": "path",
10
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"
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
+ "fill": "#FFCAC4"
12
13
  },
13
14
  "children": []
14
15
  }, {
15
16
  "tag": "path",
16
17
  "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
+ "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",
19
+ "fill": "#FF4949"
18
20
  },
19
21
  "children": []
20
22
  }]
@@ -9,6 +9,7 @@ declare const node: {
9
9
  tag: string;
10
10
  attrs: {
11
11
  d: string;
12
+ fill: string;
12
13
  };
13
14
  children: never[];
14
15
  }[];
@@ -8,13 +8,15 @@ var node = {
8
8
  "children": [{
9
9
  "tag": "path",
10
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"
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
+ "fill": "#D0F2D3"
12
13
  },
13
14
  "children": []
14
15
  }, {
15
16
  "tag": "path",
16
17
  "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
+ "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",
19
+ "fill": "#2BC048"
18
20
  },
19
21
  "children": []
20
22
  }]
@@ -9,6 +9,7 @@ declare const node: {
9
9
  tag: string;
10
10
  attrs: {
11
11
  d: string;
12
+ fill: string;
12
13
  };
13
14
  children: never[];
14
15
  }[];
@@ -8,13 +8,15 @@ var node = {
8
8
  "children": [{
9
9
  "tag": "path",
10
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"
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
+ "fill": "#A3D7FF"
12
13
  },
13
14
  "children": []
14
15
  }, {
15
16
  "tag": "path",
16
17
  "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
+ "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",
19
+ "fill": "#006DFC"
18
20
  },
19
21
  "children": []
20
22
  }]
@@ -0,0 +1,18 @@
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
+ fill: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "word",
2
+ "name": "sbt-word",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {
@@ -8,19 +8,22 @@ var node = {
8
8
  "children": [{
9
9
  "tag": "path",
10
10
  "attrs": {
11
- "d": "M240 310.86h64v512h-64v-512z"
11
+ "d": "M240 310.86h64v512h-64v-512z",
12
+ "fill": "#D8D8D8"
12
13
  },
13
14
  "children": []
14
15
  }, {
15
16
  "tag": "path",
16
17
  "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
+ "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",
19
+ "fill": "#D0F2D3"
18
20
  },
19
21
  "children": []
20
22
  }, {
21
23
  "tag": "path",
22
24
  "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"
25
+ "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",
26
+ "fill": "#2BC048"
24
27
  },
25
28
  "children": []
26
29
  }]