UNPKG

@geist-ui/core

Version:

Modern and minimalist React UI library.

30 lines 1.28 kB
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: "0.9375em", height: "0.9375em", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", fill: "none", shapeRendering: "geometricPrecision", className: "jsx-3409194595" + " " + "icon" }, /*#__PURE__*/React.createElement("path", { d: "M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6", className: "jsx-3409194595" }), /*#__PURE__*/React.createElement("path", { d: "M15 3h6v6", className: "jsx-3409194595" }), /*#__PURE__*/React.createElement("path", { d: "M10 14L21 3", className: "jsx-3409194595" }), /*#__PURE__*/React.createElement(_JSXStyle, { id: "3409194595" }, ".icon.jsx-3409194595{margin:0 0 -1px 0.1875em;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;