@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.86 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _react = _interopRequireWildcard(require("react"));
var _accessibleIcon = require("../accessible-icon");
var _styles = require("../styles");
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
const StyledUsersMedicalSolid = ({
label,
color = "#000000",
className = "",
css = {},
viewBox = "0 0 24 24"
}, ref) => {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, {
label: label,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, {
className: className,
css: css,
viewBox: viewBox,
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
ref: ref,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, {
css: {
fill: `${color}`
},
d: "M23.55 16.25H21.75V14.45C21.75 14.2015 21.5485 14 21.3 14H19.5C19.2515 14 19.05 14.2015 19.05 14.45V16.25H17.25C17.0015 16.25 16.8 16.4515 16.8 16.7V18.5C16.8 18.7485 17.0015 18.95 17.25 18.95H19.05V20.75C19.05 20.9985 19.2515 21.2 19.5 21.2H21.3C21.5485 21.2 21.75 20.9985 21.75 20.75V18.95H23.55C23.7985 18.95 24 18.7485 24 18.5V16.7C24 16.4525 23.7975 16.25 23.55 16.25ZM18.3788 9.2C17.8988 9.2 17.4458 9.31389 17.034 9.509C17.055 9.70625 17.0925 9.8975 17.0925 10.1C17.0925 11.3641 16.6133 12.5079 15.849 13.4H18.2378C18.54 13.0363 18.99 12.8 19.5 12.8H21.3C21.8089 12.8 22.2593 13.0366 22.5619 13.4H23.3393C23.7038 13.4 24 13.085 24 12.6987C24 10.7675 22.5225 9.2 20.6963 9.2H18.3788ZM11.9963 14C14.1491 14 15.8625 12.254 15.8625 10.1C15.8625 7.946 14.1173 6.2 11.9963 6.2C9.84338 6.2 8.13 7.946 8.13 10.1C8.09625 12.2525 9.84375 14 11.9963 14ZM19.2 8C20.8568 8 22.2 6.65675 22.2 5C22.2 3.34325 20.8575 2 19.2 2C17.5433 2 16.2 3.34325 16.2 5C16.2 6.65675 17.5425 8 19.2 8ZM17.85 20.15H17.25C16.3403 20.15 15.6 19.4097 15.6 18.5V16.7C15.6 16.3213 15.7575 15.9148 16.0084 15.6253C15.3525 15.3538 14.6325 15.2 13.8713 15.2H10.1288C7.185 15.2 4.8 17.4388 4.8 20.1987C4.8 20.7537 5.27625 21.2 5.865 21.2H17.9213C17.88 21.0575 17.85 20.9075 17.85 20.75V20.15ZM6.89625 10.1C6.89625 9.89566 6.93309 9.70138 6.95659 9.50338C6.5475 9.27875 6.0975 9.2 5.62125 9.2H3.303C1.479 9.2 0 10.7675 0 12.6987C0 13.085 0.295763 13.4 0.66075 13.4H8.142C7.37625 12.5075 6.89625 11.3638 6.89625 10.1ZM4.8 8C6.45675 8 7.8 6.65675 7.8 5C7.8 3.34325 6.4575 2 4.8 2C3.14325 2 1.8 3.34325 1.8 5C1.8 6.65675 3.14325 8 4.8 8Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledUsersMedicalSolid);
const UsersMedicalSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = UsersMedicalSolid;
exports.default = _default;
module.exports = exports.default;