{"ast":null,"code":"import _objectSpread from\"C:/ldt/LDT/management/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";import _objectWithoutProperties from\"C:/ldt/LDT/management/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js\";var _excluded=[\"children\"];import React from\"react\";import{Flex}from\"@chakra-ui/react\";import{jsx as _jsx}from\"react/jsx-runtime\";export default function IconBox(props){var children=props.children,rest=_objectWithoutProperties(props,_excluded);return/*#__PURE__*/_jsx(Flex,_objectSpread(_objectSpread({alignItems:\"center\",justifyContent:\"center\",borderRadius:\"12px\"},rest),{},{children:children}));}","map":{"version":3,"names":["React","Flex","jsx","_jsx","IconBox","props","children","rest","_objectWithoutProperties","_excluded","_objectSpread","alignItems","justifyContent","borderRadius"],"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":"oQAAA,MAAO,CAAAA,KAAK,KAAM,OAAO,CACzB,OAASC,IAAI,KAAQ,kBAAkB,CAAC,OAAAC,GAAA,IAAAC,IAAA,yBAExC,cAAe,SAAS,CAAAC,OAAOA,CAACC,KAAK,CAAE,CACrC,GAAQ,CAAAC,QAAQ,CAAcD,KAAK,CAA3BC,QAAQ,CAAKC,IAAI,CAAAC,wBAAA,CAAKH,KAAK,CAAAI,SAAA,EAEnC,mBACEN,IAAA,CAACF,IAAI,CAAAS,aAAA,CAAAA,aAAA,EACHC,UAAU,CAAE,QAAS,CACrBC,cAAc,CAAE,QAAS,CACzBC,YAAY,CAAE,MAAO,EACjBN,IAAI,MAAAD,QAAA,CAEPA,QAAQ,EACL,CAAC,CAEX","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}