From d35cb6083fc413bad73c9d67e73629dda0278f55 Mon Sep 17 00:00:00 2001 From: leiyre Date: Thu, 23 Jun 2022 12:17:04 +0200 Subject: [PATCH] feat(#1561): standardize icons (#1565) This PR includes icons from the https://css.gg/ library and renames the icons to match (cherry picked from commit 4a928e6e6e2632104551bc0dac272ce412e98e18) --- .../icons/{drop-up.js => arrow-down.js} | 10 +-- .../icons/{chev-bottom.js => arrow-up.js} | 10 +-- frontend/assets/icons/brand-isotipo.js | 27 ------ frontend/assets/icons/brand-recognai.js | 27 ------ frontend/assets/icons/check.js | 8 +- frontend/assets/icons/chev-top.js | 27 ------ .../assets/icons/{list.js => chevron-down.js} | 10 +-- .../icons/{drop-down.js => chevron-left.js} | 10 +-- frontend/assets/icons/chevron-right.js | 27 ++++++ .../icons/{sort-table.js => chevron-up.js} | 10 +-- frontend/assets/icons/clasifier.js | 27 ------ frontend/assets/icons/clip.js | 27 ------ frontend/assets/icons/clock.js | 27 ------ frontend/assets/icons/{check3.js => close.js} | 10 +-- frontend/assets/icons/config.js | 27 ------ frontend/assets/icons/copy-url.js | 27 ------ frontend/assets/icons/copy.js | 8 +- frontend/assets/icons/create-datasource.js | 27 ------ .../assets/icons/{check2.js => danger.js} | 10 +-- frontend/assets/icons/datasets-empty.js | 27 ------ frontend/assets/icons/datasource.js | 27 ------ frontend/assets/icons/datasources.js | 27 ------ frontend/assets/icons/delete.js | 27 ------ frontend/assets/icons/docs.js | 27 ------ frontend/assets/icons/double-chev.js | 27 ------ frontend/assets/icons/dropbox.js | 27 ------ frontend/assets/icons/edit.js | 27 ------ frontend/assets/icons/editable.js | 27 ------ frontend/assets/icons/empty-results.js | 27 ------ frontend/assets/icons/empty-rules.js | 27 ------ frontend/assets/icons/error.js | 27 ------ frontend/assets/icons/exploration.js | 27 ++++++ frontend/assets/icons/explore-view.js | 27 ------ frontend/assets/icons/export.js | 27 ------ frontend/assets/icons/external-link.js | 27 ------ frontend/assets/icons/external.js | 8 +- frontend/assets/icons/feather.js | 27 ------ frontend/assets/icons/filter.js | 8 +- frontend/assets/icons/filtrable-column.js | 27 ------ frontend/assets/icons/forbidden.js | 27 ------ frontend/assets/icons/go-back.js | 27 ------ .../icons/{arrow-top.js => hand-labeling.js} | 10 +-- frontend/assets/icons/help.js | 27 ------ frontend/assets/icons/hipo.js | 27 ------ frontend/assets/icons/ignore.js | 27 ------ frontend/assets/icons/index.js | 87 +++++-------------- frontend/assets/icons/info.js | 8 +- frontend/assets/icons/kebab-menu-h.js | 27 ------ frontend/assets/icons/kebab-menu-v.js | 27 ------ frontend/assets/icons/kebab-menu.js | 27 ++++++ frontend/assets/icons/labelling-rules-view.js | 27 ------ frontend/assets/icons/link.js | 27 ++++++ frontend/assets/icons/lock.js | 27 ------ .../assets/icons/{chev-left.js => log-out.js} | 10 +-- frontend/assets/icons/logout.js | 27 ------ frontend/assets/icons/matching.js | 27 ++++++ .../icons/{chev-right.js => math-plus.js} | 10 +-- frontend/assets/icons/metrics.js | 27 ------ frontend/assets/icons/models.js | 27 ------ .../{annotate-view.js => no-matching.js} | 10 +-- frontend/assets/icons/pagination-end.js | 27 ------ frontend/assets/icons/password-hide.js | 27 ------ frontend/assets/icons/password-show.js | 27 ------ frontend/assets/icons/pencil.js | 27 ------ frontend/assets/icons/plus.js | 27 ------ frontend/assets/icons/predicted-ko.js | 27 ------ frontend/assets/icons/predicted-ok.js | 27 ------ frontend/assets/icons/prev.js | 27 ------ frontend/assets/icons/progress.js | 8 +- frontend/assets/icons/refresh.js | 8 +- frontend/assets/icons/reject.js | 27 ------ .../assets/icons/{back.js => row-last.js} | 10 +-- frontend/assets/icons/search.js | 8 +- frontend/assets/icons/sort.js | 8 +- frontend/assets/icons/stats.js | 27 ++++++ frontend/assets/icons/support.js | 27 ++++++ .../assets/icons/{arrow-bottom.js => time.js} | 10 +-- .../assets/icons/{cross.js => trash-empty.js} | 10 +-- frontend/assets/icons/unavailable.js | 27 ++++++ frontend/assets/icons/unlock.js | 27 ------ .../icons/{zoomout.js => weak-labeling.js} | 10 +-- frontend/assets/icons/zoomin.js | 27 ------ frontend/components/commons/Error.vue | 4 +- .../components/commons/LoadingSkeleton.vue | 2 - .../commons/datasets-list/DatasetsEmpty.vue | 4 +- .../commons/header/filters/FilterScore.vue | 2 +- .../commons/header/filters/FiltersArea.vue | 1 - .../commons/header/filters/FiltersList.vue | 2 +- .../commons/header/filters/SearchBar.vue | 4 +- .../commons/header/filters/SelectFilter.vue | 2 +- .../commons/header/filters/SortFilter.vue | 12 +-- .../header/global-actions/CreateNewAction.vue | 2 +- .../global-actions/ValidateDiscardAction.vue | 3 +- .../components/commons/header/user/user.vue | 14 ++- .../commons/results/PaginationEndAlert.vue | 4 +- .../commons/results/RecordExtraActions.vue | 4 +- .../commons/results/ResultsList.vue | 6 +- .../components/commons/results/StatusTag.vue | 12 +-- .../commons/sidebar/SidebarButton.vue | 12 +-- .../commons/sidebar/SidebarPanel.vue | 4 +- frontend/components/core/ReActionTooltip.vue | 2 +- frontend/components/core/ReBreadcrumbs.vue | 7 +- frontend/components/core/ReCheckbox.vue | 4 +- frontend/components/core/ReCode.vue | 2 +- frontend/components/core/ReLoading.vue | 2 - frontend/components/core/ReModal.vue | 2 +- frontend/components/core/RePagination.vue | 12 +-- frontend/components/core/ReSearchBar.vue | 4 +- .../components/core/table/ReTableInfo.vue | 28 +++--- .../core/table/TableFiltrableColumn.vue | 11 ++- .../header/ExplainHelpInfo.vue | 4 +- .../AnnotationLabelSelector.vue | 4 +- .../labeling-rules/RulesManagement.vue | 8 +- .../results/ClassifierAnnotationArea.vue | 1 - .../text-classifier/results/LabelSearch.vue | 4 +- .../results/RecordTextClassification.vue | 23 +++-- .../sidebar/TextClassificationSidebar.vue | 14 +-- .../text2text/results/Text2TextList.vue | 5 +- .../text2text/sidebar/Text2TextSidebar.vue | 10 +-- .../results/EntitiesHeader.vue | 2 +- .../results/EntitiesSelector.vue | 4 +- .../results/EntityHighlight.vue | 4 +- .../sidebar/TokenClassificationSidebar.vue | 10 +-- frontend/pages/datasets/index.vue | 4 +- .../__snapshots__/TaskSidebar.spec.js.snap | 8 +- .../TableFiltrableColumn.spec.js.snap | 4 +- frontend/static/icons/annotate-view.svg | 14 --- frontend/static/icons/arrow-bottom.svg | 12 --- frontend/static/icons/arrow-down.svg | 3 + frontend/static/icons/arrow-top.svg | 14 --- frontend/static/icons/arrow-up.svg | 3 + frontend/static/icons/back.svg | 13 --- frontend/static/icons/brand-isotipo.svg | 27 ------ frontend/static/icons/brand-recognai.svg | 27 ------ frontend/static/icons/check.svg | 14 +-- frontend/static/icons/check2.svg | 9 -- frontend/static/icons/check3.svg | 12 --- frontend/static/icons/chev-bottom.svg | 10 --- frontend/static/icons/chev-left.svg | 14 --- frontend/static/icons/chev-right.svg | 8 -- frontend/static/icons/chev-top.svg | 11 --- frontend/static/icons/chevron-down.svg | 4 + frontend/static/icons/chevron-left.svg | 4 + frontend/static/icons/chevron-right.svg | 3 + frontend/static/icons/chevron-up.svg | 4 + frontend/static/icons/clasifier.svg | 15 ---- frontend/static/icons/clip.svg | 13 --- frontend/static/icons/clock.svg | 13 --- frontend/static/icons/close.svg | 3 + frontend/static/icons/config.svg | 12 --- frontend/static/icons/copy-url.svg | 20 ----- frontend/static/icons/copy.svg | 18 +--- frontend/static/icons/create-datasource.svg | 18 ---- frontend/static/icons/cross.svg | 15 ---- frontend/static/icons/danger.svg | 5 ++ frontend/static/icons/datasets-empty.svg | 15 ---- frontend/static/icons/datasource.svg | 11 --- frontend/static/icons/datasources.svg | 11 --- frontend/static/icons/delete.svg | 17 ---- frontend/static/icons/docs.svg | 13 --- frontend/static/icons/double-chev.svg | 13 --- frontend/static/icons/drop-down.svg | 8 -- frontend/static/icons/drop-up.svg | 8 -- frontend/static/icons/dropbox.svg | 14 --- frontend/static/icons/edit.svg | 24 ----- frontend/static/icons/editable.svg | 15 ---- frontend/static/icons/empty-results.svg | 18 ---- frontend/static/icons/empty-rules.svg | 15 ---- frontend/static/icons/error.svg | 16 ---- frontend/static/icons/exploration.svg | 4 + frontend/static/icons/explore-view.svg | 15 ---- frontend/static/icons/export.svg | 13 --- frontend/static/icons/external-link.svg | 16 ---- frontend/static/icons/external.svg | 19 +--- frontend/static/icons/feather.svg | 17 ---- frontend/static/icons/filter.svg | 24 ++--- frontend/static/icons/filtrable-column.svg | 10 --- frontend/static/icons/forbidden.svg | 12 --- frontend/static/icons/go-back.svg | 13 --- frontend/static/icons/hand-labeling.svg | 3 + frontend/static/icons/help.svg | 11 --- frontend/static/icons/hipo.svg | 15 ---- frontend/static/icons/ignore.svg | 19 ---- frontend/static/icons/info.svg | 18 ++-- frontend/static/icons/kebab-menu-h.svg | 10 --- frontend/static/icons/kebab-menu-v.svg | 11 --- frontend/static/icons/kebab-menu.svg | 3 + .../static/icons/labelling-rules-view.svg | 10 --- frontend/static/icons/link.svg | 5 ++ frontend/static/icons/list.svg | 16 ---- frontend/static/icons/lock.svg | 13 --- frontend/static/icons/log-out.svg | 4 + frontend/static/icons/logout.svg | 14 --- frontend/static/icons/matching.svg | 4 + frontend/static/icons/math-plus.svg | 3 + frontend/static/icons/metrics.svg | 16 ---- frontend/static/icons/models.svg | 15 ---- frontend/static/icons/no-matching.svg | 4 + frontend/static/icons/pagination-end.svg | 10 --- frontend/static/icons/password-hide.svg | 16 ---- frontend/static/icons/password-show.svg | 17 ---- frontend/static/icons/pencil.svg | 7 -- frontend/static/icons/plus.svg | 13 --- frontend/static/icons/predicted-ko.svg | 8 -- frontend/static/icons/predicted-ok.svg | 10 --- frontend/static/icons/prev.svg | 15 ---- frontend/static/icons/progress.svg | 33 +------ frontend/static/icons/refresh.svg | 14 +-- frontend/static/icons/reject.svg | 22 ----- frontend/static/icons/row-last.svg | 7 ++ frontend/static/icons/search.svg | 14 +-- frontend/static/icons/sort-table.svg | 8 -- frontend/static/icons/sort.svg | 17 +--- frontend/static/icons/stats.svg | 5 ++ frontend/static/icons/support.svg | 3 + frontend/static/icons/time.svg | 4 + frontend/static/icons/trash-empty.svg | 3 + frontend/static/icons/unavailable.svg | 3 + frontend/static/icons/unlock.svg | 13 --- frontend/static/icons/weak-labeling.svg | 6 ++ frontend/static/icons/zoomin.svg | 16 ---- frontend/static/icons/zoomout.svg | 13 --- 222 files changed, 611 insertions(+), 2664 deletions(-) rename frontend/assets/icons/{drop-up.js => arrow-down.js} (75%) rename frontend/assets/icons/{chev-bottom.js => arrow-up.js} (75%) delete mode 100644 frontend/assets/icons/brand-isotipo.js delete mode 100644 frontend/assets/icons/brand-recognai.js delete mode 100644 frontend/assets/icons/chev-top.js rename frontend/assets/icons/{list.js => chevron-down.js} (78%) rename frontend/assets/icons/{drop-down.js => chevron-left.js} (75%) create mode 100644 frontend/assets/icons/chevron-right.js rename frontend/assets/icons/{sort-table.js => chevron-up.js} (81%) delete mode 100644 frontend/assets/icons/clasifier.js delete mode 100644 frontend/assets/icons/clip.js delete mode 100644 frontend/assets/icons/clock.js rename frontend/assets/icons/{check3.js => close.js} (67%) delete mode 100644 frontend/assets/icons/config.js delete mode 100644 frontend/assets/icons/copy-url.js delete mode 100644 frontend/assets/icons/create-datasource.js rename frontend/assets/icons/{check2.js => danger.js} (59%) delete mode 100644 frontend/assets/icons/datasets-empty.js delete mode 100644 frontend/assets/icons/datasource.js delete mode 100644 frontend/assets/icons/datasources.js delete mode 100644 frontend/assets/icons/delete.js delete mode 100644 frontend/assets/icons/docs.js delete mode 100644 frontend/assets/icons/double-chev.js delete mode 100644 frontend/assets/icons/dropbox.js delete mode 100644 frontend/assets/icons/edit.js delete mode 100644 frontend/assets/icons/editable.js delete mode 100644 frontend/assets/icons/empty-results.js delete mode 100644 frontend/assets/icons/empty-rules.js delete mode 100644 frontend/assets/icons/error.js create mode 100644 frontend/assets/icons/exploration.js delete mode 100644 frontend/assets/icons/explore-view.js delete mode 100644 frontend/assets/icons/export.js delete mode 100644 frontend/assets/icons/external-link.js delete mode 100644 frontend/assets/icons/feather.js delete mode 100644 frontend/assets/icons/filtrable-column.js delete mode 100644 frontend/assets/icons/forbidden.js delete mode 100644 frontend/assets/icons/go-back.js rename frontend/assets/icons/{arrow-top.js => hand-labeling.js} (56%) delete mode 100644 frontend/assets/icons/help.js delete mode 100644 frontend/assets/icons/hipo.js delete mode 100644 frontend/assets/icons/ignore.js delete mode 100644 frontend/assets/icons/kebab-menu-h.js delete mode 100644 frontend/assets/icons/kebab-menu-v.js create mode 100644 frontend/assets/icons/kebab-menu.js delete mode 100644 frontend/assets/icons/labelling-rules-view.js create mode 100644 frontend/assets/icons/link.js delete mode 100644 frontend/assets/icons/lock.js rename frontend/assets/icons/{chev-left.js => log-out.js} (63%) delete mode 100644 frontend/assets/icons/logout.js create mode 100644 frontend/assets/icons/matching.js rename frontend/assets/icons/{chev-right.js => math-plus.js} (69%) delete mode 100644 frontend/assets/icons/metrics.js delete mode 100644 frontend/assets/icons/models.js rename frontend/assets/icons/{annotate-view.js => no-matching.js} (53%) delete mode 100644 frontend/assets/icons/pagination-end.js delete mode 100644 frontend/assets/icons/password-hide.js delete mode 100644 frontend/assets/icons/password-show.js delete mode 100644 frontend/assets/icons/pencil.js delete mode 100644 frontend/assets/icons/plus.js delete mode 100644 frontend/assets/icons/predicted-ko.js delete mode 100644 frontend/assets/icons/predicted-ok.js delete mode 100644 frontend/assets/icons/prev.js delete mode 100644 frontend/assets/icons/reject.js rename frontend/assets/icons/{back.js => row-last.js} (62%) create mode 100644 frontend/assets/icons/stats.js create mode 100644 frontend/assets/icons/support.js rename frontend/assets/icons/{arrow-bottom.js => time.js} (64%) rename frontend/assets/icons/{cross.js => trash-empty.js} (57%) create mode 100644 frontend/assets/icons/unavailable.js delete mode 100644 frontend/assets/icons/unlock.js rename frontend/assets/icons/{zoomout.js => weak-labeling.js} (53%) delete mode 100644 frontend/assets/icons/zoomin.js delete mode 100644 frontend/static/icons/annotate-view.svg delete mode 100644 frontend/static/icons/arrow-bottom.svg create mode 100644 frontend/static/icons/arrow-down.svg delete mode 100644 frontend/static/icons/arrow-top.svg create mode 100644 frontend/static/icons/arrow-up.svg delete mode 100644 frontend/static/icons/back.svg delete mode 100644 frontend/static/icons/brand-isotipo.svg delete mode 100644 frontend/static/icons/brand-recognai.svg delete mode 100644 frontend/static/icons/check2.svg delete mode 100644 frontend/static/icons/check3.svg delete mode 100644 frontend/static/icons/chev-bottom.svg delete mode 100644 frontend/static/icons/chev-left.svg delete mode 100644 frontend/static/icons/chev-right.svg delete mode 100644 frontend/static/icons/chev-top.svg create mode 100644 frontend/static/icons/chevron-down.svg create mode 100644 frontend/static/icons/chevron-left.svg create mode 100644 frontend/static/icons/chevron-right.svg create mode 100644 frontend/static/icons/chevron-up.svg delete mode 100644 frontend/static/icons/clasifier.svg delete mode 100644 frontend/static/icons/clip.svg delete mode 100644 frontend/static/icons/clock.svg create mode 100644 frontend/static/icons/close.svg delete mode 100644 frontend/static/icons/config.svg delete mode 100644 frontend/static/icons/copy-url.svg delete mode 100644 frontend/static/icons/create-datasource.svg delete mode 100644 frontend/static/icons/cross.svg create mode 100644 frontend/static/icons/danger.svg delete mode 100644 frontend/static/icons/datasets-empty.svg delete mode 100644 frontend/static/icons/datasource.svg delete mode 100644 frontend/static/icons/datasources.svg delete mode 100644 frontend/static/icons/delete.svg delete mode 100644 frontend/static/icons/docs.svg delete mode 100644 frontend/static/icons/double-chev.svg delete mode 100644 frontend/static/icons/drop-down.svg delete mode 100644 frontend/static/icons/drop-up.svg delete mode 100644 frontend/static/icons/dropbox.svg delete mode 100644 frontend/static/icons/edit.svg delete mode 100644 frontend/static/icons/editable.svg delete mode 100644 frontend/static/icons/empty-results.svg delete mode 100644 frontend/static/icons/empty-rules.svg delete mode 100644 frontend/static/icons/error.svg create mode 100644 frontend/static/icons/exploration.svg delete mode 100644 frontend/static/icons/explore-view.svg delete mode 100644 frontend/static/icons/export.svg delete mode 100644 frontend/static/icons/external-link.svg delete mode 100644 frontend/static/icons/feather.svg delete mode 100644 frontend/static/icons/filtrable-column.svg delete mode 100644 frontend/static/icons/forbidden.svg delete mode 100644 frontend/static/icons/go-back.svg create mode 100644 frontend/static/icons/hand-labeling.svg delete mode 100644 frontend/static/icons/help.svg delete mode 100644 frontend/static/icons/hipo.svg delete mode 100644 frontend/static/icons/ignore.svg delete mode 100644 frontend/static/icons/kebab-menu-h.svg delete mode 100644 frontend/static/icons/kebab-menu-v.svg create mode 100644 frontend/static/icons/kebab-menu.svg delete mode 100644 frontend/static/icons/labelling-rules-view.svg create mode 100644 frontend/static/icons/link.svg delete mode 100644 frontend/static/icons/list.svg delete mode 100644 frontend/static/icons/lock.svg create mode 100644 frontend/static/icons/log-out.svg delete mode 100644 frontend/static/icons/logout.svg create mode 100644 frontend/static/icons/matching.svg create mode 100755 frontend/static/icons/math-plus.svg delete mode 100644 frontend/static/icons/metrics.svg delete mode 100644 frontend/static/icons/models.svg create mode 100644 frontend/static/icons/no-matching.svg delete mode 100644 frontend/static/icons/pagination-end.svg delete mode 100644 frontend/static/icons/password-hide.svg delete mode 100644 frontend/static/icons/password-show.svg delete mode 100644 frontend/static/icons/pencil.svg delete mode 100755 frontend/static/icons/plus.svg delete mode 100644 frontend/static/icons/predicted-ko.svg delete mode 100644 frontend/static/icons/predicted-ok.svg delete mode 100644 frontend/static/icons/prev.svg delete mode 100644 frontend/static/icons/reject.svg create mode 100644 frontend/static/icons/row-last.svg delete mode 100644 frontend/static/icons/sort-table.svg create mode 100644 frontend/static/icons/stats.svg create mode 100644 frontend/static/icons/support.svg create mode 100644 frontend/static/icons/time.svg create mode 100644 frontend/static/icons/trash-empty.svg create mode 100644 frontend/static/icons/unavailable.svg delete mode 100644 frontend/static/icons/unlock.svg create mode 100644 frontend/static/icons/weak-labeling.svg delete mode 100644 frontend/static/icons/zoomin.svg delete mode 100644 frontend/static/icons/zoomout.svg diff --git a/frontend/assets/icons/drop-up.js b/frontend/assets/icons/arrow-down.js similarity index 75% rename from frontend/assets/icons/drop-up.js rename to frontend/assets/icons/arrow-down.js index 113e9eea6d..6837bb7a06 100644 --- a/frontend/assets/icons/drop-up.js +++ b/frontend/assets/icons/arrow-down.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'drop-up': { - width: 15, - height: 10, - viewBox: '0 0 15 10', - data: '' + 'arrow-down': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/chev-bottom.js b/frontend/assets/icons/arrow-up.js similarity index 75% rename from frontend/assets/icons/chev-bottom.js rename to frontend/assets/icons/arrow-up.js index 566ee0cf9a..e63ecc4ddf 100644 --- a/frontend/assets/icons/chev-bottom.js +++ b/frontend/assets/icons/arrow-up.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'chev-bottom': { - width: 7, - height: 5, - viewBox: '0 0 7 5', - data: '' + 'arrow-up': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/brand-isotipo.js b/frontend/assets/icons/brand-isotipo.js deleted file mode 100644 index 3e92329a51..0000000000 --- a/frontend/assets/icons/brand-isotipo.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'brand-isotipo': { - width: 15, - height: 21, - viewBox: '0 0 15 21', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/brand-recognai.js b/frontend/assets/icons/brand-recognai.js deleted file mode 100644 index 4fd16cef27..0000000000 --- a/frontend/assets/icons/brand-recognai.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'brand-recognai': { - width: 45, - height: 18, - viewBox: '0 0 45 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/check.js b/frontend/assets/icons/check.js index 70b7c4318d..e3e5131cb5 100644 --- a/frontend/assets/icons/check.js +++ b/frontend/assets/icons/check.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'check': { - width: 10, - height: 8, - viewBox: '0 0 10 8', - data: '' + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/chev-top.js b/frontend/assets/icons/chev-top.js deleted file mode 100644 index 9d69a98c0d..0000000000 --- a/frontend/assets/icons/chev-top.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'chev-top': { - width: 7, - height: 5, - viewBox: '0 0 7 5', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/list.js b/frontend/assets/icons/chevron-down.js similarity index 78% rename from frontend/assets/icons/list.js rename to frontend/assets/icons/chevron-down.js index 800f419101..6cb1a66837 100644 --- a/frontend/assets/icons/list.js +++ b/frontend/assets/icons/chevron-down.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'list': { - width: 15, - height: 11, - viewBox: '0 0 15 11', - data: '' + 'chevron-down': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/drop-down.js b/frontend/assets/icons/chevron-left.js similarity index 75% rename from frontend/assets/icons/drop-down.js rename to frontend/assets/icons/chevron-left.js index ee6b92d46c..f1ee13b2c8 100644 --- a/frontend/assets/icons/drop-down.js +++ b/frontend/assets/icons/chevron-left.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'drop-down': { - width: 15, - height: 10, - viewBox: '0 0 15 10', - data: '' + 'chevron-left': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/chevron-right.js b/frontend/assets/icons/chevron-right.js new file mode 100644 index 0000000000..58e9391c2f --- /dev/null +++ b/frontend/assets/icons/chevron-right.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'chevron-right': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/sort-table.js b/frontend/assets/icons/chevron-up.js similarity index 81% rename from frontend/assets/icons/sort-table.js rename to frontend/assets/icons/chevron-up.js index 8e16ce1ca5..91149e0f86 100644 --- a/frontend/assets/icons/sort-table.js +++ b/frontend/assets/icons/chevron-up.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'sort-table': { - width: 13, - height: 14, - viewBox: '0 0 13 14', - data: '' + 'chevron-up': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/clasifier.js b/frontend/assets/icons/clasifier.js deleted file mode 100644 index 081935dfeb..0000000000 --- a/frontend/assets/icons/clasifier.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'clasifier': { - width: 100, - height: 95, - viewBox: '0 0 100 95', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/clip.js b/frontend/assets/icons/clip.js deleted file mode 100644 index 7aca0c26e9..0000000000 --- a/frontend/assets/icons/clip.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'clip': { - width: 10, - height: 12, - viewBox: '0 0 10 12', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/clock.js b/frontend/assets/icons/clock.js deleted file mode 100644 index 6bcabd39c1..0000000000 --- a/frontend/assets/icons/clock.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'clock': { - width: 13, - height: 13, - viewBox: '0 0 13 13', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/check3.js b/frontend/assets/icons/close.js similarity index 67% rename from frontend/assets/icons/check3.js rename to frontend/assets/icons/close.js index 9029a4b7f2..b9e6e2e9a9 100644 --- a/frontend/assets/icons/check3.js +++ b/frontend/assets/icons/close.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'check3': { - width: 11, - height: 8, - viewBox: '0 0 11 8', - data: '' + 'close': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/config.js b/frontend/assets/icons/config.js deleted file mode 100644 index cb7dc979cd..0000000000 --- a/frontend/assets/icons/config.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'config': { - width: 14, - height: 14, - viewBox: '0 0 14 14', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/copy-url.js b/frontend/assets/icons/copy-url.js deleted file mode 100644 index 1a0ceb1c62..0000000000 --- a/frontend/assets/icons/copy-url.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'copy-url': { - width: 12, - height: 12, - viewBox: '0 0 12 12', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/copy.js b/frontend/assets/icons/copy.js index 7c5a889240..9f659dd46b 100644 --- a/frontend/assets/icons/copy.js +++ b/frontend/assets/icons/copy.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'copy': { - width: 11, - height: 13, - viewBox: '0 0 11 13', - data: '' + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/create-datasource.js b/frontend/assets/icons/create-datasource.js deleted file mode 100644 index 4efef7e7e0..0000000000 --- a/frontend/assets/icons/create-datasource.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'create-datasource': { - width: 39, - height: 32, - viewBox: '0 0 39 32', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/check2.js b/frontend/assets/icons/danger.js similarity index 59% rename from frontend/assets/icons/check2.js rename to frontend/assets/icons/danger.js index 11c93e56a8..1743818bf5 100644 --- a/frontend/assets/icons/check2.js +++ b/frontend/assets/icons/danger.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'check2': { - width: 12, - height: 9, - viewBox: '0 0 12 9', - data: '' + 'danger': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/datasets-empty.js b/frontend/assets/icons/datasets-empty.js deleted file mode 100644 index 27aa03355d..0000000000 --- a/frontend/assets/icons/datasets-empty.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'datasets-empty': { - width: 36, - height: 27, - viewBox: '0 0 36 27', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/datasource.js b/frontend/assets/icons/datasource.js deleted file mode 100644 index 430acbe7c8..0000000000 --- a/frontend/assets/icons/datasource.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'datasource': { - width: 25, - height: 22, - viewBox: '0 0 25 22', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/datasources.js b/frontend/assets/icons/datasources.js deleted file mode 100644 index 904297a76e..0000000000 --- a/frontend/assets/icons/datasources.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'datasources': { - width: 25, - height: 22, - viewBox: '0 0 25 22', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/delete.js b/frontend/assets/icons/delete.js deleted file mode 100644 index 9cb5c88560..0000000000 --- a/frontend/assets/icons/delete.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'delete': { - width: 17, - height: 18, - viewBox: '0 0 17 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/docs.js b/frontend/assets/icons/docs.js deleted file mode 100644 index 4145af4ad9..0000000000 --- a/frontend/assets/icons/docs.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'docs': { - width: 12, - height: 16, - viewBox: '0 0 12 16', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/double-chev.js b/frontend/assets/icons/double-chev.js deleted file mode 100644 index 6e82fd079d..0000000000 --- a/frontend/assets/icons/double-chev.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'double-chev': { - width: 11, - height: 7, - viewBox: '0 0 11 7', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/dropbox.js b/frontend/assets/icons/dropbox.js deleted file mode 100644 index 539ed9d54d..0000000000 --- a/frontend/assets/icons/dropbox.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'dropbox': { - width: 39, - height: 32, - viewBox: '0 0 39 32', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/edit.js b/frontend/assets/icons/edit.js deleted file mode 100644 index f576077d5c..0000000000 --- a/frontend/assets/icons/edit.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'edit': { - width: 16, - height: 16, - viewBox: '0 0 16 16', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/editable.js b/frontend/assets/icons/editable.js deleted file mode 100644 index 166e3198ca..0000000000 --- a/frontend/assets/icons/editable.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'editable': { - width: 16, - height: 16, - viewBox: '0 0 348.882 348.882', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/empty-results.js b/frontend/assets/icons/empty-results.js deleted file mode 100644 index 7067dbd5e9..0000000000 --- a/frontend/assets/icons/empty-results.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'empty-results': { - width: 28, - height: 28, - viewBox: '0 0 28 28', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/empty-rules.js b/frontend/assets/icons/empty-rules.js deleted file mode 100644 index 5691286d8d..0000000000 --- a/frontend/assets/icons/empty-rules.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'empty-rules': { - width: 38, - height: 27, - viewBox: '0 0 38 27', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/error.js b/frontend/assets/icons/error.js deleted file mode 100644 index dae55e67ef..0000000000 --- a/frontend/assets/icons/error.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'error': { - width: 44, - height: 44, - viewBox: '0 0 44 44', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/exploration.js b/frontend/assets/icons/exploration.js new file mode 100644 index 0000000000..434b31c5a8 --- /dev/null +++ b/frontend/assets/icons/exploration.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'exploration': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/explore-view.js b/frontend/assets/icons/explore-view.js deleted file mode 100644 index 6f443ebc8b..0000000000 --- a/frontend/assets/icons/explore-view.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'explore-view': { - width: 25, - height: 15, - viewBox: '0 0 25 15', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/export.js b/frontend/assets/icons/export.js deleted file mode 100644 index 2a64431860..0000000000 --- a/frontend/assets/icons/export.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'export': { - width: 15, - height: 14, - viewBox: '0 0 15 14', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/external-link.js b/frontend/assets/icons/external-link.js deleted file mode 100644 index 481506089e..0000000000 --- a/frontend/assets/icons/external-link.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'external-link': { - width: 10, - height: 10, - viewBox: '0 0 10 10', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/external.js b/frontend/assets/icons/external.js index d772e1ab87..9a2b3e5363 100644 --- a/frontend/assets/icons/external.js +++ b/frontend/assets/icons/external.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'external': { - width: 10, - height: 10, - viewBox: '0 0 10 10', - data: '' + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/feather.js b/frontend/assets/icons/feather.js deleted file mode 100644 index dbd562f05c..0000000000 --- a/frontend/assets/icons/feather.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'feather': { - width: 26, - height: 26, - viewBox: '0 0 26 26', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/filter.js b/frontend/assets/icons/filter.js index 24733facdf..9355f9f7ec 100644 --- a/frontend/assets/icons/filter.js +++ b/frontend/assets/icons/filter.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'filter': { - width: 11, - height: 12, - viewBox: '0 0 11 12', - data: '' + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/filtrable-column.js b/frontend/assets/icons/filtrable-column.js deleted file mode 100644 index e4921eac99..0000000000 --- a/frontend/assets/icons/filtrable-column.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'filtrable-column': { - width: 15, - height: 11, - viewBox: '0 0 15 11', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/forbidden.js b/frontend/assets/icons/forbidden.js deleted file mode 100644 index 4d3646530b..0000000000 --- a/frontend/assets/icons/forbidden.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'forbidden': { - width: 13, - height: 13, - viewBox: '0 0 13 13', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/go-back.js b/frontend/assets/icons/go-back.js deleted file mode 100644 index cef131d170..0000000000 --- a/frontend/assets/icons/go-back.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'go-back': { - width: 11, - height: 18, - viewBox: '0 0 11 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/arrow-top.js b/frontend/assets/icons/hand-labeling.js similarity index 56% rename from frontend/assets/icons/arrow-top.js rename to frontend/assets/icons/hand-labeling.js index 79ed41b289..33df22025b 100644 --- a/frontend/assets/icons/arrow-top.js +++ b/frontend/assets/icons/hand-labeling.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'arrow-top': { - width: 17, - height: 24, - viewBox: '0 0 17 24', - data: '' + 'hand-labeling': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/help.js b/frontend/assets/icons/help.js deleted file mode 100644 index a99a13c1d1..0000000000 --- a/frontend/assets/icons/help.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'help': { - width: 22, - height: 22, - viewBox: '0 0 22 22', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/hipo.js b/frontend/assets/icons/hipo.js deleted file mode 100644 index 8947ad9498..0000000000 --- a/frontend/assets/icons/hipo.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'hipo': { - width: 17, - height: 41, - viewBox: '0 0 17 41', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/ignore.js b/frontend/assets/icons/ignore.js deleted file mode 100644 index 19a12ee083..0000000000 --- a/frontend/assets/icons/ignore.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'ignore': { - width: 17, - height: 18, - viewBox: '0 0 17 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/index.js b/frontend/assets/icons/index.js index a6dc7d4054..f9afa42bad 100644 --- a/frontend/assets/icons/index.js +++ b/frontend/assets/icons/index.js @@ -1,74 +1,33 @@ /* eslint-disable */ -require('./annotate-view') -require('./arrow-bottom') -require('./arrow-top') -require('./back') -require('./brand-isotipo') -require('./brand-recognai') +require('./arrow-down') +require('./arrow-up') require('./check') -require('./check2') -require('./check3') -require('./chev-bottom') -require('./chev-left') -require('./chev-right') -require('./chev-top') -require('./clasifier') -require('./clip') -require('./clock') -require('./config') -require('./copy-url') +require('./chevron-down') +require('./chevron-left') +require('./chevron-right') +require('./chevron-up') +require('./close') require('./copy') -require('./create-datasource') -require('./cross') -require('./datasets-empty') -require('./datasource') -require('./datasources') -require('./delete') -require('./docs') -require('./double-chev') -require('./drop-down') -require('./drop-up') -require('./dropbox') -require('./edit') -require('./editable') -require('./empty-results') -require('./empty-rules') -require('./error') -require('./explore-view') -require('./export') -require('./external-link') +require('./danger') +require('./exploration') require('./external') -require('./feather') require('./filter') -require('./filtrable-column') -require('./forbidden') -require('./go-back') -require('./help') -require('./hipo') -require('./ignore') +require('./hand-labeling') require('./info') -require('./kebab-menu-h') -require('./kebab-menu-v') -require('./labelling-rules-view') -require('./list') -require('./lock') -require('./logout') -require('./metrics') -require('./models') -require('./pagination-end') -require('./password-hide') -require('./password-show') -require('./pencil') -require('./plus') -require('./predicted-ko') -require('./predicted-ok') -require('./prev') +require('./kebab-menu') +require('./link') +require('./log-out') +require('./matching') +require('./math-plus') +require('./no-matching') require('./progress') require('./refresh') -require('./reject') +require('./row-last') require('./search') -require('./sort-table') require('./sort') -require('./unlock') -require('./zoomin') -require('./zoomout') +require('./stats') +require('./support') +require('./time') +require('./trash-empty') +require('./unavailable') +require('./weak-labeling') diff --git a/frontend/assets/icons/info.js b/frontend/assets/icons/info.js index 4c09c905f3..ff211cebb3 100644 --- a/frontend/assets/icons/info.js +++ b/frontend/assets/icons/info.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'info': { - width: 12, - height: 12, - viewBox: '0 0 12 12', - data: '' + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/kebab-menu-h.js b/frontend/assets/icons/kebab-menu-h.js deleted file mode 100644 index 4a838607d0..0000000000 --- a/frontend/assets/icons/kebab-menu-h.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'kebab-menu-h': { - width: 12, - height: 4, - viewBox: '0 0 12 4', - data: '…' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/kebab-menu-v.js b/frontend/assets/icons/kebab-menu-v.js deleted file mode 100644 index 4978b634ae..0000000000 --- a/frontend/assets/icons/kebab-menu-v.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'kebab-menu-v': { - width: 3, - height: 12, - viewBox: '0 0 3 12', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/kebab-menu.js b/frontend/assets/icons/kebab-menu.js new file mode 100644 index 0000000000..4e4a7e1f9c --- /dev/null +++ b/frontend/assets/icons/kebab-menu.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'kebab-menu': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/labelling-rules-view.js b/frontend/assets/icons/labelling-rules-view.js deleted file mode 100644 index 47070900f8..0000000000 --- a/frontend/assets/icons/labelling-rules-view.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'labelling-rules-view': { - width: 26, - height: 20, - viewBox: '0 0 26 20', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/link.js b/frontend/assets/icons/link.js new file mode 100644 index 0000000000..767a34fd96 --- /dev/null +++ b/frontend/assets/icons/link.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'link': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/lock.js b/frontend/assets/icons/lock.js deleted file mode 100644 index efa13b646a..0000000000 --- a/frontend/assets/icons/lock.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'lock': { - width: 15, - height: 20, - viewBox: '0 0 15 20', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/chev-left.js b/frontend/assets/icons/log-out.js similarity index 63% rename from frontend/assets/icons/chev-left.js rename to frontend/assets/icons/log-out.js index 470f269228..e6121b05f9 100644 --- a/frontend/assets/icons/chev-left.js +++ b/frontend/assets/icons/log-out.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'chev-left': { - width: 6, - height: 9, - viewBox: '0 0 6 9', - data: '' + 'log-out': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/logout.js b/frontend/assets/icons/logout.js deleted file mode 100644 index e8295806af..0000000000 --- a/frontend/assets/icons/logout.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'logout': { - width: 12, - height: 15, - viewBox: '0 0 12 15', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/matching.js b/frontend/assets/icons/matching.js new file mode 100644 index 0000000000..339f77b18a --- /dev/null +++ b/frontend/assets/icons/matching.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'matching': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/chev-right.js b/frontend/assets/icons/math-plus.js similarity index 69% rename from frontend/assets/icons/chev-right.js rename to frontend/assets/icons/math-plus.js index 60f65e1987..1db978a2b2 100644 --- a/frontend/assets/icons/chev-right.js +++ b/frontend/assets/icons/math-plus.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'chev-right': { - width: 6, - height: 9, - viewBox: '0 0 6 9', - data: '' + 'math-plus': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/metrics.js b/frontend/assets/icons/metrics.js deleted file mode 100644 index 98f6907eef..0000000000 --- a/frontend/assets/icons/metrics.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'metrics': { - width: 23, - height: 18, - viewBox: '0 0 23 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/models.js b/frontend/assets/icons/models.js deleted file mode 100644 index 119f7977f4..0000000000 --- a/frontend/assets/icons/models.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'models': { - width: 18, - height: 17, - viewBox: '0 0 18 17', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/annotate-view.js b/frontend/assets/icons/no-matching.js similarity index 53% rename from frontend/assets/icons/annotate-view.js rename to frontend/assets/icons/no-matching.js index dce486b54c..f6b2a6f2b3 100644 --- a/frontend/assets/icons/annotate-view.js +++ b/frontend/assets/icons/no-matching.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'annotate-view': { - width: 24, - height: 24, - viewBox: '0 0 24 24', - data: '' + 'no-matching': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/pagination-end.js b/frontend/assets/icons/pagination-end.js deleted file mode 100644 index a283093b50..0000000000 --- a/frontend/assets/icons/pagination-end.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'pagination-end': { - width: 41, - height: 39, - viewBox: '0 0 41 39', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/password-hide.js b/frontend/assets/icons/password-hide.js deleted file mode 100644 index 7ae20a5608..0000000000 --- a/frontend/assets/icons/password-hide.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'password-hide': { - width: 60, - height: 40, - viewBox: '0 0 60 40', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/password-show.js b/frontend/assets/icons/password-show.js deleted file mode 100644 index 9520d8b829..0000000000 --- a/frontend/assets/icons/password-show.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'password-show': { - width: 26, - height: 21, - viewBox: '0 0 26 21', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/pencil.js b/frontend/assets/icons/pencil.js deleted file mode 100644 index 2d53402332..0000000000 --- a/frontend/assets/icons/pencil.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'pencil': { - width: 19, - height: 19, - viewBox: '0 0 19 19', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/plus.js b/frontend/assets/icons/plus.js deleted file mode 100644 index f5e0cd0490..0000000000 --- a/frontend/assets/icons/plus.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'plus': { - width: 11, - height: 11, - viewBox: '0 0 11 11', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/predicted-ko.js b/frontend/assets/icons/predicted-ko.js deleted file mode 100644 index 84590d1d0b..0000000000 --- a/frontend/assets/icons/predicted-ko.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'predicted-ko': { - width: 15, - height: 18, - viewBox: '0 0 15 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/predicted-ok.js b/frontend/assets/icons/predicted-ok.js deleted file mode 100644 index 2fb10acce4..0000000000 --- a/frontend/assets/icons/predicted-ok.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'predicted-ok': { - width: 15, - height: 18, - viewBox: '0 0 15 18', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/prev.js b/frontend/assets/icons/prev.js deleted file mode 100644 index fdfdff32bc..0000000000 --- a/frontend/assets/icons/prev.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'prev': { - width: 20, - height: 15, - viewBox: '0 0 20 15', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/progress.js b/frontend/assets/icons/progress.js index 95d88d33b4..6a853ecf89 100644 --- a/frontend/assets/icons/progress.js +++ b/frontend/assets/icons/progress.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'progress': { - width: 25, - height: 25, - viewBox: '0 0 25 25', - data: '' + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/refresh.js b/frontend/assets/icons/refresh.js index 08a1f1b8eb..34fcbd8b31 100644 --- a/frontend/assets/icons/refresh.js +++ b/frontend/assets/icons/refresh.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'refresh': { - width: 24, - height: 20, - viewBox: '0 0 24 20', - data: '' + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/reject.js b/frontend/assets/icons/reject.js deleted file mode 100644 index 56b1aacb91..0000000000 --- a/frontend/assets/icons/reject.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'reject': { - width: 11, - height: 11, - viewBox: '0 0 11 11', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/back.js b/frontend/assets/icons/row-last.js similarity index 62% rename from frontend/assets/icons/back.js rename to frontend/assets/icons/row-last.js index 3b3178d0a6..9c6c8d49f6 100644 --- a/frontend/assets/icons/back.js +++ b/frontend/assets/icons/row-last.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'back': { - width: 19, - height: 15, - viewBox: '0 0 19 15', - data: '' + 'row-last': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/search.js b/frontend/assets/icons/search.js index 7a9ab1124b..d48adee598 100644 --- a/frontend/assets/icons/search.js +++ b/frontend/assets/icons/search.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'search': { - width: 17, - height: 16, - viewBox: '0 0 17 16', - data: '' + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/sort.js b/frontend/assets/icons/sort.js index a1ed645ffa..8f259994a0 100644 --- a/frontend/assets/icons/sort.js +++ b/frontend/assets/icons/sort.js @@ -19,9 +19,9 @@ var icon = require('vue-svgicon') icon.register({ 'sort': { - width: 14, - height: 12, - viewBox: '0 0 14 12', - data: '' + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/stats.js b/frontend/assets/icons/stats.js new file mode 100644 index 0000000000..9c09b21ff7 --- /dev/null +++ b/frontend/assets/icons/stats.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'stats': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/support.js b/frontend/assets/icons/support.js new file mode 100644 index 0000000000..e5547883b9 --- /dev/null +++ b/frontend/assets/icons/support.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'support': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/arrow-bottom.js b/frontend/assets/icons/time.js similarity index 64% rename from frontend/assets/icons/arrow-bottom.js rename to frontend/assets/icons/time.js index 84bec24349..4773ec809c 100644 --- a/frontend/assets/icons/arrow-bottom.js +++ b/frontend/assets/icons/time.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'arrow-bottom': { - width: 17, - height: 24, - viewBox: '0 0 17 24', - data: '' + 'time': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/cross.js b/frontend/assets/icons/trash-empty.js similarity index 57% rename from frontend/assets/icons/cross.js rename to frontend/assets/icons/trash-empty.js index 7a0828d00a..d058849013 100644 --- a/frontend/assets/icons/cross.js +++ b/frontend/assets/icons/trash-empty.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'cross': { - width: 12, - height: 12, - viewBox: '0 0 12 12', - data: '' + 'trash-empty': { + width: 41, + height: 40, + viewBox: '0 0 41 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/unavailable.js b/frontend/assets/icons/unavailable.js new file mode 100644 index 0000000000..b375dd1216 --- /dev/null +++ b/frontend/assets/icons/unavailable.js @@ -0,0 +1,27 @@ +/* + * coding=utf-8 + * Copyright 2021-present, the Recognai S.L. team. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* eslint-disable */ +var icon = require('vue-svgicon') +icon.register({ + 'unavailable': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' + } +}) \ No newline at end of file diff --git a/frontend/assets/icons/unlock.js b/frontend/assets/icons/unlock.js deleted file mode 100644 index 63cd4ddc03..0000000000 --- a/frontend/assets/icons/unlock.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'unlock': { - width: 15, - height: 20, - viewBox: '0 0 15 20', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/assets/icons/zoomout.js b/frontend/assets/icons/weak-labeling.js similarity index 53% rename from frontend/assets/icons/zoomout.js rename to frontend/assets/icons/weak-labeling.js index 85547cf19a..e7ada843f2 100644 --- a/frontend/assets/icons/zoomout.js +++ b/frontend/assets/icons/weak-labeling.js @@ -18,10 +18,10 @@ /* eslint-disable */ var icon = require('vue-svgicon') icon.register({ - 'zoomout': { - width: 11, - height: 11, - viewBox: '0 0 11 11', - data: '' + 'weak-labeling': { + width: 40, + height: 40, + viewBox: '0 0 40 40', + data: '' } }) \ No newline at end of file diff --git a/frontend/assets/icons/zoomin.js b/frontend/assets/icons/zoomin.js deleted file mode 100644 index 8ab95facfc..0000000000 --- a/frontend/assets/icons/zoomin.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * coding=utf-8 - * Copyright 2021-present, the Recognai S.L. team. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* eslint-disable */ -var icon = require('vue-svgicon') -icon.register({ - 'zoomin': { - width: 10, - height: 10, - viewBox: '0 0 10 10', - data: '' - } -}) \ No newline at end of file diff --git a/frontend/components/commons/Error.vue b/frontend/components/commons/Error.vue index 64568c0cf2..7c54e79993 100644 --- a/frontend/components/commons/Error.vue +++ b/frontend/components/commons/Error.vue @@ -25,14 +25,14 @@

- + Back