@firesoon/icons-react 3.0.19 → 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 (60) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
  3. package/es/components/sbt/currency/SbtChecked.js +12 -0
  4. package/es/components/sbt/old-twocolor/SbtJpg.d.ts +4 -0
  5. package/es/components/sbt/old-twocolor/SbtJpg.js +12 -0
  6. package/es/components/sbt/old-twocolor/SbtPdf.d.ts +4 -0
  7. package/es/components/sbt/old-twocolor/SbtPdf.js +12 -0
  8. package/es/components/sbt/old-twocolor/SbtPng.d.ts +4 -0
  9. package/es/components/sbt/old-twocolor/SbtPng.js +12 -0
  10. package/es/components/sbt/old-twocolor/SbtRarZip.d.ts +4 -0
  11. package/es/components/sbt/old-twocolor/SbtRarZip.js +12 -0
  12. package/es/components/sbt/old-twocolor/SbtWord.d.ts +4 -0
  13. package/es/components/sbt/old-twocolor/SbtWord.js +12 -0
  14. package/es/components/sbt/old-twocolor/index.d.ts +5 -0
  15. package/es/components/sbt/old-twocolor/index.js +5 -0
  16. package/es/dome/index.js +8 -2
  17. package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
  18. package/es/icons/sbt/currency/sbt-checked.js +17 -0
  19. package/es/icons/sbt/old-twocolor/sbt-jpg.d.ts +18 -0
  20. package/es/icons/sbt/old-twocolor/sbt-jpg.js +25 -0
  21. package/es/icons/sbt/old-twocolor/sbt-pdf.d.ts +18 -0
  22. package/es/icons/sbt/old-twocolor/sbt-pdf.js +25 -0
  23. package/es/icons/sbt/old-twocolor/sbt-png.d.ts +18 -0
  24. package/es/icons/sbt/old-twocolor/sbt-png.js +25 -0
  25. package/es/icons/sbt/old-twocolor/sbt-rarZip.d.ts +18 -0
  26. package/es/icons/sbt/old-twocolor/sbt-rarZip.js +25 -0
  27. package/es/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  28. package/es/icons/sbt/old-twocolor/sbt-word.js +32 -0
  29. package/es/index.d.ts +151 -145
  30. package/es/index.js +151 -145
  31. package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
  32. package/lib/components/sbt/currency/SbtChecked.js +20 -0
  33. package/lib/components/sbt/old-twocolor/SbtJpg.d.ts +4 -0
  34. package/lib/components/sbt/old-twocolor/SbtJpg.js +20 -0
  35. package/lib/components/sbt/old-twocolor/SbtPdf.d.ts +4 -0
  36. package/lib/components/sbt/old-twocolor/SbtPdf.js +20 -0
  37. package/lib/components/sbt/old-twocolor/SbtPng.d.ts +4 -0
  38. package/lib/components/sbt/old-twocolor/SbtPng.js +20 -0
  39. package/lib/components/sbt/old-twocolor/SbtRarZip.d.ts +4 -0
  40. package/lib/components/sbt/old-twocolor/SbtRarZip.js +20 -0
  41. package/lib/components/sbt/old-twocolor/SbtWord.d.ts +4 -0
  42. package/lib/components/sbt/old-twocolor/SbtWord.js +20 -0
  43. package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
  44. package/lib/components/sbt/old-twocolor/index.js +41 -0
  45. package/lib/dome/index.js +8 -2
  46. package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
  47. package/lib/icons/sbt/currency/sbt-checked.js +24 -0
  48. package/lib/icons/sbt/old-twocolor/sbt-jpg.d.ts +18 -0
  49. package/lib/icons/sbt/old-twocolor/sbt-jpg.js +32 -0
  50. package/lib/icons/sbt/old-twocolor/sbt-pdf.d.ts +18 -0
  51. package/lib/icons/sbt/old-twocolor/sbt-pdf.js +32 -0
  52. package/lib/icons/sbt/old-twocolor/sbt-png.d.ts +18 -0
  53. package/lib/icons/sbt/old-twocolor/sbt-png.js +32 -0
  54. package/lib/icons/sbt/old-twocolor/sbt-rarZip.d.ts +18 -0
  55. package/lib/icons/sbt/old-twocolor/sbt-rarZip.js +32 -0
  56. package/lib/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  57. package/lib/icons/sbt/old-twocolor/sbt-word.js +39 -0
  58. package/lib/index.d.ts +151 -145
  59. package/lib/index.js +187 -145
  60. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,96 @@
1
+ # @firesoon/icons-react
2
+
3
+ 火树 svg 图标库
4
+
5
+ ## Change
6
+
7
+ ### 1.0.0
8
+
9
+ - 更新 svg 图标
10
+
11
+ ### 1.1.0
12
+
13
+ - Fix bug
14
+ - svgOption 为 undefined 时,svg 默认属性丢失
15
+ - 删除 span 默认 font-size=0
16
+
17
+ ### 1.1.1
18
+
19
+ - npm scripts 添加 preversion
20
+ - 使用 Icon.jsx 组件
21
+
22
+ ### 1.1.2
23
+
24
+ - fix Icon.jsx 导入 style 路径错误
25
+
26
+ ### 1.2.0(2020/1/24)
27
+
28
+ - delete: 重复的图标
29
+ - feature: 图标命名修改;添加部分图标;支持多色图标
30
+
31
+ ### 1.2.1
32
+
33
+ - 临时更新: 模块命名添加只有首字母大写
34
+
35
+ ### 1.2.3
36
+
37
+ - fix: style.css 样式打包后缺失(#1)
38
+ - fix: 1.1->1.2 版本命名规则错误, 未向下兼容(旧图标被删除)(#2)
39
+ - fix: spread operator 低版本浏览器不支持(#3)
40
+
41
+ ### 1.2.4
42
+
43
+ - fix: ie10 兼容
44
+
45
+ ### 1.4.0
46
+
47
+ - feature: 增加图标
48
+
49
+ ### 1.4.1
50
+
51
+ - fix: components 缺少入口文件(index.js), 无法展示全部图标
52
+
53
+ ### 1.5.0
54
+
55
+ - feature: 增加切换院区 icon
56
+
57
+ ### 1.16.0
58
+
59
+ - 删除了只首字母大写的 icon 导出(不向下兼容, 但是目前业务中并未使用)
60
+ - 新增了两个图标
61
+
62
+ ### 1.30.0
63
+
64
+ - 新增结算管理部分图标
65
+
66
+ ### 1.40.0
67
+
68
+ - 新增病案部分图标
69
+
70
+ ### 1.41.0
71
+
72
+ - 新增空态相关 icon
73
+
74
+ ### 1.42.0
75
+
76
+ - 新增病案相关 icon
77
+
78
+ ### 1.43.0
79
+
80
+ - 新增系统设置相关 icon
81
+
82
+ ### 1.43.10
83
+
84
+ - 新增数据质量相关 icon
85
+
86
+ ### 1.43.11
87
+
88
+ - 删除多色 wodezhuyuanx,新增单色 wodezhuyuanx
89
+
90
+ ### 1.43.12
91
+
92
+ - wodezhuyuanx 单色图表 bug 修复
93
+
94
+ ### 2.0.0
95
+
96
+ - 兼容旧版本和新增新版本 icon
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/sbt-checked";
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-checked',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-jpg";
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-jpg',
10
+ "icon-type": 'sbt/old-twocolor'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-pdf";
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-pdf',
10
+ "icon-type": 'sbt/old-twocolor'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-png";
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-png',
10
+ "icon-type": 'sbt/old-twocolor'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-rarZip";
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-rarZip',
10
+ "icon-type": 'sbt/old-twocolor'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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) {
@@ -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,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;
@@ -0,0 +1,25 @@
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
+ "fill": "#FFD699"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "attrs": {
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"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -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;
@@ -0,0 +1,25 @@
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
+ "fill": "#FFCAC4"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "attrs": {
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"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -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;
@@ -0,0 +1,25 @@
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
+ "fill": "#D0F2D3"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "attrs": {
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"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -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;
@@ -0,0 +1,25 @@
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
+ "fill": "#A3D7FF"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "attrs": {
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"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -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;
@@ -0,0 +1,32 @@
1
+ var node = {
2
+ "name": "sbt-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
+ "fill": "#D8D8D8"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "attrs": {
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"
20
+ },
21
+ "children": []
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
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"
27
+ },
28
+ "children": []
29
+ }]
30
+ }
31
+ };
32
+ export default node;