Skip to content

Commit

Permalink
fix(icon): embiggen caret and sort carets icons (#5412)
Browse files Browse the repository at this point in the history
* remove 16s

* new 32s

enlarge the caret icons and scale friendly dimensions

* scale 32s

enlarge the caret icons and scale friendly dimensions

* adjust sort 32s

enlarge the caret icons and scale friendly dimensions

* remove 16s

remove redundant 16s

* Update icons.yml

removes -16 prop for deleted 16 assets in icons.yml

* Update caret--right.svg

slightly smaller

* a little smaller

tweaking the size relative to other assets

* sort size tweaks

sort tweaked down

* Update caret--sort.svg

increase spacing between up and down

* spacing between up/down control

increases distance netween now awkwardly named --sort variants

* more adjustments to caret--sort

* Update caret--sort--down.svg

final clean up

Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
chrisconnors-ibm and tw15egan committed Feb 25, 2020
1 parent c4c0da0 commit 29f416d
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 94 deletions.
7 changes: 0 additions & 7 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
- name: caret--down
friendly_name: Caret down
sizes:
- 16
- 32
- glyph
aliases:
Expand All @@ -212,7 +211,6 @@
- name: caret--left
friendly_name: Caret left
sizes:
- 16
- 32
- glyph
aliases:
Expand All @@ -224,7 +222,6 @@
- name: caret--right
friendly_name: Caret right
sizes:
- 16
- 32
- glyph
aliases:
Expand All @@ -236,7 +233,6 @@
- name: caret--sort--down
friendly_name: Caret sort down
sizes:
- 16
- 32
aliases:
- pointer
Expand All @@ -247,7 +243,6 @@
- name: caret--sort--up
friendly_name: Caret sort up
sizes:
- 16
- 32
aliases:
- pointer
Expand All @@ -258,7 +253,6 @@
- name: caret--sort
friendly_name: Caret sort
sizes:
- 16
- 32
aliases:
- pointer
Expand All @@ -269,7 +263,6 @@
- name: caret--up
friendly_name: Caret up
sizes:
- 16
- 32
- glyph
aliases:
Expand Down
11 changes: 0 additions & 11 deletions packages/icons/svg/16/caret--down.svg

This file was deleted.

11 changes: 0 additions & 11 deletions packages/icons/svg/16/caret--left.svg

This file was deleted.

11 changes: 0 additions & 11 deletions packages/icons/svg/16/caret--right.svg

This file was deleted.

11 changes: 0 additions & 11 deletions packages/icons/svg/16/caret--sort--down.svg

This file was deleted.

11 changes: 0 additions & 11 deletions packages/icons/svg/16/caret--sort--up.svg

This file was deleted.

12 changes: 0 additions & 12 deletions packages/icons/svg/16/caret--sort.svg

This file was deleted.

11 changes: 0 additions & 11 deletions packages/icons/svg/16/caret--up.svg

This file was deleted.

12 changes: 11 additions & 1 deletion packages/icons/svg/32/caret--down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion packages/icons/svg/32/caret--left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion packages/icons/svg/32/caret--right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/icons/svg/32/caret--sort--down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/icons/svg/32/caret--sort--up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion packages/icons/svg/32/caret--sort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion packages/icons/svg/32/caret--up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29f416d

Please sign in to comment.