dtable-ui-component 5.3.0 → 5.3.1-beta
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/assets/dtable-font/dtable-font.eot +0 -0
- package/assets/dtable-font/dtable-font.svg +116 -0
- package/assets/dtable-font/dtable-font.ttf +0 -0
- package/assets/dtable-font/dtable-font.woff +0 -0
- package/assets/dtable-font/dtable-font.woff2 +0 -0
- package/assets/dtable-font.css +238 -6
- package/lib/CheckboxEditor/index.css +3 -20
- package/lib/CheckboxEditor/index.js +98 -35
- package/lib/CheckboxFormatter/index.js +6 -9
- package/lib/CollaboratorEditor/index.css +12 -35
- package/lib/CollaboratorEditor/index.js +18 -212
- package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.js +26 -29
- package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +257 -0
- package/lib/CollaboratorItem/index.css +1 -1
- package/lib/CollaboratorItem/index.js +6 -2
- package/lib/DTableCustomizeCollaboratorSelect/index.css +1 -1
- package/lib/DTableCustomizeCollaboratorSelect/index.js +1 -1
- package/lib/DTableCustomizeSelect/index.css +2 -2
- package/lib/DTableCustomizeSelect/index.js +1 -1
- package/lib/DTableFiltersPopover/utils/index.js +1 -7
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +1 -1
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +1 -1
- package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
- package/lib/DTableFiltersPopover/widgets/filter-list/index.css +2 -2
- package/lib/DTableSelect/index.js +3 -1
- package/lib/DTableSelect/utils.js +1 -1
- package/lib/DateEditor/index.js +14 -51
- package/lib/DateEditor/pc-date-editor-popover.js +145 -12
- package/lib/DeleteTip/index.js +50 -0
- package/lib/Department-editor/department-single-select.js +1 -1
- package/lib/Department-editor/index.js +3 -4
- package/lib/DepartmentSingleSelectFormatter/index.js +2 -1
- package/lib/DigitalSignEditor/constants.js +7 -0
- package/lib/DigitalSignEditor/index.css +69 -0
- package/lib/DigitalSignEditor/index.js +182 -0
- package/lib/DigitalSignEditor/service.js +38 -0
- package/lib/DigitalSignEditor/signature-board/index.css +35 -0
- package/lib/DigitalSignEditor/signature-board/index.js +135 -0
- package/lib/DigitalSignEditor/signature-board/signature-tool.js +396 -0
- package/lib/DigitalSignEditor/utils.js +29 -0
- package/lib/DurationEditor/index.js +111 -0
- package/lib/EmailEditor/index.js +59 -0
- package/lib/FileEditor/addition-previewer/index.css +1 -0
- package/lib/FileEditor/addition-previewer/index.js +52 -0
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/addition-previewer/local-file-addition/index.js +252 -0
- package/lib/FileEditor/constants.js +7 -0
- package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +74 -0
- package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +5 -0
- package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +77 -0
- package/lib/FileEditor/files-previewer/file-previewer/index.css +88 -0
- package/lib/FileEditor/files-previewer/file-previewer/index.js +167 -0
- package/lib/FileEditor/files-previewer/index.css +56 -0
- package/lib/FileEditor/files-previewer/index.js +277 -0
- package/lib/FileEditor/index.css +6 -0
- package/lib/FileEditor/index.js +244 -11
- package/lib/FileEditor/utils.js +22 -0
- package/lib/FileItemFormatter/index.js +19 -20
- package/lib/FileUploader/index.css +9 -0
- package/lib/FileUploader/index.js +268 -14
- package/lib/FormulaFormatter/index.js +2 -1
- package/lib/FormulaFormatter/utils.js +0 -31
- package/lib/GeolocationEditor/country-editor.js +319 -0
- package/lib/GeolocationEditor/index.css +641 -0
- package/lib/GeolocationEditor/index.js +241 -0
- package/lib/GeolocationEditor/location-editor.js +368 -0
- package/lib/GeolocationEditor/map-editor/index.js +456 -0
- package/lib/GeolocationEditor/map-editor/large-editor/index.css +137 -0
- package/lib/GeolocationEditor/map-editor/large-editor/index.js +461 -0
- package/lib/GeolocationEditor/map-editor-utils.js +153 -0
- package/lib/GeolocationEditor/map-selection-editor/index.js +455 -0
- package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +1 -0
- package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +447 -0
- package/lib/GeolocationEditor/parse-geolocation.js +282 -0
- package/lib/GeolocationEditor/province-city-editor.js +292 -0
- package/lib/GeolocationEditor/province-editor.js +226 -0
- package/lib/GeolocationEditor/selector-header-item.js +28 -0
- package/lib/GeolocationEditor/selector-list.js +33 -0
- package/lib/GeolocationEditor/with-ref.js +27 -0
- package/lib/ImageEditor/addition-previewer/image-link/index.css +45 -0
- package/lib/ImageEditor/addition-previewer/image-link/index.js +73 -0
- package/lib/ImageEditor/addition-previewer/index.css +106 -0
- package/lib/ImageEditor/addition-previewer/index.js +63 -0
- package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +125 -0
- package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +254 -0
- package/lib/ImageEditor/constants.js +7 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.css +59 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.js +155 -0
- package/lib/ImageEditor/images-previewer/index.css +18 -0
- package/lib/ImageEditor/images-previewer/index.js +140 -0
- package/lib/ImageEditor/index.css +24 -0
- package/lib/ImageEditor/index.js +194 -0
- package/lib/ImageThumbnail/index.css +20 -0
- package/lib/ImageThumbnail/index.js +136 -0
- package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
- package/lib/MultipleSelectEditor/index.js +16 -177
- package/lib/NumberEditor/index.js +64 -77
- package/lib/RoleStatusEditor/index.css +3 -3
- package/lib/RoleStatusEditor/index.js +1 -1
- package/lib/RowExpandDialog/body/index.css +21 -0
- package/lib/RowExpandDialog/body/index.js +279 -0
- package/lib/RowExpandDialog/column-content/index.css +43 -0
- package/lib/RowExpandDialog/column-content/index.js +50 -0
- package/lib/RowExpandDialog/constants.js +114 -0
- package/lib/RowExpandDialog/header/index.css +31 -0
- package/lib/RowExpandDialog/header/index.js +33 -0
- package/lib/RowExpandDialog/index.css +24 -0
- package/lib/RowExpandDialog/index.js +268 -0
- package/lib/RowExpandDialog/utils.js +83 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.css +22 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.js +24 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +18 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +43 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +5 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +232 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +129 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +13 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +208 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +105 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +125 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.js +146 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +17 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +165 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.js +170 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +124 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +44 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +224 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +105 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.js +152 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +58 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +192 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.css +4 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.js +127 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +31 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +130 -0
- package/lib/RowExpandEditor/constants.js +44 -0
- package/lib/RowExpandEditor/index.css +0 -0
- package/lib/RowExpandEditor/index.js +32 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +27 -0
- package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.css +1 -1
- package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.js +1 -1
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.css +6 -6
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.js +3 -1
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/row-expand-file-item-formatter.js +10 -11
- package/lib/{RowExpandFormulaFormatter → RowExpandFormatter/RowExpandFormulaFormatter}/index.js +11 -10
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.css +6 -6
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.js +1 -1
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/row-expand-image-item-formatter.js +3 -3
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.js +5 -5
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/utils.js +1 -1
- package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.css +1 -1
- package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +1 -0
- package/lib/{RowExpandUrlFormatter → RowExpandFormatter/RowExpandUrlFormatter}/index.js +4 -3
- package/lib/RowExpandFormatter/constants.js +60 -0
- package/lib/RowExpandFormatter/index.css +26 -0
- package/lib/RowExpandFormatter/index.js +84 -100
- package/lib/SingleSelectEditor/index.js +16 -156
- package/lib/TextEditor/index.js +113 -42
- package/lib/UploadProgress/index.js +38 -0
- package/lib/UrlEditor/index.js +62 -0
- package/lib/common/editor-base.js +53 -0
- package/lib/constants/file.js +96 -0
- package/lib/constants/index.js +34 -2
- package/lib/constants/key-codes.js +109 -0
- package/lib/css/cell-editor.css +18 -2
- package/lib/hooks/index.js +16 -0
- package/lib/index.js +74 -46
- package/lib/lang/index.js +16 -14
- package/lib/locales/de.json +163 -0
- package/lib/locales/en.json +163 -0
- package/lib/locales/es.json +163 -0
- package/lib/locales/fr.json +163 -0
- package/lib/locales/pt.json +163 -0
- package/lib/locales/ru.json +163 -0
- package/lib/locales/zh-CN.json +163 -0
- package/lib/select-editor/index.js +6 -6
- package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.js +3 -3
- package/lib/select-editor/pc-select-editor/index.css +85 -0
- package/lib/select-editor/pc-select-editor/index.js +290 -0
- package/lib/utils/cell-comparer.js +35 -0
- package/lib/utils/cell.js +55 -0
- package/lib/utils/column-utils.js +25 -0
- package/lib/utils/editor-utils.js +1 -6
- package/lib/utils/get-event-transfer.js +75 -0
- package/lib/utils/object-utils.js +61 -0
- package/lib/utils/url.js +119 -8
- package/lib/utils/utils.js +89 -2
- package/package.json +3 -2
- package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +0 -97
- package/lib/FileEditor/pc-files-addition/index.js +0 -1
- package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +0 -1
- package/lib/FileEditor/pc-files-preview/index.js +0 -1
- package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +0 -1
- package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
- package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
- package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
- package/lib/FileItemFormatter/utils.js +0 -99
- package/lib/MultipleSelectEditor/index.css +0 -9
- package/lib/RowExpandUrlFormatter/index.css +0 -1
- package/lib/SingleSelectEditor/index.css +0 -14
- package/lib/locals/de.js +0 -103
- package/lib/locals/en.js +0 -104
- package/lib/locals/es.js +0 -103
- package/lib/locals/fr.js +0 -103
- package/lib/locals/pt.js +0 -103
- package/lib/locals/ru.js +0 -103
- package/lib/locals/zh-CN.js +0 -104
- package/lib/select-editor/pc-select-editor-popover/index.css +0 -71
- package/lib/select-editor/pc-select-editor-popover/index.js +0 -122
- /package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.css +0 -0
- /package/lib/CollaboratorEditor/{pc-collaborator-editor-popover → pc-collaborator-editor}/index.css +0 -0
- /package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.css +0 -0
- /package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/value-display-utils.js +0 -0
- /package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.js +0 -0
- /package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.css +0 -0
|
Binary file
|
|
@@ -14,6 +14,122 @@
|
|
|
14
14
|
/>
|
|
15
15
|
<missing-glyph />
|
|
16
16
|
|
|
17
|
+
<glyph glyph-name="down3" unicode="" d="M147.2 588.8c22.4 22.4 60.8 22.4 86.4 0l281.6-281.6 281.6 281.6c22.4 22.4 60.8 22.4 86.4 0 22.4-22.4 22.4-64 0-86.4L553.6 179.2c-22.4-22.4-60.8-22.4-86.4 0l-320 323.2c-25.6 25.6-25.6 64 0 86.4z" horiz-adv-x="1024" />
|
|
18
|
+
|
|
19
|
+
<glyph glyph-name="check" unicode="" d="M893.44 739.872l-508.8-556.8-252.8 294.4c-28.8 32-73.6 41.6-108.8 9.6-32-25.6-28.8-80 0-115.2 208-233.6 313.6-352 313.6-352 32-28.8 60.8-32 89.6 0l572.8 608c32 32 32 80 6.4 108.8-32 38.4-83.2 32-112 3.2z" horiz-adv-x="1024" />
|
|
20
|
+
|
|
21
|
+
<glyph glyph-name="dot" unicode="" d="M512 384m-288 0a288 288 0 1 1 576 0 288 288 0 1 1-576 0Z" horiz-adv-x="1024" />
|
|
22
|
+
|
|
23
|
+
<glyph glyph-name="x-check-box" unicode="" d="M601.6 384l272 272c25.6 25.6 25.6 67.2 0 89.6s-67.2 25.6-89.6 0L512 473.6 240 748.8c-25.6 25.6-67.2 25.6-89.6 0s-25.6-67.2 0-89.6l272-272-272-272c-25.6-25.6-25.6-67.2 0-89.6 25.6-22.4 67.2-25.6 89.6 0l272 272 272-272c25.6-25.6 67.2-25.6 89.6 0 25.6 25.6 25.6 67.2 0 89.6L601.6 384z" horiz-adv-x="1024" />
|
|
24
|
+
|
|
25
|
+
<glyph glyph-name="show-table" unicode="" d="M1017.6 409.6C921.6 604.8 729.6 768 512 768S102.4 604.8 6.4 409.6c-9.6-16-9.6-35.2 0-51.2C102.4 163.2 294.4 0 512 0s409.6 163.2 505.6 358.4c9.6 16 9.6 35.2 0 51.2zM512 96c-156.8 0-288 128-288 288s131.2 288 288 288 288-131.2 288-288c0-76.8-28.8-150.4-83.2-204.8-54.4-51.2-128-83.2-204.8-83.2z m0 467.2c-16 0-28.8-3.2-44.8-6.4 25.6-35.2 22.4-83.2-9.6-115.2s-76.8-32-112-9.6c-19.2-73.6 9.6-147.2 70.4-192s140.8-38.4 198.4 6.4 80 124.8 57.6 195.2-86.4 121.6-160 121.6z" horiz-adv-x="1024" />
|
|
26
|
+
|
|
27
|
+
<glyph glyph-name="hide-table" unicode="" d="M105.6 560l128-105.6c-6.4-22.4-9.6-44.8-9.6-70.4 0-160 131.2-288 288-288 41.6 0 80 9.6 118.4 25.6l86.4-73.6c-64-32-131.2-48-204.8-48C294.4 0 102.4 163.2 6.4 358.4c-9.6 16-9.6 35.2 0 51.2 25.6 54.4 60.8 105.6 99.2 150.4zM512 768c217.6 0 409.6-163.2 505.6-358.4 9.6-16 9.6-35.2 0-51.2-44.8-89.6-108.8-172.8-188.8-236.8L736 198.4c41.6 51.2 64 118.4 64 185.6 0 156.8-128 288-288 288-86.4 0-166.4-38.4-217.6-102.4l-96 80C288 723.2 396.8 768 512 768z m-169.6-406.4l182.4-153.6c-38.4-3.2-76.8 6.4-108.8 28.8-41.6 32-67.2 76.8-73.6 124.8z m169.6 201.6c73.6 0 137.6-51.2 160-121.6 19.2-54.4 6.4-118.4-28.8-163.2l-188.8 160 3.2 3.2c32 32 35.2 73.6 12.8 108.8l-3.2 6.4c16 0 28.8 6.4 44.8 6.4zM38.4 796.8c16 19.2 48 22.4 67.2 3.2l905.6-761.6c19.2-16 22.4-48 6.4-67.2-16-19.2-48-22.4-67.2-6.4L44.8 726.4c-22.4 19.2-25.6 48-6.4 70.4z" horiz-adv-x="1027" />
|
|
28
|
+
|
|
29
|
+
<glyph glyph-name="auto-add-link" unicode="" d="M857.6 832C924.8 832 960 796.8 960 729.6v-694.4c0-67.2-35.2-102.4-102.4-102.4H166.4C99.2-64 64-28.8 64 38.4V729.6C64 800 96 832 166.4 832h691.2zM361.6 480l-89.6-89.6c-67.2-67.2-67.2-176 0-246.4 32-32 76.8-51.2 121.6-51.2s89.6 19.2 121.6 51.2l89.6 89.6-44.8 44.8-89.6-89.6c-41.6-41.6-115.2-41.6-156.8 0-44.8 44.8-44.8 115.2 0 156.8l89.6 89.6-41.6 44.8z m262.4 16c-12.8 12.8-32 12.8-44.8 0l-182.4-182.4c-12.8-12.8-12.8-32 0-44.8s32-12.8 44.8 0l182.4 182.4c12.8 12.8 12.8 32 0 44.8z m124.8 124.8c-67.2 67.2-176 67.2-246.4 0L416 534.4l44.8-44.8 89.6 89.6c44.8 44.8 115.2 44.8 156.8 0 44.8-44.8 44.8-115.2 0-156.8l-89.6-89.6 44.8-44.8 86.4 89.6c67.2 67.2 67.2 176 0 243.2z" horiz-adv-x="1024" />
|
|
30
|
+
|
|
31
|
+
<glyph glyph-name="field-set" unicode="" d="M947.2 684.8H550.4c-25.6 0-44.8 19.2-44.8 44.8s19.2 44.8 44.8 44.8h396.8c25.6 0 44.8-19.2 44.8-44.8s-19.2-44.8-44.8-44.8zM166.4 592c-12.8 0-22.4 3.2-32 12.8L44.8 697.6c-9.6 9.6-16 25.6-12.8 41.6s16 28.8 32 32c16 3.2 32 0 44.8-12.8l57.6-57.6 147.2 147.2c12.8 12.8 28.8 16 44.8 12.8s28.8-16 32-32 0-32-12.8-44.8L198.4 608c-6.4-9.6-19.2-16-32-16z m780.8-252.8H550.4c-25.6 0-44.8 19.2-44.8 44.8 0 25.6 19.2 44.8 44.8 44.8h396.8c25.6 0 44.8-19.2 44.8-44.8 0-25.6-19.2-44.8-44.8-44.8zM166.4 249.6c-12.8 0-22.4 3.2-32 12.8L44.8 352c-16 16-16 44.8 0 64 16 16 44.8 16 64 0l57.6-57.6 147.2 147.2c12.8 12.8 28.8 16 44.8 12.8s28.8-16 32-32 0-32-12.8-44.8l-179.2-179.2c-6.4-9.6-19.2-12.8-32-12.8z m780.8-256H550.4c-25.6 0-44.8 19.2-44.8 44.8 0 25.6 19.2 44.8 44.8 44.8h396.8c25.6 0 44.8-19.2 44.8-44.8 0-25.6-19.2-44.8-44.8-44.8zM166.4-96c-12.8 0-22.4 3.2-32 12.8l-89.6 89.6c-12.8 12.8-16 28.8-12.8 44.8s16 28.8 32 32c16 3.2 32 0 44.8-12.8l57.6-57.6L316.8 160c12.8 12.8 28.8 16 44.8 12.8 16-3.2 28.8-16 32-32 3.2-16 0-32-12.8-44.8l-179.2-179.2c-9.6-9.6-22.4-12.8-35.2-12.8z" horiz-adv-x="1024" />
|
|
32
|
+
|
|
33
|
+
<glyph glyph-name="set-as-read" unicode="" d="M512 896c76.8 0 160-60.8 160-137.6V576h256c19.2 0 32-12.8 32-32v-192c0-19.2-12.8-32-32-32h-64l54.4-358.4c6.4-41.6-19.2-80-60.8-89.6H179.2c-22.4 0-41.6 9.6-57.6 25.6s-19.2 38.4-16 60.8L160 320H96c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h256V755.2C352 835.2 435.2 896 512 896zM268.8 320L217.6-32H320l28.8 198.4c3.2 16 9.6 25.6 28.8 35.2 22.4 16 54.4 6.4 70.4-9.6 6.4-6.4 19.2-19.2 16-35.2l-32-188.8h384l-64 352H268.8zM160 480v-64h704v64H160zM512 800c-35.2 0-64-25.6-64-57.6V576h128V739.2c0 32-28.8 60.8-64 60.8z" horiz-adv-x="1024" />
|
|
34
|
+
|
|
35
|
+
<glyph glyph-name="set-default-values" unicode="" d="M112 864h800C956.8 864 992 828.8 992 784S956.8 704 912 704h-800C67.2 704 32 739.2 32 784S67.2 864 112 864z m0-352h352c44.8 0 80-35.2 80-80S508.8 352 464 352h-352C67.2 352 32 387.2 32 432S67.2 512 112 512z m0-352h224c44.8 0 80-35.2 80-80S380.8 0 336 0h-224C67.2 0 32 35.2 32 80S67.2 160 112 160zM816 416c16 0 28.8-9.6 32-25.6l6.4-51.2c9.6-3.2 19.2-9.6 25.6-16l51.2 19.2c3.2 0 6.4 3.2 9.6 3.2 9.6 0 22.4-6.4 25.6-16l48-83.2c6.4-12.8 3.2-28.8-6.4-38.4l-44.8-32v-32l44.8-32c12.8-9.6 16-25.6 6.4-38.4l-48-83.2c-6.4-9.6-16-16-25.6-16-3.2 0-6.4 0-9.6 3.2l-51.2 19.2c-9.6-6.4-19.2-9.6-25.6-16l-6.4-54.4c-3.2-16-16-25.6-32-25.6h-99.2c-16 0-28.8 12.8-32 25.6l-6.4 51.2c-9.6 3.2-19.2 9.6-25.6 16l-51.2-19.2c-3.2 0-6.4-3.2-9.6-3.2-9.6 0-22.4 6.4-25.6 16l-48 83.2c-6.4 12.8-3.2 28.8 6.4 38.4l44.8 32v16 16l-44.8 32c-12.8 9.6-16 25.6-6.4 38.4l48 83.2c6.4 9.6 16 16 25.6 16 3.2 0 6.4 0 9.6-3.2l51.2-19.2c9.6 6.4 19.2 9.6 25.6 16l6.4 54.4c3.2 16 16 25.6 32 25.6h99.2zM768 256c-51.2 0-96-44.8-96-96s44.8-96 96-96 96 44.8 96 96-41.6 96-96 96z" horiz-adv-x="1024" />
|
|
36
|
+
|
|
37
|
+
<glyph glyph-name="text-style" unicode="" d="M147.2 156.8h160l67.2 153.6h278.4l67.2-153.6h160L598.4 896h-169.6L147.2 156.8z m348.8 512h35.2l83.2-227.2h-204.8l86.4 227.2zM774.4-128v160h160v-160h-160z m-355.2 160h160v-160h-160v160zM96 32h160v-160H96v160z" horiz-adv-x="1024" />
|
|
38
|
+
|
|
39
|
+
<glyph glyph-name="leave-app" unicode="" d="M928 864c54.4 0 96-41.6 96-96v-768c0-54.4-41.6-96-96-96H432c-44.8 0-80 35.2-80 80s35.2 80 80 80H832c19.2 0 32 12.8 32 32V672c0 19.2-12.8 32-32 32H432C387.2 704 352 739.2 352 784S387.2 864 432 864H928zM291.2 636.8c16-6.4 28.8-19.2 28.8-41.6v-128h275.2c51.2 0 92.8-44.8 83.2-99.2-6.4-41.6-41.6-70.4-83.2-70.4H320v-124.8c0-22.4-9.6-38.4-28.8-41.6-16-6.4-38.4 6.4-51.2 19.2-73.6 67.2-153.6 134.4-227.2 204.8-16 22.4-16 38.4 0 60.8 67.2 64 163.2 153.6 230.4 208 16 16 32 22.4 48 12.8z" horiz-adv-x="1024" />
|
|
40
|
+
|
|
41
|
+
<glyph glyph-name="app-card" unicode="" d="M960 864c19.2 0 32-12.8 32-32v-896c0-19.2-12.8-32-32-32H64c-19.2 0-32 12.8-32 32V832c0 19.2 12.8 32 32 32h896z m-64-96H128v-768h768V768zM192 704h288v-640H192zM544 704h288v-288h-288zM544 352h288v-288h-288z" horiz-adv-x="1024" />
|
|
42
|
+
|
|
43
|
+
<glyph glyph-name="ai-assistant1" unicode="" d="M928 896c54.4 0 96-41.6 96-96v-832c0-54.4-41.6-96-96-96H96c-54.4 0-96 41.6-96 96V800c0 54.4 41.6 96 96 96h832zM512 800C281.6 800 96 624 96 409.6s185.6-390.4 416-390.4h16c28.8-3.2 96-6.4 128-16 25.6-6.4 73.6-22.4 102.4-32 3.2 0 6.4-3.2 9.6-3.2 12.8 0 28.8 9.6 32 25.6 6.4 28.8 6.4 76.8-9.6 121.6 86.4 73.6 140.8 176 140.8 294.4C928 624 742.4 800 512 800z m0-73.6c192 0 345.6-144 345.6-320 0-89.6-41.6-176-115.2-240l-38.4-32 16-48c3.2-12.8 9.6-25.6 9.6-35.2-22.4 9.6-44.8 12.8-60.8 19.2-44.8 9.6-140.8 16-153.6 16H512c-192 0-345.6 144-345.6 320S320 726.4 512 726.4zM448 608c-70.4 0-128-54.4-128-124.8v-252.8c0-3.2 3.2-6.4 6.4-6.4h70.4v259.2c0 25.6 22.4 48 48 48s48-22.4 48-48v-57.6h-73.6c-3.2 0-6.4 0-9.6-3.2-3.2-3.2-3.2-6.4-3.2-9.6v-48c0-9.6 6.4-16 16-16h73.6V224h70.4c3.2 0 6.4 3.2 6.4 6.4v252.8c0 70.4-54.4 124.8-124.8 124.8z m240-96H640c-9.6 0-16-6.4-16-16v-259.2c0-9.6 6.4-16 16-16h48c9.6 0 16 6.4 16 16v259.2c0 9.6-6.4 16-16 16z m3.2 83.2c-9.6 9.6-28.8 12.8-41.6 9.6-16-6.4-25.6-19.2-25.6-35.2 0-22.4 16-38.4 38.4-38.4 16 0 28.8 9.6 35.2 22.4s6.4 32-6.4 41.6z" horiz-adv-x="1024" />
|
|
44
|
+
|
|
45
|
+
<glyph glyph-name="sort1" unicode="" d="M85.863354 228.173913c22.26087 15.900621 54.062112 12.720497 73.142857-6.360248l136.745342-155.826087V848.298137c0 25.440994 22.26087 47.701863 50.881987 47.701863 28.621118 0 50.881988-22.26087 50.881988-47.701863v-922.236025c0-19.080745-12.720497-38.161491-34.981367-44.521739-3.180124-3.180124-9.540373-3.180124-15.900621-3.180125-15.900621 0-31.801242 6.360248-41.341615 19.080746L76.322981 164.571429c-15.900621 19.080745-12.720497 47.701863 9.540373 63.602484zM658.285714 892.819876c22.26087 6.360248 44.521739 0 57.242236-15.900621L944.496894 609.78882c19.080745-19.080745 12.720497-50.881988-9.540372-66.782609s-54.062112-12.720497-73.142857 6.360249L725.068323 705.192547v-785.490684c0-25.440994-22.26087-47.701863-50.881988-47.701863-28.621118 0-50.881988 22.26087-50.881987 47.701863v922.236025c0 25.440994 15.900621 44.521739 34.981366 50.881988z" horiz-adv-x="1024" />
|
|
46
|
+
|
|
47
|
+
<glyph glyph-name="app-preview1" unicode="" d="M512 768c99.2 0 195.2-32 284.8-92.8s163.2-144 214.4-243.2c9.6-12.8 12.8-32 12.8-44.8s-3.2-32-12.8-44.8c-54.4-102.4-124.8-182.4-214.4-243.2-89.6-64-185.6-99.2-284.8-99.2s-195.2 32-284.8 92.8S64 236.8 12.8 339.2c-9.6 9.6-12.8 32-12.8 44.8s3.2 32 12.8 44.8c51.2 102.4 128 182.4 214.4 246.4S412.8 768 512 768z m0-96c-80 0-156.8-22.4-230.4-70.4s-134.4-108.8-176-182.4c-6.4-12.8-9.6-25.6-9.6-35.2s3.2-25.6 9.6-35.2c41.6-76.8 102.4-137.6 176-182.4S432 96 512 96s156.8 25.6 230.4 70.4c73.6 48 131.2 108.8 176 182.4 9.6 9.6 9.6 22.4 9.6 35.2s-3.2 22.4-9.6 35.2c-41.6 76.8-102.4 137.6-176 182.4S592 672 512 672z m0-96c105.6 0 192-86.4 192-192s-86.4-192-192-192-192 86.4-192 192 86.4 192 192 192z m0-96c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-41.6 96-96 96z" horiz-adv-x="1024" />
|
|
48
|
+
|
|
49
|
+
<glyph glyph-name="nodes" unicode="" d="M544 896c19.2 0 32-12.8 32-32v-128c0-19.2-12.8-32-32-32h-192v-288h425.6c19.2 38.4 57.6 64 102.4 64 60.8 0 112-51.2 112-112S940.8 256 880 256c-44.8 0-83.2 25.6-102.4 64H352v-288h425.6c19.2 38.4 57.6 64 102.4 64 60.8 0 112-51.2 112-112S940.8-128 880-128c-44.8 0-83.2 25.6-102.4 64H256V704H64c-19.2 0-32 12.8-32 32V864c0 19.2 12.8 32 32 32h480z" horiz-adv-x="1024" />
|
|
50
|
+
|
|
51
|
+
<glyph glyph-name="app-settings1" unicode="" d="M1014.4 480c-9.6 48-41.6 76.8-86.4 76.8s-80 35.2-80 80c0 9.6 6.4 22.4 6.4 28.8 19.2 41.6 3.2 92.8-35.2 118.4l-121.6 67.2-6.4 3.2c-9.6 3.2-22.4 6.4-35.2 6.4-28.8 0-57.6-9.6-76.8-28.8s-51.2-38.4-64-38.4c-16 0-48 22.4-64 41.6-28.8 28.8-73.6 38.4-115.2 22.4l-128-67.2-6.4-9.6c-38.4-25.6-51.2-76.8-32-118.4 3.2-6.4 6.4-19.2 6.4-28.8 0-44.8-35.2-80-83.2-80-41.6 0-73.6-32-83.2-76.8-3.2-12.8-9.6-57.6-9.6-96s6.4-83.2 9.6-99.2c9.6-44.8 41.6-76.8 83.2-76.8H96c44.8 0 80-35.2 80-76.8 0-9.6-3.2-22.4-6.4-28.8-19.2-41.6-3.2-92.8 32-118.4l118.4-67.2 6.4-3.2c12.8-6.4 25.6-6.4 38.4-6.4 28.8 0 57.6 12.8 76.8 32 19.2 19.2 51.2 41.6 67.2 41.6s48-22.4 67.2-41.6 48-32 76.8-32c12.8 0 25.6 3.2 38.4 6.4l124.8 67.2 6.4 3.2c38.4 25.6 51.2 76.8 32 118.4-3.2 6.4-6.4 19.2-6.4 28.8 0 44.8 35.2 76.8 83.2 76.8 41.6 0 73.6 28.8 83.2 76.8 3.2 12.8 9.6 60.8 9.6 99.2s-6.4 83.2-9.6 99.2z m-92.8-179.2c-3.2-9.6-6.4-19.2-12.8-19.2-83.2 0-147.2-60.8-147.2-140.8 0-22.4 9.6-48 12.8-54.4 3.2-9.6 0-22.4-6.4-28.8l-112-60.8h-6.4c-6.4 0-16 3.2-19.2 9.6-6.4 6.4-60.8 64-115.2 64-54.4 0-115.2-60.8-115.2-60.8-6.4-6.4-19.2-9.6-28.8-6.4L256 60.8c-6.4 6.4-9.6 16-6.4 25.6 3.2 6.4 12.8 28.8 12.8 54.4 0 76.8-64 140.8-144 140.8h-3.2c-3.2 0-6.4 6.4-9.6 19.2-3.2 9.6-9.6 48-9.6 80 0 25.6 3.2 57.6 9.6 80 3.2 12.8 6.4 16 9.6 19.2h3.2c83.2 0 147.2 60.8 147.2 140.8 0 25.6-9.6 48-12.8 54.4-6.4 9.6-3.2 19.2 6.4 25.6l115.2 64c9.6 3.2 22.4 0 28.8-6.4 3.2-3.2 57.6-57.6 112-57.6s108.8 54.4 112 57.6c3.2 3.2 12.8 6.4 19.2 6.4h9.6l108.8-64c6.4-6.4 9.6-19.2 6.4-28.8-3.2-6.4-12.8-28.8-12.8-54.4 0-76.8 64-140.8 144-140.8 9.6 0 12.8-12.8 12.8-19.2 3.2-22.4 9.6-54.4 9.6-80 6.4-22.4 3.2-54.4-3.2-76.8zM515.2 576c-70.4 3.2-134.4-35.2-169.6-96s-35.2-134.4 0-192 99.2-96 169.6-96c105.6 3.2 188.8 86.4 188.8 188.8 0 108.8-83.2 192-188.8 195.2z m-3.2-288c-54.4 0-96 41.6-96 96s41.6 96 96 96 96-41.6 96-96-41.6-96-96-96z" horiz-adv-x="1024" />
|
|
52
|
+
|
|
53
|
+
<glyph glyph-name="app-user-management1" unicode="" d="M700.8 371.2l12.8-12.8c9.6-6.4 19.2-9.6 22.4-9.6 0 0 6.4 0 22.4 9.6 3.2 3.2 9.6 6.4 12.8 9.6l3.2 3.2c16 16 41.6 19.2 60.8 6.4l44.8-25.6c22.4-12.8 32-38.4 25.6-60.8v-3.2c0-3.2-3.2-9.6-3.2-12.8 0-22.4 16-38.4 38.4-41.6h3.2c25.6-3.2 41.6-22.4 44.8-44.8v-3.2c0-9.6 3.2-25.6 3.2-41.6 0-12.8-3.2-32-3.2-41.6v-3.2c-3.2-22.4-22.4-41.6-44.8-44.8h-3.2c-22.4-3.2-38.4-22.4-38.4-41.6 0-3.2 0-9.6 3.2-12.8v-3.2c9.6-25.6-3.2-51.2-25.6-60.8l-44.8-25.6c-9.6-3.2-16-6.4-25.6-6.4-12.8 0-28.8 6.4-38.4 16l-3.2 3.2c-3.2 3.2-6.4 6.4-12.8 9.6-12.8 9.6-19.2 9.6-22.4 9.6 0 0-6.4 0-22.4-9.6-3.2-3.2-9.6-6.4-12.8-9.6l-3.2-9.6c-16-16-41.6-19.2-60.8-9.6l-44.8 25.6c-22.4 12.8-32 41.6-25.6 60.8V0c0 3.2 3.2 9.6 3.2 12.8 0 22.4-16 38.4-38.4 41.6h-3.2c-25.6 3.2-41.6 22.4-44.8 44.8v3.2 38.4c0 12.8 3.2 32 3.2 41.6v3.2c3.2 22.4 22.4 41.6 44.8 44.8h3.2c22.4 3.2 38.4 22.4 38.4 41.6 0 3.2 0 9.6-3.2 12.8V288c-9.6 25.6 3.2 51.2 25.6 60.8l48 28.8c22.4 9.6 48 9.6 60.8-6.4z m-19.2-86.4l-38.4-19.2c3.2-9.6 3.2-12.8 3.2-22.4 0-35.2-28.8-70.4-67.2-76.8 0-9.6-3.2-16-3.2-25.6s0-16 3.2-25.6c38.4-6.4 67.2-35.2 67.2-76.8 0-9.6-3.2-16-3.2-22.4l35.2-16c6.4 3.2 9.6 9.6 16 12.8 16 12.8 28.8 16 44.8 16s28.8-6.4 44.8-16c6.4-3.2 9.6-9.6 16-12.8l35.2 19.2c-3.2 9.6-3.2 12.8-3.2 22.4 0 35.2 28.8 70.4 67.2 76.8 0 9.6 3.2 16 3.2 25.6s0 16-3.2 25.6c-38.4 6.4-67.2 35.2-67.2 76.8 0 9.6 3.2 16 3.2 22.4l-41.6 19.2c-6.4-3.2-9.6-9.6-16-12.8-16-12.8-28.8-12.8-41.6-12.8-16 0-28.8 6.4-44.8 12.8-3.2 0-6.4 3.2-9.6 9.6zM736 240c54.4 0 96-41.6 96-96s-41.6-96-96-96-96 41.6-96 96 41.6 96 96 96z m0-64c-19.2 0-32-12.8-32-32s12.8-32 32-32 32 12.8 32 32c0 16-12.8 32-32 32zM384 364.8l-6.4-3.2C275.2 326.4 134.4 188.8 128 32v-32h364.8c9.6-19.2 22.4-70.4 35.2-89.6l3.2-6.4H64c-16 0-28.8 12.8-32 28.8v89.6c0 166.4 121.6 342.4 246.4 400 28.8-25.6 67.2-48 105.6-57.6zM448 864c140.8 0 256-115.2 256-256s-115.2-256-256-256-256 115.2-256 256 115.2 256 256 256z m0-96c-86.4 0-160-70.4-160-160s70.4-160 160-160 160 70.4 160 160-73.6 160-160 160z" horiz-adv-x="1024" />
|
|
54
|
+
|
|
55
|
+
<glyph glyph-name="app-data-source-management1" unicode="" d="M512 896c252.8 0 460.8-83.2 480-192v-640c-19.2-108.8-227.2-192-480-192-259.2 0-467.2 89.6-480 198.4V704c19.2 108.8 227.2 192 480 192z m0-720c-156.8 0-297.6 32-384 83.2v-179.2h6.4C134.4 19.2 304-32 512-32s377.6 51.2 377.6 112h6.4v179.2c-86.4-51.2-227.2-83.2-384-83.2z m-230.4-22.4c28.8 0 51.2-22.4 51.2-51.2 0-19.2-9.6-35.2-25.6-44.8-16-9.6-35.2-9.6-51.2 0s-25.6 25.6-25.6 44.8c0 28.8 22.4 51.2 51.2 51.2zM512 480c-156.8 0-297.6 32-384 83.2V384h6.4c0-60.8 169.6-112 377.6-112s377.6 51.2 377.6 112h6.4v179.2C809.6 512 668.8 480 512 480z m-230.4-19.2c28.8 0 51.2-22.4 51.2-51.2 0-19.2-9.6-35.2-25.6-44.8-16-9.6-35.2-9.6-51.2 0s-25.6 25.6-25.6 44.8c0 28.8 22.4 51.2 51.2 51.2zM512 800C304 800 134.4 748.8 134.4 688S304 576 512 576s377.6 51.2 377.6 112S720 800 512 800z" horiz-adv-x="1024" />
|
|
56
|
+
|
|
57
|
+
<glyph glyph-name="app-versioning1" unicode="" d="M512 864C352 864 208 784 121.6 662.4V745.6c0 25.6-19.2 44.8-44.8 44.8S32 768 32 745.6v-179.2c0-25.6 19.2-44.8 44.8-44.8h195.2c25.6 0 44.8 19.2 44.8 44.8 0 22.4-19.2 41.6-44.8 41.6H195.2c70.4 99.2 185.6 166.4 316.8 166.4 214.4 0 390.4-176 390.4-390.4 0-214.4-176-390.4-390.4-390.4-182.4 0-332.8 124.8-377.6 291.2-6.4 19.2-22.4 32-41.6 32-25.6 0-44.8-19.2-44.8-44.8 0-3.2 0-9.6 3.2-12.8v-6.4C108.8 51.2 291.2-96 512-96c265.6 0 480 214.4 480 480S777.6 864 512 864z m0-201.6c-25.6 0-44.8-19.2-44.8-44.8v-268.8c0-25.6 19.2-44.8 44.8-44.8h195.2c25.6 0 44.8 19.2 44.8 44.8 0 25.6-19.2 44.8-44.8 44.8h-150.4v224c0 22.4-19.2 44.8-44.8 44.8z" horiz-adv-x="1024" />
|
|
58
|
+
|
|
59
|
+
<glyph glyph-name="app-data-source-management" unicode="" d="M953.6 268.8l-48 28.8 48 28.8c12.8 6.4 22.4 16 32 28.8 19.2 38.4 6.4 80-32 99.2l-48 28.8 48 28.8c12.8 6.4 22.4 16 32 28.8 19.2 38.4 6.4 80-32 99.2L547.2 854.4c-22.4 9.6-54.4 9.6-76.8 0L70.4 636.8c-9.6-6.4-22.4-16-28.8-28.8-19.2-38.4-6.4-80 25.6-99.2l54.4-28.8-51.2-32c-12.8-6.4-22.4-16-32-28.8-16-35.2-6.4-80 28.8-99.2l54.4-25.6-48-28.8c-12.8-6.4-22.4-16-32-28.8-19.2-38.4-6.4-80 25.6-99.2l403.2-220.8c22.4-9.6 54.4-16 76.8 0l403.2 220.8c12.8 6.4 22.4 16 32 28.8 19.2 35.2 9.6 80-28.8 102.4zM515.2 793.6L918.4 576l-403.2-224-406.4 224 406.4 217.6zM201.6 438.4l275.2-150.4c22.4-9.6 54.4-16 76.8 0l275.2 150.4 86.4-48L512 169.6 105.6 390.4l96 48z m313.6-457.6L108.8 201.6l92.8 48 275.2-150.4c22.4-9.6 54.4-16 76.8 0l275.2 150.4 92.8-48-406.4-220.8z" horiz-adv-x="1024" />
|
|
60
|
+
|
|
61
|
+
<glyph glyph-name="app-versioning" unicode="" d="M512 864c265.6 0 480-214.4 480-480s-214.4-480-480-480S32 118.4 32 384 246.4 864 512 864z m0-96C300.8 768 128 595.2 128 384s172.8-384 384-384 384 172.8 384 384S723.2 768 512 768z m51.2-272c9.6 0 16-3.2 19.2-9.6 3.2-6.4 6.4-16 6.4-25.6 0-12.8-3.2-35.2-6.4-51.2L544 240c-3.2-9.6-3.2-12.8-3.2-19.2v-3.2c3.2 0 35.2 19.2 51.2 38.4l3.2 3.2 16-35.2 3.2-3.2-3.2-3.2C560 160 486.4 128 460.8 128c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 16-9.6 32 0 12.8 3.2 35.2 6.4 54.4l38.4 163.2c3.2 9.6 3.2 16 3.2 19.2-6.4-3.2-35.2-22.4-48-35.2l-6.4-3.2-16 38.4 3.2 3.2c54.4 51.2 124.8 86.4 153.6 86.4z m3.2 144c16 0 25.6-6.4 35.2-16 6.4-9.6 9.6-22.4 9.6-32 0-32-25.6-60.8-60.8-60.8-28.8 0-44.8 19.2-44.8 51.2 3.2 22.4 22.4 57.6 60.8 57.6z" horiz-adv-x="1024" />
|
|
62
|
+
|
|
63
|
+
<glyph glyph-name="descending-order1" unicode="" d="M205.504-96l198.4 236.8c12.8 12.8 9.6 35.2-3.2 44.8-6.4 3.2-12.8 6.4-22.4 6.4h-112V771.2c0 32-25.6 60.8-60.8 60.8s-57.6-25.6-57.6-60.8V192h-112c-19.2 0-32-12.8-32-32 0-6.4 3.2-16 6.4-19.2l195.2-236.8z m259.2 928h512c25.6 0 48-22.4 48-48s-22.4-48-48-48h-512c-25.6 0-48 22.4-48 48s19.2 48 48 48z m0-256h384c25.6 0 48-22.4 48-48s-22.4-48-48-48h-384c-25.6 0-48 22.4-48 48s19.2 48 48 48z m0-256h288c25.6 0 48-22.4 48-48s-22.4-48-48-48h-288c-25.6 0-48 22.4-48 48s19.2 48 48 48z m0-288h224c25.6 0 48-22.4 48-48s-22.4-48-48-48h-224c-25.6 0-48 22.4-48 48s19.2 48 48 48z" horiz-adv-x="1024" />
|
|
64
|
+
|
|
65
|
+
<glyph glyph-name="resubmit" unicode="" d="M387.2 169.6c0 185.6 150.4 339.2 339.2 339.2 32 0 60.8-3.2 89.6-12.8V793.6c0 38.4-32 70.4-70.4 70.4h-640C64 864 32 832 32 793.6v-745.6c0-38.4 32-70.4 70.4-70.4H448c-38.4 51.2-60.8 121.6-60.8 192zM211.2 723.2h425.6c9.6 0 19.2-3.2 25.6-9.6s9.6-19.2 9.6-28.8c0-9.6-3.2-19.2-9.6-25.6s-16-9.6-25.6-9.6H211.2c-9.6 0-19.2 3.2-25.6 12.8s-12.8 12.8-12.8 22.4c0 9.6 3.2 19.2 9.6 25.6s19.2 12.8 28.8 12.8z m0-214.4H352c19.2 0 35.2-16 35.2-35.2 0-19.2-16-35.2-35.2-35.2H211.2c-19.2 0-35.2 16-35.2 35.2s12.8 35.2 35.2 35.2zM281.6 224H211.2c-9.6 0-19.2 3.2-25.6 9.6-6.4 6.4-9.6 16-9.6 25.6 0 9.6 3.2 19.2 9.6 25.6 6.4 6.4 16 9.6 25.6 9.6h70.4c9.6 0 19.2-3.2 25.6-9.6s9.6-16 9.6-25.6c0-9.6-3.2-19.2-9.6-25.6s-16-9.6-25.6-9.6zM713.6 448c147.2 0 265.6-118.4 265.6-265.6s-118.4-265.6-265.6-265.6-265.6 118.4-265.6 265.6 118.4 265.6 265.6 265.6z m-112-140.8c-70.4-64-76.8-176-12.8-249.6 64-70.4 176-76.8 249.6-12.8 16 12.8 28.8 32 38.4 48 3.2 3.2 3.2 6.4 3.2 12.8 0 12.8-9.6 22.4-22.4 22.4-6.4 0-16-3.2-22.4-12.8-32-67.2-112-89.6-179.2-57.6-67.2 35.2-89.6 115.2-57.6 179.2 35.2 67.2 112 89.6 176 57.6 12.8-6.4 25.6-16 38.4-28.8l-12.8-16c-3.2-3.2-6.4-16 0-19.2 3.2-3.2 6.4-3.2 9.6-3.2l70.4-3.2c6.4 0 12.8 3.2 16 12.8v70.4c0 6.4-3.2 12.8-12.8 16-3.2 0-9.6 0-9.6-3.2l-22.4-19.2c-67.2 67.2-179.2 70.4-249.6 6.4z" horiz-adv-x="1024" />
|
|
66
|
+
|
|
67
|
+
<glyph glyph-name="promoter" unicode="" d="M176-32c-35.2 0-64 38.4-48 70.4 64 156.8 211.2 243.2 384 243.2s323.2-83.2 384-243.2c12.8-35.2-12.8-70.4-48-70.4h-672zM512 800c124.8 0 224-92.8 224-208S636.8 384 512 384s-224 92.8-224 208S387.2 800 512 800z m195.2-451.2c76.8 67.2 131.2 169.6 112 288-19.2 134.4-134.4 243.2-272 256-188.8 22.4-352-124.8-352-304 0-96 44.8-182.4 118.4-240C160 291.2 41.6 166.4 3.2-6.4c-12.8-64 38.4-121.6 102.4-121.6h812.8c64 0 115.2 57.6 102.4 121.6-38.4 172.8-156.8 297.6-313.6 355.2zM176-32c-35.2 0-64 38.4-48 70.4 64 156.8 211.2 243.2 384 243.2s323.2-83.2 384-243.2c12.8-35.2-12.8-70.4-48-70.4h-672zM512 800c124.8 0 224-92.8 224-208S636.8 384 512 384s-224 92.8-224 208S387.2 800 512 800z m195.2-451.2c76.8 67.2 131.2 169.6 112 288-19.2 134.4-134.4 243.2-272 256-188.8 22.4-352-124.8-352-304 0-96 44.8-182.4 118.4-240C160 291.2 41.6 166.4 3.2-6.4c-12.8-64 38.4-121.6 102.4-121.6h812.8c64 0 115.2 57.6 102.4 121.6-38.4 172.8-156.8 297.6-313.6 355.2z" horiz-adv-x="1024" />
|
|
68
|
+
|
|
69
|
+
<glyph glyph-name="process-nodes" unicode="" d="M981.300078 516.090413l-31.925175-92.583008-22.347623-63.850351c0-3.192518-6.385035-3.192518-6.385035 0l-31.925176 35.117693-79.812938 86.197973c-3.192518 3.192518 0 6.385035 3.192517 6.385035l28.732658 6.385035c9.577553 3.192518 15.962588 12.77007 12.77007 22.347623-19.155105 35.117693-41.502728 67.042868-70.235385 95.775526-28.732658 28.732658-63.850351 54.272798-102.160562 70.235386-3.192518 0-9.577553 3.192518-12.77007 6.385035-6.385035 3.192518-15.962588 0-22.347622-6.385035C617.353079 637.40608 569.465316 608.673422 512 608.673422c-60.657833 0-114.930631 35.117693-137.278254 86.197973-6.385035 15.962588-12.77007 35.117693-12.77007 57.465316v6.385035C368.336711 835.342167 432.187062 896 512 896c76.620421 0 137.278254-54.272798 146.855807-127.700701 0-6.385035 6.385035-9.577553 9.577552-12.770071 111.738114-41.502728 204.321122-127.700701 252.208886-233.05378 3.192518-6.385035 9.577553-9.577553 19.155105-9.577552l38.31021 6.385035c3.192518 3.192518 6.385035 0 3.192518-3.192518z m-111.738114-501.225253c-19.155105 0-35.117693 3.192518-51.08028 9.577552-6.385035 3.192518-12.77007 0-15.962588-3.192517-76.620421-63.850351-178.780982-105.353079-290.519096-105.353079-19.155105 0-41.502728 0-60.657833 3.192518-6.385035 0-15.962588-3.192518-19.155105-9.577553l-12.770071-35.117693c0-3.192518-6.385035-3.192518-6.385035 0l-57.465315 67.042868L304.48636 2.09509c-3.192518 3.192518 0 6.385035 3.192518 6.385035l38.31021 6.385035 130.893219 19.155105c3.192518 0 6.385035-3.192518 3.192518-6.385035l-9.577553-28.732658c-3.192518-9.577553 3.192518-22.347623 12.77007-22.347623h25.54014c51.080281 0 102.160561 9.577553 146.855807 28.732658 31.925175 12.77007 60.657833 28.732658 86.197974 47.887763 6.385035 6.385035 19.155105 0 3.192517 22.347623s-22.347623 47.887763-22.347623 76.620421c0 79.812938 67.042868 143.663289 146.855807 143.663289h12.77007c22.347623-3.192518 44.695246-9.577553 63.850351-19.155105 44.695246-25.54014 73.427903-73.427903 70.235386-124.508184 6.385035-76.620421-63.850351-140.470772-146.855807-137.278254z m-705.546376 478.87763c-19.155105-44.695246-28.732658-92.583009-28.732657-143.663289v-35.117693c0-9.577553 6.385035-15.962588 15.962587-15.962587h15.962588c73.427903-9.577553 130.893219-70.235386 130.893219-143.66329 0-31.925175-12.77007-63.850351-31.925175-89.390491-12.77007-15.962588-31.925175-31.925175-51.080281-41.502728-19.155105-9.577553-38.31021-12.77007-60.657833-15.962587-83.005456 3.192518-153.240842 67.042868-153.240842 146.855806 0 47.887763 25.54014 92.583009 63.850351 118.123149 6.385035 3.192518 6.385035 9.577553 6.385035 15.962588-3.192518 19.155105-3.192518 38.31021-3.192518 57.465316 0 102.160561 35.117693 194.74357 95.775526 268.171473 3.192518 6.385035 3.192518 12.77007 0 19.155105l-25.54014 31.925175c-3.192518 6.385035-3.192518 9.577553 0 9.577553l95.775526 15.962588 70.235386 9.577552c3.192518 0 6.385035-3.192518 3.192518-6.385035l-12.770071-41.502728-44.695245-111.738114c0-3.192518-6.385035-3.192518-6.385035 0l-19.155105 19.155106c-6.385035 9.577553-19.155105 6.385035-25.540141 0-12.77007-22.347623-25.54014-44.695246-35.117693-67.042869z" horiz-adv-x="1024" />
|
|
70
|
+
|
|
71
|
+
<glyph glyph-name="initiation-time" unicode="" d="M928 384c0 230.4-185.6 416-416 416S96 614.4 96 384s185.6-416 416-416 416 185.6 416 416m96 0c0-281.6-230.4-512-512-512S0 102.4 0 384 230.4 896 512 896s512-230.4 512-512m-204.8-51.2c0-28.8-22.4-51.2-51.2-51.2h-204.8c-57.6 0-102.4 44.8-102.4 102.4V640c0 28.8 22.4 51.2 51.2 51.2s51.2-22.4 51.2-51.2v-204.8c0-28.8 22.4-51.2 51.2-51.2H768c28.8 0 51.2-22.4 51.2-51.2M928 384c0 230.4-185.6 416-416 416S96 614.4 96 384s185.6-416 416-416 416 185.6 416 416m96 0c0-281.6-230.4-512-512-512S0 102.4 0 384 230.4 896 512 896s512-230.4 512-512m-204.8-51.2c0-28.8-22.4-51.2-51.2-51.2h-204.8c-57.6 0-102.4 44.8-102.4 102.4V640c0 28.8 22.4 51.2 51.2 51.2s51.2-22.4 51.2-51.2v-204.8c0-28.8 22.4-51.2 51.2-51.2H768c28.8 0 51.2-22.4 51.2-51.2" horiz-adv-x="1024" />
|
|
72
|
+
|
|
73
|
+
<glyph glyph-name="ascending-order1" unicode="" d="M205.504 832l198.4-236.8c12.8-12.8 9.6-35.2-3.2-44.8-6.4-3.2-12.8-6.4-22.4-6.4h-112v-579.2c0-32-25.6-60.8-60.8-60.8s-60.8 25.6-60.8 60.8V544h-108.8c-19.2 0-32 12.8-32 32 0 6.4 3.2 16 6.4 19.2l195.2 236.8z m259.2 0h512c25.6 0 48-22.4 48-48s-22.4-48-48-48h-512c-25.6 0-48 22.4-48 48s19.2 48 48 48z m0-256h384c25.6 0 48-22.4 48-48s-22.4-48-48-48h-384c-25.6 0-48 22.4-48 48s19.2 48 48 48z m0-256h288c25.6 0 48-22.4 48-48s-22.4-48-48-48h-288c-25.6 0-48 22.4-48 48s19.2 48 48 48z m0-288h224c25.6 0 48-22.4 48-48s-22.4-48-48-48h-224c-25.6 0-48 22.4-48 48s19.2 48 48 48z" horiz-adv-x="1024" />
|
|
74
|
+
|
|
75
|
+
<glyph glyph-name="column-read-only" unicode="" d="M329.6 422.4l259.2-204.8-236.8-236.8-320-92.8 92.8 323.2 204.8 211.2zM118.4 812.8l339.2-265.6L640 732.8l230.4-230.4-153.6-153.6 284.8-224c22.4-16 25.6-48 9.6-67.2-16-22.4-44.8-25.6-67.2-9.6L60.8 739.2c-22.4 16-25.6 44.8-9.6 67.2 16 19.2 44.8 22.4 67.2 6.4z m710.4 35.2c38.4-38.4 112-112 150.4-153.6 41.6-41.6 3.2-80 3.2-80l-76.8-76.8L675.2 768l76.8 76.8c3.2 3.2 38.4 38.4 76.8 3.2z" horiz-adv-x="1024" />
|
|
76
|
+
|
|
77
|
+
<glyph glyph-name="common-instruction" unicode="" d="M921.6 864H115.2C76.8 864 32 835.2 32 796.8v-608c0-70.4 57.6-128 128-128h92.8v-131.2c3.2-9.6 9.6-25.6 35.2-25.6l265.6 156.8h236.8c115.2 0 201.6 89.6 201.6 201.6V796.8C992 835.2 960 864 921.6 864zM521.6 316.8H246.4c-32 0-54.4 22.4-54.4 51.2 0 28.8 25.6 51.2 54.4 51.2h272c32 0 54.4-22.4 54.4-51.2 3.2-28.8-22.4-51.2-51.2-51.2z m259.2 256H243.2c-28.8 0-51.2 22.4-51.2 48S214.4 672 243.2 672h537.6c28.8 0 51.2-22.4 51.2-51.2 0-25.6-22.4-48-51.2-48z" horiz-adv-x="1024" />
|
|
78
|
+
|
|
79
|
+
<glyph glyph-name="send" unicode="" d="M972.8 828.8L38.4 448c-51.2-22.4-51.2-51.2 3.2-70.4l227.2-70.4 92.8-288c12.8-38.4 44.8-44.8 70.4-16l118.4 124.8 233.6-179.2c28.8-22.4 60.8-9.6 70.4 28.8L1024 784c6.4 38.4-16 57.6-51.2 44.8zM832 646.4L432 272c-6.4-6.4-12.8-19.2-16-28.8l-19.2-172.8c-3.2-19.2-9.6-19.2-12.8-3.2l-76.8 243.2c-3.2 9.6 0 22.4 9.6 25.6l505.6 320c32 19.2 38.4 16 9.6-9.6z" horiz-adv-x="1025" />
|
|
80
|
+
|
|
81
|
+
<glyph glyph-name="down2" unicode="" d="M512 96L108.8 499.2c-25.6 25.6-25.6 64 0 89.6l38.4 38.4c25.6 25.6 64 25.6 89.6 0L512 352l275.2 275.2c25.6 25.6 64 25.6 89.6 0l38.4-38.4c25.6-25.6 25.6-64 0-89.6L512 96z" horiz-adv-x="1024" />
|
|
82
|
+
|
|
83
|
+
<glyph glyph-name="using-templates1" unicode="" d="M617.6-41.6c0-32-25.6-54.4-54.4-54.4H112c-12.8 0-25.6 6.4-35.2 12.8-6.4 9.6-12.8 22.4-12.8 35.2v864C64 841.6 86.4 864 112 864h451.2c32 0 54.4-25.6 54.4-54.4s-25.6-54.4-54.4-54.4H176v-739.2h387.2c28.8 0 54.4-25.6 54.4-57.6zM985.6 384c0-6.4-3.2-16-9.6-19.2l-192-192c-16-19.2-48-6.4-48 19.2v137.6H348.8c-32 0-54.4 25.6-54.4 54.4 0 16 6.4 28.8 16 38.4 9.6 9.6 25.6 16 38.4 16H736V576c0 25.6 32 38.4 48 19.2l192-192c9.6-3.2 9.6-12.8 9.6-19.2z" horiz-adv-x="1024" />
|
|
84
|
+
|
|
85
|
+
<glyph glyph-name="up2" unicode="" d="M512 672l403.2-403.2c25.6-25.6 25.6-64 0-89.6l-38.4-38.4c-25.6-25.6-64-25.6-89.6 0L512 416l-275.2-275.2c-25.6-25.6-64-25.6-89.6 0l-38.4 38.4c-25.6 25.6-25.6 64 0 89.6L512 672z" horiz-adv-x="1024" />
|
|
86
|
+
|
|
87
|
+
<glyph glyph-name="department-single-selection1" unicode="" d="M979.2 214.4h-67.2v92.8c0 51.2-41.6 89.6-92.8 89.6h-272v156.8h67.2c25.6 0 44.8 19.2 44.8 44.8v192c0 22.4-19.2 41.6-44.8 41.6H416c-25.6 0-44.8-19.2-44.8-44.8v-192c0-22.4 19.2-44.8 44.8-44.8h67.2v-156.8H214.4c-51.2 0-92.8-41.6-92.8-89.6v-92.8H44.8c-25.6 0-44.8-19.2-44.8-44.8v-192c0-16 19.2-38.4 44.8-38.4h198.4c22.4 0 44.8 22.4 44.8 44.8v192c0 22.4-19.2 44.8-44.8 44.8H182.4v92.8c0 16 16 32 32 32h272v-121.6h-73.6c-25.6 0-44.8-19.2-44.8-44.8v-192c0-22.4 19.2-44.8 44.8-44.8h198.4c25.6 0 44.8 19.2 44.8 44.8v192c0 22.4-19.2 44.8-44.8 44.8h-64v121.6h272c16 0 32-12.8 32-32v-92.8h-67.2c-25.6 0-44.8-19.2-44.8-44.8v-192c0-22.4 19.2-44.8 44.8-44.8h198.4c25.6 0 44.8 19.2 44.8 44.8v192c-3.2 22.4-22.4 41.6-48 41.6z" horiz-adv-x="1027" />
|
|
88
|
+
|
|
89
|
+
<glyph glyph-name="department-single-selection-sync" unicode="" d="M614.4 832c25.6 0 44.8-19.2 44.8-44.8v-192c0-22.4-19.2-44.8-44.8-44.8h-67.2v-156.8h272c9.6 0 22.4-3.2 32-6.4L800 336h-256v-121.6h64c22.4 0 41.6-16 44.8-38.4L579.2 96c-12.8-12.8-3.2-70.4 16-70.4h57.6v-48c0-22.4-19.2-41.6-41.6-41.6h-201.6c-25.6 0-44.8 19.2-44.8 44.8v192c0 22.4 19.2 44.8 44.8 44.8h73.6v121.6H214.4c-16 0-32-12.8-32-32v-92.8h60.8c25.6 0 44.8-19.2 44.8-44.8v-192c0-19.2-22.4-41.6-44.8-41.6H44.8C19.2-64 0-41.6 0-19.2v192c0 22.4 19.2 44.8 44.8 44.8h76.8v92.8c0 48 41.6 89.6 92.8 89.6h268.8v156.8H416c-25.6 0-44.8 19.2-44.8 44.8v192c0 19.2 19.2 38.4 44.8 38.4h198.4zM1011.2 131.2h-86.4c-6.4 0-12.8 6.4-12.8 16l32 188.8c3.2 12.8-12.8 19.2-22.4 9.6l-214.4-233.6c-6.4-6.4-3.2-19.2 9.6-19.2h86.4c6.4 0 12.8-6.4 12.8-16l-32-188.8c-3.2-12.8 12.8-19.2 22.4-9.6l214.4 233.6c6.4 6.4 0 19.2-9.6 19.2z" horiz-adv-x="1024" />
|
|
90
|
+
|
|
91
|
+
<glyph glyph-name="recycle-bin1" unicode="" d="M512 425.6l25.6-44.8 35.2 67.2-35.2 57.6c-3.2 6.4-6.4 9.6-12.8 12.8-6.4 3.2-9.6 3.2-16 3.2-12.8 0-22.4-6.4-28.8-16l-108.8-188.8h73.6l67.2 108.8z m73.6-214.4l38.4-64h67.2c6.4 0 9.6 0 16 3.2 16 9.6 19.2 28.8 12.8 44.8L611.2 384 576 316.8l60.8-105.6h-51.2z m-252.8-67.2h217.6l-38.4 64h-121.6l25.6 44.8h-73.6l-35.2-57.6c-3.2-6.4-3.2-9.6-3.2-16-3.2-19.2 12.8-35.2 28.8-35.2zM960 700.8h-246.4l-32 121.6c-6.4 22.4-16 41.6-35.2 41.6h-268.8c-19.2 0-32-19.2-35.2-38.4L310.4 704 64 700.8c-19.2 0-32-16-32-35.2 0-19.2 12.8-35.2 32-35.2h73.6l60.8-624c6.4-57.6 48-102.4 99.2-102.4h428.8c51.2 0 96 44.8 99.2 105.6l60.8 624H960c19.2 0 32 16 32 35.2 0 16-12.8 32-32 32zM409.6 793.6h204.8l22.4-92.8h-249.6l22.4 92.8z m342.4-777.6c0-22.4-16-38.4-35.2-38.4H310.4c-19.2 0-35.2 16-35.2 38.4L214.4 633.6h595.2l-57.6-617.6z" horiz-adv-x="1024" />
|
|
92
|
+
|
|
93
|
+
<glyph glyph-name="department-single-selection" unicode="" d="M979.2 214.4h-67.2v92.8c0 51.2-41.6 89.6-92.8 89.6h-272v156.8h67.2c25.6 0 44.8 19.2 44.8 44.8v192c0 22.4-19.2 41.6-44.8 41.6H416c-25.6 0-44.8-19.2-44.8-44.8v-192c0-22.4 19.2-44.8 44.8-44.8h67.2v-156.8H214.4c-51.2 0-92.8-41.6-92.8-89.6v-92.8H44.8c-25.6 0-44.8-19.2-44.8-44.8v-192c0-16 19.2-38.4 44.8-38.4h198.4c22.4 0 44.8 22.4 44.8 44.8v192c0 22.4-19.2 44.8-44.8 44.8H182.4v92.8c0 16 16 32 32 32h272v-121.6h-73.6c-25.6 0-44.8-19.2-44.8-44.8v-192c0-22.4 19.2-44.8 44.8-44.8h198.4c25.6 0 44.8 19.2 44.8 44.8v192c0 22.4-19.2 44.8-44.8 44.8h-64v121.6h272c16 0 32-12.8 32-32v-92.8h-67.2c-25.6 0-44.8-19.2-44.8-44.8v-192c0-22.4 19.2-44.8 44.8-44.8h198.4c25.6 0 44.8 19.2 44.8 44.8v192c-3.2 22.4-22.4 41.6-48 41.6z" horiz-adv-x="1027" />
|
|
94
|
+
|
|
95
|
+
<glyph glyph-name="decoration" unicode="" d="M848 726.4c32 0 57.6-9.6 80-32s32-48 32-73.6v-153.6c0-28.8-12.8-54.4-35.2-73.6-22.4-16-48-22.4-73.6-22.4H476.8c-6.4 0-12.8-3.2-19.2-6.4-6.4-3.2-6.4-9.6-6.4-19.2v-137.6h19.2c12.8 0 28.8-3.2 38.4-12.8s16-22.4 16-35.2v-204.8c0-28.8-25.6-51.2-57.6-51.2h-121.6c-28.8 0-54.4 22.4-54.4 51.2V160c0 12.8 6.4 25.6 16 35.2 9.6 9.6 25.6 12.8 38.4 12.8h19.2v192c0 25.6 22.4 44.8 48 44.8h428.8c12.8 0 32 3.2 32 19.2V620.8c0 16-12.8 28.8-32 28.8H832V726.4h16zM748.8 864c38.4 0 67.2-32 67.2-67.2v-214.4c0-16-6.4-35.2-19.2-48s-28.8-19.2-48-19.2H131.2c-19.2 0-35.2 6.4-48 19.2-12.8 16-19.2 32-19.2 48V796.8c0 16 6.4 35.2 19.2 48S112 864 131.2 864h617.6z" horiz-adv-x="1024" />
|
|
96
|
+
|
|
97
|
+
<glyph glyph-name="dynamic-materials" unicode="" d="M896 864c54.4 0 96-41.6 96-96v-768c0-54.4-41.6-96-96-96H128c-54.4 0-96 41.6-96 96V768c0 54.4 41.6 96 96 96h768z m-153.6-502.4h-208v-281.6c0-60.8 25.6-67.2 57.6-16l176 249.6c16 28.8 6.4 48-25.6 48z m-252.8 0H211.2c-60.8 0-67.2-25.6-16-57.6l249.6-176c25.6-16 48-3.2 48 25.6v208zM579.2 640c-25.6 16-48 3.2-48-25.6v-208h281.6c60.8 0 67.2 25.6 16 57.6L579.2 640z m-89.6 44.8c0 60.8-25.6 67.2-57.6 16L256 451.2c-16-25.6-3.2-48 25.6-48h208V684.8z" horiz-adv-x="1024" />
|
|
98
|
+
|
|
99
|
+
<glyph glyph-name="first-page" unicode="" d="M759.616 768c-12.8 0-28.8-6.4-38.4-16l-329.6-329.6c-22.4-22.4-22.4-57.6 0-76.8l329.6-329.6c22.4-22.4 57.6-22.4 76.8 0 22.4 22.4 22.4 57.6 0 76.8l-291.2 291.2 291.2 291.2c22.4 22.4 22.4 57.6 0 76.8-9.6 9.6-25.6 16-38.4 16z m-550.4-54.4v-659.2c0-28.8 25.6-54.4 54.4-54.4s54.4 25.6 54.4 54.4V713.6c0 28.8-25.6 54.4-54.4 54.4-28.8 0-54.4-25.6-54.4-54.4z" horiz-adv-x="1024" />
|
|
100
|
+
|
|
101
|
+
<glyph glyph-name="thumbnail" unicode="" d="M876.8 800c28.8 0 51.2-22.4 51.2-51.2v-729.6c0-28.8-22.4-51.2-51.2-51.2h-281.6c-28.8 0-51.2 22.4-51.2 51.2V748.8c0 28.8 22.4 51.2 51.2 51.2h281.6zM864 736h-256v-704h256V736zM147.2 800h281.6c28.8 0 51.2-22.4 51.2-51.2v-281.6c0-28.8-22.4-51.2-51.2-51.2H147.2c-28.8 0-51.2 22.4-51.2 51.2V748.8C96 777.6 118.4 800 147.2 800z m0-448h281.6c28.8 0 51.2-22.4 51.2-51.2v-281.6c0-28.8-22.4-51.2-51.2-51.2H147.2c-28.8 0-51.2 22.4-51.2 51.2v281.6c0 28.8 22.4 51.2 51.2 51.2z" horiz-adv-x="1024" />
|
|
102
|
+
|
|
103
|
+
<glyph glyph-name="next-page" unicode="" d="M342.4 768c12.8 0 28.8-6.4 38.4-16l329.6-329.6c22.4-22.4 22.4-57.6 0-76.8L380.8 16c-22.4-22.4-57.6-22.4-76.8 0-22.4 22.4-22.4 57.6 0 76.8l291.2 291.2-291.2 291.2c-22.4 22.4-22.4 57.6 0 76.8 9.6 9.6 25.6 16 38.4 16z" horiz-adv-x="1024" />
|
|
104
|
+
|
|
105
|
+
<glyph glyph-name="previous-page" unicode="" d="M672 768c-12.8 0-28.8-6.4-38.4-16L304 422.4c-22.4-22.4-22.4-57.6 0-76.8l329.6-329.6c22.4-22.4 57.6-22.4 76.8 0 22.4 22.4 22.4 57.6 0 76.8L419.2 384l291.2 291.2c22.4 22.4 22.4 57.6 0 76.8-9.6 9.6-25.6 16-38.4 16z" horiz-adv-x="1024" />
|
|
106
|
+
|
|
107
|
+
<glyph glyph-name="last-page" unicode="" d="M263.488 768c12.8 0 28.8-6.4 38.4-16l329.6-329.6c22.4-22.4 22.4-57.6 0-76.8l-329.6-329.6c-22.4-22.4-57.6-22.4-76.8 0-22.4 22.4-22.4 57.6 0 76.8l291.2 291.2-291.2 291.2c-22.4 22.4-22.4 57.6 0 76.8 9.6 9.6 25.6 16 38.4 16z m550.4-54.4v-659.2c0-28.8-25.6-54.4-54.4-54.4s-54.4 25.6-54.4 54.4V713.6c0 28.8 25.6 54.4 54.4 54.4 28.8 0 54.4-25.6 54.4-54.4z" horiz-adv-x="1024" />
|
|
108
|
+
|
|
109
|
+
<glyph glyph-name="using-templates" unicode="" d="M617.6-41.6c0-32-25.6-54.4-54.4-54.4H112c-12.8 0-25.6 6.4-35.2 12.8-6.4 9.6-12.8 22.4-12.8 35.2v864C64 841.6 86.4 864 112 864h451.2c32 0 54.4-25.6 54.4-54.4s-25.6-54.4-54.4-54.4H176v-739.2h387.2c28.8 0 54.4-25.6 54.4-57.6zM985.6 384c0-6.4-3.2-16-9.6-19.2l-192-192c-16-19.2-48-6.4-48 19.2v137.6H348.8c-32 0-54.4 25.6-54.4 54.4 0 16 6.4 28.8 16 38.4 9.6 9.6 25.6 16 38.4 16H736V576c0 25.6 32 38.4 48 19.2l192-192c9.6-3.2 9.6-12.8 9.6-19.2z" horiz-adv-x="1024" />
|
|
110
|
+
|
|
111
|
+
<glyph glyph-name="ai-assistant" unicode="" d="M438.4 844.8c44.8 22.4 96 22.4 140.8 0L883.2 672c44.8-22.4 70.4-70.4 73.6-118.4v-342.4c0-48-25.6-96-70.4-118.4l-307.2-169.6c-19.2-12.8-41.6-19.2-67.2-19.2s-48 6.4-70.4 19.2l-307.2 169.6C89.6 118.4 64 163.2 64 211.2V553.6c0 48 25.6 96 70.4 118.4l304 172.8z m28.8-236.8h-73.6c-6.4 0-12.8-3.2-19.2-12.8L224 185.6c0-6.4 0-12.8 3.2-16 3.2-6.4 9.6-9.6 16-9.6h70.4c6.4 0 12.8 3.2 19.2 12.8l32 89.6h137.6l32-89.6c3.2-9.6 9.6-12.8 19.2-12.8h70.4c6.4 0 12.8 3.2 16 9.6 3.2 6.4 3.2 12.8 3.2 19.2L486.4 595.2c-3.2 9.6-9.6 12.8-19.2 12.8z m275.2 0h-64c-9.6 0-19.2-9.6-19.2-19.2v-409.6c0-9.6 6.4-19.2 19.2-19.2h64c9.6 0 19.2 9.6 19.2 19.2V588.8c0 9.6-9.6 19.2-19.2 19.2z m-307.2-147.2l35.2-105.6h-73.6l38.4 105.6z" horiz-adv-x="1024" />
|
|
112
|
+
|
|
113
|
+
<glyph glyph-name="down1" unicode="" d="M512-128c16 0 25.6 6.4 38.4 16l364.8 358.4c9.6 9.6 16 22.4 16 35.2 0 12.8-6.4 25.6-16 35.2-9.6 9.6-22.4 16-38.4 16-12.8 0-25.6-6.4-38.4-16l-275.2-272v800c0 12.8-6.4 25.6-16 35.2-9.6 9.6-22.4 16-35.2 16-12.8 0-25.6-6.4-35.2-16-9.6-9.6-16-22.4-16-35.2v-796.8L185.6 320c-9.6 9.6-22.4 16-38.4 16-12.8 0-28.8-6.4-38.4-16s-12.8-25.6-12.8-38.4c0-16 6.4-25.6 16-35.2l364.8-358.4c6.4-9.6 22.4-16 35.2-16z" horiz-adv-x="1024" />
|
|
114
|
+
|
|
115
|
+
<glyph glyph-name="up1" unicode="" d="M512 896c16 0 25.6-6.4 38.4-16l364.8-358.4c9.6-9.6 16-22.4 16-35.2 0-12.8-6.4-25.6-16-35.2-9.6-9.6-22.4-16-38.4-16-12.8 0-25.6 6.4-38.4 16l-275.2 272v-796.8c0-12.8-6.4-25.6-16-35.2-9.6-12.8-22.4-19.2-35.2-19.2-12.8 0-25.6 6.4-35.2 16-9.6 9.6-16 22.4-16 35.2V720L185.6 448c-9.6-9.6-22.4-16-38.4-16-12.8 0-28.8 6.4-38.4 16-6.4 12.8-12.8 25.6-12.8 38.4 0 16 6.4 25.6 16 35.2L473.6 880c9.6 9.6 25.6 16 38.4 16z" horiz-adv-x="1024" />
|
|
116
|
+
|
|
117
|
+
<glyph glyph-name="refresh" unicode="" d="M926.784 761.6l-57.6-54.4c-179.2 195.2-483.2 208-678.4 32s-208-483.2-32-678.4 483.2-208 678.4-32c41.6 38.4 80 83.2 102.4 134.4 6.4 9.6 9.6 16 9.6 32 0 35.2-28.8 57.6-57.6 57.6-19.2 0-41.6-9.6-57.6-35.2-89.6-179.2-307.2-246.4-486.4-153.6s-246.4 310.4-153.6 489.6 307.2 246.4 483.2 153.6c38.4-19.2 73.6-44.8 105.6-76.8l-54.4-48c-12.8-12.8-16-41.6-3.2-54.4 6.4-6.4 16-9.6 28.8-9.6l195.2-9.6c19.2 0 38.4 12.8 41.6 35.2V732.8c3.2 19.2-12.8 38.4-35.2 41.6-12.8 3.2-22.4-3.2-28.8-12.8z" horiz-adv-x="1024" />
|
|
118
|
+
|
|
119
|
+
<glyph glyph-name="table-of-content" unicode="" d="M64 800h512c35.2 0 64-28.8 64-64s-28.8-64-64-64H64C28.8 672 0 700.8 0 736s28.8 64 64 64zM998.4 355.2l-12.8-12.8-172.8-172.8c-25.6-25.6-64-25.6-89.6 0s-25.6 64 0 89.6l134.4 134.4-134.4 134.4c-25.6 25.6-25.6 64 0 89.6s64 25.6 89.6 0l172.8-172.8 9.6-9.6c12.8-12.8 19.2-25.6 19.2-41.6v-3.2c0-12.8-9.6-28.8-16-35.2zM64 448h800c35.2 0 64-28.8 64-64s-28.8-64-64-64H64c-35.2 0-64 28.8-64 64s28.8 64 64 64zM64 96h512c35.2 0 64-28.8 64-64s-28.8-64-64-64H64c-35.2 0-64 28.8-64 64s28.8 64 64 64z" horiz-adv-x="1024" />
|
|
120
|
+
|
|
121
|
+
<glyph glyph-name="remove-from-toolbar1" unicode="" d="M720 448c150.4 0 272-121.6 272-272S870.4-96 720-96 448 25.600000000000023 448 176s121.6 272 272 272zM896 832c35.2 0 64-28.8 64-64v-387.2c-25.6 28.8-60.8 51.2-96 67.2v64H160v-448c0-16 12.8-28.8 28.8-32H435.2c16-35.2 38.4-67.2 64-96H128c-35.2 0-64 28.8-64 64V768c0 35.2 28.8 64 64 64h768z m-44.8-611.2h-262.4c-25.6 0-44.8-19.2-44.8-44.8 0-22.4 16-41.6 38.4-44.8H848c25.6 0 44.8 19.2 44.8 44.8 3.2 25.6-16 44.8-41.6 44.8zM528 704h-160c-25.6 0-48-22.4-48-48s19.2-44.8 44.8-48h163.2c25.6 0 48 22.4 48 48S553.6 704 528 704z m288 0h-96c-25.6 0-48-22.4-48-48s19.2-44.8 44.8-48h99.2c25.6 0 48 22.4 48 48S841.6 704 816 704z m-608 0C182.4 704 160 681.6 160 656S182.4 608 208 608 256 630.4 256 656 233.6 704 208 704z" horiz-adv-x="1024" />
|
|
122
|
+
|
|
123
|
+
<glyph glyph-name="add-to-toolbar1" unicode="" d="M720 448c150.4 0 272-121.6 272-272S870.4-96 720-96 448 25.600000000000023 448 176s121.6 272 272 272zM896 832c35.2 0 64-28.8 64-64v-387.2c-25.6 28.8-60.8 51.2-96 67.2v64H160v-448c0-16 12.8-28.8 28.8-32H435.2c16-35.2 38.4-67.2 64-96H128c-35.2 0-64 28.8-64 64V768c0 35.2 28.8 64 64 64h768z m-176-480c-22.4 0-41.6-16-44.8-38.4v-92.8h-86.4c-25.6 0-44.8-19.2-44.8-44.8 0-22.4 16-41.6 38.4-44.8h92.8v-89.6c0-25.6 19.2-44.8 44.8-44.8 22.4 0 41.6 16 44.8 38.4V128h89.6c25.6 0 44.8 19.2 44.8 44.8 0 22.4-16 41.6-38.4 44.8H768v89.6c-3.2 25.6-22.4 44.8-48 44.8z m-192 352h-160c-25.6 0-48-22.4-48-48s19.2-44.8 44.8-48h163.2c25.6 0 48 22.4 48 48S553.6 704 528 704z m288 0h-96c-25.6 0-48-22.4-48-48s19.2-44.8 44.8-48h99.2c25.6 0 48 22.4 48 48S841.6 704 816 704z m-608 0C182.4 704 160 681.6 160 656S182.4 608 208 608 256 630.4 256 656 233.6 704 208 704z" horiz-adv-x="1024" />
|
|
124
|
+
|
|
125
|
+
<glyph glyph-name="add-to-toolbar" unicode="" d="M768 384c140.8 0 256-115.2 256-256s-115.2-256-256-256-256 115.2-256 256 115.2 256 256 256z m-275.2-67.2c-25.6-38.4-41.6-80-51.2-124.8l-3.2-12.8h-3.2c-35.2-3.2-64-32-64-67.2 0-38.4 32-67.2 67.2-67.2h9.6c16-54.4 48-99.2 86.4-137.6L99.2-96C64-96 32-64 32-28.8v275.2c0 38.4 32 67.2 67.2 67.2l393.6 3.2z m275.2-28.8c-22.4 0-38.4-19.2-38.4-38.4v-83.2h-83.2c-12.8 0-28.8-6.4-35.2-19.2s-6.4-28.8 0-38.4c6.4-12.8 19.2-19.2 35.2-19.2h83.2v-83.2c0-22.4 19.2-38.4 38.4-38.4s38.4 16 38.4 38.4v83.2h83.2c22.4 0 38.4 19.2 38.4 38.4 0 22.4-16 38.4-38.4 38.4h-83.2v83.2c0 25.6-16 38.4-38.4 38.4zM236.8 179.2c-38.4 0-67.2-32-67.2-67.2s32-67.2 67.2-67.2 67.2 32 67.2 67.2-28.8 67.2-67.2 67.2zM912 864C956.8 864 992 832 992 796.8v-275.2c0-38.4-35.2-67.2-80-67.2h-800c-44.8 0-80 32-80 67.2V796.8C32 832 67.2 864 112 864h800z m-124.8-137.6H441.6c-38.4 0-67.2-32-67.2-67.2s32-67.2 67.2-67.2h342.4c38.4 0 67.2 32 67.2 67.2s-28.8 67.2-64 67.2z m-550.4 0c-38.4 0-67.2-32-67.2-67.2s32-67.2 67.2-67.2 67.2 32 67.2 67.2-28.8 67.2-67.2 67.2z" horiz-adv-x="1024" />
|
|
126
|
+
|
|
127
|
+
<glyph glyph-name="remove-from-toolbar" unicode="" d="M768 384c140.8 0 256-115.2 256-256s-115.2-256-256-256-256 115.2-256 256 115.2 256 256 256z m-275.2-67.2c-25.6-38.4-41.6-80-51.2-124.8l-3.2-12.8h-3.2c-35.2-3.2-64-32-64-67.2 0-38.4 32-67.2 67.2-67.2h9.6c16-54.4 48-99.2 86.4-137.6L99.2-96C64-96 32-64 32-28.8v275.2c0 38.4 32 67.2 67.2 67.2l393.6 3.2z m-256-137.6c-38.4 0-67.2-32-67.2-67.2s32-67.2 67.2-67.2 67.2 32 67.2 67.2-28.8 67.2-67.2 67.2z m652.8-12.8h-243.2c-12.8 0-28.8-6.4-35.2-19.2s-6.4-28.8 0-38.4c6.4-12.8 19.2-19.2 35.2-19.2h243.2c22.4 0 38.4 19.2 38.4 38.4s-16 38.4-38.4 38.4zM912 864C956.8 864 992 832 992 796.8v-275.2c0-38.4-35.2-67.2-80-67.2h-800c-44.8 0-80 32-80 67.2V796.8C32 832 67.2 864 112 864h800z m-124.8-137.6H441.6c-38.4 0-67.2-32-67.2-67.2s32-67.2 67.2-67.2h342.4c38.4 0 67.2 32 67.2 67.2s-28.8 67.2-64 67.2z m-550.4 0c-38.4 0-67.2-32-67.2-67.2s32-67.2 67.2-67.2 67.2 32 67.2 67.2-28.8 67.2-67.2 67.2z" horiz-adv-x="1024" />
|
|
128
|
+
|
|
129
|
+
<glyph glyph-name="folders1" unicode="" d="M217.6 537.6l-196.266667-512h793.6l196.266667 512zM345.6 665.6V716.8c0 17.066667-4.266667 25.6-25.6 25.6H46.933333c-21.333333 0-25.6-8.533333-25.6-25.6v-550.4L170.666667 588.8h682.666666V665.6H345.6z" horiz-adv-x="1024" />
|
|
130
|
+
|
|
131
|
+
<glyph glyph-name="info-circle" unicode="" d="M672 83.2v102.4c0 6.4-3.2 9.6-6.4 12.8s-6.4 6.4-12.8 6.4h-60.8v320c0 6.4-3.2 9.6-6.4 12.8-3.2 3.2-6.4 6.4-12.8 6.4h-198.4c-6.4 0-9.6-3.2-12.8-6.4s-9.6-6.4-9.6-12.8v-102.4c0-6.4 3.2-9.6 6.4-12.8 3.2-3.2 6.4-6.4 12.8-6.4h60.8v-198.4h-60.8c-6.4 0-9.6-3.2-12.8-6.4s-6.4-9.6-6.4-19.2v-102.4c0-6.4 3.2-9.6 6.4-12.8 3.2-3.2 6.4-6.4 12.8-6.4h281.6c6.4 0 9.6 3.2 12.8 6.4 3.2 3.2 6.4 16 6.4 19.2zM592 643.2V745.6c0 6.4-3.2 9.6-6.4 12.8-3.2 3.2-6.4 6.4-12.8 6.4h-118.4c-6.4 0-9.6-3.2-12.8-6.4-3.2-3.2-6.4-6.4-6.4-12.8v-102.4c0-6.4 3.2-9.6 6.4-12.8 3.2-3.2 6.4-6.4 12.8-6.4h118.4c6.4 0 9.6 3.2 12.8 6.4 3.2 3.2 6.4 9.6 6.4 12.8zM992 384c0-86.4-22.4-169.6-64-243.2s-102.4-134.4-176-176c-73.6-41.6-153.6-64-243.2-64s-169.6 22.4-243.2 64-134.4 102.4-176 176S32 297.6 32 384s22.4 169.6 64 243.2S195.2 758.4 268.8 800s153.6 64 243.2 64 169.6-22.4 243.2-64 134.4-102.4 176-176c38.4-70.4 60.8-153.6 60.8-240z" horiz-adv-x="1024" />
|
|
132
|
+
|
|
17
133
|
<glyph glyph-name="handwritten-signature-sync" unicode="" d="M547.2-41.6l-12.8-9.6c-16-9.6-32-19.2-44.8-28.8-51.2-32-121.6-48-192-48h-16c-86.4 3.2-169.6 32-236.8 83.2-16 12.8-19.2 32-6.4 48s35.2 16 51.2 6.4c70.4-54.4 144-67.2 195.2-70.4 60.8-3.2 121.6 12.8 166.4 38.4 22.4 12.8 44.8 28.8 67.2 48 9.6-25.6 16-48 28.8-67.2z m-156.8 611.2l134.4-102.4c-150.4-195.2-217.6-281.6-236.8-300.8-25.6-28.8-86.4-86.4-160-99.2-6.4-3.2-12.8-3.2-16-6.4-6.4-6.4-16-22.4-25.6-28.8-12.8-6.4-28.8 6.4-25.6 19.2s19.2 22.4 22.4 35.2v22.4c3.2 44.8 38.4 112 60.8 150.4 12.8 22.4 28.8 44.8 44.8 64 0 0 6.4 6.4 9.6 12.8l3.2 6.4c6.4 6.4 12.8 16 22.4 25.6l6.4 9.6c38.4 38.4 89.6 102.4 160 192z m169.6-54.4l-134.4 99.2 128 172.8c25.6 38.4 44.8 64 60.8 76.8 19.2 16 64 25.6 99.2 0 32-25.6 38.4-44.8 32-83.2-6.4-25.6-41.6-73.6-60.8-99.2m-160 214.4c28.8 0 38.4-16 41.6-28.8 3.2-16-3.2-28.8-16-44.8l-124.8-166.4c-22.4-28.8-44.8-64-64-67.2-22.4-3.2-41.6 19.2-44.8 32-3.2 19.2 9.6 32 19.2 44.8L489.6 867.2c9.6 12.8 22.4 28.8 35.2 28.8zM707.2 92.8c6.4 0 6.4 0 9.6-3.2 3.2-3.2 3.2-6.4 3.2-9.6s0-6.4-3.2-9.6L678.4 32c25.6-48 73.6-76.8 128-73.6 54.4 3.2 99.2 35.2 118.4 86.4v3.2h89.6v-9.6c-25.6-96-115.2-166.4-217.6-166.4-19.2 0-38.4 3.2-54.4 6.4-54.4 12.8-99.2 44.8-131.2 89.6l-12.8-12.8c0-3.2-6.4-3.2-9.6-3.2s-6.4 0-9.6 3.2c0 0-3.2 3.2-3.2 6.4V64c0 16 12.8 28.8 28.8 28.8h102.4z m-25.6 195.2c51.2 28.8 112 38.4 169.6 22.4 54.4-12.8 99.2-44.8 131.2-89.6l12.8 12.8c3.2 3.2 6.4 3.2 9.6 3.2 9.6 0 16-6.4 16-16v-105.6c-3.2-16-12.8-25.6-28.8-25.6h-102.4c-3.2 0-9.6 0-9.6 3.2-3.2 3.2-3.2 6.4-3.2 9.6 0 3.2 0 6.4 3.2 9.6l38.4 38.4c-22.4 48-73.6 76.8-128 73.6-54.4-3.2-99.2-35.2-121.6-86.4v-3.2h-89.6v9.6c12.8 67.2 51.2 115.2 102.4 144z" horiz-adv-x="1024" />
|
|
18
134
|
|
|
19
135
|
<glyph glyph-name="handwritten-signature" unicode="" d="M755.2 131.2c80-3.2 156.8-44.8 227.2-131.2 12.8-16 9.6-35.2-6.4-48s-38.4-9.6-51.2 6.4c-57.6 70.4-115.2 105.6-172.8 105.6s-131.2-48-192-92.8c-25.6-19.2-51.2-35.2-76.8-51.2-51.2-32-121.6-48-192-48h-12.8c-86.4 3.2-169.6 32-236.8 83.2-16 12.8-19.2 32-6.4 48s35.2 16 51.2 6.4c70.4-54.4 144-67.2 195.2-70.4 60.8-3.2 121.6 12.8 166.4 38.4 22.4 12.8 44.8 28.8 70.4 48 73.6 51.2 156.8 108.8 236.8 105.6zM387.2 569.6l134.4-102.4c-150.4-195.2-217.6-281.6-236.8-300.8-25.6-28.8-86.4-86.4-160-99.2-6.4-3.2-12.8-3.2-16-6.4-6.4-6.4-16-22.4-25.6-28.8-12.8-6.4-28.8 6.4-25.6 19.2s19.2 22.4 22.4 35.2v22.4c3.2 44.8 38.4 112 60.8 150.4 12.8 22.4 28.8 44.8 44.8 64 6.4 6.4 76.8 89.6 201.6 246.4zM608 864c19.2 16 64 25.6 99.2 0 32-25.6 38.4-44.8 32-83.2-6.4-32-41.6-73.6-60.8-99.2-16-22.4-54.4-73.6-121.6-163.2l-134.4 99.2 124.8 169.6c25.6 38.4 44.8 64 60.8 76.8z m-86.4 32c28.8 0 38.4-16 41.6-28.8 3.2-16-6.4-32-19.2-48l-121.6-160c-22.4-28.8-41.6-67.2-67.2-67.2-22.4 0-35.2 16-38.4 28.8-3.2 22.4 6.4 32 19.2 48L486.4 867.2c9.6 12.8 22.4 28.8 35.2 28.8z" horiz-adv-x="1024" />
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/dtable-font.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "dtable-font"; /* Project id 1206632 */
|
|
3
|
-
src: url('./dtable-font/dtable-font.eot?t=
|
|
4
|
-
src: url('./dtable-font/dtable-font.eot?t=
|
|
5
|
-
url('./dtable-font/dtable-font.woff2?t=
|
|
6
|
-
url('./dtable-font/dtable-font.woff?t=
|
|
7
|
-
url('./dtable-font/dtable-font.ttf?t=
|
|
8
|
-
url('./dtable-font/dtable-font.svg?t=
|
|
3
|
+
src: url('./dtable-font/dtable-font.eot?t=1739159081120'); /* IE9 */
|
|
4
|
+
src: url('./dtable-font/dtable-font.eot?t=1739159081120#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url('./dtable-font/dtable-font.woff2?t=1739159081120') format('woff2'),
|
|
6
|
+
url('./dtable-font/dtable-font.woff?t=1739159081120') format('woff'),
|
|
7
|
+
url('./dtable-font/dtable-font.ttf?t=1739159081120') format('truetype'),
|
|
8
|
+
url('./dtable-font/dtable-font.svg?t=1739159081120#dtable-font') format('svg');
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.dtable-font {
|
|
@@ -16,6 +16,238 @@
|
|
|
16
16
|
-moz-osx-font-smoothing: grayscale;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.dtable-icon-down3:before {
|
|
20
|
+
content: "\e602";
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.dtable-icon-check:before {
|
|
24
|
+
content: "\e839";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.dtable-icon-dot:before {
|
|
28
|
+
content: "\e838";
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.dtable-icon-x-check-box:before {
|
|
32
|
+
content: "\e837";
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.dtable-icon-show-table:before {
|
|
36
|
+
content: "\e835";
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.dtable-icon-hide-table:before {
|
|
40
|
+
content: "\e836";
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.dtable-icon-auto-add-link:before {
|
|
44
|
+
content: "\e828";
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.dtable-icon-field-set:before {
|
|
48
|
+
content: "\e81d";
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dtable-icon-set-as-read:before {
|
|
52
|
+
content: "\e81c";
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.dtable-icon-set-default-values:before {
|
|
56
|
+
content: "\e81b";
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.dtable-icon-text-style:before {
|
|
60
|
+
content: "\e819";
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.dtable-icon-leave-app:before {
|
|
64
|
+
content: "\e81a";
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.dtable-icon-app-card:before {
|
|
68
|
+
content: "\e818";
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.dtable-icon-ai-assistant1:before {
|
|
72
|
+
content: "\e817";
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.dtable-icon-sort1:before {
|
|
76
|
+
content: "\e815";
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.dtable-icon-app-preview1:before {
|
|
80
|
+
content: "\e816";
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.dtable-icon-nodes:before {
|
|
84
|
+
content: "\e812";
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.dtable-icon-app-settings1:before {
|
|
88
|
+
content: "\e813";
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.dtable-icon-app-user-management1:before {
|
|
92
|
+
content: "\e814";
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.dtable-icon-app-data-source-management1:before {
|
|
96
|
+
content: "\e811";
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.dtable-icon-app-versioning1:before {
|
|
100
|
+
content: "\e810";
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.dtable-icon-app-data-source-management:before {
|
|
104
|
+
content: "\e80e";
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.dtable-icon-app-versioning:before {
|
|
108
|
+
content: "\e80f";
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.dtable-icon-descending-order1:before {
|
|
112
|
+
content: "\e808";
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.dtable-icon-resubmit:before {
|
|
116
|
+
content: "\e809";
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.dtable-icon-promoter:before {
|
|
120
|
+
content: "\e80a";
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.dtable-icon-process-nodes:before {
|
|
124
|
+
content: "\e80b";
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.dtable-icon-initiation-time:before {
|
|
128
|
+
content: "\e80c";
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.dtable-icon-ascending-order1:before {
|
|
132
|
+
content: "\e80d";
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.dtable-icon-column-read-only:before {
|
|
136
|
+
content: "\e807";
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.dtable-icon-common-instruction:before {
|
|
140
|
+
content: "\e806";
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.dtable-icon-send:before {
|
|
144
|
+
content: "\e805";
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.dtable-icon-down2:before {
|
|
148
|
+
content: "\e804";
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.dtable-icon-using-templates1:before {
|
|
152
|
+
content: "\e802";
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.dtable-icon-up2:before {
|
|
156
|
+
content: "\e803";
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.dtable-icon-department-single-selection1:before {
|
|
160
|
+
content: "\e801";
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.dtable-icon-department-single-selection-sync:before {
|
|
164
|
+
content: "\e601";
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.dtable-icon-recycle-bin1:before {
|
|
168
|
+
content: "\e7ff";
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.dtable-icon-department-single-selection:before {
|
|
172
|
+
content: "\e800";
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.dtable-icon-decoration:before {
|
|
176
|
+
content: "\e7fd";
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.dtable-icon-dynamic-materials:before {
|
|
180
|
+
content: "\e7fe";
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.dtable-icon-first-page:before {
|
|
184
|
+
content: "\e7f8";
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.dtable-icon-thumbnail:before {
|
|
188
|
+
content: "\e7f9";
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.dtable-icon-next-page:before {
|
|
192
|
+
content: "\e7fa";
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.dtable-icon-previous-page:before {
|
|
196
|
+
content: "\e7fb";
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.dtable-icon-last-page:before {
|
|
200
|
+
content: "\e7fc";
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.dtable-icon-using-templates:before {
|
|
204
|
+
content: "\e7f6";
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.dtable-icon-ai-assistant:before {
|
|
208
|
+
content: "\e7f7";
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.dtable-icon-down1:before {
|
|
212
|
+
content: "\e7f4";
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.dtable-icon-up1:before {
|
|
216
|
+
content: "\e7f5";
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.dtable-icon-refresh:before {
|
|
220
|
+
content: "\e7f3";
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.dtable-icon-table-of-content:before {
|
|
224
|
+
content: "\e7f2";
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.dtable-icon-remove-from-toolbar1:before {
|
|
228
|
+
content: "\e7f0";
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.dtable-icon-add-to-toolbar1:before {
|
|
232
|
+
content: "\e7f1";
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.dtable-icon-add-to-toolbar:before {
|
|
236
|
+
content: "\e7ee";
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.dtable-icon-remove-from-toolbar:before {
|
|
240
|
+
content: "\e7ef";
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.dtable-icon-folders1:before {
|
|
244
|
+
content: "\e7ed";
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.dtable-icon-info-circle:before {
|
|
248
|
+
content: "\e7ec";
|
|
249
|
+
}
|
|
250
|
+
|
|
19
251
|
.dtable-icon-handwritten-signature-sync:before {
|
|
20
252
|
content: "\e7ea";
|
|
21
253
|
}
|
|
@@ -4,28 +4,11 @@
|
|
|
4
4
|
height: 24px;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.dtable-ui-checkbox-editor .
|
|
8
|
-
position: absolute;
|
|
9
|
-
width: 100%;
|
|
10
|
-
height: 100%;
|
|
11
|
-
opacity: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.dtable-ui-checkbox-editor .shown-checkbox {
|
|
15
|
-
height: 100%;
|
|
16
|
-
border: 2px solid #e0e0e0;
|
|
17
|
-
border-radius: 3px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.dtable-ui-checkbox-editor .raw-checkbox:focus + .shown-checkbox {
|
|
21
|
-
border-color: #3b88fd;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.dtable-ui-checkbox-editor .shown-checkbox .dtable-icon-check-mark {
|
|
7
|
+
.dtable-ui-checkbox-editor .dtable-ui-checkbox-check-mark {
|
|
25
8
|
display: flex;
|
|
26
9
|
align-items: center;
|
|
27
10
|
justify-content: center;
|
|
28
|
-
font-size:
|
|
11
|
+
font-size: 16px;
|
|
12
|
+
font-weight: 600;
|
|
29
13
|
color: #20c933;
|
|
30
|
-
font-weight: 500;
|
|
31
14
|
}
|
|
@@ -1,64 +1,127 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
|
5
6
|
value: true
|
|
6
7
|
});
|
|
7
8
|
exports.default = void 0;
|
|
8
|
-
var _react =
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
var _utils = require("../utils/utils");
|
|
12
|
+
var _constants = require("../constants");
|
|
9
13
|
require("./index.css");
|
|
10
|
-
class CheckboxEditor extends _react.
|
|
14
|
+
class CheckboxEditor extends _react.Component {
|
|
11
15
|
constructor(props) {
|
|
12
16
|
super(props);
|
|
13
|
-
this.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
this.onKeyDown = event => {
|
|
18
|
+
const {
|
|
19
|
+
isEditorShow,
|
|
20
|
+
readOnly
|
|
17
21
|
} = this.props;
|
|
18
|
-
|
|
19
|
-
|
|
22
|
+
if (event.keyCode === _constants.keyCodes.Enter && isEditorShow && !readOnly) {
|
|
23
|
+
this.setState({
|
|
24
|
+
value: !this.state.value
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
this.getValue = () => {
|
|
29
|
+
const {
|
|
30
|
+
value
|
|
31
|
+
} = this.state;
|
|
32
|
+
return value;
|
|
20
33
|
};
|
|
21
|
-
this.
|
|
22
|
-
if (this.
|
|
34
|
+
this.updateValue = value => {
|
|
35
|
+
if (value === this.state.value) {
|
|
23
36
|
return;
|
|
24
37
|
}
|
|
25
38
|
this.setState({
|
|
26
|
-
value
|
|
39
|
+
value
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
this.onChangeCheckboxValue = event => {
|
|
43
|
+
if (event) {
|
|
44
|
+
event.stopPropagation();
|
|
45
|
+
event.nativeEvent.stopImmediatePropagation();
|
|
46
|
+
event.persist();
|
|
47
|
+
}
|
|
48
|
+
const {
|
|
49
|
+
value
|
|
50
|
+
} = this.state;
|
|
51
|
+
const newValue = !value;
|
|
52
|
+
this.setState({
|
|
53
|
+
value: newValue
|
|
27
54
|
}, () => {
|
|
28
|
-
this.onCommit
|
|
55
|
+
if (this.props.onCommit) {
|
|
56
|
+
this.props.onCommit(event);
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
};
|
|
60
|
+
this.renderIcon = (symbol, color) => {
|
|
61
|
+
const className = (0, _classnames.default)('dtable-ui-checkbox-check-mark', {
|
|
62
|
+
'dtable-ui-checkbox-check-svg': !(symbol !== null && symbol !== void 0 && symbol.startsWith('dtable-icon'))
|
|
63
|
+
});
|
|
64
|
+
if (symbol.startsWith('dtable-icon')) {
|
|
65
|
+
return /*#__PURE__*/_react.default.createElement("span", {
|
|
66
|
+
className: "dtable-font ".concat(symbol, " ").concat(className || ''),
|
|
67
|
+
style: {
|
|
68
|
+
color
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
return /*#__PURE__*/_react.default.createElement("span", {
|
|
73
|
+
className: "dtable-font dtable-icon-".concat(symbol, " ").concat(className || ''),
|
|
74
|
+
style: {
|
|
75
|
+
color
|
|
76
|
+
}
|
|
29
77
|
});
|
|
30
78
|
};
|
|
31
79
|
this.state = {
|
|
32
|
-
value: props.value
|
|
80
|
+
value: props.value || false
|
|
33
81
|
};
|
|
34
82
|
}
|
|
35
|
-
|
|
83
|
+
componentDidMount() {
|
|
84
|
+
document.addEventListener('keydown', this.onKeyDown);
|
|
85
|
+
}
|
|
86
|
+
componentWillUnmount() {
|
|
87
|
+
document.removeEventListener('keydown', this.onKeyDown);
|
|
88
|
+
}
|
|
89
|
+
componentDidUpdate(prevProps) {
|
|
36
90
|
const {
|
|
37
91
|
value
|
|
38
|
-
} = this.
|
|
92
|
+
} = this.props;
|
|
93
|
+
if (value !== prevProps.value) {
|
|
94
|
+
this.setState({
|
|
95
|
+
value
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
render() {
|
|
100
|
+
var _column$data;
|
|
39
101
|
const {
|
|
40
|
-
|
|
102
|
+
className,
|
|
103
|
+
style,
|
|
104
|
+
column
|
|
41
105
|
} = this.props;
|
|
42
|
-
|
|
43
|
-
|
|
106
|
+
const {
|
|
107
|
+
value
|
|
108
|
+
} = this.state;
|
|
109
|
+
const checkboxProps = {
|
|
110
|
+
...(!_utils.isMobile && {
|
|
111
|
+
onClick: this.onChangeCheckboxValue
|
|
112
|
+
}),
|
|
113
|
+
...(_utils.isMobile && {
|
|
114
|
+
onTouchStart: this.onChangeCheckboxValue
|
|
115
|
+
})
|
|
44
116
|
};
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
className:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
54
|
-
className: "shown-checkbox"
|
|
55
|
-
}, value && /*#__PURE__*/_react.default.createElement("span", {
|
|
56
|
-
className: "dtable-font dtable-icon-check-mark"
|
|
57
|
-
})));
|
|
117
|
+
let checkboxStyle = column === null || column === void 0 ? void 0 : (_column$data = column.data) === null || _column$data === void 0 ? void 0 : _column$data.checkbox_style;
|
|
118
|
+
if (!checkboxStyle || Object.keys(checkboxStyle).length < 2) {
|
|
119
|
+
checkboxStyle = _constants.DEFAULT_CHECKBOX_MARK_STYLE;
|
|
120
|
+
}
|
|
121
|
+
return /*#__PURE__*/_react.default.createElement("div", Object.assign({
|
|
122
|
+
className: (0, _classnames.default)('dtable-ui-checkbox-editor', className),
|
|
123
|
+
style: style || {}
|
|
124
|
+
}, checkboxProps), value && this.renderIcon(checkboxStyle.type, checkboxStyle.color));
|
|
58
125
|
}
|
|
59
126
|
}
|
|
60
|
-
CheckboxEditor.defaultProps = {
|
|
61
|
-
isReadOnly: false,
|
|
62
|
-
value: false
|
|
63
|
-
};
|
|
64
127
|
var _default = exports.default = CheckboxEditor;
|