@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 = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Semrush",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13.794 7.739c0 .296-.151.344-.526.344-.4 0-.472-.066-.514-.368-.079-.768-.598-1.42-1.469-1.493-.278-.024-.344-.127-.344-.472 0-.32.048-.471.296-.471 1.517.006 2.557 1.22 2.557 2.46Zm2.206 0C16 5.436 14.44 3 10.838 3H3.68c-.145 0-.236.073-.236.206 0 .072.055.139.103.175.26.205.647.435 1.155.689.495.248.882.41 1.269.568.163.067.224.14.224.23 0 .127-.091.205-.266.205H.248c-.17 0-.248.11-.248.218 0 .09.03.17.109.248.46.483 1.197 1.064 2.267 1.735a32.713 32.713 0 0 0 3.022 1.662c.157.072.205.157.205.248-.006.102-.084.187-.266.187H2.732c-.145 0-.23.079-.23.2 0 .066.055.15.127.217.593.538 1.542 1.124 2.805 1.662 1.687.72 3.397 1.149 5.32 1.149 3.644 0 5.246-2.732 5.246-4.86Zm-4.763 3.403c-1.862 0-3.421-1.517-3.421-3.41 0-1.86 1.553-3.36 3.42-3.36 1.911 0 3.41 1.493 3.41 3.36a3.382 3.382 0 0 1-3.41 3.41Z",
shapeRendering: "geometricPrecision"
}));
}
Semrush.displayName = 'Semrush';
export default createBaseComponent(Semrush);