Skip to content

Commit

Permalink
Merge pull request #7 from manifoldco/dangodev/chevron_up_down
Browse files Browse the repository at this point in the history
Add chevron_up_down
  • Loading branch information
DangoDev authored Feb 7, 2020
2 parents c4434ed + a8a509f commit 772f03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export const chevron_right =
'M353.83 737.83c-16.662 16.662-16.662 43.677 0 60.34s43.677 16.662 60.34 0l256-256c16.662-16.662 16.662-43.677 0-60.34l-256-256c-16.662-16.662-43.677-16.662-60.34 0s-16.662 43.677 0 60.34l225.83 225.83-225.83 225.83z';
export const chevron_up =
'M737.83 670.17c16.662 16.662 43.677 16.662 60.34 0s16.662-43.677 0-60.34l-256-256c-16.662-16.662-43.677-16.662-60.34 0l-256 256c-16.662 16.662-16.662 43.677 0 60.34s43.677 16.662 60.34 0l225.83-225.83 225.83 225.83z';
export const chevron_up_down =
'M501.3 752c-6.8 0-13.6-2.6-18.9-7.8l-160-160c-10.4-10.4-10.4-27.3 0-37.7 10.4-10.4 27.3-10.4 37.7 0l141.1 141.1 141.1-141.1c10.4-10.4 27.3-10.4 37.8 0 10.4 10.4 10.4 27.3 0 37.7l-160 160c-5.1 5.2-11.9 7.8-18.8 7.8zM661.3 442.7c-6.8 0-13.7-2.6-18.9-7.8L501.3 293.7 360.2 434.9c-10.4 10.4-27.3 10.4-37.7 0-10.4-10.4-10.4-27.3 0-37.7l160-160c10.4-10.4 27.3-10.4 37.7 0l160 160c10.4 10.4 10.4 27.3 0 37.7-5.2 5.2-12 7.8-18.9 7.8z';
export const chevrons_down =
'M328.837 524.497l183.163 183.163 183.163-183.163c16.662-16.662 43.677-16.662 60.34 0s16.662 43.677 0 60.34l-213.333 213.333c-16.662 16.662-43.677 16.662-60.34 0l-213.333-213.333c-16.662-16.662-16.662-43.677 0-60.34s43.677-16.662 60.34 0zM512 408.994l183.163-183.163c16.662-16.662 43.677-16.662 60.34 0s16.662 43.677 0 60.34l-213.333 213.333c-16.662 16.662-43.677 16.662-60.34 0l-213.333-213.333c-16.662-16.662-16.662-43.677 0-60.34s43.677-16.662 60.34 0l183.163 183.163z';
export const chevrons_left =
Expand Down

0 comments on commit 772f03c

Please sign in to comment.