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 245cb7f commit a7f2db5Copy full SHA for a7f2db5
src/icons/package.json
@@ -41,6 +41,14 @@
41
{
42
"prop": "flipV",
43
"description": "Flips the icon vertically"
44
+ },
45
+ {
46
+ "prop": "shiftH",
47
+ "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16% units"
48
49
50
+ "prop": "shiftV",
51
+ "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16% units"
52
}
53
]
54
},
0 commit comments