From 4fb447596e64bdd34e2f8be91320c0e686cfe390 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 13 Oct 2021 14:07:21 -0500 Subject: [PATCH] FAB: replace pen icon with new custom Tabler icon --- app/icons/COPYING.md | 2 +- app/icons/pen-add.svg | 7 ------- app/icons/pen-plus.svg | 4 ++++ app/soapbox/features/ui/index.js | 2 +- app/styles/ui.scss | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 app/icons/pen-add.svg create mode 100644 app/icons/pen-plus.svg diff --git a/app/icons/COPYING.md b/app/icons/COPYING.md index 6a8df9bfd..d99855b13 100644 --- a/app/icons/COPYING.md +++ b/app/icons/COPYING.md @@ -4,7 +4,7 @@ - fediverse.svg - Modified from Wikipedia, CC0 - gavel.svg - Created by ramsha61 for this project, MIT - home-squared.svg - Modified from Tabler icons, MIT -- pen-add.svg - Modified from Feather icons, MIT +- pen-plus.svg - Modified from Tabler icons, MIT Tabler: https://tabler-icons.io/ Feather: https://feathericons.com/ diff --git a/app/icons/pen-add.svg b/app/icons/pen-add.svg deleted file mode 100644 index f05ec7e6b..000000000 --- a/app/icons/pen-add.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/app/icons/pen-plus.svg b/app/icons/pen-plus.svg new file mode 100644 index 000000000..8f81c48f6 --- /dev/null +++ b/app/icons/pen-plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/app/soapbox/features/ui/index.js b/app/soapbox/features/ui/index.js index 05f9f79e4..66274d002 100644 --- a/app/soapbox/features/ui/index.js +++ b/app/soapbox/features/ui/index.js @@ -669,7 +669,7 @@ class UI extends React.PureComponent { className='floating-action-button' aria-label={intl.formatMessage(messages.publish)} > - + ); diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 5585134e0..a6672ce5f 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -394,7 +394,7 @@ height: 30px; svg { - stroke: 1.5px; + stroke-width: 1.5px; width: 30px; // iOS fix } }