🌐 AI搜索 & 代理 主页
Skip to content

Commit 245cb7f

Browse files
authored
Update package.json
1 parent 8d81ea7 commit 245cb7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/icons/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
{
7272
"prop": "flipV",
7373
"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"
7482
}
7583
]
7684
},

0 commit comments

Comments
 (0)