UNPKG

@semcore/icon

Version:
24 lines 1.68 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 Health({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Health", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M4.5 3A2.5 2.5 0 0 0 2 5.5c0 .167.007.334.022.5H.016A7.867 7.867 0 0 1 0 5.5 4.5 4.5 0 0 1 4.5 1c1.414 0 2.675.98 3.5 2 .825-1.02 2.086-2 3.5-2A4.5 4.5 0 0 1 16 5.5c0 2.577-1.28 4.929-2.813 6.663-1.515 1.712-3.445 3.008-4.99 3.318a1 1 0 0 1-.393 0c-1.546-.31-3.476-1.606-4.99-3.318A12.685 12.685 0 0 1 1.264 10H3.64c.21.29.436.57.672.837 1.27 1.437 2.725 2.364 3.688 2.635.964-.271 2.418-1.198 3.688-2.635.5-.565.95-1.184 1.315-1.837h-1.589l-2.207 2.207a1 1 0 0 1-1.496-.093L5.014 7.647 4.3 8.6a1 1 0 0 1-.8.4H1a1 1 0 0 1 0-2h2l1.2-1.6a1 1 0 0 1 1.59-.014l2.804 3.606 1.699-1.7A1 1 0 0 1 11 7h2.81A6.23 6.23 0 0 0 14 5.5 2.5 2.5 0 0 0 11.5 3c-1.38 0-2 1-2.5 2-.026.052-.05.103-.075.151C8.66 5.691 8.507 6 8 6c-.507 0-.66-.31-.925-.849L7 5c-.5-1-1.12-2-2.5-2Z", shapeRendering: "geometricPrecision" })); } Health.displayName = 'Health'; export default createBaseComponent(Health);