@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 4.13 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 StyledUsersMedicalRegular = ({
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: "M19.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 8ZM23.4 16.25H21.75V14.6C21.75 14.2686 21.4813 14 21.15 14H19.65C19.3187 14 19.05 14.2686 19.05 14.6V16.25H17.4C17.0687 16.25 16.8 16.5186 16.8 16.85V18.35C16.8 18.6814 17.0687 18.95 17.4 18.95H19.05V20.6C19.05 20.9314 19.3187 21.2 19.65 21.2H21.15C21.4813 21.2 21.75 20.9314 21.75 20.6V18.95H23.4C23.7314 18.95 24 18.6814 24 18.35V16.85C24 16.52 23.73 16.25 23.4 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 14ZM11.9963 8C13.1531 8 14.0948 8.942 14.0948 10.1C14.0948 11.258 13.1512 12.2 11.9963 12.2C10.8413 12.2 9.89625 11.2587 9.89625 10.1C9.89625 8.94125 10.8375 8 11.9963 8ZM17.85 20.15H17.25C16.6725 20.15 16.1651 19.8506 15.8704 19.4H6.67875C7.07138 18.0215 8.45475 17 10.0965 17H13.8713C14.4998 17 15.0889 17.1518 15.6004 17.414V16.7C15.6004 16.3213 15.7578 15.9148 16.0088 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)(StyledUsersMedicalRegular);
const UsersMedicalRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = UsersMedicalRegular;
exports.default = _default;
module.exports = exports.default;