@semcore/icon
Version:
Semrush Icon Component
25 lines • 1.7 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 RootHealth({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Health",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7 4C4.783 4 3 5.78 3 7.958c0 .349.022.696.064 1.042H1.052A10.61 10.61 0 0 1 1 7.958C1 4.66 3.694 2 7 2a6.008 6.008 0 0 1 5 2.663A6.008 6.008 0 0 1 17 2c3.306 0 6 2.66 6 5.958 0 3.522-1.786 6.758-3.938 9.198-2.141 2.428-4.795 4.236-6.787 4.806a1 1 0 0 1-.55 0c-1.992-.57-4.646-2.378-6.787-4.806A18.746 18.746 0 0 1 3.292 15h2.455c.221.285.452.563.69.833 1.867 2.117 4.055 3.593 5.563 4.118 1.508-.525 3.696-2.001 5.563-4.118 1.017-1.154 1.9-2.453 2.516-3.833H16.52l-3.202 4.573a1 1 0 0 1-1.667-.043L7.5 9.887 5.848 12.53A1 1 0 0 1 5 13H2a1 1 0 1 1 0-2h2.446l2.206-3.53a1 1 0 0 1 1.696 0l4.2 6.719 2.633-3.762A1 1 0 0 1 16 10h4.759A9.006 9.006 0 0 0 21 7.958C21 5.78 19.217 4 17 4c-2.119 0-2.782.988-3.347 1.83C13.233 6.455 12.868 7 12 7s-1.233-.545-1.653-1.17C9.782 4.988 9.12 4 7 4Z",
shapeRendering: "geometricPrecision"
}));
}
RootHealth.displayName = 'Health';
const Health = createBaseComponent(RootHealth);
export { Health as default };