forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLink.tsx
More file actions
11 lines (10 loc) · 1.24 KB
/
Link.tsx
File metadata and controls
11 lines (10 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
import React from 'react';
import IconBase from 'react-icons/IconBase';
export const LinkIcon = () => (
<IconBase viewBox="0 0 12 12">
<path
d="M5.59849 8.36744L6.52962 7.43657C5.93459 7.37598 5.47177 7.16668 5.15221 6.84721C4.24312 5.93838 4.24312 4.66602 5.1467 3.7627L7.00345 1.90648C7.91255 1.00316 9.17976 1.00316 10.0889 1.90648C11.0034 2.82082 10.9979 4.09318 10.0944 4.9965L9.27343 5.81721C9.46627 6.26335 9.5434 6.82518 9.41667 7.31539L10.9594 5.77313C12.3478 4.40163 12.3478 2.43525 10.9539 1.04171C9.55993 -0.351824 7.60401 -0.340814 6.22659 1.03621L4.27618 2.98055C2.89877 4.36307 2.89325 6.32395 4.2872 7.71197C4.58472 8.01492 5.01998 8.25727 5.59849 8.36744ZM6.40291 3.6305L5.47177 4.56687C6.06681 4.62746 6.52962 4.83125 6.84918 5.15073C7.75828 6.05956 7.75828 7.33742 6.8547 8.23524L4.99794 10.0915C4.08884 10.9948 2.81611 11.0003 1.91253 10.0915C0.99794 9.17712 1.00345 7.91027 1.90703 7.00694L2.72797 6.18625C2.53513 5.74009 2.45799 5.17276 2.58472 4.68254L1.03651 6.22479C-0.346419 7.60182 -0.346419 9.56268 1.04201 10.9562C2.44146 12.3498 4.39739 12.3443 5.7748 10.9617L7.71971 9.01739C9.10263 7.63486 9.10814 5.6795 7.71419 4.28597C7.41667 3.98302 6.98141 3.74067 6.40291 3.6305Z"
fill="currentColor"
/>
</IconBase>
);