-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new OutwardArrowsIcon #725
Conversation
@@ -49,7 +49,6 @@ import CrossIcon from './components/Icon/CrossIcon/CrossIcon'; | |||
import DangerIcon from './components/Icon/DangerIcon/DangerIcon'; | |||
import DangerLightIcon from './components/Icon/DangerLightIcon/DangerLightIcon'; | |||
import DataTable from './components/DataTable/DataTable'; | |||
import EmptyStateWrapper from './components/EmptyStateWrapper/EmptyStateWrapper'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just sorting alphabetically
|
||
const cx = lucidClassNames.bind('&-OutwardArrowsIcon'); | ||
|
||
const paths = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created a single icon that supports all three rotations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will there never be a use case for diagonal the other way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, it could be diagonal-inverted
🚎
But yeah, I don't think so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be oneOf(['horizontal', 'vertical', '/', '\'])
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆒
|
||
const cx = lucidClassNames.bind('&-OutwardArrowsIcon'); | ||
|
||
const paths = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will there never be a use case for diagonal the other way?
Codecov Report
@@ Coverage Diff @@
## master #725 +/- ##
==========================================
+ Coverage 91.65% 91.67% +0.02%
==========================================
Files 161 162 +1
Lines 2803 2810 +7
Branches 791 791
==========================================
+ Hits 2569 2576 +7
Misses 223 223
Partials 11 11
Continue to review full report at Codecov.
|
Fixes #708
http://docspot.devnxs.net/projects/lucid/708-icons/#/components/OutwardArrowsIcon
PR Checklist
common
at minimum)semver-
labels