@semcore/icon
Version:
Semrush Icon Component
24 lines • 1.74 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 Semrush({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Semrush",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M19.966 11.516c0 .407-.207.474-.723.474-.548 0-.648-.092-.706-.507-.108-1.056-.823-1.953-2.02-2.053-.382-.033-.474-.175-.474-.648 0-.44.067-.649.408-.649 2.086.009 3.515 1.68 3.515 3.383Zm3.034 0C23 8.35 20.856 5 15.902 5h-9.84c-.2 0-.325.1-.325.283 0 .1.075.19.142.24.357.283.889.599 1.587.948.682.34 1.214.565 1.746.781.224.092.307.192.307.316 0 .175-.125.283-.366.283H1.341C1.108 7.85 1 8 1 8.15c0 .125.042.233.15.34.631.666 1.645 1.464 3.116 2.386a44.97 44.97 0 0 0 4.156 2.286c.216.1.283.216.283.34-.009.142-.117.258-.366.258H4.757c-.2 0-.316.108-.316.274 0 .092.075.208.174.3.815.74 2.12 1.546 3.857 2.285 2.319.99 4.67 1.58 7.314 1.58 5.011 0 7.214-3.757 7.214-6.683Zm-6.55 4.68c-2.56 0-4.704-2.087-4.704-4.688 0-2.56 2.136-4.621 4.705-4.621 2.626 0 4.687 2.053 4.687 4.62a4.65 4.65 0 0 1-4.687 4.688Z",
shapeRendering: "geometricPrecision"
}));
}
Semrush.displayName = 'Semrush';
export default createBaseComponent(Semrush);