1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-09-08 21:20:47 +02:00

fix(icons): fix horizontal icons spelling (#33)

This commit is contained in:
Denis Strigo
2018-11-23 11:57:39 +02:00
committed by GitHub
parent 26fbc57029
commit 9298aa76ad
5 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 477 B

After

Width:  |  Height:  |  Size: 477 B

View File

Before

Width:  |  Height:  |  Size: 477 B

After

Width:  |  Height:  |  Size: 477 B

View File

@@ -159,7 +159,7 @@ export const fillOrder = {
'minus': 14700,
'monitor': 14800,
'moon': 14900,
'more-horizotnal': 15000,
'more-horizontal': 15000,
'more-vertical': 15100,
'move': 15200,
'music': 15300,

View File

@@ -157,7 +157,7 @@ export const iconsTags = {
'minus': [],
'monitor': ['tv'],
'moon': ['dark', 'night'],
'more-horizotnal': ['ellipsis'],
'more-horizontal': ['ellipsis'],
'more-vertical': ['ellipsis'],
'move': ['arrows'],
'music': ['melody', 'song'],

View File

@@ -157,7 +157,7 @@ export const outlineOrder = {
'minus-square-outline': 14600,
'monitor-outline': 14700,
'moon-outline': 14800,
'more-horizotnal-outline': 14900,
'more-horizontal-outline': 14900,
'more-vertical-outline': 15000,
'move-outline': 15100,
'music-outline': 15200,