@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.01 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 StyledUserShieldSolid = ({
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.3363 12.1663L19.02 10.4784C18.8653 10.4173 18.5468 10.3376 18.1856 10.4784L13.8675 12.1663C13.4625 12.32 13.2 12.6913 13.2 13.0663C13.2 17.2513 15.7781 20.1462 18.1838 21.0875C18.5447 21.2281 18.8588 21.1484 19.0181 21.0875C20.94 20.3713 24 17.7688 24 13.0663C24 12.6913 23.7375 12.32 23.3363 12.1663ZM18.6 19.34V12.245L22.1813 13.6467C21.9713 16.9175 19.8975 18.725 18.6 19.34ZM8.4 11.6C11.0513 11.6 13.2 9.45088 13.2 6.8C13.2 4.14913 11.0513 2 8.4 2C5.74875 2 3.6 4.14913 3.6 6.8C3.6 9.45088 5.74875 11.6 8.4 11.6ZM12.0225 13.6362C11.4713 13.4862 10.8975 13.4 10.3013 13.4H6.49875C2.91038 13.4 0 16.3138 0 19.9025C0 20.6187 0.582 21.2 1.29975 21.2H15.4987C15.6166 21.2 15.7225 21.1624 15.831 21.1329C13.8638 19.6175 12.1538 17.0113 12.0225 13.6362Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledUserShieldSolid);
const UserShieldSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = UserShieldSolid;
exports.default = _default;
module.exports = exports.default;