From b86ec7b5d65c025a9aaa75c4f029990aaed0d16b Mon Sep 17 00:00:00 2001 From: brave-support-admin <138038132+brave-support-admin@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:11:26 +0000 Subject: [PATCH] [Icons]: Update icons from Figma --- icons/browser-mobile-bottom-tab-groups.svg | 1 + icons/browser-mobile-bottom-toolbar.svg | 1 + icons/browser-notification.svg | 2 +- icons/meta.d.ts | 4 +++- icons/meta.js | 4 +++- 5 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 icons/browser-mobile-bottom-tab-groups.svg create mode 100644 icons/browser-mobile-bottom-toolbar.svg diff --git a/icons/browser-mobile-bottom-tab-groups.svg b/icons/browser-mobile-bottom-tab-groups.svg new file mode 100644 index 000000000..841b6fd6d --- /dev/null +++ b/icons/browser-mobile-bottom-tab-groups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/browser-mobile-bottom-toolbar.svg b/icons/browser-mobile-bottom-toolbar.svg new file mode 100644 index 000000000..5f2dbd07b --- /dev/null +++ b/icons/browser-mobile-bottom-toolbar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/browser-notification.svg b/icons/browser-notification.svg index 299406f89..1d1d035b4 100644 --- a/icons/browser-notification.svg +++ b/icons/browser-notification.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/meta.d.ts b/icons/meta.d.ts index cd4a39b53..002932526 100644 --- a/icons/meta.d.ts +++ b/icons/meta.d.ts @@ -1,7 +1,7 @@ import { StringWithAutoComplete } from '../src/types/string' const meta = { - "updatedAt": 1728806992564, + "updatedAt": 1730103086170, "icons": { "-pac-color": "-pac-color", "0xbtc-color": "0xbtc-color", @@ -240,6 +240,8 @@ const meta = { "browser-forward": "browser-forward", "browser-home": "browser-home", "browser-menu": "browser-menu", + "browser-mobile-bottom-tab-groups": "browser-mobile-bottom-tab-groups", + "browser-mobile-bottom-toolbar": "browser-mobile-bottom-toolbar", "browser-mobile-recent-tabs": "browser-mobile-recent-tabs", "browser-mobile-tab-bar": "browser-mobile-tab-bar", "browser-mobile-tab-close": "browser-mobile-tab-close", diff --git a/icons/meta.js b/icons/meta.js index 2b50e29cb..9f64d4372 100644 --- a/icons/meta.js +++ b/icons/meta.js @@ -1,5 +1,5 @@ export default { - "updatedAt": 1728806992564, + "updatedAt": 1730103086170, "icons": { "-pac-color": "-pac-color", "0xbtc-color": "0xbtc-color", @@ -238,6 +238,8 @@ export default { "browser-forward": "browser-forward", "browser-home": "browser-home", "browser-menu": "browser-menu", + "browser-mobile-bottom-tab-groups": "browser-mobile-bottom-tab-groups", + "browser-mobile-bottom-toolbar": "browser-mobile-bottom-toolbar", "browser-mobile-recent-tabs": "browser-mobile-recent-tabs", "browser-mobile-tab-bar": "browser-mobile-tab-bar", "browser-mobile-tab-close": "browser-mobile-tab-close",