@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.12 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 StyledUserXmarkSolid = ({
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: "M10.4316 13.4H6.581C2.94721 13.4 0 16.31 0 19.8988C0 20.6187 0.589366 21.2 1.3162 21.2H15.6972C16.424 21.2 17.0126 20.6187 17.0126 19.8988C17.0126 16.31 14.0658 13.4 10.4316 13.4ZM8.50631 11.6C11.1911 11.6 13.3671 9.45088 13.3671 6.8C13.3671 4.14913 11.1911 2 8.50631 2C5.82151 2 3.64556 4.14913 3.64556 6.8C3.64556 9.45088 5.82151 11.6 8.50631 11.6ZM21.9455 10.3663L23.7315 8.60263C24.0875 8.25106 24.0875 7.68163 23.7315 7.32988C23.3755 6.97813 22.7988 6.97831 22.4426 7.32988L20.6582 9.12875L18.8722 7.36513C18.5162 7.01356 17.9396 7.01356 17.5834 7.36513C17.2272 7.71669 17.2274 8.28613 17.5834 8.63788L19.3693 10.4015L17.5834 12.1651C17.2274 12.5167 17.2274 13.0861 17.5834 13.4379C17.9393 13.7894 18.516 13.7897 18.8722 13.4379L20.6582 11.6713L22.4441 13.4349C22.8001 13.7864 23.3768 13.7867 23.733 13.4349C24.089 13.0833 24.089 12.5139 23.733 12.1621L21.9455 10.3663Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledUserXmarkSolid);
const UserXmarkSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = UserXmarkSolid;
exports.default = _default;
module.exports = exports.default;