UNPKG

@semcore/icon

Version:
26 lines 1.26 kB
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 SemrushRank({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SemrushRank", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16ZM9.928 5.603 8.353 2.659a.4.4 0 0 0-.706 0L6.072 5.603l-3.316.565a.4.4 0 0 0-.217.675L4.88 9.218l-.48 3.285a.4.4 0 0 0 .571.418L8 11.453l3.029 1.468a.4.4 0 0 0 .57-.418l-.479-3.285 2.341-2.375a.4.4 0 0 0-.217-.675l-3.316-.565Z", shapeRendering: "geometricPrecision" })); } SemrushRank.displayName = 'SemrushRank'; export default createBaseComponent(SemrushRank);