@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.27 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 StyledUsersSolid = ({
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: "M11.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 14ZM13.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.2H18.135C18.7238 21.2 19.2 20.7537 19.2 20.1987C19.2 17.4388 16.815 15.2 13.8713 15.2ZM19.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 8ZM6.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 8ZM20.6963 9.2H18.3773C17.8973 9.2 17.4443 9.31389 17.0325 9.509C17.055 9.70625 17.0925 9.8975 17.0925 10.1C17.0925 11.3641 16.6133 12.5079 15.849 13.4H23.3378C23.7038 13.4 24 13.085 24 12.6987C24 10.7675 22.5225 9.2 20.6963 9.2Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledUsersSolid);
const UsersSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = UsersSolid;
exports.default = _default;
module.exports = exports.default;