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