UNPKG

2.74 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Link = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M6.59804826,7.76149392 C6.90616283,8.06960849 6.90616283,8.56916093 6.59804826,8.8772755 L2.54069262,12.9331788 C1.87296517,13.6727821 1.56444289,14.4019051 1.57841505,15.1440008 C1.59723844,16.1437577 1.85468729,16.6985999 2.4501459,17.3745282 C2.95917162,17.952343 3.6543161,18.3330732 4.60581458,18.4129995 C5.28782629,18.4702887 5.99357124,18.2533909 6.74184089,17.7353468 L11.0989802,13.3782075 C11.4070948,13.0700929 11.9066472,13.0700929 12.2147618,13.3782075 C12.5228764,13.6863221 12.5228764,14.1858745 12.2147618,14.4939891 L7.80898462,18.8997663 L7.70756705,18.9853943 C6.6518052,19.7342877 5.56714438,20.0772623 4.47373102,19.9854151 C3.09518201,19.8696165 2.03254848,19.2876128 1.26611263,18.4176016 C0.442202079,17.4823488 0.0273757905,16.5883337 0.000741207668,15.1737052 C-0.0212740733,14.0044192 0.447199708,12.8972868 1.39718143,11.8465792 L5.48226667,7.76149392 C5.79038125,7.45337934 6.28993368,7.45337934 6.59804826,7.76149392 Z M15.1737052,0.000741207669 C16.5883337,0.0273757905 17.4823488,0.442202079 18.4176016,1.26611263 C19.2876128,2.03254848 19.8696165,3.09518201 19.9854151,4.47373102 C20.0772623,5.56714438 19.7342877,6.6518052 18.9853943,7.70756705 L18.9853943,7.70756705 L18.8997663,7.80898462 L14.4939891,12.2147618 C14.1858745,12.5228764 13.6863221,12.5228764 13.3782075,12.2147618 C13.0700929,11.9066472 13.0700929,11.4070948 13.3782075,11.0989802 L13.3782075,11.0989802 L17.7353468,6.74184089 C18.2533909,5.99357124 18.4702887,5.28782629 18.4129995,4.60581458 C18.3330732,3.6543161 17.952343,2.95917162 17.3745282,2.4501459 C16.6985999,1.85468729 16.1437577,1.59723844 15.1440008,1.57841505 C14.4019051,1.56444289 13.6727821,1.87296517 12.9331788,2.54069262 L12.9331788,2.54069262 L8.8772755,6.59804826 C8.56916093,6.90616283 8.06960849,6.90616283 7.76149392,6.59804826 C7.45337934,6.28993368 7.45337934,5.79038125 7.76149392,5.48226667 L7.76149392,5.48226667 L11.8465792,1.39718143 C12.8972868,0.447199708 14.0044192,-0.0212740733 15.1737052,0.000741207669 Z M11.951334,7.69783939 C12.2594486,8.00595397 12.2594486,8.5055064 11.951334,8.81362098 L9.02659368,11.7383613 C8.7184791,12.0464759 8.21892667,12.0464759 7.9108121,11.7383613 C7.60269752,11.4302467 7.60269752,10.9306943 7.9108121,10.6225797 L10.8355524,7.69783939 C11.143667,7.38972482 11.6432194,7.38972482 11.951334,7.69783939 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file