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

Commit cc54ddf

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

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
@@ -73,7 +73,7 @@ const BVIconBase = {
7373
// and we want flipping to occur before rotation, and
7474
// shifting is applied last
7575
const transforms = [
76-
shiftH ? `translateX(${(-100 * shiftH) / 16}%)` : null,
76+
shiftH ? `translateX(${(100 * shiftH) / 16}%)` : null,
7777
shiftV ? `translateY(${(-100 * shiftV) / 16}%)` : null,
7878
rotate ? `rotate(${rotate}deg)` : null,
7979
flipH || flipV || scale !== 1

0 commit comments

Comments
 (0)