@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.23 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 RootShowYes({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "ShowYes",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 6a9.64 9.64 0 0 0-8.928 6.005 9.64 9.64 0 0 0 17.857 0A9.64 9.64 0 0 0 12 6Zm10.938 5.659a11.64 11.64 0 0 0-21.876 0 1 1 0 0 0 0 .693 11.64 11.64 0 0 0 21.876 0 .992.992 0 0 0 0-.693ZM12 9.925a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z",
shapeRendering: "geometricPrecision"
}));
}
RootShowYes.displayName = 'ShowYes';
const ShowYes = createBaseComponent(RootShowYes);
export { ShowYes as default };