{"ast":null,"code":"import _objectSpread from \"C:/ldt/LDT/management/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";\nimport _objectWithoutProperties from \"C:/ldt/LDT/management/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js\";\nvar _excluded = [\"children\"];\nvar _jsxFileName = \"C:\\\\ldt\\\\LDT\\\\management\\\\src\\\\components\\\\Icons\\\\IconBox.js\";\nimport React from \"react\";\nimport { Flex } from \"@chakra-ui/react\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nexport default function IconBox(props) {\n  var children = props.children,\n    rest = _objectWithoutProperties(props, _excluded);\n  return /*#__PURE__*/_jsxDEV(Flex, _objectSpread(_objectSpread({\n    alignItems: \"center\",\n    justifyContent: \"center\",\n    borderRadius: \"12px\"\n  }, rest), {}, {\n    children: children\n  }), void 0, false, {\n    fileName: _jsxFileName,\n    lineNumber: 8,\n    columnNumber: 5\n  }, this);\n}\n_c = IconBox;\nvar _c;\n$RefreshReg$(_c, \"IconBox\");","map":{"version":3,"names":["React","Flex","jsxDEV","_jsxDEV","IconBox","props","children","rest","_objectWithoutProperties","_excluded","_objectSpread","alignItems","justifyContent","borderRadius","fileName","_jsxFileName","lineNumber","columnNumber","_c","$RefreshReg$"],"sources":["C:/ldt/LDT/management/src/components/Icons/IconBox.js"],"sourcesContent":["import React from \"react\";\nimport { Flex } from \"@chakra-ui/react\";\n\nexport default function IconBox(props) {\n  const { children, ...rest } = props;\n\n  return (\n    <Flex\n      alignItems={\"center\"}\n      justifyContent={\"center\"}\n      borderRadius={\"12px\"}\n      {...rest}\n    >\n      {children}\n    </Flex>\n  );\n}\n"],"mappings":";;;;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,kBAAkB;AAAC,SAAAC,MAAA,IAAAC,OAAA;AAExC,eAAe,SAASC,OAAOA,CAACC,KAAK,EAAE;EACrC,IAAQC,QAAQ,GAAcD,KAAK,CAA3BC,QAAQ;IAAKC,IAAI,GAAAC,wBAAA,CAAKH,KAAK,EAAAI,SAAA;EAEnC,oBACEN,OAAA,CAACF,IAAI,EAAAS,aAAA,CAAAA,aAAA;IACHC,UAAU,EAAE,QAAS;IACrBC,cAAc,EAAE,QAAS;IACzBC,YAAY,EAAE;EAAO,GACjBN,IAAI;IAAAD,QAAA,EAEPA;EAAQ;IAAAQ,QAAA,EAAAC,YAAA;IAAAC,UAAA;IAAAC,YAAA;EAAA,OACL,CAAC;AAEX;AAACC,EAAA,GAbuBd,OAAO;AAAA,IAAAc,EAAA;AAAAC,YAAA,CAAAD,EAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}