@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.29 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootSemrushRank({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "SemrushRank",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm2.571-14.196-2.218-4.145a.4.4 0 0 0-.706 0L9.43 8.804 4.756 9.6a.4.4 0 0 0-.217.675l3.301 3.348-.675 4.63a.4.4 0 0 0 .57.417L12 16.604l4.265 2.067a.4.4 0 0 0 .57-.418l-.675-4.629 3.302-3.348a.4.4 0 0 0-.218-.675l-4.673-.797Z",
shapeRendering: "geometricPrecision"
}));
}
RootSemrushRank.displayName = 'SemrushRank';
const SemrushRank = createBaseComponent(RootSemrushRank);
export { SemrushRank as default };