@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.33 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 RootFindResultsOn({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "FindResultsOn",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M1 11C1 5.477 5.477 1 11 1s10 4.477 10 10a9.958 9.958 0 0 1-2.257 6.329l3.964 3.964a1 1 0 0 1-1.414 1.414l-3.964-3.964A9.958 9.958 0 0 1 11 21C5.477 21 1 16.523 1 11Zm10-8a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm3.753 6.659a1 1 0 0 0-1.506-1.317l-2.796 3.195-1.744-1.744a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.46-.049l3.5-4Z",
shapeRendering: "geometricPrecision"
}));
}
RootFindResultsOn.displayName = 'FindResultsOn';
const FindResultsOn = createBaseComponent(RootFindResultsOn);
export { FindResultsOn as default };