We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d81ea7 commit 245cb7fCopy full SHA for 245cb7f
src/icons/package.json
@@ -71,6 +71,14 @@
71
{
72
"prop": "flipV",
73
"description": "Flips the icon vertically"
74
+ },
75
+ {
76
+ "prop": "shiftH",
77
+ "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16% units"
78
79
80
+ "prop": "shiftV",
81
+ "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16% units"
82
}
83
]
84
},
0 commit comments