@confi/conflux-react-ui-test-package
Version:
Modern and minimalist React UI library.
28 lines • 1.14 kB
JavaScript
import _JSXStyle from "styled-jsx/style";
import React from 'react';
export var LinkIcon = function LinkIcon() {
return /*#__PURE__*/React.createElement("svg", {
viewBox: "0 0 24 24",
width: "1em",
height: "1em",
stroke: "currentColor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round",
fill: "none",
shapeRendering: "geometricPrecision",
className: "jsx-2691738060" + " " + "icon"
}, /*#__PURE__*/React.createElement("path", {
d: "M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6",
className: "jsx-2691738060"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 3h6v6",
className: "jsx-2691738060"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 14L21 3",
className: "jsx-2691738060"
}), /*#__PURE__*/React.createElement(_JSXStyle, {
id: "2691738060"
}, ".icon.jsx-2691738060{margin:0 5px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:currentColor;}"));
};
export default React.memo(LinkIcon);