@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.37 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '@semcore/icon';
function LinkInternal({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "LinkInternal",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M1 5.044c0-.55.446-.995.996-.995h1.991V6.04h-.995v6.969h6.97v-.996h1.992v1.991c0 .55-.446.996-.996.996H1.996A.996.996 0 0 1 1 14.004v-8.96Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.588 9.944c.12.05.25.079.388.079h4.227a.997.997 0 1 0 0-1.994h-1.82l5.325-5.327a.997.997 0 1 0-1.41-1.41L7.973 6.619V4.8a.997.997 0 0 0-1.994 0v4.225a.993.993 0 0 0 .609.918Z",
shapeRendering: "geometricPrecision"
}));
}
LinkInternal.displayName = 'LinkInternal';
export default createBaseComponent(LinkInternal);