@geist-ui/react
Version:
Modern and minimalist React UI library.
30 lines • 1.26 kB
JavaScript
import _JSXStyle from "../styled-jsx.es.js";
import React from 'react';
export var LinkIconComponent = function LinkIconComponent() {
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-3000088640" + " " + "icon"
}, /*#__PURE__*/React.createElement("path", {
d: "M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6",
className: "jsx-3000088640"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 3h6v6",
className: "jsx-3000088640"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 14L21 3",
className: "jsx-3000088640"
}), /*#__PURE__*/React.createElement(_JSXStyle, {
id: "3000088640"
}, ".icon.jsx-3000088640{margin:0 0.3125em;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;}"));
};
LinkIconComponent.displayName = 'GeistLinkIcon';
var LinkIcon = /*#__PURE__*/React.memo(LinkIconComponent);
export default LinkIcon;