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

Commit 35108c5

Browse files
authored
Update make-icon.js
1 parent d38d89e commit 35108c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/helpers/make-icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const BVIconBase = {
6464
const fontScale = toFloat(props.fontScale) || 1
6565
const scale = toFloat(props.scale) || 1
6666
const rotate = toFloat(props.rotate) || 0
67-
const shiftH = toFloat(props.shiftV) || 0
67+
const shiftH = toFloat(props.shiftH) || 0
6868
const shiftV = toFloat(props.shiftV) || 0
6969
const flipH = props.flipH
7070
const flipV = props.flipV

0 commit comments

Comments
 (0)