@semcore/icon
Version:
Semrush Icon Component
24 lines • 1.6 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 LinkedInSemrush({
width = '18',
height = '18',
viewBox = '0 0 18 18',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "LinkedInSemrush",
"data-group": "linkedin",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M15.52 9.33c0 .33-.17.39-.6.39-.44 0-.52-.08-.57-.42-.09-.86-.67-1.6-1.65-1.68-.32-.02-.4-.14-.4-.53 0-.36.06-.53.34-.53 1.7.01 2.88 1.38 2.88 2.77zm2.48 0C18 6.74 16.25 4 12.2 4H4.13c-.16 0-.26.08-.26.23 0 .08.06.16.11.2.3.23.73.49 1.3.77.56.28 1 .47 1.43.64.18.08.25.16.25.26 0 .14-.1.23-.3.23H.27c-.18 0-.27.12-.27.25 0 .1.03.19.12.28.52.54 1.35 1.2 2.55 1.95a36.8 36.8 0 003.4 1.87c.18.08.23.17.23.28 0 .11-.1.2-.3.2H3.07c-.16 0-.25.1-.25.23 0 .08.06.17.14.25.66.6 1.73 1.26 3.15 1.87 1.9.8 3.83 1.29 5.99 1.29 4.1 0 5.9-3.08 5.9-5.47zm-5.36 3.83c-2.1 0-3.85-1.7-3.85-3.84 0-2.09 1.75-3.78 3.85-3.78a3.8 3.8 0 110 7.62z",
shapeRendering: "geometricPrecision"
}));
}
LinkedInSemrush.displayName = 'LinkedInSemrush';
export default createBaseComponent(LinkedInSemrush);