{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGraduateCap/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGraduateCap: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"graduate-cap, study, education, academic, student\"><path d=\"M12.3172 3.07036C12.1161 2.97655 11.8839 2.97655 11.6828 3.07036L0.432836 8.32036C0.16878 8.44359 0 8.70861 0 9C0 9.29139 0.16878 9.55641 0.432836 9.67964L11.6828 14.9296C11.8839 15.0235 12.1161 15.0235 12.3172 14.9296L22.5 10.1776V15.25C22.5 15.6642 22.8358 16 23.25 16C23.6642 16 24 15.6642 24 15.25V9C24 8.70861 23.8312 8.44359 23.5672 8.32036L12.3172 3.07036Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 12.73V15.1199C4.5 16.4677 5.22334 17.7119 6.39465 18.3788L10.1446 20.5137C11.2948 21.1686 12.7051 21.1686 13.8553 20.5137L17.6053 18.3788C18.7767 17.7119 19.5 16.4677 19.5 15.1199V12.73L12.9152 16.1189C12.3409 16.4145 11.6591 16.4145 11.0848 16.1189L4.5 12.73Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGraduateCap;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAszB,EAAtzB,IAAqB,EAAO,UAAU,qDAAoD,gBAAC,OAAD,CAAM,EAAE,8WAA8W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4QAA4Q,KAAK,eAAc,CAAI,GAGhzB",
  "debugId": "94AE42DE747CD85064756E2164756E21",
  "names": []
}