UNPKG

@navinc/base-react-components

Version:
4 lines 1.92 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Link = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:link" }, props, { children: _jsx("path", { d: "M15.5355339,8.46446609 C15.9260582,8.85499039 15.9250747,9.48913891 15.5387883,9.87542525 L9.87542525,15.5387883 C9.48669832,15.9275152 8.85771305,15.9287809 8.46446609,15.5355339 C8.0739418,15.1450096 8.07492535,14.5108611 8.46121168,14.1245748 L14.1245748,8.46121168 C14.5133017,8.07248475 15.142287,8.07121914 15.5355339,8.46446609 Z M8.46448041,19.7781603 C7.29411864,20.948522 5.39143948,20.9477887 4.22182541,19.7781746 C3.05122528,18.6075745 3.05181805,16.7055413 4.22183972,15.5355196 L7.05025253,12.7071068 C7.44077682,12.3165825 7.44077682,11.6834175 7.05025253,11.2928932 C6.65972824,10.9023689 6.02656326,10.9023689 5.63603897,11.2928932 L2.80762616,14.121306 C0.856753166,16.072179 0.855765743,19.2405421 2.80761184,21.1923882 C4.75803056,23.1428069 7.92703947,23.1440283 9.87869397,21.1923738 L12.7071068,18.363961 C13.0976311,17.9734367 13.0976311,17.3402718 12.7071068,16.9497475 C12.3165825,16.5592232 11.6834175,16.5592232 11.2928932,16.9497475 L8.46448041,19.7781603 Z M21.1923738,9.87869397 C23.1440283,7.92703947 23.1428069,4.75803056 21.1923882,2.80761184 C19.2405421,0.855765743 16.072179,0.856753166 14.121306,2.80762616 L11.2928932,5.63603897 C10.9023689,6.02656326 10.9023689,6.65972824 11.2928932,7.05025253 C11.6834175,7.44077682 12.3165825,7.44077682 12.7071068,7.05025253 L15.5355196,4.22183972 C16.7055413,3.05181805 18.6075745,3.05122528 19.7781746,4.22182541 C20.9477887,5.39143948 20.948522,7.29411864 19.7781603,8.46448041 L16.9497475,11.2928932 C16.5592232,11.6834175 16.5592232,12.3165825 16.9497475,12.7071068 C17.3402718,13.0976311 17.9734367,13.0976311 18.363961,12.7071068 L21.1923738,9.87869397 Z" }) }))); export default Link; //# sourceMappingURL=link.js.map