@antscorp/antsomi-ui 1.2.2 → 1.2.3-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.
Files changed (156) hide show
  1. package/README.md +78 -78
  2. package/dist/1a69688fb6f3d353be6b.png +0 -0
  3. package/dist/33b65403c460f2d4423b.svg +87 -0
  4. package/dist/4a824e811d4678e0e3a2.png +0 -0
  5. package/dist/4f873001a3769df8f982.svg +338 -0
  6. package/dist/9468534045e0fef49315.png +0 -0
  7. package/dist/afb8ae1bce88559d24ef.woff +0 -0
  8. package/dist/bfb9cf6473c43ea3c384.png +0 -0
  9. package/dist/c74e9d6a9ac4f04cfd3d.png +0 -0
  10. package/dist/cfed74d00d1032bc5076.ttf +0 -0
  11. package/dist/d623401497f2714dc96f.eot +0 -0
  12. package/dist/ff7db9ff05a910761543.png +0 -0
  13. package/dist/index.js +1 -1
  14. package/dist/index.js.LICENSE.txt +56 -0
  15. package/dist/main.css +68 -0
  16. package/dist/types/components/atoms/Button/Button.d.ts +1 -1
  17. package/dist/types/components/atoms/Button/Button.stories.d.ts +32 -32
  18. package/dist/types/components/atoms/Button/__tests__/Button.test.d.ts +1 -1
  19. package/dist/types/components/atoms/Button/index.d.ts +10 -10
  20. package/dist/types/components/atoms/Button/test.d.ts +3 -3
  21. package/dist/types/components/atoms/Checkbox/Checkbox.d.ts +1 -1
  22. package/dist/types/components/atoms/Checkbox/Checkbox.stories.d.ts +15 -0
  23. package/dist/types/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +1 -0
  24. package/dist/types/components/atoms/Checkbox/index.d.ts +1 -1
  25. package/dist/types/components/atoms/Divider/Divider.d.ts +1 -1
  26. package/dist/types/components/atoms/Divider/Divider.stories.d.ts +8 -8
  27. package/dist/types/components/atoms/Divider/index.d.ts +1 -1
  28. package/dist/types/components/atoms/Input/Input.d.ts +7 -7
  29. package/dist/types/components/atoms/Input/Input.stories.d.ts +19 -19
  30. package/dist/types/components/atoms/Input/__tests__/Input.test.d.ts +1 -0
  31. package/dist/types/components/atoms/Input/index.d.ts +1 -1
  32. package/dist/types/components/atoms/InputNumber/InputNumber.d.ts +6 -6
  33. package/dist/types/components/atoms/InputNumber/InputNumber.stories.d.ts +16 -16
  34. package/dist/types/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts +1 -1
  35. package/dist/types/components/atoms/InputNumber/index.d.ts +1 -1
  36. package/dist/types/components/atoms/Radio/Radio.d.ts +1 -1
  37. package/dist/types/components/atoms/Radio/index.d.ts +1 -1
  38. package/dist/types/components/atoms/Space/Space.d.ts +1 -1
  39. package/dist/types/components/atoms/Space/index.d.ts +1 -1
  40. package/dist/types/components/atoms/Tag/Tag.d.ts +1 -1
  41. package/dist/types/components/atoms/Tag/index.d.ts +1 -1
  42. package/dist/types/components/atoms/Tooltip/Tooltip.d.ts +1 -1
  43. package/dist/types/components/atoms/Tooltip/index.d.ts +1 -1
  44. package/dist/types/components/atoms/Typography/Text.d.ts +1 -1
  45. package/dist/types/components/atoms/Typography/index.d.ts +1 -1
  46. package/dist/types/components/atoms/index.d.ts +10 -10
  47. package/dist/types/components/common/ConfigProvider/ConfigProvider.d.ts +10 -10
  48. package/dist/types/components/common/ConfigProvider/GlobalStyle.d.ts +5 -5
  49. package/dist/types/components/common/ConfigProvider/index.d.ts +1 -1
  50. package/dist/types/components/common/index.d.ts +1 -1
  51. package/dist/types/components/icons/ArrowGrowIcon.d.ts +1 -0
  52. package/dist/types/components/icons/BugIcon.d.ts +1 -0
  53. package/dist/types/components/icons/CheckSlimIcon.d.ts +1 -0
  54. package/dist/types/components/icons/CloseIcon.d.ts +3 -0
  55. package/dist/types/components/icons/CommentIcon.d.ts +1 -0
  56. package/dist/types/components/icons/EventIcon.d.ts +3 -3
  57. package/dist/types/components/icons/FreeDrawIcon.d.ts +1 -0
  58. package/dist/types/components/icons/GPTIcon.d.ts +1 -0
  59. package/dist/types/components/icons/GPTIconV2.d.ts +1 -0
  60. package/dist/types/components/icons/HighlightIcon.d.ts +1 -0
  61. package/dist/types/components/icons/IdeaIcon.d.ts +1 -0
  62. package/dist/types/components/icons/InvisibleIcon.d.ts +1 -0
  63. package/dist/types/components/icons/PlaneIcon.d.ts +1 -0
  64. package/dist/types/components/icons/UserIcon.d.ts +1 -0
  65. package/dist/types/components/icons/WarningIcon.d.ts +1 -0
  66. package/dist/types/components/icons/index.d.ts +13 -1
  67. package/dist/types/components/index.d.ts +4 -4
  68. package/dist/types/components/molecules/Alert/Alert.d.ts +1 -1
  69. package/dist/types/components/molecules/Alert/index.d.ts +1 -1
  70. package/dist/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +11 -0
  71. package/dist/types/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +21 -0
  72. package/dist/types/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +16 -0
  73. package/dist/types/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -0
  74. package/dist/types/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -0
  75. package/dist/types/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +14 -0
  76. package/dist/types/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +4 -0
  77. package/dist/types/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -0
  78. package/dist/types/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +6 -0
  79. package/dist/types/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -0
  80. package/dist/types/components/molecules/CaptureScreen/constants.d.ts +31 -0
  81. package/dist/types/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -0
  82. package/dist/types/components/molecules/CaptureScreen/index.d.ts +1 -0
  83. package/dist/types/components/molecules/CaptureScreen/styled.d.ts +22 -0
  84. package/dist/types/components/molecules/CaptureScreen/themes/black.d.ts +54 -0
  85. package/dist/types/components/molecules/CaptureScreen/themes/white.d.ts +54 -0
  86. package/dist/types/components/molecules/CaptureScreen/types.d.ts +101 -0
  87. package/dist/types/components/molecules/CaptureScreen/utils.d.ts +13 -0
  88. package/dist/types/components/molecules/Cascader/Cascader.d.ts +1 -1
  89. package/dist/types/components/molecules/Cascader/index.d.ts +1 -1
  90. package/dist/types/components/molecules/ChatBox/ChatBox.d.ts +4 -0
  91. package/dist/types/components/molecules/ChatBox/ChatBox.stories.d.ts +0 -0
  92. package/dist/types/components/molecules/ChatBox/ask.d.ts +3 -0
  93. package/dist/types/components/molecules/ChatBox/constants.d.ts +6 -0
  94. package/dist/types/components/molecules/ChatBox/index.d.ts +1 -0
  95. package/dist/types/components/molecules/ChatBox/styled.d.ts +10 -0
  96. package/dist/types/components/molecules/ChatBox/types.d.ts +26 -0
  97. package/dist/types/components/molecules/ChatBox/utils.d.ts +0 -0
  98. package/dist/types/components/molecules/DatePicker/DatePicker.d.ts +8 -8
  99. package/dist/types/components/molecules/DatePicker/DatePicker.stories.d.ts +4 -4
  100. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -28
  101. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +5 -5
  102. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -53
  103. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -3
  104. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -7
  105. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -14
  106. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -15
  107. package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -15
  108. package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +9 -9
  109. package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -4
  110. package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -2
  111. package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -17
  112. package/dist/types/components/molecules/DatePicker/index.d.ts +3 -3
  113. package/dist/types/components/molecules/Dropdown/Dropdown.d.ts +1 -1
  114. package/dist/types/components/molecules/Dropdown/index.d.ts +1 -1
  115. package/dist/types/components/molecules/Modal/Modal.d.ts +1 -1
  116. package/dist/types/components/molecules/Modal/index.d.ts +1 -1
  117. package/dist/types/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -0
  118. package/dist/types/components/molecules/PopupDraggable/index.d.ts +1 -0
  119. package/dist/types/components/molecules/PopupDraggable/styled.d.ts +4 -0
  120. package/dist/types/components/molecules/PopupDraggable/types.d.ts +12 -0
  121. package/dist/types/components/molecules/Select/Select.d.ts +15 -15
  122. package/dist/types/components/molecules/Select/Select.stories.d.ts +28 -28
  123. package/dist/types/components/molecules/Select/Test.d.ts +3 -3
  124. package/dist/types/components/molecules/Select/index.d.ts +2 -2
  125. package/dist/types/components/molecules/Select/styled.d.ts +4 -4
  126. package/dist/types/components/molecules/Tabs/Tabs.d.ts +1 -0
  127. package/dist/types/components/molecules/Tabs/index.d.ts +1 -0
  128. package/dist/types/components/molecules/index.d.ts +11 -8
  129. package/dist/types/components/organism/Help/Help.d.ts +5 -0
  130. package/dist/types/components/organism/Help/constants.d.ts +133 -0
  131. package/dist/types/components/organism/Help/index.d.ts +1 -0
  132. package/dist/types/components/organism/Help/styled.d.ts +76 -0
  133. package/dist/types/components/organism/Help/types.d.ts +65 -0
  134. package/dist/types/components/organism/Help/utils.d.ts +14 -0
  135. package/dist/types/components/organism/Table/Table.d.ts +1 -1
  136. package/dist/types/components/organism/Table/index.d.ts +1 -1
  137. package/dist/types/components/organism/index.d.ts +2 -1
  138. package/dist/types/constants/index.d.ts +1 -0
  139. package/dist/types/{constants.d.ts → constants/theme.d.ts} +12 -12
  140. package/dist/types/hooks/index.d.ts +2 -2
  141. package/dist/types/hooks/useDebounce.d.ts +3 -0
  142. package/dist/types/index.d.ts +1 -1
  143. package/dist/types/locales/i18n.d.ts +73 -73
  144. package/dist/types/locales/translations.d.ts +37 -37
  145. package/dist/types/locales/types.d.ts +15 -15
  146. package/dist/types/services/Ticket.d.ts +62 -0
  147. package/dist/types/services/constants.d.ts +8 -0
  148. package/dist/types/test.d.ts +3 -3
  149. package/dist/types/types/index.d.ts +6 -6
  150. package/dist/types/utils/common.d.ts +49 -8
  151. package/dist/types/utils/handleError.d.ts +2 -2
  152. package/package.json +130 -123
  153. package/CHANGELOG.md +0 -64
  154. package/dist/package.json +0 -110
  155. package/dist/types/components/molecules/CustomComponent/CustomComponent.d.ts +0 -2
  156. package/dist/types/components/molecules/CustomComponent/index.d.ts +0 -1
package/README.md CHANGED
@@ -1,78 +1,78 @@
1
- <p align="center">
2
- <a href="https://ant.design">
3
- <img width="200" src="https://st-home.antsomi.com/wp-content/uploads/2020/04/Antsomi-CDP-365-logo.png">
4
- </a>
5
- </p>
6
-
7
- <h1 align="center">Antsomi UI</h1>
8
-
9
- <div align="center">
10
-
11
- An enterprise-class UI design language and React UI library.
12
-
13
- [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url]
14
-
15
- [npm-image]: https://img.shields.io/npm/v/@antscorp/antsomi-ui.svg?style=flat-square
16
- [npm-url]: https://www.npmjs.com/package/@antscorp/antsomi-ui
17
- [github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
18
- [github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
19
- [codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
20
- [codecov-url]: https://codecov.io/gh/ant-design/ant-design/branch/master
21
- [download-image]: https://img.shields.io/npm/dm/@antscorp/antsomi-ui.svg?style=flat-square
22
- [download-url]: https://npmjs.org/package/antd
23
- [fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fant-design%2Fant-design.svg?type=shield
24
- [fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fant-design%2Fant-design?ref=badge_shield
25
- [help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open
26
- [help-wanted-url]: https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
27
- [twitter-image]: https://img.shields.io/twitter/follow/AntDesignUI.svg?label=Ant%20Design
28
- [twitter-url]: https://twitter.com/AntDesignUI
29
- [bundlesize-js-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.js?label=antd.min.js&compression=gzip&style=flat-square
30
- [unpkg-js-url]: https://unpkg.com/browse/antd/dist/antd.min.js
31
- [bundlephobia-image]: https://badgen.net/bundlephobia/minzip/antd?style=flat-square
32
- [bundlephobia-url]: https://bundlephobia.com/package/@antscorp/antsomi-ui
33
- [issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square
34
- [issues-helper-url]: https://github.com/actions-cool/issues-helper
35
- [renovate-image]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square
36
- [renovate-dashboard-url]: https://github.com/ant-design/ant-design/issues/32498
37
- [dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
38
- [dumi-url]: https://github.com/umijs/dumi
39
-
40
- </div>
41
-
42
- [![](https://st-media-template.antsomi.com/upload/2023/03/22/9d157c08-5f33-4b60-a558-1da9dde42d61.png)](https://antsomi-docs.vercel.app/)
43
-
44
- ## ✨ Features
45
-
46
- - 🌈 Enterprise-class UI designed for web applications.
47
- - 📦 A set of high-quality React components out of the box.
48
- - 🛡 Written in TypeScript with predictable static types.
49
- - ⚙️ Whole package of design resources and development tools.
50
- - 🌍 Internationalization support for dozens of languages.
51
- - 🎨 Powerful theme customization based on CSS-in-JS.
52
-
53
- ## 📦 Install
54
-
55
- ```bash
56
- npm install @antscorp/antsomi-ui
57
- ```
58
-
59
- ```bash
60
- yarn add @antscorp/antsomi-ui
61
- ```
62
-
63
- ## 🔨 Usage
64
-
65
- ```jsx
66
- import React from 'react';
67
- import { Button } from '@antscorp/antsomi-ui';
68
-
69
- const App = () => (
70
- <>
71
- <Button type="primary">Click me</Button>
72
- </>
73
- );
74
- ```
75
-
76
- ### TypeScript
77
-
78
- `@antscorp/antsomi-ui` is written in TypeScript with complete definitions.
1
+ <p align="center">
2
+ <a href="https://ant.design">
3
+ <img width="200" src="https://st-home.antsomi.com/wp-content/uploads/2020/04/Antsomi-CDP-365-logo.png">
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">Antsomi UI</h1>
8
+
9
+ <div align="center">
10
+
11
+ An enterprise-class UI design language and React UI library.
12
+
13
+ [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url]
14
+
15
+ [npm-image]: https://img.shields.io/npm/v/@antscorp/antsomi-ui.svg?style=flat-square
16
+ [npm-url]: https://www.npmjs.com/package/@antscorp/antsomi-ui
17
+ [github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
18
+ [github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
19
+ [codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
20
+ [codecov-url]: https://codecov.io/gh/ant-design/ant-design/branch/master
21
+ [download-image]: https://img.shields.io/npm/dm/@antscorp/antsomi-ui.svg?style=flat-square
22
+ [download-url]: https://npmjs.org/package/antd
23
+ [fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fant-design%2Fant-design.svg?type=shield
24
+ [fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fant-design%2Fant-design?ref=badge_shield
25
+ [help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open
26
+ [help-wanted-url]: https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
27
+ [twitter-image]: https://img.shields.io/twitter/follow/AntDesignUI.svg?label=Ant%20Design
28
+ [twitter-url]: https://twitter.com/AntDesignUI
29
+ [bundlesize-js-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.js?label=antd.min.js&compression=gzip&style=flat-square
30
+ [unpkg-js-url]: https://unpkg.com/browse/antd/dist/antd.min.js
31
+ [bundlephobia-image]: https://badgen.net/bundlephobia/minzip/antd?style=flat-square
32
+ [bundlephobia-url]: https://bundlephobia.com/package/@antscorp/antsomi-ui
33
+ [issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square
34
+ [issues-helper-url]: https://github.com/actions-cool/issues-helper
35
+ [renovate-image]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square
36
+ [renovate-dashboard-url]: https://github.com/ant-design/ant-design/issues/32498
37
+ [dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
38
+ [dumi-url]: https://github.com/umijs/dumi
39
+
40
+ </div>
41
+
42
+ [![](https://st-media-template.antsomi.com/upload/2023/03/22/9d157c08-5f33-4b60-a558-1da9dde42d61.png)](https://antsomi-docs.vercel.app/)
43
+
44
+ ## ✨ Features
45
+
46
+ - 🌈 Enterprise-class UI designed for web applications.
47
+ - 📦 A set of high-quality React components out of the box.
48
+ - 🛡 Written in TypeScript with predictable static types.
49
+ - ⚙️ Whole package of design resources and development tools.
50
+ - 🌍 Internationalization support for dozens of languages.
51
+ - 🎨 Powerful theme customization based on CSS-in-JS.
52
+
53
+ ## 📦 Install
54
+
55
+ ```bash
56
+ npm install @antscorp/antsomi-ui
57
+ ```
58
+
59
+ ```bash
60
+ yarn add @antscorp/antsomi-ui
61
+ ```
62
+
63
+ ## 🔨 Usage
64
+
65
+ ```jsx
66
+ import React from 'react';
67
+ import { Button } from '@antscorp/antsomi-ui';
68
+
69
+ const App = () => (
70
+ <>
71
+ <Button type="primary">Click me</Button>
72
+ </>
73
+ );
74
+ ```
75
+
76
+ ### TypeScript
77
+
78
+ `@antscorp/antsomi-ui` is written in TypeScript with complete definitions.
Binary file
@@ -0,0 +1,87 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100" height="300" viewBox="0 0 100 300" preserveAspectRatio="none">
2
+ <style type="text/css">
3
+ .st0{fill:#B2B2B2;}
4
+ .st1{fill:#9B9B9B;}
5
+ </style>
6
+ <path d="M53.7,36.8v3.8h3.8l11.1-11.1l-3.8-3.8L53.7,36.8z M71.4,26.5c0.4-0.4,0.4-1,0-1.4l0,0L69,22.8c-0.4-0.4-1-0.4-1.4,0l0,0
7
+ l-1.8,1.8l3.8,3.8L71.4,26.5z"/>
8
+ <path d="M5.9,31.1H9L7.5,27L5.9,31.1z M13.5,22.5h-12C0.7,22.5,0,23.2,0,24v12c0,0.8,0.7,1.5,1.5,1.5h12c0.8,0,1.5-0.7,1.5-1.5V24
9
+ C15,23.2,14.3,22.5,13.5,22.5z M10.5,34.9l-0.9-2.3H5.4l-0.8,2.3H3l3.8-9.8h1.4l3.8,9.8H10.5z"/>
10
+ <path d="M95.6,8.9l-9-8.9l-1.4,1.4l2.4,2.4L82.5,9c-0.6,0.6-0.6,1.5,0,2.1l0,0l5.5,5.5c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.2,1.1-0.4
11
+ l5.5-5.5C96.2,10.5,96.2,9.5,95.6,8.9L95.6,8.9z M84.2,10L89,5.2l4.8,4.8H84.2z M98,11.5c0,0-2,2.2-2,3.5c0,1.1,0.9,2,2,2s2-0.9,2-2
12
+ C100,13.7,98,11.5,98,11.5z"/>
13
+ <path d="M95.2,26.7L91,22.5l-4.2,4.2C85.6,27.9,85,29.5,85,31s0.6,3.1,1.8,4.3c2.3,2.3,6.1,2.4,8.5,0l0,0C96.4,34,97,32.5,97,31
14
+ S96.4,27.9,95.2,26.7L95.2,26.7z M86.5,31.2c0-1.5,0.5-2.5,1.3-3.3l3.2-3.2l3.2,3.3c0.9,0.9,1.3,1.8,1.3,3.3L86.5,31.2L86.5,31.2z"
15
+ />
16
+ <g transform="translate(138 2337)">
17
+ </g>
18
+ <path d="M4,8h4.1L6,2.5L4,8z M10,13l-1.1-3H3.2l-1.1,3H0L5.1,0H7l5.1,13H10z"/>
19
+ <path d="M27.6,9.8h13.5V8.3H27.6V9.8z M27.6,12h13.5v-0.8H27.6V12z M27.6,6.8h13.5V4.5H27.6V6.8z M27.6,0v3h13.5V0H27.6z"/>
20
+ <path d="M67.9,12h1.5v1.5h-1.5V12z M67.9,10.5h1.5V9h-1.5V10.5z M55.9,7.5h1.5V6h-1.5V7.5z M55.9,10.5h1.5V9h-1.5V10.5z M55.9,4.5
21
+ h1.5V3h-1.5V4.5z M55.9,1.5h1.5V0h-1.5V1.5z M58.9,1.5h1.5V0h-1.5V1.5z M64.9,13.5h1.5V12h-1.5V13.5z M61.9,13.5h1.5V12h-1.5V13.5z
22
+ M64.9,13.5h1.5V12h-1.5V13.5z M58.9,13.5h1.5V12h-1.5V13.5z M55.9,13.5h1.5V12h-1.5V13.5z M69.4,3.8c0-2.1-1.7-3.8-3.8-3.8h-3.8
23
+ v1.5h3.8c1.2,0,2.3,1,2.3,2.3v3.8h1.5V3.8z"/>
24
+ <path d="M27.6,31.5h3.8V30h-3.8V31.5z M32.5,31.5h3.8V30h-3.8V31.5z M37.4,31.5h3.8V30h-3.8V31.5z M27.6,34.5h1.5V33h-1.5V34.5z
25
+ M30.6,34.5h1.5V33h-1.5C30.6,33,30.6,34.5,30.6,34.5z M33.6,34.5h1.5V33h-1.5V34.5z M36.6,34.5h1.5V33h-1.5V34.5z M39.6,34.5h1.5
26
+ V33h-1.5V34.5z M27.6,28.5h6V27h-6C27.6,27,27.6,28.5,27.6,28.5z M35.1,28.5h6V27h-6V28.5z M27.6,22.5v3h13.5v-3H27.6z"/>
27
+ <g>
28
+ <path class="st0" d="M0,46.1v5v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-5H0z M17.1,63.1H0.9v-2H17v2H17.1z M17.1,60.1H0.9
29
+ v-2H17v2H17.1z M17.1,57.1H0.9v-2H17v2H17.1z M17.1,54.1H0.9v-2H17v2H17.1z M0.9,51.1V47H17v4.1H0.9z"/>
30
+ <g>
31
+ <path d="M0,46.1h18v3H0V46.1z"/>
32
+ </g>
33
+ </g>
34
+ <g>
35
+ <path class="st0" d="M54.7,46.1v3v2v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-2v-3H54.7z M71.7,63.1H55.6v-2h16.1V63.1z
36
+ M71.7,60.1H55.6v-2h16.1V60.1z M71.7,57.1H55.6v-2h16.1V57.1z M71.7,54.1H55.6v-2h16.1V54.1z M71.7,51.1H55.6v-2h16.1V51.1z"/>
37
+ <g>
38
+ <rect x="55.6" y="61.1" width="16.1" height="2"/>
39
+ <rect x="55.6" y="55.1" width="16.1" height="2"/>
40
+ <rect x="55.6" y="49.1" width="16.1" height="2"/>
41
+ </g>
42
+ </g>
43
+ <g>
44
+ <path class="st0" d="M82,46.1v3v2v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-2v-3H82z M99.1,63.1H82.9v-2H99L99.1,63.1
45
+ L99.1,63.1z M99.1,60.1H82.9v-2H99L99.1,60.1L99.1,60.1z M99.1,57.1H82.9v-2H99L99.1,57.1L99.1,57.1z M99.1,54.1H82.9v-2H99
46
+ L99.1,54.1L99.1,54.1z M99.1,51.1H82.9v-2H99L99.1,51.1L99.1,51.1z"/>
47
+ <g>
48
+ <rect x="82.9" y="58.1" width="16.1" height="2"/>
49
+ <rect x="82.9" y="52.1" width="16.1" height="2"/>
50
+ </g>
51
+ </g>
52
+ <g>
53
+ <path class="st0" d="M27.3,46.1v3v2v1v2v1v2v1v2v1V64h18v-2.9v-1v-2v-1v-2v-1v-2v-1v-2v-3H27.3z M44.4,63.1H28.3v-2h16.1V63.1z
54
+ M44.4,60.1H28.3v-2h16.1V60.1z M44.4,57.1H28.3v-2h16.1V57.1z M44.4,54.1H28.3v-2h16.1V54.1z M44.4,51.1H28.3v-2h16.1V51.1z"/>
55
+ <g>
56
+ <rect x="28.3" y="51.1" width="16.1" height="1"/>
57
+ <rect x="28.3" y="54.1" width="16.1" height="1"/>
58
+ <rect x="28.3" y="57.1" width="16.1" height="1"/>
59
+ <rect x="28.3" y="60.1" width="16.1" height="1"/>
60
+ </g>
61
+ </g>
62
+ <g>
63
+ <polygon class="st0" points="30.3,86.1 30.3,73.1 27.3,73.1 27.3,86.1 27.3,89.1 30.3,89.1 43.3,89.1 43.3,86.1 "/>
64
+ <path d="M30.3,74.1v1h2v2h-2v1h2v2h-2v1h2v2h-2v1h2v2h1v-2h2v2h1v-2h2v2h1v-2h2v2h1v-12H30.3z M35.3,83.1h-2v-2h2V83.1z M35.3,80.1
65
+ h-2v-2h2V80.1z M35.3,77.1h-2v-2h2V77.1z M38.3,83.1h-2v-2h2V83.1z M38.3,80.1h-2v-2h2V80.1z M38.3,77.1h-2v-2h2V77.1z M41.3,83.1
66
+ h-2v-2h2V83.1z M41.3,80.1h-2v-2h2V80.1z M41.3,77.1h-2v-2h2V77.1z"/>
67
+ </g>
68
+ <g>
69
+ <polygon points="3,86.1 3,73.1 0,73.1 0,86.1 0,89.1 3,89.1 16,89.1 16,86.1 "/>
70
+ <path class="st0" d="M3,74.1v1h2v2H3v1h2v2H3v1h2v2H3v1h2v2h1v-2h2v2h1v-2h2v2h1v-2h2v2h1v-12H3z M8,83.1H6v-2h2V83.1z M8,80.1H6
71
+ v-2h2V80.1z M8,77.1H6v-2h2V77.1z M11,83.1H9v-2h2V83.1z M11,80.1H9v-2h2V80.1z M11,77.1H9v-2h2V77.1z M14,83.1h-2v-2h2V83.1z
72
+ M14,80.1h-2v-2h2V80.1z M14,77.1h-2v-2h2V77.1z"/>
73
+ </g>
74
+ <path d="M52.6,77.1h2v-2h-2V77.1z M52.6,81.1h2v-2h-2V81.1z M52.6,73.1h2v-2C53.5,71.1,52.6,72,52.6,73.1z M72.6,71.1v2h2
75
+ C74.6,72,73.8,71.1,72.6,71.1z M60.6,89.1h2v-2h-2V89.1z M52.6,85.1h2v-2h-2V85.1z M54.6,89.1v-2h-2C52.6,88.2,53.5,89.1,54.6,89.1z
76
+ M52.6,75.1v3h22v-3H52.6z M56.6,71.1v18h6v-18H56.6z M72.6,85.1h2v-2h-2V85.1z M60.6,73.1h2v-2h-2V73.1z M56.6,89.1h2v-2h-2V89.1z
77
+ M56.6,73.1h2v-2h-2V73.1z M72.6,89.1c1.1,0,2-0.9,2-2h-2V89.1z M72.6,81.1h2v-2h-2V81.1z M72.6,77.1h2v-2h-2V77.1z M64.6,89.1h2v-2
78
+ h-2V89.1z M64.6,73.1h2v-2h-2V73.1z M68.6,89.1h2v-2h-2V89.1z M68.6,73.1h2v-2h-2V73.1z"/>
79
+ <g>
80
+ <path d="M83,80.1h7v9h-7V80.1z M92,80.1h7v9h-7V80.1z"/>
81
+ <path class="st1" d="M82,83.1h18v3H82V83.1z"/>
82
+ </g>
83
+ <g>
84
+ <path class="st1" d="M1,98.3h7v9H1V98.3z M10,98.3h7v9h-7V98.3z"/>
85
+ <path d="M0,101.3h8v3H0V101.3z M10,101.3h8v3h-8V101.3z"/>
86
+ </g>
87
+ </svg>
Binary file