From d93f0160685540ac7c97e365a608877c7247c0f5 Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 17:59:21 +0100 Subject: [PATCH 01/13] Update themes and colors with annotator style --- src/assets/scss/_colors.scss | 10 +++++++++- src/assets/scss/_themes.scss | 5 ++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/assets/scss/_colors.scss b/src/assets/scss/_colors.scss index 8178afda0..cd6e3f7fc 100644 --- a/src/assets/scss/_colors.scss +++ b/src/assets/scss/_colors.scss @@ -24,7 +24,11 @@ $editionColors: ( versesBackground: #800000, versesColor: #ffffff, versesBorder: #000000, - highlightColor: #ffffcc + highlightColor: #ffffcc, + annotations: ( + buttonColors: #FFFFFF, + noteColor: #E4EBF6 + ) ); @function get-color($key) { @@ -33,4 +37,8 @@ $editionColors: ( @function get-ne-color($key) { @return get-color(namedEntities $key); +} + +@function get-anno-color($key){ + @return get-color(annotations $key); } \ No newline at end of file diff --git a/src/assets/scss/_themes.scss b/src/assets/scss/_themes.scss index 2e718bebc..e7502b521 100644 --- a/src/assets/scss/_themes.scss +++ b/src/assets/scss/_themes.scss @@ -1,5 +1,6 @@ $themes: ( neutral: ( + annotatorColor: #8dc6ff, baseColorDark: #000, baseColorLight: #fff, baseBorder: rgba(0, 0, 0, 0.125), @@ -16,6 +17,7 @@ $themes: ( appEntryBoxActiveTabBg: #e7e7e7, ), modern: ( + annotatorColor: #8dc6ff, baseColorDark: #263238, baseColorLight: #ECEFF1, baseBorder: rgba(0, 0, 0, 0.125), @@ -31,7 +33,8 @@ $themes: ( appEntryBoxBackground: #f1f4f5, appEntryBoxActiveTabBg: #eaecec, ), - classic: ( + classic: ( + annotatorColor: #8dc6ff, baseColorDark: rgb(54, 45, 40), baseColorLight: rgb(245, 234, 212), baseBorder: rgba(0, 0, 0, 0.125), From 868a9efcf5ff196c050d6740b896d69990edae3c Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 17:59:33 +0100 Subject: [PATCH 02/13] Update translation for annotator terms --- src/assets/i18n/en.json | 9 ++++++++- src/assets/i18n/it.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 686e2c0f8..6a2370d9e 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -172,5 +172,12 @@ "moreInfoAboutApp": "More info about the apparatus entry", "omit": "omit.", "wit": "Wit:", - "xml": "XML" + "xml": "XML", + "annotate": "Annotation", + "highlight": "Highlight", + "annotatorNote": "Note", + "noteTitle": "Title", + "noteBody": "Enter the note", + "noteCancel": "Cancel", + "noteSave": "Save" } \ No newline at end of file diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index c599b88e2..7964f1301 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -171,5 +171,12 @@ "moreInfoAboutApp": "Maggiori informazioni per l'entrata d'apparato", "omit": "omit.", "wit": "Wit:", - "xml": "XML" + "xml": "XML", + "annotate": "Annotazione", + "highlight": "Evidenziazione", + "annotatorNote":"Nota", + "noteTitle": "Titlo", + "noteBody": "Iserisci la nota", + "noteCancel": "Cancella", + "noteSave": "Salva" } \ No newline at end of file From f2c3351761534d98d11dfd16321281c3f1d343ea Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 17:59:46 +0100 Subject: [PATCH 03/13] Add annotator icons --- .../ui-components/icon/icon.component.scss | 329 ++++++++---------- src/assets/fonts/evt-icons-project.json | 2 +- src/assets/fonts/evt-icons.eot | Bin 11060 -> 12196 bytes src/assets/fonts/evt-icons.svg | 4 + src/assets/fonts/evt-icons.ttf | Bin 10888 -> 12024 bytes src/assets/fonts/evt-icons.woff | Bin 10964 -> 12100 bytes 6 files changed, 144 insertions(+), 191 deletions(-) mode change 100755 => 100644 src/assets/fonts/evt-icons-project.json mode change 100755 => 100644 src/assets/fonts/evt-icons.eot mode change 100755 => 100644 src/assets/fonts/evt-icons.svg mode change 100755 => 100644 src/assets/fonts/evt-icons.ttf mode change 100755 => 100644 src/assets/fonts/evt-icons.woff diff --git a/src/app/ui-components/icon/icon.component.scss b/src/app/ui-components/icon/icon.component.scss index 26ecc8583..c0e7e4c52 100644 --- a/src/app/ui-components/icon/icon.component.scss +++ b/src/app/ui-components/icon/icon.component.scss @@ -28,256 +28,205 @@ .evt-icon-files-empty:before { content: "\e93c"; -} - -.evt-icon-equalizer:before { + } + .evt-icon-equalizer:before { content: "\e93d"; -} - -.evt-icon-square-o:before { + } + .evt-icon-square-o:before { content: "\e93e"; -} - -.evt-icon-copy:before { + } + .evt-icon-copy:before { content: "\e93f"; -} - -.evt-icon-clone:before { + } + .evt-icon-clone:before { content: "\e940"; -} - -.evt-icon-quote-right:before { + } + .evt-icon-quote-right:before { content: "\e941"; -} - -.evt-icon-fork:before { + } + .evt-icon-fork:before { content: "\e942"; -} - -.evt-icon-quote-left:before { + } + .evt-icon-quote-left:before { content: "\e943"; -} - -.evt-icon-versions:before { + } + .evt-icon-versions:before { content: "\e944"; -} - -.evt-icon-srcTxt:before { + } + .evt-icon-srcTxt:before { content: "\e945"; -} - -.evt-icon-bookreader:before { + } + .evt-icon-bookreader:before { content: "\e904"; -} - -.evt-icon-collation:before { + } + .evt-icon-collation:before { content: "\e908"; -} - -.evt-icon-imgTxt:before { + } + .evt-icon-imgTxt:before { content: "\e91c"; -} - -.evt-icon-txt:before { + } + .evt-icon-txt:before { content: "\e92e"; -} - -.evt-icon-txtTxt:before { + } + .evt-icon-txtTxt:before { content: "\e92f"; -} - -.evt-icon-add:before { + } + .evt-icon-add:before { content: "\e900"; -} - -.evt-icon-book:before { + } + .evt-icon-book:before { content: "\e901"; -} - -.evt-icon-bookmark-alt:before { + } + .evt-icon-bookmark-alt:before { content: "\e902"; -} - -.evt-icon-bookmark:before { + } + .evt-icon-bookmark:before { content: "\e903"; -} - -.evt-icon-books:before { + } + .evt-icon-books:before { content: "\e905"; -} - -.evt-icon-close:before { + } + .evt-icon-close:before { content: "\e906"; -} - -.evt-icon-code:before { + } + .evt-icon-code:before { content: "\e907"; -} - -.evt-icon-color-legend:before { + } + .evt-icon-color-legend:before { content: "\e909"; -} - -.evt-icon-color-lens:before { + } + .evt-icon-color-lens:before { content: "\e90a"; -} - -.evt-icon-colors-fill:before { + } + .evt-icon-colors-fill:before { content: "\e90b"; -} - -.evt-icon-copyright:before { + } + .evt-icon-copyright:before { content: "\e90c"; -} - -.evt-icon-drop-down:before { + } + .evt-icon-drop-down:before { content: "\e90d"; -} - -.evt-icon-drop-up:before { + } + .evt-icon-drop-up:before { content: "\e90e"; -} - -.evt-icon-filter:before { + } + .evt-icon-filter:before { content: "\e90f"; -} - -.evt-icon-find-in-page:before { + } + .evt-icon-find-in-page:before { content: "\e910"; -} - -.evt-icon-font-size-minu-alt:before { + } + .evt-icon-font-size-minu-alt:before { content: "\e911"; -} - -.evt-icon-font-size-minus:before { + } + .evt-icon-font-size-minus:before { content: "\e912"; -} - -.evt-icon-font-size-plus-alt:before { + } + .evt-icon-font-size-plus-alt:before { content: "\e913"; -} - -.evt-icon-font-size-plus:before { + } + .evt-icon-font-size-plus:before { content: "\e914"; -} - -.evt-icon-font-size-reset:before { + } + .evt-icon-font-size-reset:before { content: "\e915"; -} - -.evt-icon-fragment:before { + } + .evt-icon-fragment:before { content: "\e916"; -} - -.evt-icon-heatmap-alt:before { + } + .evt-icon-heatmap-alt:before { content: "\e917"; -} - -.evt-icon-heatmap:before { + } + .evt-icon-heatmap:before { content: "\e918"; -} - -.evt-icon-help-alt:before { + } + .evt-icon-help-alt:before { content: "\e919"; -} - -.evt-icon-help:before { + } + .evt-icon-help:before { content: "\e91a"; -} - -.evt-icon-hotspot:before { + } + .evt-icon-hotspot:before { content: "\e91b"; -} - -.evt-icon-info-alt-r:before { + } + .evt-icon-info-alt-r:before { content: "\e91d"; -} - -.evt-icon-info-alt-sq:before { + } + .evt-icon-info-alt-sq:before { content: "\e91e"; -} - -.evt-icon-info-alt:before { + } + .evt-icon-info-alt:before { content: "\e91f"; -} - -.evt-icon-info:before { + } + .evt-icon-info:before { content: "\e920"; -} - -.evt-icon-link:before { + } + .evt-icon-link:before { content: "\e921"; -} - -.evt-icon-list-alt:before { + } + .evt-icon-list-alt:before { content: "\e922"; -} - -.evt-icon-list:before { + } + .evt-icon-list:before { content: "\e923"; -} - -.evt-icon-mail:before { + } + .evt-icon-mail:before { content: "\e924"; -} - -.evt-icon-menu:before { + } + .evt-icon-menu:before { content: "\e925"; -} - -.evt-icon-paragraph:before { + } + .evt-icon-paragraph:before { content: "\e929"; -} - -.evt-icon-search:before { + } + .evt-icon-search:before { content: "\e92d"; -} - -.evt-icon-zoom-fit:before { + } + .evt-icon-zoom-fit:before { content: "\e930"; -} - -.evt-icon-zoom-in:before { + } + .evt-icon-zoom-in:before { content: "\e931"; -} - -.evt-icon-zoom-one:before { + } + .evt-icon-zoom-one:before { content: "\e932"; -} - -.evt-icon-zoom-out:before { + } + .evt-icon-zoom-out:before { content: "\e933"; -} - -.evt-icon-zoom:before { + } + .evt-icon-zoom:before { content: "\e934"; -} - -.evt-icon-align:before { + } + .evt-icon-align:before { content: "\e935"; -} - -.evt-icon-bookmark-alt2:before { + } + .evt-icon-bookmark-alt2:before { content: "\e936"; -} - -.evt-icon-bookreader-alt:before { + } + .evt-icon-bookreader-alt:before { content: "\e937"; -} - -.evt-icon-font-size-minus-alt:before { + } + .evt-icon-font-size-minus-alt:before { content: "\e938"; -} - -.evt-icon-font-size-reset-alt:before { + } + .evt-icon-font-size-reset-alt:before { content: "\e939"; -} - -.evt-icon-font-size:before { + } + .evt-icon-font-size:before { content: "\e93a"; -} - -.evt-icon-thumbnails:before { + } + .evt-icon-thumbnails:before { content: "\e93b"; -} \ No newline at end of file + } + .evt-icon-note:before { + content: "\e926"; + } + .evt-icon-annotate:before { + content: "\e927"; + } + .evt-icon-dots:before { + content: "\e928"; + } + .evt-icon-highlight:before { + content: "\e92a"; + } \ No newline at end of file diff --git a/src/assets/fonts/evt-icons-project.json b/src/assets/fonts/evt-icons-project.json old mode 100755 new mode 100644 index 35bfc7ef1..bec0c1e72 --- a/src/assets/fonts/evt-icons-project.json +++ b/src/assets/fonts/evt-icons-project.json @@ -1 +1 @@ -{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M917.806 357.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-368c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80v-496c0-14.332-4.372-39.35-42.194-90.924zM785.374 302.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-608c-8.672 0-16-7.328-16-16v-736c0-8.672 7.328-16 16-16 0 0 367.956-0.002 368 0v224c0 17.672 14.324 32 32 32h224v496zM602.924 42.196c-51.574-37.822-76.592-42.196-90.924-42.196h-368c-44.112 0-80 35.888-80 80v736c0 38.632 27.528 70.958 64 78.39v-814.39c0-8.672 7.328-16 16-16h486.876c-9.646-7.92-19.028-15.26-27.952-21.804z"],"isMulticolor":false,"isMulticolor2":false,"tags":["files-empty","files","documents","papers","pages"],"defaultCode":59708,"grid":16},"properties":{"id":1,"order":75,"ligatures":"","prevSize":32,"code":59708,"name":"files-empty"},"setIdx":0,"setId":1,"iconIdx":0},{"icon":{"paths":["M896 448h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576zM768 256h128v128h-128v-128zM592 832c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-576h-128v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576h16zM128 256h128v128h-128v-128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"defaultCode":59709,"grid":16},"properties":{"id":2,"order":76,"ligatures":"","prevSize":32,"code":59709,"name":"equalizer"},"setIdx":0,"setId":1,"iconIdx":1},{"icon":{"paths":["M749.714 182.857h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-475.429c0-50.286-41.143-91.429-91.429-91.429zM914.285 274.285v475.429c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c90.857 0 164.571 73.714 164.571 164.571z"],"isMulticolor":false,"isMulticolor2":false,"tags":["square-o"],"defaultCode":59710,"grid":16},"properties":{"id":3,"order":77,"ligatures":"","prevSize":32,"code":59710,"name":"square-o"},"setIdx":0,"setId":1,"iconIdx":2},{"icon":{"paths":["M969.143 219.428c30.286 0 54.857 24.571 54.857 54.857v694.857c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-164.571h-310.857c-30.286 0-54.857-24.571-54.857-54.857v-384c0-30.286 17.714-72.571 38.857-93.714l233.143-233.143c21.143-21.143 63.429-38.857 93.714-38.857h237.714c30.286 0 54.857 24.571 54.857 54.857v187.429c22.286-13.143 50.857-22.857 73.143-22.857h237.714zM658.286 341.142l-170.857 170.857h170.857v-170.857zM292.571 121.713l-170.857 170.857h170.857v-170.857zM404.571 491.428l180.571-180.571v-237.714h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h292.571v-146.286c0-30.286 17.714-72.571 38.857-93.714zM950.857 950.856v-658.286h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h512z"],"isMulticolor":false,"isMulticolor2":false,"tags":["copy","files-o"],"defaultCode":59711,"grid":16},"properties":{"id":4,"order":78,"ligatures":"","prevSize":32,"code":59711,"name":"copy"},"setIdx":0,"setId":1,"iconIdx":3},{"icon":{"paths":["M950.858 932.571v-621.714c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286v621.714c0 9.714 8.571 18.286 18.286 18.286h621.714c9.714 0 18.286-8.571 18.286-18.286zM1024.001 310.857v621.714c0 50.286-41.143 91.429-91.429 91.429h-621.714c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429zM804.572 91.429v91.429h-73.143v-91.429c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286v621.714c0 9.714 8.571 18.286 18.286 18.286h91.429v73.143h-91.429c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429z"],"isMulticolor":false,"isMulticolor2":false,"tags":["clone"],"defaultCode":59712,"grid":16},"properties":{"id":5,"order":79,"ligatures":"","prevSize":32,"code":59712,"name":"clone"},"setIdx":0,"setId":1,"iconIdx":4},{"icon":{"paths":["M475.428 219.428v402.286c0 161.143-131.429 292.571-292.571 292.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571c80.571 0 146.286-65.714 146.286-146.286v-18.286c0-30.286-24.571-54.857-54.857-54.857h-128c-60.571 0-109.714-49.143-109.714-109.714v-219.429c0-60.571 49.143-109.714 109.714-109.714h219.429c60.571 0 109.714 49.143 109.714 109.714zM987.428 219.428v402.286c0 161.143-131.429 292.571-292.571 292.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571c80.571 0 146.286-65.714 146.286-146.286v-18.286c0-30.286-24.571-54.857-54.857-54.857h-128c-60.571 0-109.714-49.143-109.714-109.714v-219.429c0-60.571 49.143-109.714 109.714-109.714h219.429c60.571 0 109.714 49.143 109.714 109.714z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quote-right"],"defaultCode":59713,"grid":16},"properties":{"id":6,"order":80,"ligatures":"","prevSize":32,"code":59713,"name":"quote-right"},"setIdx":0,"setId":1,"iconIdx":5},{"icon":{"paths":["M704 0v124c0 51.264-20 99.488-56.128 135.616l-362.112 360.128c-57.248 57.12-88.768 132.128-92.256 212.256h-129.504l192 192 192-192h-126.624c3.36-46.016 21.888-88.736 54.752-121.76l362.112-360c60.512-60.48 93.76-140.736 93.76-226.24v-124h-128zM830.496 832c-3.488-80.128-35.136-155.136-92.384-212.512l-71.36-70.88-90.752 90.272 71.744 71.36c32.992 32.864 51.488 75.744 54.88 121.76h-126.624l192 192 192-192h-129.504z"],"isMulticolor":false,"isMulticolor2":false,"tags":["fork"],"defaultCode":59714,"grid":16},"properties":{"id":7,"order":81,"ligatures":"","prevSize":32,"code":59714,"name":"fork"},"setIdx":0,"setId":1,"iconIdx":6},{"icon":{"paths":["M475.429 585.143v219.429c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-402.286c0-161.143 131.429-292.571 292.571-292.571h36.571c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-36.571c-80.571 0-146.286 65.714-146.286 146.286v18.286c0 30.286 24.571 54.857 54.857 54.857h128c60.571 0 109.714 49.143 109.714 109.714zM987.429 585.143v219.429c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-402.286c0-161.143 131.429-292.571 292.571-292.571h36.571c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-36.571c-80.571 0-146.286 65.714-146.286 146.286v18.286c0 30.286 24.571 54.857 54.857 54.857h128c60.571 0 109.714 49.143 109.714 109.714z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quote-left"],"defaultCode":59715,"grid":16},"properties":{"id":8,"order":82,"ligatures":"","prevSize":32,"code":59715,"name":"quote-left"},"setIdx":0,"setId":1,"iconIdx":7},{"icon":{"paths":["M94.442 108.756c-52.315 0-94.442 44.187-94.442 99.099v608.257c0 54.912 42.126 99.133 94.442 99.133h835.116c52.315 0 94.442-44.221 94.442-99.133v-608.257c0-54.912-42.126-99.099-94.442-99.099h-835.116zM67.972 222.616h469.848v476.696h56.912c1.76-37.849 17.649-73.283 46.536-100.264l182.754-170.118c18.231-17.065 28.318-39.819 28.318-64.035v-58.59h64.582v58.59c0 40.39-16.788 78.27-47.323 106.838l-182.72 170.050c-16.584 15.599-25.939 35.792-27.634 57.528h63.897l-96.874 90.709-88.449-82.799v123.206h-469.848v-607.81zM136.971 360.991v67.938h336.984v-67.938h-336.984zM136.971 499.88v58.076h336.984v-58.076h-336.984zM833.541 565.456l35.989 33.489c28.889 27.103 44.878 62.516 46.639 100.366h65.335l-96.874 90.709-96.907-90.709h63.897c-1.712-21.736-11.019-42.005-27.668-57.528l-36.229-33.695 45.817-42.632zM136.971 628.907v73.486h336.984v-73.486h-336.984z"],"isMulticolor":false,"isMulticolor2":false,"tags":["versions"],"defaultCode":59716,"grid":16},"properties":{"id":9,"order":83,"ligatures":"","prevSize":32,"code":59716,"name":"versions"},"setIdx":0,"setId":1,"iconIdx":8},{"icon":{"paths":["M94.408 108.755c-52.315 0-94.408 44.187-94.408 99.1v608.257c0 54.91 42.093 99.133 94.408 99.133h835.151c52.315 0 94.441-44.222 94.441-99.133v-608.257c0-54.91-42.126-99.1-94.441-99.1h-835.151zM51.058 218.161h465.978v607.777h-465.978v-607.777zM690.098 341.197h16.71c9.122 0 16.677 7.111 16.677 15.718v31.47c0 8.607-7.554 15.752-16.677 15.752h-16.71c-36.752 0-66.705 28.297-66.705 62.974v7.842c0 13.036 11.218 23.627 25.032 23.627h58.384c27.629 0 50.029 21.153 50.029 47.222v94.408c0 26.066-22.399 47.222-50.029 47.222h-100.092c-27.629 0-50.062-21.153-50.062-47.222v-173.099c0-69.351 59.943-125.911 133.444-125.911zM923.634 341.197h16.71c9.122 0 16.677 7.111 16.677 15.718v31.47c0 8.607-7.554 15.752-16.677 15.752h-16.71c-36.752 0-66.705 28.297-66.705 62.974v7.842c0 13.036 11.218 23.627 25.032 23.627h58.384c27.629 0 50.029 21.153 50.029 47.222v94.408c0 26.066-22.399 47.222-50.029 47.222h-100.092c-27.629 0-50.062-21.153-50.062-47.222v-173.099c0-69.351 59.943-125.911 133.444-125.911zM118.754 361.708v54.994h337.018v-54.994h-337.018zM118.754 501.865v46.468h337.018v-46.468h-337.018zM118.754 629.624v54.104h337.018v-54.104h-337.018z"],"isMulticolor":false,"isMulticolor2":false,"tags":["src-Txt"],"defaultCode":59717,"grid":16},"properties":{"id":10,"order":84,"ligatures":"","prevSize":32,"code":59717,"name":"srcTxt"},"setIdx":0,"setId":1,"iconIdx":9},{"icon":{"paths":["M930.91 116.364h-837.82c-51.2 0-93.090 41.891-93.090 93.090v605.092c0 51.2 41.891 93.090 93.090 93.090h837.82c51.2 0 93.090-41.891 93.090-93.090v-605.092c0-51.2-41.891-93.090-93.090-93.090zM190.837 693.527l58.181 81.455 86.109-111.709 116.364 151.274h-349.092l88.437-121.017zM640 693.527l58.181 81.455 86.109-111.709 116.364 151.274h-349.092l88.437-121.017z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookreader"],"defaultCode":59652,"grid":16},"properties":{"id":5,"order":89,"ligatures":"","prevSize":32,"code":59652,"name":"bookreader"},"setIdx":1,"setId":0,"iconIdx":4},{"icon":{"paths":["M397.962 484.072h228.073v55.855h-228.073v-55.855zM397.962 390.982h228.073v55.855h-228.073v-55.855zM397.962 577.165h228.073v55.855h-228.073v-55.855zM930.909 116.364h-837.819c-51.2 0-93.090 41.892-93.090 93.090v605.092c0 51.2 41.892 93.090 93.090 93.090h837.819c51.2 0 93.090-41.892 93.090-93.090v-605.092c0-51.2-41.892-93.090-93.090-93.090zM651.636 814.546h-279.273v-605.092h279.273v605.092zM88.434 484.072h228.073v55.855h-228.073v-55.855zM88.434 390.982h228.073v55.855h-228.073v-55.855zM88.434 577.165h228.073v55.855h-228.073v-55.855zM674.907 484.072h228.073v55.855h-228.073v-55.855zM674.907 390.982h228.073v55.855h-228.073v-55.855zM674.907 577.165h228.073v55.855h-228.073v-55.855zM930.909 814.546h-279.273v-605.092h279.273v605.092z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_collation"],"defaultCode":59656,"grid":16},"properties":{"id":9,"order":120,"ligatures":"","prevSize":32,"code":59656,"name":"collation"},"setIdx":1,"setId":0,"iconIdx":8},{"icon":{"paths":["M558.546 488.728h325.819v69.819h-325.819v-69.819zM558.546 372.363h325.819v69.819h-325.819v-69.819zM558.546 605.092h325.819v69.819h-325.819v-69.819zM930.91 116.364h-837.82c-51.2 0-93.090 41.891-93.090 93.090v605.092c0 51.2 41.891 93.090 93.090 93.090h837.82c51.2 0 93.090-41.891 93.090-93.090v-605.092c0-51.2-41.891-93.090-93.090-93.090zM930.91 814.546h-418.909v-605.092h418.909v605.092zM190.837 693.527l58.181 81.455 86.109-111.709 116.364 151.274h-349.092l88.437-121.017z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_imgtxt"],"defaultCode":59676,"grid":16},"properties":{"id":29,"order":112,"ligatures":"","prevSize":32,"code":59676,"name":"imgTxt"},"setIdx":1,"setId":0,"iconIdx":28},{"icon":{"paths":["M381.906 115.911h-195.14c-51.108 0-92.923 34.846-92.923 78.985v634.207c0 44.139 41.816 78.985 92.923 78.985h650.468c51.108 0 92.923-34.846 92.923-78.985v-634.207c0-44.139-41.816-78.985-92.923-78.985h-195.14zM837.234 815.165h-650.468v-604.007h650.468v604.007zM286.659 478.315h448.358v69.694h-448.358v-69.694zM286.659 362.161h448.358v69.694h-448.358v-69.694zM286.659 594.47h448.358v69.694h-448.358v-69.694z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_txt"],"defaultCode":59694,"grid":16},"properties":{"id":47,"order":131,"ligatures":"","prevSize":32,"code":59694,"name":"txt"},"setIdx":1,"setId":0,"iconIdx":46},{"icon":{"paths":["M558.546 488.728h325.819v69.819h-325.819v-69.819zM558.546 372.363h325.819v69.819h-325.819v-69.819zM558.546 605.092h325.819v69.819h-325.819v-69.819zM930.91 116.364h-837.82c-51.2 0-93.090 41.891-93.090 93.090v605.092c0 51.2 41.891 93.090 93.090 93.090h837.82c51.2 0 93.090-41.891 93.090-93.090v-605.092c0-51.2-41.891-93.090-93.090-93.090zM930.91 814.546h-418.909v-605.092h418.909v605.092zM104.728 488.728h325.819v69.819h-325.819v-69.819zM104.728 372.363h325.819v69.819h-325.819v-69.819zM104.728 605.092h325.819v69.819h-325.819v-69.819z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_txttxt"],"defaultCode":59695,"grid":16},"properties":{"id":48,"order":132,"ligatures":"","prevSize":32,"code":59695,"name":"txtTxt"},"setIdx":1,"setId":0,"iconIdx":47},{"icon":{"paths":["M810.958 554.708h-256.25v256.25h-85.416v-256.25h-256.25v-85.416h256.25v-256.25h85.416v256.25h256.25v85.416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_add"],"defaultCode":59648,"grid":4},"properties":{"id":1,"order":85,"ligatures":"","prevSize":32,"code":59648,"name":"add"},"setIdx":1,"setId":0,"iconIdx":0},{"icon":{"paths":["M832.313 191.688v694.011h-561.615c-44.844 0-81.146-36.302-81.146-81.146s36.302-81.146 81.146-81.146h508.229v-638.491h-533.854c-59.791 0-106.771 49.115-106.771 106.771v640.626c0 59.791 49.115 106.771 106.771 106.771h640.626v-747.397h-53.385zM270.698 778.928v0 0c-14.948 0-27.76 12.813-27.76 25.625s12.813 27.76 27.76 27.76v0 0h508.229v-53.385h-508.229z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_book"],"defaultCode":59649,"grid":4},"properties":{"id":2,"order":86,"ligatures":"","prevSize":32,"code":59649,"name":"book"},"setIdx":1,"setId":0,"iconIdx":1},{"icon":{"paths":["M712.729 152.182h-401.459c-44.844 0-79.010 36.302-79.010 79.010v638.491l279.74-117.448 279.74 119.584v-638.491c0-44.844-36.302-81.146-79.010-81.146zM712.729 752.234l-200.729-87.553-200.729 87.553v-518.907h399.323v518.907z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookmark-alt"],"defaultCode":59650,"grid":4},"properties":{"id":3,"order":87,"ligatures":"","prevSize":32,"code":59650,"name":"bookmark-alt"},"setIdx":1,"setId":0,"iconIdx":2},{"icon":{"paths":["M710.594 152.182h-397.188c-42.709 0-79.010 36.302-79.010 79.010v640.626l277.604-119.584 277.604 119.584v-638.491c0-44.844-36.302-81.146-79.010-81.146z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookmark"],"defaultCode":59651,"grid":4},"properties":{"id":4,"order":88,"ligatures":"","prevSize":32,"code":59651,"name":"bookmark"},"setIdx":1,"setId":0,"iconIdx":3},{"icon":{"paths":["M233.138 170.334h-166.563c-14.948 0-25.625 12.813-25.625 27.76v627.813c0 14.948 10.677 27.76 25.625 27.76h164.428c14.948 0 27.76-12.813 27.76-27.76v-627.813c2.135-14.948-10.677-27.76-25.625-27.76zM205.378 341.167h-111.041v-57.656h111.041v57.656zM506.472 170.334h-164.428c-14.948 0-27.76 12.813-27.76 27.76v627.813c0 14.948 12.813 27.76 27.76 27.76h164.428c14.948 0 27.76-12.813 27.76-27.76v-627.813c0-14.948-10.677-27.76-27.76-27.76zM480.847 341.167h-111.041v-57.656h111.041v57.656zM696.525 213.042l-147.344 76.875c-12.813 6.406-19.219 23.49-12.813 38.438l247.709 508.229c6.406 14.948 23.49 19.219 36.302 12.813l147.344-76.875c12.813-6.406 19.219-23.49 12.813-38.438l-245.573-508.229c-6.406-12.813-23.49-19.219-38.438-12.813z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_books"],"defaultCode":59653,"grid":4},"properties":{"id":6,"order":90,"ligatures":"","prevSize":32,"code":59653,"name":"books"},"setIdx":1,"setId":0,"iconIdx":5},{"icon":{"paths":["M810.958 272.833l-59.791-59.791-239.167 239.167-239.167-239.167-59.791 59.791 239.167 239.167-239.167 239.167 59.791 59.791 239.167-239.167 239.167 239.167 59.791-59.791-239.167-239.167 239.167-239.167z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_close"],"defaultCode":59654,"grid":4},"properties":{"id":7,"order":91,"ligatures":"","prevSize":32,"code":59654,"name":"close"},"setIdx":1,"setId":0,"iconIdx":6},{"icon":{"paths":["M400.959 708.459l-194.323-196.459 196.459-196.459-61.927-59.791-256.25 256.25 256.25 256.25 59.791-59.791zM623.042 708.459l196.459-196.459-196.459-196.459 59.791-59.791 256.25 256.25-256.25 256.25-59.791-59.791z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_code"],"defaultCode":59655,"grid":4},"properties":{"id":8,"order":92,"ligatures":"","prevSize":32,"code":59655,"name":"code"},"setIdx":1,"setId":0,"iconIdx":7},{"icon":{"paths":["M910.255 553.64h-341.667v-85.416h341.667v85.416zM910.255 297.39h-341.667v85.416h341.667v-85.416zM568.587 724.473h341.667v-85.416h-341.667v85.416zM269.629 297.39c0 0-155.885 168.698-155.885 273.334 0 85.416 70.469 155.885 155.885 155.885s155.885-70.469 155.885-155.885c0-104.635-155.885-273.334-155.885-273.334z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_color-legend"],"defaultCode":59657,"grid":4},"properties":{"id":10,"order":93,"ligatures":"","prevSize":32,"code":59657,"name":"color-legend"},"setIdx":1,"setId":0,"iconIdx":9},{"icon":{"paths":["M512 127.626c-211.406 0-384.375 172.969-384.375 384.375s172.969 384.375 384.375 384.375c36.302 0 64.063-27.76 64.063-64.063 0-17.084-6.406-32.031-17.084-42.709s-17.084-25.625-17.084-42.709c0-36.302 27.76-64.063 64.063-64.063h76.875c117.448 0 213.542-96.094 213.542-213.542 0-187.917-172.969-341.667-384.375-341.667zM277.104 512.002c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063zM405.229 341.168c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063zM618.772 341.168c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063zM746.897 512.002c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_color-lens"],"defaultCode":59658,"grid":4},"properties":{"id":11,"order":94,"ligatures":"","prevSize":32,"code":59658,"name":"color-lens"},"setIdx":1,"setId":0,"iconIdx":10},{"icon":{"paths":["M706.323 531.219l-382.24-382.24-59.791 59.791 102.5 102.5-219.948 219.948c-25.625 25.625-25.625 66.198 0 89.688l234.896 234.896c12.813 12.813 29.896 19.219 44.844 19.219s32.031-6.406 44.844-19.219l234.896-234.896c25.625-23.49 25.625-66.198 0-89.688zM221.584 576.063l205-205 205 205h-410zM810.959 640.126c0 0-85.416 91.823-85.416 149.479 0 46.979 38.438 85.416 85.416 85.416s85.416-38.438 85.416-85.416c0-57.656-85.416-149.479-85.416-149.479z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_colors-fill"],"defaultCode":59659,"grid":4},"properties":{"id":12,"order":95,"ligatures":"","prevSize":32,"code":59659,"name":"colors-fill"},"setIdx":1,"setId":0,"iconIdx":11},{"icon":{"paths":["M512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM512 853.667c-187.917 0-341.667-153.75-341.667-341.667s153.75-341.667 341.667-341.667 341.667 153.75 341.667 341.667c0 187.917-153.75 341.667-341.667 341.667zM430.854 462.886c2.135-12.813 6.406-25.625 12.813-36.302s14.948-19.219 25.625-25.625c10.677-6.406 23.49-8.541 38.438-10.677 10.677 0 19.219 2.135 27.76 6.406s17.084 8.541 21.354 14.948c6.406 6.406 10.677 14.948 14.948 23.49s4.271 17.084 6.406 27.76h76.875c0-19.219-4.271-38.438-10.677-55.521s-17.084-32.031-29.896-42.709-27.76-21.354-46.979-27.76c-17.084-6.406-38.438-10.677-59.791-10.677-27.76 0-51.25 4.271-72.604 14.948-21.354 8.541-38.438 23.49-51.25 38.438-12.813 17.084-23.49 36.302-29.896 57.656s-10.677 44.844-10.677 70.469v10.677c0 25.625 4.271 46.979 10.677 70.469 6.406 21.354 17.084 40.573 29.896 57.656s29.896 29.896 51.25 38.438c21.354 10.677 44.844 14.948 72.604 14.948 19.219 0 38.438-4.271 55.521-10.677s32.031-14.948 46.979-27.76c12.813-10.677 23.49-25.625 32.031-40.573s12.813-32.031 12.813-49.115h-79.010c0 8.541-2.135 17.084-6.406 25.625s-8.541 14.948-14.948 19.219c-6.406 4.271-14.948 10.677-23.49 12.813s-17.084 4.271-25.625 4.271c-14.948 0-27.76-4.271-38.438-10.677s-19.219-14.948-25.625-25.625-10.677-23.49-12.813-38.438c-2.135-12.813-2.135-25.625-2.135-40.573v-10.677c0-17.084 0-29.896 4.271-44.844z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_copyright"],"defaultCode":59660,"grid":4},"properties":{"id":13,"order":96,"ligatures":"","prevSize":32,"code":59660,"name":"copyright"},"setIdx":1,"setId":0,"iconIdx":12},{"icon":{"paths":["M298.458 405.229l213.542 213.542 213.542-213.542h-427.084z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_drop-down"],"defaultCode":59661,"grid":4},"properties":{"id":14,"order":97,"ligatures":"","prevSize":32,"code":59661,"name":"drop-down"},"setIdx":1,"setId":0,"iconIdx":13},{"icon":{"paths":["M298.458 618.771l213.542-213.542 213.542 213.542h-427.084z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_drop-up"],"defaultCode":59662,"grid":4},"properties":{"id":15,"order":98,"ligatures":"","prevSize":32,"code":59662,"name":"drop-up"},"setIdx":1,"setId":0,"iconIdx":14},{"icon":{"paths":["M618.771 810.959v0-384.375l234.896-213.542h-683.334l234.896 213.542v298.959l213.542 85.416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_filter"],"defaultCode":59663,"grid":4},"properties":{"id":16,"order":99,"ligatures":"","prevSize":32,"code":59663,"name":"filter"},"setIdx":1,"setId":0,"iconIdx":15},{"icon":{"paths":["M853.666 836.584v-495.417l-256.25-256.25h-341.667c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h512.5c19.219 0 36.302-6.406 51.25-17.084l-190.053-190.053c-34.166 23.49-74.74 36.302-117.448 36.302-117.448 0-213.542-96.094-213.542-213.542s96.094-213.542 213.542-213.542 213.542 96.094 213.542 213.542c0 42.709-12.813 83.281-36.302 117.448l164.428 164.428zM383.874 554.708c0 70.469 57.656 128.125 128.125 128.125s128.125-57.656 128.125-128.125c0-70.469-57.656-128.125-128.125-128.125s-128.125 57.656-128.125 128.125z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_find-in-page"],"defaultCode":59664,"grid":4},"properties":{"id":17,"order":100,"ligatures":"","prevSize":32,"code":59664,"name":"find-in-page"},"setIdx":1,"setId":0,"iconIdx":16},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM870.751 330.491h-294.688v-59.791h294.688z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-minu-alt"],"defaultCode":59665,"grid":4},"properties":{"id":18,"order":101,"ligatures":"","prevSize":32,"code":59665,"name":"font-size-minu-alt"},"setIdx":1,"setId":0,"iconIdx":17},{"icon":{"paths":["M620.906 833.381h102.5l-251.979-642.761h-91.823l-251.979 642.761h102.5l55.521-147.344h277.604l57.656 147.344zM324.083 585.673l102.5-271.198 102.5 273.334h-205zM595.281 376.401h301.094v-61.927h-301.094z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-minus"],"defaultCode":59666,"grid":4},"properties":{"id":19,"order":102,"ligatures":"","prevSize":32,"code":59666,"name":"font-size-minus"},"setIdx":1,"setId":0,"iconIdx":18},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM870.751 330.491h-117.448v117.448h-59.791v-117.448h-117.448v-59.791h117.448v-117.448h59.791v117.448h117.448v59.791z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-plus-alt"],"defaultCode":59667,"grid":4},"properties":{"id":20,"order":103,"ligatures":"","prevSize":32,"code":59667,"name":"font-size-plus-alt"},"setIdx":1,"setId":0,"iconIdx":19},{"icon":{"paths":["M620.906 833.381h102.5l-251.979-642.761h-91.823l-251.979 642.761h102.5l55.521-147.344h277.604l57.656 147.344zM324.083 585.673l102.5-271.198 102.5 273.334h-205zM774.656 314.475v-121.719h-61.927v121.719h-121.719v61.927h121.719v121.719h61.927v-121.719h121.719v-61.927z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-plus"],"defaultCode":59668,"grid":4},"properties":{"id":21,"order":104,"ligatures":"","prevSize":32,"code":59668,"name":"font-size-plus"},"setIdx":1,"setId":0,"iconIdx":20},{"icon":{"paths":["M792.808 325.151c0-17.084-12.813-29.896-29.896-29.896s-29.896 12.813-29.896 29.896 12.813 29.896 29.896 29.896 29.896-12.813 29.896-29.896zM762.912 190.62c-74.74 0-134.531 59.791-134.531 134.531h-44.844l59.791 59.791 59.791-59.791h-44.844c0-57.656 46.979-104.635 104.635-104.635s104.635 46.979 104.635 104.635c0 57.656-46.979 104.635-104.635 104.635-23.49 0-42.709-6.406-59.791-19.219l-21.354 21.354c23.49 17.084 51.25 27.76 81.146 27.76 74.74 0 134.531-59.791 134.531-134.531-2.135-72.604-61.927-134.531-134.531-134.531zM619.839 833.381h102.5l-251.979-642.761h-91.823l-251.979 642.761h102.5l55.521-147.344h277.604l57.656 147.344zM323.016 585.673l102.5-271.198 102.5 273.334h-205z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-reset"],"defaultCode":59669,"grid":4},"properties":{"id":22,"order":105,"ligatures":"","prevSize":32,"code":59669,"name":"font-size-reset"},"setIdx":1,"setId":0,"iconIdx":21},{"icon":{"paths":["M768.248 725.54h-512.5v-85.416h512.5v85.416zM768.248 554.707h-512.5v-85.416h512.5v85.416zM768.248 383.873h-512.5v-85.416h512.5v85.416zM127.622 939.083l64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063v-854.167l-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063v854.167z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_fragment"],"defaultCode":59670,"grid":4},"properties":{"id":23,"order":106,"ligatures":"","prevSize":32,"code":59670,"name":"fragment"},"setIdx":1,"setId":0,"iconIdx":22},{"icon":{"paths":["M576.064 56.089c0 0 32.031 113.178 32.031 205 0 87.553-57.656 160.156-145.209 160.156s-155.885-70.469-155.885-160.156l2.135-14.948c-85.416 102.5-138.803 234.896-138.803 380.104 0 187.917 153.75 341.667 341.667 341.667s341.667-153.75 341.667-341.667c0-230.625-111.041-435.625-277.604-570.157zM499.189 839.788c-76.875 0-136.666-59.791-136.666-134.531 0-68.334 44.844-117.448 119.584-132.396s153.75-51.25 196.459-111.041c17.084 55.521 25.625 113.178 25.625 172.969 0 113.178-91.823 205-205 205z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_heatmap-alt"],"defaultCode":59671,"grid":4},"properties":{"id":24,"order":107,"ligatures":"","prevSize":32,"code":59671,"name":"heatmap-alt"},"setIdx":1,"setId":0,"iconIdx":23},{"icon":{"paths":["M127.625 426.583h213.542v-85.416h-213.542v85.416zM405.229 426.583h213.542v-85.416h-213.542v85.416zM682.834 426.583h213.542v-85.416h-213.542v85.416zM127.625 255.749h85.416v-85.416h-85.416v85.416zM298.459 255.749h85.416v-85.416h-85.416v85.416zM469.292 255.749h85.416v-85.416h-85.416v85.416zM640.126 255.749h85.416v-85.416h-85.416v85.416zM810.959 255.749h85.416v-85.416h-85.416v85.416zM127.625 597.416h341.667v-85.416h-341.667v85.416zM554.709 597.416h341.667v-85.416h-341.667v85.416zM896.376 853.666v-170.834h-768.751v170.834h768.751z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_heatmap"],"defaultCode":59672,"grid":4},"properties":{"id":25,"order":108,"ligatures":"","prevSize":32,"code":59672,"name":"heatmap"},"setIdx":1,"setId":0,"iconIdx":24},{"icon":{"paths":["M469.292 768.251h85.416v-85.416h-85.416v85.416zM512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084c0-234.896-192.188-427.084-427.084-427.084zM512 853.667c-187.917 0-341.667-153.75-341.667-341.667s153.75-341.667 341.667-341.667 341.667 153.75 341.667 341.667-153.75 341.667-341.667 341.667zM512 255.75c-93.959 0-170.834 76.875-170.834 170.834h85.416c0-46.979 38.438-85.416 85.416-85.416s85.416 38.438 85.416 85.416c0 85.416-128.125 74.74-128.125 213.542h85.416c0-96.094 128.125-106.771 128.125-213.542 0-93.959-76.875-170.834-170.834-170.834z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_help-alt"],"defaultCode":59673,"grid":4},"properties":{"id":26,"order":109,"ligatures":"","prevSize":32,"code":59673,"name":"help-alt"},"setIdx":1,"setId":0,"iconIdx":25},{"icon":{"paths":["M512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM554.709 810.959h-85.416v-85.416h85.416v85.416zM642.261 479.969l-38.438 38.438c-29.896 32.031-49.115 57.656-49.115 121.719h-85.416v-21.354c0-46.979 19.219-89.688 49.115-121.719l53.385-53.385c14.948-14.948 25.625-36.302 25.625-59.791 0-46.979-38.438-85.416-85.416-85.416s-85.416 38.438-85.416 85.416h-85.416c0-93.959 76.875-170.834 170.834-170.834s170.834 76.875 170.834 170.834c0 38.438-14.948 72.604-40.573 96.094z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_help"],"defaultCode":59674,"grid":4},"properties":{"id":27,"order":110,"ligatures":"","prevSize":32,"code":59674,"name":"help"},"setIdx":1,"setId":0,"iconIdx":26},{"icon":{"paths":["M879.293 205.567h-260.521v-59.791c0-34.166-25.625-59.791-59.791-59.791h-414.272c-34.166 0-59.791 25.625-59.791 59.791v307.5c0 34.166 25.625 59.791 59.791 59.791h207.135v25.625h-100.365c-34.166 0-59.791 25.625-59.791 59.791v279.74c0 34.166 25.625 59.791 59.791 59.791h401.459c34.166 0 59.791-25.625 59.791-59.791v-113.178h166.563c34.166 0 59.791-25.625 59.791-59.791v-439.897c0-32.031-25.625-59.791-59.791-59.791zM178.876 419.109v-239.167h345.938v25.625h-113.178c-34.166 0-59.791 25.625-59.791 59.791v153.75h-172.969zM524.814 299.526v119.584h-81.146v-119.584h81.146zM618.773 846.193h-333.125v-213.542h66.198v72.604c0 34.166 25.625 59.791 59.791 59.791h207.135v81.146zM618.773 673.224h-172.969v-40.573h172.969v40.573zM845.127 673.224h-132.396v-72.604c0-34.166-25.625-59.791-59.791-59.791h-207.135v-27.76h113.178c34.166 0 59.791-25.625 59.791-59.791v-153.75h226.354v373.698z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_hotspot"],"defaultCode":59675,"grid":4},"properties":{"id":28,"order":111,"ligatures":"","prevSize":32,"code":59675,"name":"hotspot"},"setIdx":1,"setId":0,"iconIdx":27},{"icon":{"paths":["M512 148.978c-200.729 0-363.022 162.291-363.022 363.022s162.291 363.022 363.022 363.022 363.022-162.291 363.022-363.022-162.291-363.022-363.022-363.022zM548.303 691.375h-72.604v-215.678h72.604v215.678zM548.303 403.093h-72.604v-72.604h72.604v72.604z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info-alt-r"],"defaultCode":59677,"grid":4},"properties":{"id":30,"order":113,"ligatures":"","prevSize":32,"code":59677,"name":"info-alt-r"},"setIdx":1,"setId":0,"iconIdx":29},{"icon":{"paths":["M802.417 148.979h-580.834c-40.573 0-72.604 32.031-72.604 72.604v580.834c0 40.573 32.031 72.604 72.604 72.604h580.834c40.573 0 72.604-32.031 72.604-72.604v-580.834c0-40.573-32.031-72.604-72.604-72.604zM548.303 693.511h-72.604v-217.813h72.604v217.813zM548.303 403.093h-72.604v-72.604h72.604v72.604z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info-alt-sq"],"defaultCode":59678,"grid":4},"properties":{"id":31,"order":114,"ligatures":"","prevSize":32,"code":59678,"name":"info-alt-sq"},"setIdx":1,"setId":0,"iconIdx":30},{"icon":{"paths":["M469.292 725.542h85.416v-256.25h-85.416v256.25zM512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM512 853.667c-187.917 0-341.667-153.75-341.667-341.667s153.75-341.667 341.667-341.667 341.667 153.75 341.667 341.667c0 187.917-153.75 341.667-341.667 341.667zM469.292 383.875h85.416v-85.416h-85.416v85.416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info-alt"],"defaultCode":59679,"grid":4},"properties":{"id":32,"order":115,"ligatures":"","prevSize":32,"code":59679,"name":"info-alt"},"setIdx":1,"setId":0,"iconIdx":31},{"icon":{"paths":["M512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM554.709 725.542h-85.416v-256.25h85.416v256.25zM554.709 383.875h-85.416v-85.416h85.416v85.416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info"],"defaultCode":59680,"grid":4},"properties":{"id":33,"order":116,"ligatures":"","prevSize":32,"code":59680,"name":"info"},"setIdx":1,"setId":0,"iconIdx":32},{"icon":{"paths":["M166.063 512c0-72.604 59.791-132.396 132.396-132.396h170.834v-81.146h-170.834c-117.448 0-213.542 96.094-213.542 213.542s96.094 213.542 213.542 213.542h170.834v-81.146h-170.834c-72.604 0-132.396-59.791-132.396-132.396zM341.167 554.708h341.667v-85.416h-341.667v85.416zM725.542 298.458h-170.834v81.146h170.834c72.604 0 132.396 59.791 132.396 132.396s-59.791 132.396-132.396 132.396h-170.834v81.146h170.834c117.448 0 213.542-96.094 213.542-213.542s-96.094-213.542-213.542-213.542z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_link"],"defaultCode":59681,"grid":4},"properties":{"id":34,"order":117,"ligatures":"","prevSize":32,"code":59681,"name":"link"},"setIdx":1,"setId":0,"iconIdx":33},{"icon":{"paths":["M148.979 597.417h170.834v-170.834h-170.834v170.834zM148.979 810.959h170.834v-170.834h-170.834v170.834zM148.979 383.875h170.834v-170.834h-170.834v170.834zM362.52 597.417h512.5v-170.834h-512.5v170.834zM362.52 810.959h512.5v-170.834h-512.5v170.834zM362.52 213.042v170.834h512.5v-170.834h-512.5z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_list-alt"],"defaultCode":59682,"grid":4},"properties":{"id":35,"order":118,"ligatures":"","prevSize":32,"code":59682,"name":"list-alt"},"setIdx":1,"setId":0,"iconIdx":34},{"icon":{"paths":["M127.625 554.709h85.416v-85.416h-85.416v85.416zM127.625 725.542h85.416v-85.416h-85.416v85.416zM127.625 383.875h85.416v-85.416h-85.416v85.416zM298.459 554.709h597.917v-85.416h-597.917v85.416zM298.459 725.542h597.917v-85.416h-597.917v85.416zM298.459 298.459v85.416h597.917v-85.416h-597.917z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_list"],"defaultCode":59683,"grid":4},"properties":{"id":36,"order":119,"ligatures":"","prevSize":32,"code":59683,"name":"list"},"setIdx":1,"setId":0,"iconIdx":35},{"icon":{"paths":["M853.667 170.334h-683.334c-46.979 0-85.416 38.438-85.416 85.416v512.5c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-512.5c0-46.979-38.438-85.416-85.416-85.416zM853.667 341.167l-341.667 213.542-341.667-213.542v-85.416l341.667 213.542 341.667-213.542v85.416z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_mail"],"defaultCode":59684,"grid":4},"properties":{"id":37,"order":121,"ligatures":"","prevSize":32,"code":59684,"name":"mail"},"setIdx":1,"setId":0,"iconIdx":36},{"icon":{"paths":["M127.625 768.25h768.751v-85.416h-768.751v85.416zM127.625 554.708h768.751v-85.416h-768.751v85.416zM127.625 255.749v85.416h768.751v-85.416h-768.751z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_menu"],"defaultCode":59685,"grid":4},"properties":{"id":38,"order":122,"ligatures":"","prevSize":32,"code":59685,"name":"menu"},"setIdx":1,"setId":0,"iconIdx":37},{"icon":{"paths":["M413.772 586.74v245.573h98.229v-542.397h98.229v542.397h98.229v-542.397h98.229v-98.229h-392.917c-108.906 0-196.459 87.553-196.459 196.459s87.553 198.594 196.459 198.594z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_paragraph"],"defaultCode":59689,"grid":4},"properties":{"id":42,"order":126,"ligatures":"","prevSize":32,"code":59689,"name":"paragraph"},"setIdx":1,"setId":0,"iconIdx":41},{"icon":{"paths":["M672.156 608.093h-34.166l-12.813-10.677c42.709-49.115 66.198-111.041 66.198-181.51 0-153.75-123.854-277.604-277.604-277.604s-275.469 123.854-275.469 277.604 123.854 277.604 277.604 277.604c68.334 0 132.396-25.625 181.51-66.198l10.677 10.677v34.166l213.542 213.542 64.063-64.063-213.542-213.542zM415.906 608.093c-106.771 0-192.188-85.416-192.188-192.188s85.416-192.188 192.188-192.188 192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_search"],"defaultCode":59693,"grid":4},"properties":{"id":46,"order":130,"ligatures":"","prevSize":32,"code":59693,"name":"search"},"setIdx":1,"setId":0,"iconIdx":45},{"icon":{"paths":["M138.302 822.703l64.063 64.063 213.542-213.542v-34.166l10.677-12.813c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604c-153.75 0-277.604 123.854-277.604 277.604 0 68.334 25.625 132.396 66.198 181.51l-10.677 12.813h-34.166l-213.542 213.542zM415.906 416.973c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188zM501.322 395.619h85.416v-85.416h42.709v85.416h85.416v42.709h-85.416v85.416h-42.709v-85.416h-85.416v-42.709z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-fit"],"defaultCode":59696,"grid":4},"properties":{"id":49,"order":133,"ligatures":"","prevSize":32,"code":59696,"name":"zoom-fit"},"setIdx":1,"setId":0,"iconIdx":48},{"icon":{"paths":["M138.302 821.635l64.063 64.063 213.542-213.542v-34.166l10.677-10.677c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604-277.604 123.854-277.604 277.604c0 68.334 25.625 132.396 66.198 181.51l-10.677 10.677h-34.166l-213.542 213.542zM415.907 415.905c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188zM710.595 281.374h-59.791v29.896h59.791v59.791h29.896v-59.791c0-17.084-12.813-29.896-29.896-29.896zM710.595 520.541h-59.791v29.896h59.791c17.084 0 29.896-12.813 29.896-29.896v-59.791h-29.896v59.791zM501.323 460.749h-29.896v59.791c0 17.084 12.813 29.896 29.896 29.896h59.791v-29.896h-59.791v-59.791zM469.292 311.27v59.791h32.031v-59.791h59.791v-29.896h-59.791c-17.084 0-32.031 12.813-32.031 29.896z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-in"],"defaultCode":59697,"grid":4},"properties":{"id":50,"order":134,"ligatures":"","prevSize":32,"code":59697,"name":"zoom-in"},"setIdx":1,"setId":0,"iconIdx":49},{"icon":{"paths":["M138.302 822.703l64.063 64.063 213.542-213.542v-34.166l10.677-12.813c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604c-153.75 0-277.604 123.854-277.604 277.604 0 68.334 25.625 132.396 66.198 181.51l-10.677 12.813h-34.166l-213.542 213.542zM415.906 416.973c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188zM714.865 438.328h-213.542v-42.709h213.542v42.709z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-one"],"defaultCode":59698,"grid":4},"properties":{"id":51,"order":135,"ligatures":"","prevSize":32,"code":59698,"name":"zoom-one"},"setIdx":1,"setId":0,"iconIdx":50},{"icon":{"paths":["M646.532 544.030v-256.25h-42.709l-85.416 42.709v42.709h64.063v170.834h64.063zM138.302 821.635l64.063 64.063 213.542-213.542v-34.166l10.677-10.677c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604-277.604 123.854-277.604 277.604c0 68.334 25.625 132.396 66.198 181.51l-10.677 10.677h-34.166l-213.542 213.542zM415.907 415.905c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-out"],"defaultCode":59699,"grid":4},"properties":{"id":52,"order":136,"ligatures":"","prevSize":32,"code":59699,"name":"zoom-out"},"setIdx":1,"setId":0,"iconIdx":51},{"icon":{"paths":["M138.302 821.635l64.063 64.063 213.542-213.542v-34.166l10.677-10.677c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604-277.604 123.854-277.604 277.604c0 68.334 25.625 132.396 66.198 181.51l-10.677 10.677h-34.166l-213.542 213.542zM415.906 415.905c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom"],"defaultCode":59700,"grid":4},"properties":{"id":53,"order":137,"ligatures":"","prevSize":32,"code":59700,"name":"zoom"},"setIdx":1,"setId":0,"iconIdx":52},{"icon":{"paths":["M725.54 896.376h85.416v-256.25h-85.416v256.25zM213.040 896.376h85.416v-427.084h-85.416v427.084zM896.374 469.292h-85.416v-341.667h-85.416v341.667h-85.416v85.416h256.25v-85.416zM383.873 725.542h85.416v170.834h85.416v-170.834h85.416v-85.416h-256.25v85.416zM554.707 127.625h-85.416v427.084h85.416v-427.084zM383.873 383.875v-85.416h-85.416v-170.834h-85.416v170.834h-85.416v85.416h256.25z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_align"],"defaultCode":59701,"grid":4},"properties":{"id":54,"order":138,"ligatures":"","prevSize":32,"code":59701,"name":"align"},"setIdx":1,"setId":0,"iconIdx":53},{"icon":{"paths":["M768.25 147.911h-512.5c-46.979 0-85.416 32.031-85.416 72.604v582.969c0 40.573 38.438 72.604 85.416 72.604h512.5c46.979 0 85.416-32.031 85.416-72.604v-582.969c0-40.573-38.438-72.604-85.416-72.604zM255.749 220.516h213.542v292.553l-106.771-55.521-106.771 55.521v-292.553z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookmark-alt2"],"defaultCode":59702,"grid":4},"properties":{"id":55,"order":139,"ligatures":"","prevSize":32,"code":59702,"name":"bookmark-alt2"},"setIdx":1,"setId":0,"iconIdx":54},{"icon":{"paths":["M896.375 170.332c-46.979-14.948-100.365-21.354-149.479-21.354-83.281 0-172.969 17.084-234.896 64.063-61.927-46.979-151.615-64.063-234.896-64.063s-172.969 17.084-234.896 64.063v625.678c0 10.677 10.677 21.354 21.354 21.354 4.271 0 6.406-2.135 10.677-2.135 57.656-27.76 140.938-46.979 202.865-46.979 83.281 0 172.969 17.084 234.896 64.063 57.656-36.302 162.291-64.063 234.896-64.063 70.469 0 143.073 12.813 202.865 44.844 4.271 2.135 6.406 2.135 10.677 2.135 10.677 0 21.354-10.677 21.354-21.354v-623.542c-25.625-19.219-53.385-32.031-85.416-42.709zM896.375 746.895c-46.979-14.948-98.229-21.354-149.479-21.354-72.604 0-177.24 27.76-234.896 64.063v-491.147c57.656-36.302 162.291-64.063 234.896-64.063 51.25 0 102.5 6.406 149.479 21.354v491.147z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookreader-alt"],"defaultCode":59703,"grid":4},"properties":{"id":56,"order":140,"ligatures":"","prevSize":32,"code":59703,"name":"bookreader-alt"},"setIdx":1,"setId":0,"iconIdx":55},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM875.022 345.439h-292.553v-59.791h292.553z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-minus-alt"],"defaultCode":59704,"grid":4},"properties":{"id":57,"order":141,"ligatures":"","prevSize":32,"code":59704,"name":"font-size-minus-alt"},"setIdx":1,"setId":0,"iconIdx":56},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM721.272 443.668c-55.521 0-104.635-34.166-123.854-81.146h46.979c17.084 25.625 44.844 40.573 79.010 40.573 53.385 0 96.094-42.709 96.094-96.094s-42.709-96.094-96.094-96.094c-36.302 0-68.334 21.354-83.281 51.25l42.709 42.709h-108.906v-106.771l36.302 36.302c21.354-38.438 64.063-64.063 111.041-64.063 74.74 0 136.666 61.927 136.666 136.666s-61.927 136.666-136.666 136.666z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-reset-alt"],"defaultCode":59705,"grid":4},"properties":{"id":58,"order":142,"ligatures":"","prevSize":32,"code":59705,"name":"font-size-reset-alt"},"setIdx":1,"setId":0,"iconIdx":57},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM740.491 270.699c-21.354 0-40.573 17.084-40.573 40.573s17.084 40.573 40.573 40.573 40.573-17.084 40.573-40.573-19.219-40.573-40.573-40.573zM845.126 311.273c0 4.271 0 8.541 0 12.813l29.896 23.49c2.135 2.135 4.271 6.406 2.135 8.541l-29.896 49.115c-2.135 2.135-6.406 4.271-8.541 2.135l-34.166-14.948c-6.406 6.406-14.948 10.677-23.49 12.813l-4.271 36.302c0 4.271-4.271 6.406-6.406 6.406h-55.521c-4.271 0-6.406-2.135-6.406-6.406l-4.271-36.302c-8.541-4.271-17.084-8.541-23.49-12.813l-34.166 14.948c-4.271 2.135-6.406 0-8.541-2.135l-27.76-49.115c-2.135-2.135 0-6.406 2.135-8.541l29.896-23.49c0-4.271 0-8.541 0-12.813s0-8.541 0-12.813l-29.896-23.49c-2.135-2.135-4.271-6.406-2.135-8.541l27.76-49.115c2.135-2.135 6.406-4.271 8.541-2.135l34.166 14.948c6.406-6.406 14.948-10.677 23.49-12.813v-40.573c0-4.271 4.271-6.406 6.406-6.406h57.656c4.271 0 6.406 2.135 6.406 6.406l4.271 36.302c8.541 4.271 17.084 8.541 23.49 12.813l34.166-14.948c2.135-2.135 6.406 0 8.541 2.135l27.76 49.115c2.135 2.135 0 6.406-2.135 8.541l-29.896 23.49c4.271 6.406 4.271 12.813 4.271 17.084z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size"],"defaultCode":59706,"grid":4},"properties":{"id":59,"order":143,"ligatures":"","prevSize":32,"code":59706,"name":"font-size"},"setIdx":1,"setId":0,"iconIdx":58},{"icon":{"paths":["M148.979 490.645h213.542v-256.25h-213.542v256.25zM148.979 789.604h213.542v-256.25h-213.542v256.25zM405.229 789.604h213.542v-256.25h-213.542v256.25zM661.479 789.604h213.542v-256.25h-213.542v256.25zM405.229 490.645h213.542v-256.25h-213.542v256.25zM661.479 234.395v256.25h213.542v-256.25h-213.542z"],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_thumbnails"],"defaultCode":59707,"grid":4},"properties":{"id":60,"order":144,"ligatures":"","prevSize":32,"code":59707,"name":"thumbnails"},"setIdx":1,"setId":0,"iconIdx":59}],"height":1024,"metadata":{"name":"evt-icons"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"evt-icon-","metadata":{"fontFamily":"evt-icons","description":"Font generated for EVT","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"includeMetadata":true,"embed":false,"ie7":true,"noie8":false,"cssVars":false,"cssVarsFormat":"scss","showSelector":true,"showMetrics":false,"showMetadata":false,"showVersion":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon"},"historySize":50,"gridSize":16,"showGrid":true}} \ No newline at end of file +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M917.806 357.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-368c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80v-496c0-14.332-4.372-39.35-42.194-90.924zM785.374 302.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-608c-8.672 0-16-7.328-16-16v-736c0-8.672 7.328-16 16-16 0 0 367.956-0.002 368 0v224c0 17.672 14.324 32 32 32h224v496zM602.924 42.196c-51.574-37.822-76.592-42.196-90.924-42.196h-368c-44.112 0-80 35.888-80 80v736c0 38.632 27.528 70.958 64 78.39v-814.39c0-8.672 7.328-16 16-16h486.876c-9.646-7.92-19.028-15.26-27.952-21.804z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["files-empty","files","documents","papers","pages"],"defaultCode":59708,"grid":16},"attrs":[],"properties":{"id":0,"order":75,"ligatures":"","prevSize":32,"code":59708,"name":"files-empty"},"setIdx":0,"setId":2,"iconIdx":0},{"icon":{"paths":["M896 448h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576zM768 256h128v128h-128v-128zM592 832c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-576h-128v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576h16zM128 256h128v128h-128v-128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"defaultCode":59709,"grid":16},"attrs":[],"properties":{"id":1,"order":76,"ligatures":"","prevSize":32,"code":59709,"name":"equalizer"},"setIdx":0,"setId":2,"iconIdx":1},{"icon":{"paths":["M749.714 182.857h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-475.429c0-50.286-41.143-91.429-91.429-91.429zM914.285 274.285v475.429c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c90.857 0 164.571 73.714 164.571 164.571z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["square-o"],"defaultCode":59710,"grid":16},"attrs":[],"properties":{"id":2,"order":77,"ligatures":"","prevSize":32,"code":59710,"name":"square-o"},"setIdx":0,"setId":2,"iconIdx":2},{"icon":{"paths":["M969.143 219.428c30.286 0 54.857 24.571 54.857 54.857v694.857c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-164.571h-310.857c-30.286 0-54.857-24.571-54.857-54.857v-384c0-30.286 17.714-72.571 38.857-93.714l233.143-233.143c21.143-21.143 63.429-38.857 93.714-38.857h237.714c30.286 0 54.857 24.571 54.857 54.857v187.429c22.286-13.143 50.857-22.857 73.143-22.857h237.714zM658.286 341.142l-170.857 170.857h170.857v-170.857zM292.571 121.713l-170.857 170.857h170.857v-170.857zM404.571 491.428l180.571-180.571v-237.714h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h292.571v-146.286c0-30.286 17.714-72.571 38.857-93.714zM950.857 950.856v-658.286h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["copy","files-o"],"defaultCode":59711,"grid":16},"attrs":[],"properties":{"id":3,"order":78,"ligatures":"","prevSize":32,"code":59711,"name":"copy"},"setIdx":0,"setId":2,"iconIdx":3},{"icon":{"paths":["M950.858 932.571v-621.714c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286v621.714c0 9.714 8.571 18.286 18.286 18.286h621.714c9.714 0 18.286-8.571 18.286-18.286zM1024.001 310.857v621.714c0 50.286-41.143 91.429-91.429 91.429h-621.714c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429zM804.572 91.429v91.429h-73.143v-91.429c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286v621.714c0 9.714 8.571 18.286 18.286 18.286h91.429v73.143h-91.429c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["clone"],"defaultCode":59712,"grid":16},"attrs":[],"properties":{"id":4,"order":79,"ligatures":"","prevSize":32,"code":59712,"name":"clone"},"setIdx":0,"setId":2,"iconIdx":4},{"icon":{"paths":["M475.428 219.428v402.286c0 161.143-131.429 292.571-292.571 292.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571c80.571 0 146.286-65.714 146.286-146.286v-18.286c0-30.286-24.571-54.857-54.857-54.857h-128c-60.571 0-109.714-49.143-109.714-109.714v-219.429c0-60.571 49.143-109.714 109.714-109.714h219.429c60.571 0 109.714 49.143 109.714 109.714zM987.428 219.428v402.286c0 161.143-131.429 292.571-292.571 292.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571c80.571 0 146.286-65.714 146.286-146.286v-18.286c0-30.286-24.571-54.857-54.857-54.857h-128c-60.571 0-109.714-49.143-109.714-109.714v-219.429c0-60.571 49.143-109.714 109.714-109.714h219.429c60.571 0 109.714 49.143 109.714 109.714z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quote-right"],"defaultCode":59713,"grid":16},"attrs":[],"properties":{"id":5,"order":80,"ligatures":"","prevSize":32,"code":59713,"name":"quote-right"},"setIdx":0,"setId":2,"iconIdx":5},{"icon":{"paths":["M704 0v124c0 51.264-20 99.488-56.128 135.616l-362.112 360.128c-57.248 57.12-88.768 132.128-92.256 212.256h-129.504l192 192 192-192h-126.624c3.36-46.016 21.888-88.736 54.752-121.76l362.112-360c60.512-60.48 93.76-140.736 93.76-226.24v-124h-128zM830.496 832c-3.488-80.128-35.136-155.136-92.384-212.512l-71.36-70.88-90.752 90.272 71.744 71.36c32.992 32.864 51.488 75.744 54.88 121.76h-126.624l192 192 192-192h-129.504z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fork"],"defaultCode":59714,"grid":16},"attrs":[],"properties":{"id":6,"order":81,"ligatures":"","prevSize":32,"code":59714,"name":"fork"},"setIdx":0,"setId":2,"iconIdx":6},{"icon":{"paths":["M475.429 585.143v219.429c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-402.286c0-161.143 131.429-292.571 292.571-292.571h36.571c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-36.571c-80.571 0-146.286 65.714-146.286 146.286v18.286c0 30.286 24.571 54.857 54.857 54.857h128c60.571 0 109.714 49.143 109.714 109.714zM987.429 585.143v219.429c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-402.286c0-161.143 131.429-292.571 292.571-292.571h36.571c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-36.571c-80.571 0-146.286 65.714-146.286 146.286v18.286c0 30.286 24.571 54.857 54.857 54.857h128c60.571 0 109.714 49.143 109.714 109.714z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quote-left"],"defaultCode":59715,"grid":16},"attrs":[],"properties":{"id":7,"order":82,"ligatures":"","prevSize":32,"code":59715,"name":"quote-left"},"setIdx":0,"setId":2,"iconIdx":7},{"icon":{"paths":["M94.442 108.756c-52.315 0-94.442 44.187-94.442 99.099v608.257c0 54.912 42.126 99.133 94.442 99.133h835.116c52.315 0 94.442-44.221 94.442-99.133v-608.257c0-54.912-42.126-99.099-94.442-99.099h-835.116zM67.972 222.616h469.848v476.696h56.912c1.76-37.849 17.649-73.283 46.536-100.264l182.754-170.118c18.231-17.065 28.318-39.819 28.318-64.035v-58.59h64.582v58.59c0 40.39-16.788 78.27-47.323 106.838l-182.72 170.050c-16.584 15.599-25.939 35.792-27.634 57.528h63.897l-96.874 90.709-88.449-82.799v123.206h-469.848v-607.81zM136.971 360.991v67.938h336.984v-67.938h-336.984zM136.971 499.88v58.076h336.984v-58.076h-336.984zM833.541 565.456l35.989 33.489c28.889 27.103 44.878 62.516 46.639 100.366h65.335l-96.874 90.709-96.907-90.709h63.897c-1.712-21.736-11.019-42.005-27.668-57.528l-36.229-33.695 45.817-42.632zM136.971 628.907v73.486h336.984v-73.486h-336.984z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["versions"],"defaultCode":59716,"grid":16},"attrs":[],"properties":{"id":8,"order":83,"ligatures":"","prevSize":32,"code":59716,"name":"versions"},"setIdx":0,"setId":2,"iconIdx":8},{"icon":{"paths":["M94.408 108.755c-52.315 0-94.408 44.187-94.408 99.1v608.257c0 54.91 42.093 99.133 94.408 99.133h835.151c52.315 0 94.441-44.222 94.441-99.133v-608.257c0-54.91-42.126-99.1-94.441-99.1h-835.151zM51.058 218.161h465.978v607.777h-465.978v-607.777zM690.098 341.197h16.71c9.122 0 16.677 7.111 16.677 15.718v31.47c0 8.607-7.554 15.752-16.677 15.752h-16.71c-36.752 0-66.705 28.297-66.705 62.974v7.842c0 13.036 11.218 23.627 25.032 23.627h58.384c27.629 0 50.029 21.153 50.029 47.222v94.408c0 26.066-22.399 47.222-50.029 47.222h-100.092c-27.629 0-50.062-21.153-50.062-47.222v-173.099c0-69.351 59.943-125.911 133.444-125.911zM923.634 341.197h16.71c9.122 0 16.677 7.111 16.677 15.718v31.47c0 8.607-7.554 15.752-16.677 15.752h-16.71c-36.752 0-66.705 28.297-66.705 62.974v7.842c0 13.036 11.218 23.627 25.032 23.627h58.384c27.629 0 50.029 21.153 50.029 47.222v94.408c0 26.066-22.399 47.222-50.029 47.222h-100.092c-27.629 0-50.062-21.153-50.062-47.222v-173.099c0-69.351 59.943-125.911 133.444-125.911zM118.754 361.708v54.994h337.018v-54.994h-337.018zM118.754 501.865v46.468h337.018v-46.468h-337.018zM118.754 629.624v54.104h337.018v-54.104h-337.018z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["src-Txt"],"defaultCode":59717,"grid":16},"attrs":[],"properties":{"id":9,"order":84,"ligatures":"","prevSize":32,"code":59717,"name":"srcTxt"},"setIdx":0,"setId":2,"iconIdx":9},{"icon":{"paths":["M930.91 116.364h-837.82c-51.2 0-93.090 41.891-93.090 93.090v605.092c0 51.2 41.891 93.090 93.090 93.090h837.82c51.2 0 93.090-41.891 93.090-93.090v-605.092c0-51.2-41.891-93.090-93.090-93.090zM190.837 693.527l58.181 81.455 86.109-111.709 116.364 151.274h-349.092l88.437-121.017zM640 693.527l58.181 81.455 86.109-111.709 116.364 151.274h-349.092l88.437-121.017z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookreader"],"defaultCode":59652,"grid":16},"attrs":[],"properties":{"id":10,"order":89,"ligatures":"","prevSize":32,"code":59652,"name":"bookreader"},"setIdx":0,"setId":2,"iconIdx":10},{"icon":{"paths":["M397.962 484.072h228.073v55.855h-228.073v-55.855zM397.962 390.982h228.073v55.855h-228.073v-55.855zM397.962 577.165h228.073v55.855h-228.073v-55.855zM930.909 116.364h-837.819c-51.2 0-93.090 41.892-93.090 93.090v605.092c0 51.2 41.892 93.090 93.090 93.090h837.819c51.2 0 93.090-41.892 93.090-93.090v-605.092c0-51.2-41.892-93.090-93.090-93.090zM651.636 814.546h-279.273v-605.092h279.273v605.092zM88.434 484.072h228.073v55.855h-228.073v-55.855zM88.434 390.982h228.073v55.855h-228.073v-55.855zM88.434 577.165h228.073v55.855h-228.073v-55.855zM674.907 484.072h228.073v55.855h-228.073v-55.855zM674.907 390.982h228.073v55.855h-228.073v-55.855zM674.907 577.165h228.073v55.855h-228.073v-55.855zM930.909 814.546h-279.273v-605.092h279.273v605.092z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_collation"],"defaultCode":59656,"grid":16},"attrs":[],"properties":{"id":11,"order":120,"ligatures":"","prevSize":32,"code":59656,"name":"collation"},"setIdx":0,"setId":2,"iconIdx":11},{"icon":{"paths":["M558.546 488.728h325.819v69.819h-325.819v-69.819zM558.546 372.363h325.819v69.819h-325.819v-69.819zM558.546 605.092h325.819v69.819h-325.819v-69.819zM930.91 116.364h-837.82c-51.2 0-93.090 41.891-93.090 93.090v605.092c0 51.2 41.891 93.090 93.090 93.090h837.82c51.2 0 93.090-41.891 93.090-93.090v-605.092c0-51.2-41.891-93.090-93.090-93.090zM930.91 814.546h-418.909v-605.092h418.909v605.092zM190.837 693.527l58.181 81.455 86.109-111.709 116.364 151.274h-349.092l88.437-121.017z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_imgtxt"],"defaultCode":59676,"grid":16},"attrs":[],"properties":{"id":12,"order":112,"ligatures":"","prevSize":32,"code":59676,"name":"imgTxt"},"setIdx":0,"setId":2,"iconIdx":12},{"icon":{"paths":["M381.906 115.911h-195.14c-51.108 0-92.923 34.846-92.923 78.985v634.207c0 44.139 41.816 78.985 92.923 78.985h650.468c51.108 0 92.923-34.846 92.923-78.985v-634.207c0-44.139-41.816-78.985-92.923-78.985h-195.14zM837.234 815.165h-650.468v-604.007h650.468v604.007zM286.659 478.315h448.358v69.694h-448.358v-69.694zM286.659 362.161h448.358v69.694h-448.358v-69.694zM286.659 594.47h448.358v69.694h-448.358v-69.694z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_txt"],"defaultCode":59694,"grid":16},"attrs":[],"properties":{"id":13,"order":131,"ligatures":"","prevSize":32,"code":59694,"name":"txt"},"setIdx":0,"setId":2,"iconIdx":13},{"icon":{"paths":["M558.546 488.728h325.819v69.819h-325.819v-69.819zM558.546 372.363h325.819v69.819h-325.819v-69.819zM558.546 605.092h325.819v69.819h-325.819v-69.819zM930.91 116.364h-837.82c-51.2 0-93.090 41.891-93.090 93.090v605.092c0 51.2 41.891 93.090 93.090 93.090h837.82c51.2 0 93.090-41.891 93.090-93.090v-605.092c0-51.2-41.891-93.090-93.090-93.090zM930.91 814.546h-418.909v-605.092h418.909v605.092zM104.728 488.728h325.819v69.819h-325.819v-69.819zM104.728 372.363h325.819v69.819h-325.819v-69.819zM104.728 605.092h325.819v69.819h-325.819v-69.819z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_txttxt"],"defaultCode":59695,"grid":16},"attrs":[],"properties":{"id":14,"order":132,"ligatures":"","prevSize":32,"code":59695,"name":"txtTxt"},"setIdx":0,"setId":2,"iconIdx":14},{"icon":{"paths":["M810.958 554.708h-256.25v256.25h-85.416v-256.25h-256.25v-85.416h256.25v-256.25h85.416v256.25h256.25v85.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_add"],"defaultCode":59648,"grid":4},"attrs":[],"properties":{"id":0,"order":85,"ligatures":"","prevSize":32,"code":59648,"name":"add"},"setIdx":1,"setId":1,"iconIdx":0},{"icon":{"paths":["M832.313 191.688v694.011h-561.615c-44.844 0-81.146-36.302-81.146-81.146s36.302-81.146 81.146-81.146h508.229v-638.491h-533.854c-59.791 0-106.771 49.115-106.771 106.771v640.626c0 59.791 49.115 106.771 106.771 106.771h640.626v-747.397h-53.385zM270.698 778.928v0 0c-14.948 0-27.76 12.813-27.76 25.625s12.813 27.76 27.76 27.76v0 0h508.229v-53.385h-508.229z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_book"],"defaultCode":59649,"grid":4},"attrs":[],"properties":{"id":1,"order":86,"ligatures":"","prevSize":32,"code":59649,"name":"book"},"setIdx":1,"setId":1,"iconIdx":1},{"icon":{"paths":["M712.729 152.182h-401.459c-44.844 0-79.010 36.302-79.010 79.010v638.491l279.74-117.448 279.74 119.584v-638.491c0-44.844-36.302-81.146-79.010-81.146zM712.729 752.234l-200.729-87.553-200.729 87.553v-518.907h399.323v518.907z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookmark-alt"],"defaultCode":59650,"grid":4},"attrs":[],"properties":{"id":2,"order":87,"ligatures":"","prevSize":32,"code":59650,"name":"bookmark-alt"},"setIdx":1,"setId":1,"iconIdx":2},{"icon":{"paths":["M710.594 152.182h-397.188c-42.709 0-79.010 36.302-79.010 79.010v640.626l277.604-119.584 277.604 119.584v-638.491c0-44.844-36.302-81.146-79.010-81.146z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookmark"],"defaultCode":59651,"grid":4},"attrs":[],"properties":{"id":3,"order":88,"ligatures":"","prevSize":32,"code":59651,"name":"bookmark"},"setIdx":1,"setId":1,"iconIdx":3},{"icon":{"paths":["M233.138 170.334h-166.563c-14.948 0-25.625 12.813-25.625 27.76v627.813c0 14.948 10.677 27.76 25.625 27.76h164.428c14.948 0 27.76-12.813 27.76-27.76v-627.813c2.135-14.948-10.677-27.76-25.625-27.76zM205.378 341.167h-111.041v-57.656h111.041v57.656zM506.472 170.334h-164.428c-14.948 0-27.76 12.813-27.76 27.76v627.813c0 14.948 12.813 27.76 27.76 27.76h164.428c14.948 0 27.76-12.813 27.76-27.76v-627.813c0-14.948-10.677-27.76-27.76-27.76zM480.847 341.167h-111.041v-57.656h111.041v57.656zM696.525 213.042l-147.344 76.875c-12.813 6.406-19.219 23.49-12.813 38.438l247.709 508.229c6.406 14.948 23.49 19.219 36.302 12.813l147.344-76.875c12.813-6.406 19.219-23.49 12.813-38.438l-245.573-508.229c-6.406-12.813-23.49-19.219-38.438-12.813z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_books"],"defaultCode":59653,"grid":4},"attrs":[],"properties":{"id":4,"order":90,"ligatures":"","prevSize":32,"code":59653,"name":"books"},"setIdx":1,"setId":1,"iconIdx":4},{"icon":{"paths":["M810.958 272.833l-59.791-59.791-239.167 239.167-239.167-239.167-59.791 59.791 239.167 239.167-239.167 239.167 59.791 59.791 239.167-239.167 239.167 239.167 59.791-59.791-239.167-239.167 239.167-239.167z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_close"],"defaultCode":59654,"grid":4},"attrs":[],"properties":{"id":5,"order":91,"ligatures":"","prevSize":32,"code":59654,"name":"close"},"setIdx":1,"setId":1,"iconIdx":5},{"icon":{"paths":["M400.959 708.459l-194.323-196.459 196.459-196.459-61.927-59.791-256.25 256.25 256.25 256.25 59.791-59.791zM623.042 708.459l196.459-196.459-196.459-196.459 59.791-59.791 256.25 256.25-256.25 256.25-59.791-59.791z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_code"],"defaultCode":59655,"grid":4},"attrs":[],"properties":{"id":6,"order":92,"ligatures":"","prevSize":32,"code":59655,"name":"code"},"setIdx":1,"setId":1,"iconIdx":6},{"icon":{"paths":["M910.255 553.64h-341.667v-85.416h341.667v85.416zM910.255 297.39h-341.667v85.416h341.667v-85.416zM568.587 724.473h341.667v-85.416h-341.667v85.416zM269.629 297.39c0 0-155.885 168.698-155.885 273.334 0 85.416 70.469 155.885 155.885 155.885s155.885-70.469 155.885-155.885c0-104.635-155.885-273.334-155.885-273.334z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_color-legend"],"defaultCode":59657,"grid":4},"attrs":[],"properties":{"id":7,"order":93,"ligatures":"","prevSize":32,"code":59657,"name":"color-legend"},"setIdx":1,"setId":1,"iconIdx":7},{"icon":{"paths":["M512 127.626c-211.406 0-384.375 172.969-384.375 384.375s172.969 384.375 384.375 384.375c36.302 0 64.063-27.76 64.063-64.063 0-17.084-6.406-32.031-17.084-42.709s-17.084-25.625-17.084-42.709c0-36.302 27.76-64.063 64.063-64.063h76.875c117.448 0 213.542-96.094 213.542-213.542 0-187.917-172.969-341.667-384.375-341.667zM277.104 512.002c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063zM405.229 341.168c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063zM618.772 341.168c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063zM746.897 512.002c-36.302 0-64.063-27.76-64.063-64.063s27.76-64.063 64.063-64.063 64.063 27.76 64.063 64.063-27.76 64.063-64.063 64.063z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_color-lens"],"defaultCode":59658,"grid":4},"attrs":[],"properties":{"id":8,"order":94,"ligatures":"","prevSize":32,"code":59658,"name":"color-lens"},"setIdx":1,"setId":1,"iconIdx":8},{"icon":{"paths":["M706.323 531.219l-382.24-382.24-59.791 59.791 102.5 102.5-219.948 219.948c-25.625 25.625-25.625 66.198 0 89.688l234.896 234.896c12.813 12.813 29.896 19.219 44.844 19.219s32.031-6.406 44.844-19.219l234.896-234.896c25.625-23.49 25.625-66.198 0-89.688zM221.584 576.063l205-205 205 205h-410zM810.959 640.126c0 0-85.416 91.823-85.416 149.479 0 46.979 38.438 85.416 85.416 85.416s85.416-38.438 85.416-85.416c0-57.656-85.416-149.479-85.416-149.479z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_colors-fill"],"defaultCode":59659,"grid":4},"attrs":[],"properties":{"id":9,"order":95,"ligatures":"","prevSize":32,"code":59659,"name":"colors-fill"},"setIdx":1,"setId":1,"iconIdx":9},{"icon":{"paths":["M512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM512 853.667c-187.917 0-341.667-153.75-341.667-341.667s153.75-341.667 341.667-341.667 341.667 153.75 341.667 341.667c0 187.917-153.75 341.667-341.667 341.667zM430.854 462.886c2.135-12.813 6.406-25.625 12.813-36.302s14.948-19.219 25.625-25.625c10.677-6.406 23.49-8.541 38.438-10.677 10.677 0 19.219 2.135 27.76 6.406s17.084 8.541 21.354 14.948c6.406 6.406 10.677 14.948 14.948 23.49s4.271 17.084 6.406 27.76h76.875c0-19.219-4.271-38.438-10.677-55.521s-17.084-32.031-29.896-42.709-27.76-21.354-46.979-27.76c-17.084-6.406-38.438-10.677-59.791-10.677-27.76 0-51.25 4.271-72.604 14.948-21.354 8.541-38.438 23.49-51.25 38.438-12.813 17.084-23.49 36.302-29.896 57.656s-10.677 44.844-10.677 70.469v10.677c0 25.625 4.271 46.979 10.677 70.469 6.406 21.354 17.084 40.573 29.896 57.656s29.896 29.896 51.25 38.438c21.354 10.677 44.844 14.948 72.604 14.948 19.219 0 38.438-4.271 55.521-10.677s32.031-14.948 46.979-27.76c12.813-10.677 23.49-25.625 32.031-40.573s12.813-32.031 12.813-49.115h-79.010c0 8.541-2.135 17.084-6.406 25.625s-8.541 14.948-14.948 19.219c-6.406 4.271-14.948 10.677-23.49 12.813s-17.084 4.271-25.625 4.271c-14.948 0-27.76-4.271-38.438-10.677s-19.219-14.948-25.625-25.625-10.677-23.49-12.813-38.438c-2.135-12.813-2.135-25.625-2.135-40.573v-10.677c0-17.084 0-29.896 4.271-44.844z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_copyright"],"defaultCode":59660,"grid":4},"attrs":[],"properties":{"id":10,"order":96,"ligatures":"","prevSize":32,"code":59660,"name":"copyright"},"setIdx":1,"setId":1,"iconIdx":10},{"icon":{"paths":["M298.458 405.229l213.542 213.542 213.542-213.542h-427.084z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_drop-down"],"defaultCode":59661,"grid":4},"attrs":[],"properties":{"id":11,"order":97,"ligatures":"","prevSize":32,"code":59661,"name":"drop-down"},"setIdx":1,"setId":1,"iconIdx":11},{"icon":{"paths":["M298.458 618.771l213.542-213.542 213.542 213.542h-427.084z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_drop-up"],"defaultCode":59662,"grid":4},"attrs":[],"properties":{"id":12,"order":98,"ligatures":"","prevSize":32,"code":59662,"name":"drop-up"},"setIdx":1,"setId":1,"iconIdx":12},{"icon":{"paths":["M618.771 810.959v0-384.375l234.896-213.542h-683.334l234.896 213.542v298.959l213.542 85.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_filter"],"defaultCode":59663,"grid":4},"attrs":[],"properties":{"id":13,"order":99,"ligatures":"","prevSize":32,"code":59663,"name":"filter"},"setIdx":1,"setId":1,"iconIdx":13},{"icon":{"paths":["M853.666 836.584v-495.417l-256.25-256.25h-341.667c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h512.5c19.219 0 36.302-6.406 51.25-17.084l-190.053-190.053c-34.166 23.49-74.74 36.302-117.448 36.302-117.448 0-213.542-96.094-213.542-213.542s96.094-213.542 213.542-213.542 213.542 96.094 213.542 213.542c0 42.709-12.813 83.281-36.302 117.448l164.428 164.428zM383.874 554.708c0 70.469 57.656 128.125 128.125 128.125s128.125-57.656 128.125-128.125c0-70.469-57.656-128.125-128.125-128.125s-128.125 57.656-128.125 128.125z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_find-in-page"],"defaultCode":59664,"grid":4},"attrs":[],"properties":{"id":14,"order":100,"ligatures":"","prevSize":32,"code":59664,"name":"find-in-page"},"setIdx":1,"setId":1,"iconIdx":14},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM870.751 330.491h-294.688v-59.791h294.688z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-minu-alt"],"defaultCode":59665,"grid":4},"attrs":[],"properties":{"id":15,"order":101,"ligatures":"","prevSize":32,"code":59665,"name":"font-size-minu-alt"},"setIdx":1,"setId":1,"iconIdx":15},{"icon":{"paths":["M620.906 833.381h102.5l-251.979-642.761h-91.823l-251.979 642.761h102.5l55.521-147.344h277.604l57.656 147.344zM324.083 585.673l102.5-271.198 102.5 273.334h-205zM595.281 376.401h301.094v-61.927h-301.094z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-minus"],"defaultCode":59666,"grid":4},"attrs":[],"properties":{"id":16,"order":102,"ligatures":"","prevSize":32,"code":59666,"name":"font-size-minus"},"setIdx":1,"setId":1,"iconIdx":16},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM870.751 330.491h-117.448v117.448h-59.791v-117.448h-117.448v-59.791h117.448v-117.448h59.791v117.448h117.448v59.791z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-plus-alt"],"defaultCode":59667,"grid":4},"attrs":[],"properties":{"id":17,"order":103,"ligatures":"","prevSize":32,"code":59667,"name":"font-size-plus-alt"},"setIdx":1,"setId":1,"iconIdx":17},{"icon":{"paths":["M620.906 833.381h102.5l-251.979-642.761h-91.823l-251.979 642.761h102.5l55.521-147.344h277.604l57.656 147.344zM324.083 585.673l102.5-271.198 102.5 273.334h-205zM774.656 314.475v-121.719h-61.927v121.719h-121.719v61.927h121.719v121.719h61.927v-121.719h121.719v-61.927z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-plus"],"defaultCode":59668,"grid":4},"attrs":[],"properties":{"id":18,"order":104,"ligatures":"","prevSize":32,"code":59668,"name":"font-size-plus"},"setIdx":1,"setId":1,"iconIdx":18},{"icon":{"paths":["M792.808 325.151c0-17.084-12.813-29.896-29.896-29.896s-29.896 12.813-29.896 29.896 12.813 29.896 29.896 29.896 29.896-12.813 29.896-29.896zM762.912 190.62c-74.74 0-134.531 59.791-134.531 134.531h-44.844l59.791 59.791 59.791-59.791h-44.844c0-57.656 46.979-104.635 104.635-104.635s104.635 46.979 104.635 104.635c0 57.656-46.979 104.635-104.635 104.635-23.49 0-42.709-6.406-59.791-19.219l-21.354 21.354c23.49 17.084 51.25 27.76 81.146 27.76 74.74 0 134.531-59.791 134.531-134.531-2.135-72.604-61.927-134.531-134.531-134.531zM619.839 833.381h102.5l-251.979-642.761h-91.823l-251.979 642.761h102.5l55.521-147.344h277.604l57.656 147.344zM323.016 585.673l102.5-271.198 102.5 273.334h-205z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-reset"],"defaultCode":59669,"grid":4},"attrs":[],"properties":{"id":19,"order":105,"ligatures":"","prevSize":32,"code":59669,"name":"font-size-reset"},"setIdx":1,"setId":1,"iconIdx":19},{"icon":{"paths":["M768.248 725.54h-512.5v-85.416h512.5v85.416zM768.248 554.707h-512.5v-85.416h512.5v85.416zM768.248 383.873h-512.5v-85.416h512.5v85.416zM127.622 939.083l64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063 64.063-64.063 64.063 64.063v-854.167l-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063-64.063 64.063-64.063-64.063v854.167z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_fragment"],"defaultCode":59670,"grid":4},"attrs":[],"properties":{"id":20,"order":106,"ligatures":"","prevSize":32,"code":59670,"name":"fragment"},"setIdx":1,"setId":1,"iconIdx":20},{"icon":{"paths":["M576.064 56.089c0 0 32.031 113.178 32.031 205 0 87.553-57.656 160.156-145.209 160.156s-155.885-70.469-155.885-160.156l2.135-14.948c-85.416 102.5-138.803 234.896-138.803 380.104 0 187.917 153.75 341.667 341.667 341.667s341.667-153.75 341.667-341.667c0-230.625-111.041-435.625-277.604-570.157zM499.189 839.788c-76.875 0-136.666-59.791-136.666-134.531 0-68.334 44.844-117.448 119.584-132.396s153.75-51.25 196.459-111.041c17.084 55.521 25.625 113.178 25.625 172.969 0 113.178-91.823 205-205 205z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_heatmap-alt"],"defaultCode":59671,"grid":4},"attrs":[],"properties":{"id":21,"order":107,"ligatures":"","prevSize":32,"code":59671,"name":"heatmap-alt"},"setIdx":1,"setId":1,"iconIdx":21},{"icon":{"paths":["M127.625 426.583h213.542v-85.416h-213.542v85.416zM405.229 426.583h213.542v-85.416h-213.542v85.416zM682.834 426.583h213.542v-85.416h-213.542v85.416zM127.625 255.749h85.416v-85.416h-85.416v85.416zM298.459 255.749h85.416v-85.416h-85.416v85.416zM469.292 255.749h85.416v-85.416h-85.416v85.416zM640.126 255.749h85.416v-85.416h-85.416v85.416zM810.959 255.749h85.416v-85.416h-85.416v85.416zM127.625 597.416h341.667v-85.416h-341.667v85.416zM554.709 597.416h341.667v-85.416h-341.667v85.416zM896.376 853.666v-170.834h-768.751v170.834h768.751z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_heatmap"],"defaultCode":59672,"grid":4},"attrs":[],"properties":{"id":22,"order":108,"ligatures":"","prevSize":32,"code":59672,"name":"heatmap"},"setIdx":1,"setId":1,"iconIdx":22},{"icon":{"paths":["M469.292 768.251h85.416v-85.416h-85.416v85.416zM512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084c0-234.896-192.188-427.084-427.084-427.084zM512 853.667c-187.917 0-341.667-153.75-341.667-341.667s153.75-341.667 341.667-341.667 341.667 153.75 341.667 341.667-153.75 341.667-341.667 341.667zM512 255.75c-93.959 0-170.834 76.875-170.834 170.834h85.416c0-46.979 38.438-85.416 85.416-85.416s85.416 38.438 85.416 85.416c0 85.416-128.125 74.74-128.125 213.542h85.416c0-96.094 128.125-106.771 128.125-213.542 0-93.959-76.875-170.834-170.834-170.834z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_help-alt"],"defaultCode":59673,"grid":4},"attrs":[],"properties":{"id":23,"order":109,"ligatures":"","prevSize":32,"code":59673,"name":"help-alt"},"setIdx":1,"setId":1,"iconIdx":23},{"icon":{"paths":["M512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM554.709 810.959h-85.416v-85.416h85.416v85.416zM642.261 479.969l-38.438 38.438c-29.896 32.031-49.115 57.656-49.115 121.719h-85.416v-21.354c0-46.979 19.219-89.688 49.115-121.719l53.385-53.385c14.948-14.948 25.625-36.302 25.625-59.791 0-46.979-38.438-85.416-85.416-85.416s-85.416 38.438-85.416 85.416h-85.416c0-93.959 76.875-170.834 170.834-170.834s170.834 76.875 170.834 170.834c0 38.438-14.948 72.604-40.573 96.094z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_help"],"defaultCode":59674,"grid":4},"attrs":[],"properties":{"id":24,"order":110,"ligatures":"","prevSize":32,"code":59674,"name":"help"},"setIdx":1,"setId":1,"iconIdx":24},{"icon":{"paths":["M879.293 205.567h-260.521v-59.791c0-34.166-25.625-59.791-59.791-59.791h-414.272c-34.166 0-59.791 25.625-59.791 59.791v307.5c0 34.166 25.625 59.791 59.791 59.791h207.135v25.625h-100.365c-34.166 0-59.791 25.625-59.791 59.791v279.74c0 34.166 25.625 59.791 59.791 59.791h401.459c34.166 0 59.791-25.625 59.791-59.791v-113.178h166.563c34.166 0 59.791-25.625 59.791-59.791v-439.897c0-32.031-25.625-59.791-59.791-59.791zM178.876 419.109v-239.167h345.938v25.625h-113.178c-34.166 0-59.791 25.625-59.791 59.791v153.75h-172.969zM524.814 299.526v119.584h-81.146v-119.584h81.146zM618.773 846.193h-333.125v-213.542h66.198v72.604c0 34.166 25.625 59.791 59.791 59.791h207.135v81.146zM618.773 673.224h-172.969v-40.573h172.969v40.573zM845.127 673.224h-132.396v-72.604c0-34.166-25.625-59.791-59.791-59.791h-207.135v-27.76h113.178c34.166 0 59.791-25.625 59.791-59.791v-153.75h226.354v373.698z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_hotspot"],"defaultCode":59675,"grid":4},"attrs":[],"properties":{"id":25,"order":111,"ligatures":"","prevSize":32,"code":59675,"name":"hotspot"},"setIdx":1,"setId":1,"iconIdx":25},{"icon":{"paths":["M512 148.978c-200.729 0-363.022 162.291-363.022 363.022s162.291 363.022 363.022 363.022 363.022-162.291 363.022-363.022-162.291-363.022-363.022-363.022zM548.303 691.375h-72.604v-215.678h72.604v215.678zM548.303 403.093h-72.604v-72.604h72.604v72.604z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info-alt-r"],"defaultCode":59677,"grid":4},"attrs":[],"properties":{"id":26,"order":113,"ligatures":"","prevSize":32,"code":59677,"name":"info-alt-r"},"setIdx":1,"setId":1,"iconIdx":26},{"icon":{"paths":["M802.417 148.979h-580.834c-40.573 0-72.604 32.031-72.604 72.604v580.834c0 40.573 32.031 72.604 72.604 72.604h580.834c40.573 0 72.604-32.031 72.604-72.604v-580.834c0-40.573-32.031-72.604-72.604-72.604zM548.303 693.511h-72.604v-217.813h72.604v217.813zM548.303 403.093h-72.604v-72.604h72.604v72.604z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info-alt-sq"],"defaultCode":59678,"grid":4},"attrs":[],"properties":{"id":27,"order":114,"ligatures":"","prevSize":32,"code":59678,"name":"info-alt-sq"},"setIdx":1,"setId":1,"iconIdx":27},{"icon":{"paths":["M469.292 725.542h85.416v-256.25h-85.416v256.25zM512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM512 853.667c-187.917 0-341.667-153.75-341.667-341.667s153.75-341.667 341.667-341.667 341.667 153.75 341.667 341.667c0 187.917-153.75 341.667-341.667 341.667zM469.292 383.875h85.416v-85.416h-85.416v85.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info-alt"],"defaultCode":59679,"grid":4},"attrs":[],"properties":{"id":28,"order":115,"ligatures":"","prevSize":32,"code":59679,"name":"info-alt"},"setIdx":1,"setId":1,"iconIdx":28},{"icon":{"paths":["M512 84.916c-234.896 0-427.084 192.188-427.084 427.084s192.188 427.084 427.084 427.084 427.084-192.188 427.084-427.084-192.188-427.084-427.084-427.084zM554.709 725.542h-85.416v-256.25h85.416v256.25zM554.709 383.875h-85.416v-85.416h85.416v85.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_info"],"defaultCode":59680,"grid":4},"attrs":[],"properties":{"id":29,"order":116,"ligatures":"","prevSize":32,"code":59680,"name":"info"},"setIdx":1,"setId":1,"iconIdx":29},{"icon":{"paths":["M166.063 512c0-72.604 59.791-132.396 132.396-132.396h170.834v-81.146h-170.834c-117.448 0-213.542 96.094-213.542 213.542s96.094 213.542 213.542 213.542h170.834v-81.146h-170.834c-72.604 0-132.396-59.791-132.396-132.396zM341.167 554.708h341.667v-85.416h-341.667v85.416zM725.542 298.458h-170.834v81.146h170.834c72.604 0 132.396 59.791 132.396 132.396s-59.791 132.396-132.396 132.396h-170.834v81.146h170.834c117.448 0 213.542-96.094 213.542-213.542s-96.094-213.542-213.542-213.542z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_link"],"defaultCode":59681,"grid":4},"attrs":[],"properties":{"id":30,"order":117,"ligatures":"","prevSize":32,"code":59681,"name":"link"},"setIdx":1,"setId":1,"iconIdx":30},{"icon":{"paths":["M148.979 597.417h170.834v-170.834h-170.834v170.834zM148.979 810.959h170.834v-170.834h-170.834v170.834zM148.979 383.875h170.834v-170.834h-170.834v170.834zM362.52 597.417h512.5v-170.834h-512.5v170.834zM362.52 810.959h512.5v-170.834h-512.5v170.834zM362.52 213.042v170.834h512.5v-170.834h-512.5z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_list-alt"],"defaultCode":59682,"grid":4},"attrs":[],"properties":{"id":31,"order":118,"ligatures":"","prevSize":32,"code":59682,"name":"list-alt"},"setIdx":1,"setId":1,"iconIdx":31},{"icon":{"paths":["M127.625 554.709h85.416v-85.416h-85.416v85.416zM127.625 725.542h85.416v-85.416h-85.416v85.416zM127.625 383.875h85.416v-85.416h-85.416v85.416zM298.459 554.709h597.917v-85.416h-597.917v85.416zM298.459 725.542h597.917v-85.416h-597.917v85.416zM298.459 298.459v85.416h597.917v-85.416h-597.917z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_list"],"defaultCode":59683,"grid":4},"attrs":[],"properties":{"id":32,"order":119,"ligatures":"","prevSize":32,"code":59683,"name":"list"},"setIdx":1,"setId":1,"iconIdx":32},{"icon":{"paths":["M853.667 170.334h-683.334c-46.979 0-85.416 38.438-85.416 85.416v512.5c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-512.5c0-46.979-38.438-85.416-85.416-85.416zM853.667 341.167l-341.667 213.542-341.667-213.542v-85.416l341.667 213.542 341.667-213.542v85.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_mail"],"defaultCode":59684,"grid":4},"attrs":[],"properties":{"id":33,"order":121,"ligatures":"","prevSize":32,"code":59684,"name":"mail"},"setIdx":1,"setId":1,"iconIdx":33},{"icon":{"paths":["M127.625 768.25h768.751v-85.416h-768.751v85.416zM127.625 554.708h768.751v-85.416h-768.751v85.416zM127.625 255.749v85.416h768.751v-85.416h-768.751z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_menu"],"defaultCode":59685,"grid":4},"attrs":[],"properties":{"id":34,"order":122,"ligatures":"","prevSize":32,"code":59685,"name":"menu"},"setIdx":1,"setId":1,"iconIdx":34},{"icon":{"paths":["M413.772 586.74v245.573h98.229v-542.397h98.229v542.397h98.229v-542.397h98.229v-98.229h-392.917c-108.906 0-196.459 87.553-196.459 196.459s87.553 198.594 196.459 198.594z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_paragraph"],"defaultCode":59689,"grid":4},"attrs":[],"properties":{"id":35,"order":126,"ligatures":"","prevSize":32,"code":59689,"name":"paragraph"},"setIdx":1,"setId":1,"iconIdx":35},{"icon":{"paths":["M672.156 608.093h-34.166l-12.813-10.677c42.709-49.115 66.198-111.041 66.198-181.51 0-153.75-123.854-277.604-277.604-277.604s-275.469 123.854-275.469 277.604 123.854 277.604 277.604 277.604c68.334 0 132.396-25.625 181.51-66.198l10.677 10.677v34.166l213.542 213.542 64.063-64.063-213.542-213.542zM415.906 608.093c-106.771 0-192.188-85.416-192.188-192.188s85.416-192.188 192.188-192.188 192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_search"],"defaultCode":59693,"grid":4},"attrs":[],"properties":{"id":36,"order":130,"ligatures":"","prevSize":32,"code":59693,"name":"search"},"setIdx":1,"setId":1,"iconIdx":36},{"icon":{"paths":["M138.302 822.703l64.063 64.063 213.542-213.542v-34.166l10.677-12.813c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604c-153.75 0-277.604 123.854-277.604 277.604 0 68.334 25.625 132.396 66.198 181.51l-10.677 12.813h-34.166l-213.542 213.542zM415.906 416.973c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188zM501.322 395.619h85.416v-85.416h42.709v85.416h85.416v42.709h-85.416v85.416h-42.709v-85.416h-85.416v-42.709z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-fit"],"defaultCode":59696,"grid":4},"attrs":[],"properties":{"id":37,"order":133,"ligatures":"","prevSize":32,"code":59696,"name":"zoom-fit"},"setIdx":1,"setId":1,"iconIdx":37},{"icon":{"paths":["M138.302 821.635l64.063 64.063 213.542-213.542v-34.166l10.677-10.677c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604-277.604 123.854-277.604 277.604c0 68.334 25.625 132.396 66.198 181.51l-10.677 10.677h-34.166l-213.542 213.542zM415.907 415.905c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188zM710.595 281.374h-59.791v29.896h59.791v59.791h29.896v-59.791c0-17.084-12.813-29.896-29.896-29.896zM710.595 520.541h-59.791v29.896h59.791c17.084 0 29.896-12.813 29.896-29.896v-59.791h-29.896v59.791zM501.323 460.749h-29.896v59.791c0 17.084 12.813 29.896 29.896 29.896h59.791v-29.896h-59.791v-59.791zM469.292 311.27v59.791h32.031v-59.791h59.791v-29.896h-59.791c-17.084 0-32.031 12.813-32.031 29.896z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-in"],"defaultCode":59697,"grid":4},"attrs":[],"properties":{"id":38,"order":134,"ligatures":"","prevSize":32,"code":59697,"name":"zoom-in"},"setIdx":1,"setId":1,"iconIdx":38},{"icon":{"paths":["M138.302 822.703l64.063 64.063 213.542-213.542v-34.166l10.677-12.813c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604c-153.75 0-277.604 123.854-277.604 277.604 0 68.334 25.625 132.396 66.198 181.51l-10.677 12.813h-34.166l-213.542 213.542zM415.906 416.973c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188zM714.865 438.328h-213.542v-42.709h213.542v42.709z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-one"],"defaultCode":59698,"grid":4},"attrs":[],"properties":{"id":39,"order":135,"ligatures":"","prevSize":32,"code":59698,"name":"zoom-one"},"setIdx":1,"setId":1,"iconIdx":39},{"icon":{"paths":["M646.532 544.030v-256.25h-42.709l-85.416 42.709v42.709h64.063v170.834h64.063zM138.302 821.635l64.063 64.063 213.542-213.542v-34.166l10.677-10.677c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604-277.604 123.854-277.604 277.604c0 68.334 25.625 132.396 66.198 181.51l-10.677 10.677h-34.166l-213.542 213.542zM415.907 415.905c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom-out"],"defaultCode":59699,"grid":4},"attrs":[],"properties":{"id":40,"order":136,"ligatures":"","prevSize":32,"code":59699,"name":"zoom-out"},"setIdx":1,"setId":1,"iconIdx":40},{"icon":{"paths":["M138.302 821.635l64.063 64.063 213.542-213.542v-34.166l10.677-10.677c49.115 42.709 111.041 66.198 181.51 66.198 153.75 0 277.604-123.854 277.604-277.604s-123.854-277.604-277.604-277.604-277.604 123.854-277.604 277.604c0 68.334 25.625 132.396 66.198 181.51l-10.677 10.677h-34.166l-213.542 213.542zM415.906 415.905c0-106.771 85.416-192.188 192.188-192.188s192.188 85.416 192.188 192.188-85.416 192.188-192.188 192.188-192.188-85.416-192.188-192.188z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_zoom"],"defaultCode":59700,"grid":4},"attrs":[],"properties":{"id":41,"order":137,"ligatures":"","prevSize":32,"code":59700,"name":"zoom"},"setIdx":1,"setId":1,"iconIdx":41},{"icon":{"paths":["M725.54 896.376h85.416v-256.25h-85.416v256.25zM213.040 896.376h85.416v-427.084h-85.416v427.084zM896.374 469.292h-85.416v-341.667h-85.416v341.667h-85.416v85.416h256.25v-85.416zM383.873 725.542h85.416v170.834h85.416v-170.834h85.416v-85.416h-256.25v85.416zM554.707 127.625h-85.416v427.084h85.416v-427.084zM383.873 383.875v-85.416h-85.416v-170.834h-85.416v170.834h-85.416v85.416h256.25z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_align"],"defaultCode":59701,"grid":4},"attrs":[],"properties":{"id":42,"order":138,"ligatures":"","prevSize":32,"code":59701,"name":"align"},"setIdx":1,"setId":1,"iconIdx":42},{"icon":{"paths":["M768.25 147.911h-512.5c-46.979 0-85.416 32.031-85.416 72.604v582.969c0 40.573 38.438 72.604 85.416 72.604h512.5c46.979 0 85.416-32.031 85.416-72.604v-582.969c0-40.573-38.438-72.604-85.416-72.604zM255.749 220.516h213.542v292.553l-106.771-55.521-106.771 55.521v-292.553z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookmark-alt2"],"defaultCode":59702,"grid":4},"attrs":[],"properties":{"id":43,"order":139,"ligatures":"","prevSize":32,"code":59702,"name":"bookmark-alt2"},"setIdx":1,"setId":1,"iconIdx":43},{"icon":{"paths":["M896.375 170.332c-46.979-14.948-100.365-21.354-149.479-21.354-83.281 0-172.969 17.084-234.896 64.063-61.927-46.979-151.615-64.063-234.896-64.063s-172.969 17.084-234.896 64.063v625.678c0 10.677 10.677 21.354 21.354 21.354 4.271 0 6.406-2.135 10.677-2.135 57.656-27.76 140.938-46.979 202.865-46.979 83.281 0 172.969 17.084 234.896 64.063 57.656-36.302 162.291-64.063 234.896-64.063 70.469 0 143.073 12.813 202.865 44.844 4.271 2.135 6.406 2.135 10.677 2.135 10.677 0 21.354-10.677 21.354-21.354v-623.542c-25.625-19.219-53.385-32.031-85.416-42.709zM896.375 746.895c-46.979-14.948-98.229-21.354-149.479-21.354-72.604 0-177.24 27.76-234.896 64.063v-491.147c57.656-36.302 162.291-64.063 234.896-64.063 51.25 0 102.5 6.406 149.479 21.354v491.147z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_bookreader-alt"],"defaultCode":59703,"grid":4},"attrs":[],"properties":{"id":44,"order":140,"ligatures":"","prevSize":32,"code":59703,"name":"bookreader-alt"},"setIdx":1,"setId":1,"iconIdx":44},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM875.022 345.439h-292.553v-59.791h292.553z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-minus-alt"],"defaultCode":59704,"grid":4},"attrs":[],"properties":{"id":45,"order":141,"ligatures":"","prevSize":32,"code":59704,"name":"font-size-minus-alt"},"setIdx":1,"setId":1,"iconIdx":45},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM721.272 443.668c-55.521 0-104.635-34.166-123.854-81.146h46.979c17.084 25.625 44.844 40.573 79.010 40.573 53.385 0 96.094-42.709 96.094-96.094s-42.709-96.094-96.094-96.094c-36.302 0-68.334 21.354-83.281 51.25l42.709 42.709h-108.906v-106.771l36.302 36.302c21.354-38.438 64.063-64.063 111.041-64.063 74.74 0 136.666 61.927 136.666 136.666s-61.927 136.666-136.666 136.666z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size-reset-alt"],"defaultCode":59705,"grid":4},"attrs":[],"properties":{"id":46,"order":142,"ligatures":"","prevSize":32,"code":59705,"name":"font-size-reset-alt"},"setIdx":1,"setId":1,"iconIdx":46},{"icon":{"paths":["M356.115 576.064h177.24l-87.553-234.896-89.688 234.896zM853.667 84.917h-683.334c-46.979 0-85.416 38.438-85.416 85.416v683.334c0 46.979 38.438 85.416 85.416 85.416h683.334c46.979 0 85.416-38.438 85.416-85.416v-683.334c0-46.979-38.438-85.416-85.416-85.416zM614.501 789.606l-49.115-128.125h-241.303l-46.979 128.125h-89.688l217.813-555.209h79.010l219.948 555.209h-89.688zM740.491 270.699c-21.354 0-40.573 17.084-40.573 40.573s17.084 40.573 40.573 40.573 40.573-17.084 40.573-40.573-19.219-40.573-40.573-40.573zM845.126 311.273c0 4.271 0 8.541 0 12.813l29.896 23.49c2.135 2.135 4.271 6.406 2.135 8.541l-29.896 49.115c-2.135 2.135-6.406 4.271-8.541 2.135l-34.166-14.948c-6.406 6.406-14.948 10.677-23.49 12.813l-4.271 36.302c0 4.271-4.271 6.406-6.406 6.406h-55.521c-4.271 0-6.406-2.135-6.406-6.406l-4.271-36.302c-8.541-4.271-17.084-8.541-23.49-12.813l-34.166 14.948c-4.271 2.135-6.406 0-8.541-2.135l-27.76-49.115c-2.135-2.135 0-6.406 2.135-8.541l29.896-23.49c0-4.271 0-8.541 0-12.813s0-8.541 0-12.813l-29.896-23.49c-2.135-2.135-4.271-6.406-2.135-8.541l27.76-49.115c2.135-2.135 6.406-4.271 8.541-2.135l34.166 14.948c6.406-6.406 14.948-10.677 23.49-12.813v-40.573c0-4.271 4.271-6.406 6.406-6.406h57.656c4.271 0 6.406 2.135 6.406 6.406l4.271 36.302c8.541 4.271 17.084 8.541 23.49 12.813l34.166-14.948c2.135-2.135 6.406 0 8.541 2.135l27.76 49.115c2.135 2.135 0 6.406-2.135 8.541l-29.896 23.49c4.271 6.406 4.271 12.813 4.271 17.084z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_font-size"],"defaultCode":59706,"grid":4},"attrs":[],"properties":{"id":47,"order":143,"ligatures":"","prevSize":32,"code":59706,"name":"font-size"},"setIdx":1,"setId":1,"iconIdx":47},{"icon":{"paths":["M148.979 490.645h213.542v-256.25h-213.542v256.25zM148.979 789.604h213.542v-256.25h-213.542v256.25zM405.229 789.604h213.542v-256.25h-213.542v256.25zM661.479 789.604h213.542v-256.25h-213.542v256.25zM405.229 490.645h213.542v-256.25h-213.542v256.25zM661.479 234.395v256.25h213.542v-256.25h-213.542z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["evt_thumbnails"],"defaultCode":59707,"grid":4},"attrs":[],"properties":{"id":48,"order":144,"ligatures":"","prevSize":32,"code":59707,"name":"thumbnails"},"setIdx":1,"setId":1,"iconIdx":48},{"icon":{"paths":["M760.471 0c15.458 0 28.177 11.57 29.915 26.499l0.202 3.501v30.44h32.706c47.979 0 86.8 37.437 89.61 84.525l0.163 5.475v803.2c0 32.21-23.794 58.862-54.765 63.339-9.149 3.863-19.083 6.239-29.514 6.859l-5.494 0.163h-604.999c-12.279 0-23.997-2.456-34.681-6.902-31.378-4.104-55.613-30.951-55.613-63.458v-803.492c0-47.622 37.584-86.714 84.857-89.544l5.496-0.164h30.118v-30.44c0-16.582 13.471-30 30.118-30 15.458 0 28.177 11.57 29.915 26.499l0.202 3.501v30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30 15.458 0 28.177 11.57 29.915 26.499l0.202 3.501v30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30 15.458 0 28.177 11.57 29.915 26.499l0.202 3.501v30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30 15.458 0 28.177 11.57 29.915 26.499l0.202 3.501v30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30zM255.080 768.137v0l-3.387 0.201c-15.575 1.854-27.693 16.313-27.693 33.872 0 18.813 13.926 34.061 31.095 34.056v0l521.478-0.338c15.575-1.854 27.693-16.313 27.693-33.872 0-18.813-13.926-34.061-31.095-34.056v0zM255.185 608.274v0l-3.4 0.202c-15.633 1.856-27.794 16.291-27.785 33.815 0.010 18.776 13.989 33.987 31.222 33.976v0l418.859-0.476c15.633-1.856 27.794-16.291 27.785-33.815-0.010-18.776-13.989-33.987-31.222-33.976v0zM254.888 448.546v0l-3.37 0.204c-15.495 1.863-27.54 16.251-27.518 33.705 0.025 18.7 13.893 33.838 30.976 33.812v0l351.106-0.75c15.495-1.863 27.54-16.251 27.518-33.705-0.025-18.7-13.893-33.838-30.976-33.812v0zM254.262 288c-16.637-0.084-30.186 14.886-30.262 33.438s13.35 33.66 29.987 33.745v0l212.817 1.084 3.514-0.208c14.99-1.864 26.677-16.003 26.748-33.23 0.076-18.552-13.35-33.66-29.987-33.745v0z"],"isMulticolor":false,"isMulticolor2":false,"tags":["note"],"defaultCode":59648,"grid":0},"properties":{"id":1,"order":124,"ligatures":"","prevSize":32,"code":59686,"name":"note"},"setIdx":2,"setId":0,"iconIdx":0},{"icon":{"paths":["M354.813 832.022c1.318 11.683 5.431 22.226 13.966 29.916 20.615 18.574 90.164 5.756 108.349 0s149.277-45.138 155.343-51.181v0l152.596-150.363v274.074c0 49.6-39.948 89.532-89.773 89.532v0h-604.999c-49.764 0-90.295-40.342-90.295-89.97v0-783.882c0-49.454 40.53-89.708 90.353-89.708v0h30.118v-30.44c0-16.582 13.471-30 30.118-30s30.118 13.418 30.118 30v0 30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30s30.118 13.418 30.118 30v0 30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30s30.118 13.418 30.118 30v0 30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30s30.118 13.418 30.118 30v0 30.44h60.235v-30.44c0-16.582 13.471-30 30.118-30s30.118 13.418 30.118 30v0 30.44h32.706c49.825 0 89.773 40.372 89.773 90v0 110.494l-283.596 283.066-62.111 64.928h-28.288l-272.516-0.928c-22.384 0.956-40.33 5.278-42.364 27.056l-0.192 4.291c0 25.517 18.773 31.636 42.169 31.636v0l268.395 0.092c-20.331 45.859-33.98 78.187-40.946 96.987l-234.154-0.062-3.905 0.31c-17.931 1.954-31.559 11.083-31.559 31.038 0 21.38 15.644 31.636 35.141 31.636v0l188.859 1.017zM474.624 448l-351.106 0.75c-15.495 1.863-27.54 16.251-27.518 33.705 0.025 18.7 13.893 33.838 30.976 33.812v0l351.106-0.75c15.495-1.863 27.54-16.251 27.518-33.705s-12.106-31.804-27.606-33.618v0l-3.371-0.193zM126.262 288c-16.637-0.084-30.186 14.886-30.262 33.438s13.35 33.66 29.987 33.745v0l212.817 1.084 3.514-0.208c14.99-1.864 26.677-16.003 26.748-33.23 0.076-18.552-13.35-33.66-29.987-33.745v0zM765.278 349.538l-270.46 270.45 123.373 123.396 270.473-270.464zM467.892 664.615l-9.362 9.361c-2.736 2.733-4.795 6.069-6.017 9.738l-35.194 105.639c-6.49 19.48 12.068 37.999 31.531 31.462l106.105-35.623c3.648-1.225 6.965-3.278 9.686-5.999l8.897-8.898-105.646-105.68zM987.937 249.033c-33.603-33.377-93.76-33.377-127.364 0l-82.628 84.801 127.35 126.474 82.642-84.815c35.087-34.846 35.087-91.584 0-126.46z"],"isMulticolor":false,"isMulticolor2":false,"tags":["annotate"],"defaultCode":59649,"grid":0},"properties":{"id":2,"order":129,"ligatures":"","prevSize":32,"code":59687,"name":"annotate"},"setIdx":2,"setId":0,"iconIdx":1},{"icon":{"paths":["M0 128c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 512c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 896c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z"],"width":256,"isMulticolor":false,"isMulticolor2":false,"tags":["dots"],"defaultCode":59650,"grid":0},"properties":{"id":3,"order":130,"ligatures":"","prevSize":32,"code":59688,"name":"dots"},"setIdx":2,"setId":0,"iconIdx":2},{"icon":{"paths":["M830.404 905.546h-287.439c-16.536 0-29.942 13.58-29.942 30.331s13.406 30.331 29.942 30.331h287.439c16.536 0 29.942-13.58 29.942-30.331s-13.406-30.331-29.942-30.331zM133.124 790.208l-124.181 124.076c-19.003 18.987-5.715 51.925 21.025 51.925h193.622c7.94 0 15.556-3.195 21.171-8.883l26.666-27.013-138.302-140.105zM213.158 547.749c-33.425 35.66-46.852 86.944-35.048 134.783 5.104 20.682 2.669 42.379-6.172 61.207l145.512 147.406c18.588-8.958 40.004-11.423 60.418-6.252 47.272 11.973 97.833-1.676 133.026-35.528l-297.736-301.615zM993.086 163.796l-86.258-94.662c-41.379-45.412-110.84-48.745-156.287-7.821l-493.877 444.719 295.716 299.567 441.067-488.697c39.128-43.354 39.028-109.876-0.361-153.105z"],"isMulticolor":false,"isMulticolor2":false,"tags":["highlight"],"defaultCode":59651,"grid":0},"properties":{"id":4,"order":131,"ligatures":"","prevSize":32,"code":59690,"name":"highlight"},"setIdx":2,"setId":0,"iconIdx":3}],"height":1024,"metadata":{"name":"evt-icons"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"evt-icon-","metadata":{"fontFamily":"evt-icons","description":"Font generated for EVT","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"includeMetadata":true,"embed":false,"ie7":true,"noie8":false,"cssVars":false,"cssVarsFormat":"scss","showSelector":true,"showMetrics":false,"showMetadata":false,"showVersion":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon"},"historySize":50,"gridSize":16,"showGrid":true}} \ No newline at end of file diff --git a/src/assets/fonts/evt-icons.eot b/src/assets/fonts/evt-icons.eot old mode 100755 new mode 100644 index 60a39e2f56e3051c0daf5fe8e7c9dfa1b1f9b005..8fd50418a7c5ab974a28f7192f7d0688169dc3dc GIT binary patch delta 1537 zcmai!TWDNm5XWcEclPXV_T10j8#jAj+nC7SLDx-+N^4UuSW|^o(oIa8hQtJ#he%5| zMHCcKw)-IBLt|6>pz#9nMX9g`pM3DCib7s$mAZ;WN`z9nXPvW&klt|N`)2+#XUKBK@z3WQ&-OphNG#(yWhP6d}|XO7JQqYU)_WaWXe zzv@$XJUvKC1P5@y146jDqxpEd)oxRio@zp~ucNSi*~j}hdIPS6xetx14HnuBR$~nq zf)`;1PQhvVOvc-To@~bJ^Js3tE~7mbi6&G1nAdWJ0nFxe1uJ>qot{;8YZlWn89i=q zHXSKrK9`K86I&wHJ42h1sL(0$WjCw1>!OAjj_0@@zg>0+ttF@C@Q2fJTS%8&8duUq zdZ1+aNM=Kbrk#nZE^%Eh+FLg|0++0idB_q~2}eZL5X~h~*To;0sAv*vC@wyfiP>(h z`QwZ+bknxjaXZ@?w4xn%(Mn-Q6BwZiKa3ZGSRZ_sCzrZ+>8rv52T5+lmA~GOry+ z#XR676gICi$!wf+l5+%}4D74!3kDaQiXeCKd@uj5c{Q2KCzzVZ6C_=4Ub6awJ(8xi9y%c_?p49X z2j6@qU^sbZugPI0wriXDBNO-c9Eh4aVgE7|Dri!lRVHb3CzJ$l+xFJA;1h8rEZ6Of zcN#(L!-bJ3A2J^`FJd$DLU_gFb!pwBS8AmZrSuQD_|CPo_Wj$|B?*?Tmr_OCU7t&R ztSwksq($~;TF!d-{;!_udfheYT6BFUM#V|-ytppyl~!d{J}iGKUsY%#l=CX6pR2!U o&uR^AU4KqrHe_RuvF!G{&u+eNH+(`@r1j(KkzQjZyB)cI0fI9p*8l(j delta 398 zcmZ1yza@;#M4N%3Lu(?N8Oyol8@nbt)YqpoFfi-^;)LYf!~%vjdyE+v7-fL`l=Q^n z0w65_HKzXwapaAt#CfFV$iVF3e!MhZ|sAulmEHIps% z1(4qY)bO|w4xU}pX?Ift>@(gVojW8h$5VqjxnWKeji`cm_y>;J$1 z|AW*5`3yk5E||~w|FJlWIHTATjD8()))3tH=xp;n?uMFHQ zV4XLoA3p|Sfau9nw9Oe^CZEw>&3JQiht4iH&QDxcTxDEGxMjE}aX;WO$McNW zinomS0$&5)CVnOU3H(O{R0L`S?g>f>)(E~3Dgv4Xw3WeyVIBhy$Y2Jh$rJU3H!s#@ GWC8%hKWwW2 diff --git a/src/assets/fonts/evt-icons.svg b/src/assets/fonts/evt-icons.svg old mode 100755 new mode 100644 index 040331ad8..63a5a8561 --- a/src/assets/fonts/evt-icons.svg +++ b/src/assets/fonts/evt-icons.svg @@ -61,7 +61,11 @@ + + + + diff --git a/src/assets/fonts/evt-icons.ttf b/src/assets/fonts/evt-icons.ttf old mode 100755 new mode 100644 index 04361acb1cb3b150551f7484d12fbc53e9cdde7d..cbee95c856f2266f042b7f3d2913b6707248a2d6 GIT binary patch delta 1529 zcmai!TWB0*6vxk*Z+3P!JNMap*Ue_H+L-FzLF1;uOKVf97^6a4(ln+`LSh2lhe$(r zizq6hru!h`gR#LrXuLq4lnQI`L45G3ib7s$6q}WORCDwsHD*0RTg!4;>#lF-xmTdX84d z@u}yJIm$0aNml{xdT4xX^IH$0mfa-$<`h!ll`n6J`2P`tAC`iUVVR zF4Rw^caspo0UYr3eYjfY#!R*Sr}sR50iw!+pWAMfMn0k~4e_l=4Ts;xR(V09RP z!!QG<;S9Yc7A<=43@x5v!YU2$p1U+h{#teSuteayB-hcx`cHoO1#f1A(DaL&1GPu+C(w zjzB0~;DZ=|K~0}2SS=qFwA7O$89J}2qD<{1*nOpTS0U0#wmUf@$4cf!t3KE%Xf-^!$us+c98qF>c9`EY@u|*(QBx=EpM}E(P3p1IB&|HJBzW77*RBK~jVlqkW@o(9 z2x1RbhogMhe9*jrjjm@RwZ8+#%DiVo4ITY;p?6s6{Rdop`)XSI_I2x?1Z%CmnJnVo z+SkbswW<}hu4P((q~WZUQ=dQ5@sexOwdndrjEa-uIdNUuFRjX|d`$jWzN}DJDCbmA kKUIIyp3v&ry8fiTY{dp}NFW6rv00000 delta 386 zcmewn+YwsNz{tSBz|GLWz|3IaAFOZ0FT|D(6xjpB3CX#M1q^HU7&9<1$^iK(>50V! zKw1FEZvfI9={c2YORB2kf&2~z29+lnsfj6Kepdt;7}Ror@@5%80ro>ItU&$}AYUaT zx1@rNL3$sMe*&mSASXZBF;PO6ZyN)H`VF9huH3|m0){|_1q=)tDL}qLUSe))CR^$Y zAio8u;c-EJaS70&K%kWYl4oFM{xR`DwWSA;!^gnEz{J1?^pCDsvbTs*(cR|aktu+E#) zj~@duK=kAnTIP%{lNGdAGv1thM|+nY=O->Jt}?D8+%nvgxF7JC@zn9`<9Wtw#aqUE qfvlxg|`dCyv=uXWS9WW$!Pxo diff --git a/src/assets/fonts/evt-icons.woff b/src/assets/fonts/evt-icons.woff old mode 100755 new mode 100644 index 7520004c7674b6e7685e7b7eb5f021201bdc2841..745c517160500639393761d6e6989226da8afaa8 GIT binary patch delta 1581 zcmai#U1%It6vxk*JG-07&iCwh<7Ts;wlS6c294VmYa5%|iZv><8k3kd35h8*V5Oy- zA__`T;y#G@U~I4t8b2WTpeSrZozGj4tOMcNW00Ug9 z;`>(F0rQP2TVPcfgr{K^PV>jYjISHL*^JNcH9St2imq5sG@06pc_UZYhS_|sz!&ej z)#KZ4T*Y)uMX$$~P4|>ApG(Hli498mR;jH-oy|@DY6`jTXH z1S09UBWx;eL+CeUO6cc4($orM+r?zvRD@19jrHrz0GGIAKg)x%g2S?I$@Y?Ln)3Hd z)(nMJHMbbf#2o*u2jYw|6d8*LSUjE;Ff5yV@lI161WQpp=%Hb;={ARVk*iI2kuPC0 zCNR!20F{58%0CUK;0>t2Sy%>0gwgLS6iZl47l}YDP36z0srcD+yS(1?e}(>kFXN*e zVwfP1EfVDPBF9oDE`G~#1EEwpmbkh44)mjg8o}#w`nF*Sw_ysCQ4RgYLN0}4=yYlO zRrOWz?Od|Hl*s231VuIpgJKYprq>G1NHS;tT?4>=oa#FDG;P1k)3F zf@I1Z)osUoV%Gj;M;WnG7cC{4Rs~hlb;S7=9D=1-!UkFo@F!5KlHg#In$HnOCP-ONyPG!{lWLX5M zah+XcFM$F9NI{0Wrl*Cir+L=|p}HS4bY4?MmD}o zM*Y5%s^(dBy2a3Ij|MGCWUd7@qQ!P^vVUOm6Ws@+wn^AO4~Gke(#N+c#@tCQAv!jl zxe|Ifu0_;}i;0pI!akfIj*4OXLHh#MdY+1`eCBli_@% delta 442 zcmX>ScO_J;+~3WOfsp|Sw5~94gXss~I!V@*c>eG{R6AKs^7&CwpDPX*2k8yfp zF-YtTkk0|d0_i!GX+W_n3=AqyKzK=2ReVNjB2bUo4xkz{5Ek>hBA5Xb1d4qC@>M{X z{SXUlMs7(31B1E~OvoT2T%gIj$s`JwTDe3}Y30b~vxrr4(i#0X?`3hhh$gm(U zF*g+`b^)mIF$ia}rM@W0FD?Q4XA4{%Gmyp1{9`f?W3{CRkj)2lI1>XK(BBF#RbOhp zbp8ML|9_x3(A<{{K)x=R&-nkbIEy%=*gpnlph||#I~bP=Pv(^j*(@l<7H>V#z24aBd$tK$7j4qRNv{y6UoUEa<%Z>9BmlanT*AZ?R?n&Gac+7a} zc=qu; Date: Sat, 25 Feb 2023 18:00:12 +0100 Subject: [PATCH 04/13] Update edition config for annotator colors --- src/assets/config/edition_config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/config/edition_config.json b/src/assets/config/edition_config.json index ef7ee3369..0978056ca 100644 --- a/src/assets/config/edition_config.json +++ b/src/assets/config/edition_config.json @@ -105,5 +105,9 @@ "defaultTextFlow": "prose", "verseNumberPrinter": 5, "readingColorLight": "rgb(208, 220, 255)", - "readingColorDark": "rgb(101, 138, 255)" + "readingColorDark": "rgb(101, 138, 255)", + "annotatorColors": { + "note": "blue", + "highlights": ["#F2CB05", "#F29F05", "#4FC756"] + } } \ No newline at end of file From ed3fe0e74af6fd537629b241ff9d45768dd0415c Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:00:23 +0100 Subject: [PATCH 05/13] Update style in button component for annotator --- .../ui-components/button/button.component.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/app/ui-components/button/button.component.scss b/src/app/ui-components/button/button.component.scss index e6752100b..acd65e27b 100644 --- a/src/app/ui-components/button/button.component.scss +++ b/src/app/ui-components/button/button.component.scss @@ -76,4 +76,22 @@ width: 40px; } } + &.btn-annotator { + @include themify($themes) { + color: themed("toolsColor"); + background-color: themed("toolsBackgroundDarker"); + border-color: themed("toolsBackgroundDarker"); + width: 80px; + margin-left: 10px; + } + } + &.btn-annotator-light { + @include themify($themes) { + color: themed("toolsColor"); + background-color: themed("annotatorColor"); + border-color: themed("annotatorColor"); + width: 80px; + margin-left: 10px; + } + } } From a7d6bd9e132a1cd8c3de2100e1079562559303d7 Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:00:37 +0100 Subject: [PATCH 06/13] Add evt-text-annotator package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d91ccf44e..7cb682ff5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "angular-gridster2": "^13.2.0", "bootstrap": "^5.1.3", "dexie": "^3.2.1", + "evt-text-annotator": "^1.1.1", "jquery": "^3.6.0", "ng-dynamic-component": "~10.1.0", "ng2-handy-syntax-highlighter": "^1.0.12", From e0a920103bfec90e39b40fb51c4fd320dd9a073f Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:00:48 +0100 Subject: [PATCH 07/13] Update app config with annotator conf --- src/app/app.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/app.config.ts b/src/app/app.config.ts index e30f7195b..1c2897427 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -99,8 +99,18 @@ export interface EditionConfig { verseNumberPrinter: number; readingColorLight: string; readingColorDark: string; + annotatorColors: AnnotatorColors; + annotationTextType: AnnotationTextType; } +export interface AnnotatorColors { + note: string; + highlights: string[]; +} + +export type AnnotationTextType = 'annotate' | 'highlight'; + + export type EditionImagesSources = 'manifest' | 'graphics'; export interface FileConfig { From bef76311add49c379faf7f0fa946b7057d5e57cd Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:00:57 +0100 Subject: [PATCH 08/13] Update app module with text annotator component --- src/app/app.module.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index a131051b3..8a57cb088 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -24,6 +24,7 @@ import { AppConfig } from './app.config'; import { AdditionComponent } from './components/addition/addition.component'; import { AdditionalComponent } from './components/additional/additional.component'; +import { TextAnnotatorComponent } from './components/annotator/text-annotator/text-annotator.component'; import { ApparatusEntryDetailComponent } from './components/apparatus-entry/apparatus-entry-detail/apparatus-entry-detail.component'; import { ApparatusEntryReadingsComponent } from './components/apparatus-entry/apparatus-entry-readings/apparatus-entry-readings.component'; import { ApparatusEntryComponent } from './components/apparatus-entry/apparatus-entry.component'; @@ -220,6 +221,11 @@ const DynamicComponents = [ ShortcutsComponent, SourcesPanelComponent, StartsWithPipe, + SuppliedComponent, + SurplusComponent, + TagsDeclComponent, + TextAnnotatorComponent, + TextComponent, TextPanelComponent, TextSourcesComponent, TextTextComponent, From 8bf784b8f2b542edff8c4de02258d02d45ec1dce Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:01:08 +0100 Subject: [PATCH 09/13] Add text annotator component --- .../text-annotator.component.html | 35 +++++ .../text-annotator.component.scss | 127 ++++++++++++++++++ .../text-annotator.component.spec.ts | 25 ++++ .../text-annotator.component.ts | 83 ++++++++++++ 4 files changed, 270 insertions(+) create mode 100644 src/app/components/annotator/text-annotator/text-annotator.component.html create mode 100644 src/app/components/annotator/text-annotator/text-annotator.component.scss create mode 100644 src/app/components/annotator/text-annotator/text-annotator.component.spec.ts create mode 100644 src/app/components/annotator/text-annotator/text-annotator.component.ts diff --git a/src/app/components/annotator/text-annotator/text-annotator.component.html b/src/app/components/annotator/text-annotator/text-annotator.component.html new file mode 100644 index 000000000..52d2504ec --- /dev/null +++ b/src/app/components/annotator/text-annotator/text-annotator.component.html @@ -0,0 +1,35 @@ +
+
+
+ {{'annotate' | translate}} +
+
+ {{'highlight' | translate}} +
+ +
+ +
+ + +
+
+
+
+ + +
+
+ {{'annotatorNote' | translate}} + +
+
+
+
+
+ +
+
diff --git a/src/app/components/annotator/text-annotator/text-annotator.component.scss b/src/app/components/annotator/text-annotator/text-annotator.component.scss new file mode 100644 index 000000000..3ddf5c5bb --- /dev/null +++ b/src/app/components/annotator/text-annotator/text-annotator.component.scss @@ -0,0 +1,127 @@ +@import "../../../../assets/scss/colors"; + + +$buttonColor: get-anno-color(buttonColors); +$noteColor: get-anno-color(noteColor); + + +.evt-adder-annotation { + font-family: Junicode, Times, serif; + display: block; + position: absolute; + z-index: 999; + height: auto; + border-radius: 5px; +} + +.evt-annotate { + border-right: 1px solid #ccc; +} + +.evt-annotator-option { + background: $buttonColor; + padding: 8px 5px; + cursor: pointer; +} + +.evt-annotator-option span { + margin: 0; +} + +.evt-adder-toolbar { + all: initial; + z-index: 1; + display: flex; + flex-direction: row; + margin-top: 15px; + box-shadow: 0px 0px 9px 0 rgb(0 0 0 / 33%); + border-radius: 5px; + border: 1px solid #ccc; +} + +.evt-adder-toolbar::after { + content: ""; + position: absolute; + width: 0; + height: 0; + margin-left: -0.5em; + bottom: 25px; + left: 15%; + box-sizing: border-box; + border: 5px solid #ccc; + border-color: transparent transparent #fff #fff; + transform-origin: 0 0; + transform: rotate(135deg); + box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 14%); +} + +.evt-highlight-colors div { + width: 20px; + height: 20px; + float: left; +} + + +.evt-annotate-creator { + width: 280px; + height: auto; +} + +[contentEditable=true]:empty:not(:focus):before{ + content:attr(data-placeholder); + color:grey; + font-style:italic; +} + +.evt-annotate-creator { + margin-top: 15px; + background: $buttonColor; + overflow: hidden; + box-shadow: 0px 0px 9px 0 rgb(0 0 0 / 33%); +} + +.evt-annotate-creator::after { + content: ""; + position: absolute; + width: 0; + height: 0; + margin-left: -0.5em; + bottom: 92%; + left: 15%; + box-sizing: border-box; + border: 5px solid #ccc; + border-color: transparent transparent #E4EBF6 #E4EBF6; + transform-origin: 0 0; + transform: rotate(135deg); + box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 14%); +} + +.evt-note-header { + background-color: $noteColor; + padding: 10px; +} + +.evt-note.evt-note-body { + padding: 20px; +} + +.note-title, +.note-body { + border: 1px solid #ccc; + padding: 5px; + margin-top: 10px; +} + +.note-title:focus, +.note-body:focus { + outline: none; + border: 1px solid #000; +} + +.note-body { + height: 100px; +} + +.evt-note-footer { + padding: 0 20px 20px 0; +} diff --git a/src/app/components/annotator/text-annotator/text-annotator.component.spec.ts b/src/app/components/annotator/text-annotator/text-annotator.component.spec.ts new file mode 100644 index 000000000..aef2da0f6 --- /dev/null +++ b/src/app/components/annotator/text-annotator/text-annotator.component.spec.ts @@ -0,0 +1,25 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { TextAnnotatorComponent } from './text-annotator.component'; + +describe('TextAnnotatorComponent', () => { + let component: TextAnnotatorComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + declarations: [ TextAnnotatorComponent ], + }) + .compileComponents(); + }); + + beforeEach(() => { + fixture = TestBed.createComponent(TextAnnotatorComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/src/app/components/annotator/text-annotator/text-annotator.component.ts b/src/app/components/annotator/text-annotator/text-annotator.component.ts new file mode 100644 index 000000000..cf6496337 --- /dev/null +++ b/src/app/components/annotator/text-annotator/text-annotator.component.ts @@ -0,0 +1,83 @@ +import { Component, OnDestroy } from '@angular/core'; +import { Subscription } from 'rxjs'; +import { AnnotationTextType, AnnotatorColors, AppConfig } from 'src/app/app.config'; +import { AnnotatorService } from 'src/app/services/annotator/annotator.service'; + +interface TextAnnotation { + options: { + position: AnnotatorPosition; + highlightColors: AnnotatorColors; + showAdder: Boolean; + updateMode: Boolean; + } + values: { + range: Range; + type: AnnotationTextType; + selectedText: string; + } +} +interface AnnotatorPosition { + x: number; + y: number; +} +@Component({ + selector: 'evt-text-annotator', + templateUrl: './text-annotator.component.html', + styleUrls: ['./text-annotator.component.scss'], +}) +export class TextAnnotatorComponent implements OnDestroy { + private subscriptions: Subscription[] = []; + public annotator: TextAnnotation = { + options: { + position: { x: 0, y: 0 }, + highlightColors: AppConfig.evtSettings.edition.annotatorColors, + showAdder: false, + updateMode: true, + }, + values: { + range: null, + type: null, + selectedText: '', + }, + } + + constructor( + private annotatorService: AnnotatorService, + ) { + const { values } = this.annotator; + + this.subscriptions.push(this.annotatorService.textSelection$ + .subscribe((selection) => { + values.selectedText = selection.toString(); + if (/\S/.test(values.selectedText)) { + this.openAdder(selection); + } else { + this.closeAdder(); + } + })); + } + + openAdder(selection: Selection) { + const { options, values } = this.annotator; + values.range = selection.getRangeAt(0); + options.showAdder = true + const rect = values.range.getBoundingClientRect(); + options.position = { y: rect.bottom, x: rect.left }; + } + + closeAdder() { + const { options, values } = this.annotator; + options.showAdder = false; + values.type = null; + } + + openCreation(choice: string) { + const { options, values } = this.annotator; + values.type = choice as AnnotationTextType; + options.showAdder = choice !== 'annotate'; + } + + ngOnDestroy() { + this.subscriptions.forEach((subscription) => subscription.unsubscribe()); + } +} From 89573e3db9a311cd3f75db6dae50d2b2e3e7594c Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:01:18 +0100 Subject: [PATCH 10/13] Add evt-text-annotator component to app.component --- src/app/app.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 0a399cb23..764c699ba 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -8,4 +8,5 @@ - \ No newline at end of file + + From 92ff3cb9c40b3b0325369ace12d9ed562003a69e Mon Sep 17 00:00:00 2001 From: "cerre.giacomocerre" Date: Sat, 25 Feb 2023 18:01:33 +0100 Subject: [PATCH 11/13] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8135ac04b..a58f02753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to Angular 13 ### Added +- Text annotator component visualization - Text/images connection in page change - Support for styleDefDecl as default style of renditional information - Apparatus entry inline visualization From 3fa5bf9924b512c875022fb2cf1cde5b1cab837f Mon Sep 17 00:00:00 2001 From: Giulia Cacioli Date: Sun, 4 Feb 2024 16:14:01 +0100 Subject: [PATCH 12/13] Fix TextAnnotatorComponent declaration order --- src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 8a57cb088..33d392be6 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -24,7 +24,6 @@ import { AppConfig } from './app.config'; import { AdditionComponent } from './components/addition/addition.component'; import { AdditionalComponent } from './components/additional/additional.component'; -import { TextAnnotatorComponent } from './components/annotator/text-annotator/text-annotator.component'; import { ApparatusEntryDetailComponent } from './components/apparatus-entry/apparatus-entry-detail/apparatus-entry-detail.component'; import { ApparatusEntryReadingsComponent } from './components/apparatus-entry/apparatus-entry-readings/apparatus-entry-readings.component'; import { ApparatusEntryComponent } from './components/apparatus-entry/apparatus-entry.component'; @@ -82,6 +81,7 @@ import { SicComponent } from './components/sic/sic.component'; import { SuppliedComponent } from './components/supplied/supplied.component'; import { SurplusComponent } from './components/surplus/surplus.component'; import { TagsDeclComponent } from './components/tags-decl/tags-decl.component'; +import { TextAnnotatorComponent } from './components/annotator/text-annotator/text-annotator.component'; import { TextComponent } from './components/text/text.component'; import { TitleStmtComponent } from './components/title-stmt/title-stmt.component'; import { VerseComponent } from './components/verse/verse.component'; From 3d11ba6f93e719a4979d26e73d3bc0d96b5d6e83 Mon Sep 17 00:00:00 2001 From: davivcu Date: Tue, 3 Sep 2024 21:30:36 +0200 Subject: [PATCH 13/13] Fix spinner missing type attribute --- src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 681f01070..c290169e1 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -9,4 +9,4 @@ - +