UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 2.89 kB
"use strict"; 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 StyledBadgeCheckSolid = ({ 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: "M12 0a4.5 4.5 0 0 1 3.98 2.395c1.542-.515 3.243-.1 4.504 1.12 1.22 1.22 1.552 2.963 1.12 4.505A4.5 4.5 0 0 1 24 12a4.5 4.5 0 0 1-2.395 3.98c.473 1.542.098 3.243-1.12 4.504-1.262 1.22-2.963 1.552-4.505 1.12A4.5 4.5 0 0 1 12 24a4.5 4.5 0 0 1-3.98-2.395 4.5 4.5 0 0 1-4.505-1.12c-1.22-1.262-1.593-2.963-1.12-4.505A4.5 4.5 0 0 1 0 12a4.5 4.5 0 0 1 2.395-3.98c-.515-1.542-.1-3.286 1.12-4.505a4.497 4.497 0 0 1 4.505-1.12A4.5 4.5 0 0 1 12 0Zm4.505 10.505c.478-.399.478-1.111 0-1.552-.399-.436-1.111-.436-1.552 0L10.5 13.411l-1.87-1.833c-.399-.436-1.111-.436-1.552 0-.436.44-.436 1.153 0 1.552l2.625 2.625c.44.478 1.153.478 1.552 0l5.25-5.25Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBadgeCheckSolid); const BadgeCheckSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BadgeCheckSolid; exports.default = _default; module.exports = exports.default;