Skip to content

Commit

Permalink
Downscale Link svg slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorBstill committed Dec 20, 2024
1 parent 3a74270 commit 66bc799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/icons/Link.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {createSinglePathSVG} from './TEMPLATE'

export const Link_Stroke2_Corner0_Rounded = createSinglePathSVG({
path: 'M13.723 18.654l-3.61 3.609c-2.316 2.315-6.063 2.315-8.378 0-1.12-1.118-1.735-2.606-1.735-4.188 0-1.582.615-3.07 1.734-4.189l4.866-4.865c2.355-2.355 6.114-2.262 8.377 0 .453.453.81.973 1.089 1.527l-1.593 1.592c-.18-.613-.5-1.189-.964-1.652-1.448-1.448-3.93-1.51-5.439-.001l-.001.002-4.867 4.865c-1.5 1.499-1.5 3.941 0 5.44 1.517 1.517 3.958 1.488 5.442 0l2.425-2.424c.993.284 1.791.335 2.654.284zm.161-16.918l-3.574 3.576c.847-.05 1.655 0 2.653.283l2.393-2.389c1.498-1.502 3.94-1.5 5.44-.001 1.517 1.518 1.486 3.959 0 5.442l-4.831 4.831-.003.002c-1.438 1.437-3.886 1.552-5.439-.002-.473-.474-.785-1.042-.956-1.643l-.084.068-1.517 1.515c.28.556.635 1.075 1.088 1.528 2.245 2.245 6.004 2.374 8.378 0l4.832-4.831c2.314-2.316 2.316-6.062-.001-8.377-2.317-2.321-6.067-2.313-8.379-.002z',
path: 'M 12.3507 16.7886 l -3.249 3.2481 c -2.0844 2.0835 -5.4567 2.0835 -7.5402 0 c -1.008 -1.0062 -1.5615 -2.3454 -1.5615 -3.7692 c 0 -1.4238 0.5535 -2.763 1.5606 -3.7701 l 4.3794 -4.3785 c 2.1195 -2.1195 5.5026 -2.0358 7.5393 0 c 0.4077 0.4077 0.729 0.8757 0.9801 1.3743 l -1.4337 1.4328 c -0.162 -0.5517 -0.45 -1.0701 -0.8676 -1.4868 c -1.3032 -1.3032 -3.537 -1.359 -4.8951 -0.0009 l -0.0009 0.0018 l -4.3803 4.3785 c -1.35 1.3491 -1.35 3.5469 0 4.896 c 1.3653 1.3653 3.5622 1.3392 4.8978 0 l 2.1825 -2.1816 c 0.8937 0.2556 1.6119 0.3015 2.3886 0.2556 z m 0.1449 -15.2262 l -3.2166 3.2184 c 0.7623 -0.045 1.4895 0 2.3877 0.2547 l 2.1537 -2.1501 c 1.3482 -1.3518 3.546 -1.35 4.896 -0.0009 c 1.3653 1.3662 1.3374 3.5631 0 4.8978 l -4.3479 4.3479 l -0.0027 0.0018 c -1.2942 1.2933 -3.4974 1.3968 -4.8951 -0.0018 c -0.4257 -0.4266 -0.7065 -0.9378 -0.8604 -1.4787 l -0.0756 0.0612 l -1.3653 1.3635 c 0.252 0.5004 0.5715 0.9675 0.9792 1.3752 c 2.0205 2.0205 5.4036 2.1366 7.5402 0 l 4.3488 -4.3479 c 2.0826 -2.0844 2.0844 -5.4558 -0.0009 -7.5393 c -2.0853 -2.0889 -5.4603 -2.0817 -7.5411 -0.0018 z',
})
2 changes: 1 addition & 1 deletion src/view/com/util/post-ctrls/PostCtrls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ let PostCtrls = ({
hitSlop={POST_CTRL_HITSLOP}>
<Link
style={[defaultCtrlColor, {pointerEvents: 'none'}]}
width={20}
width={21}
/>
</Pressable>
</View>
Expand Down

0 comments on commit 66bc799

Please sign in to comment.