{
  "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.07026C12.1161 2.97658 11.8839 2.97658 11.6828 3.07026L0.432836 8.31251C0.16878 8.43555 0 8.70018 0 8.99114C0 9.2821 0.16878 9.54673 0.432836 9.66978L11.6828 14.912C11.8839 15.0057 12.1161 15.0057 12.3172 14.912L22.5 10.167V15.2319C22.5 15.6455 22.8358 15.9808 23.25 15.9808C23.6642 15.9808 24 15.6455 24 15.2319V8.99114C24 8.70018 23.8312 8.43555 23.5672 8.31251L12.3172 3.07026Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 12.7156V16.8199C4.5 17.1016 4.65832 17.3595 4.90974 17.4873L11.6597 20.9185C11.8735 21.0272 12.1264 21.0272 12.3402 20.9185L19.0903 17.4873C19.3417 17.3595 19.5 17.1016 19.5 16.8199V12.7156L12.2288 16.4523C12.0852 16.5261 11.9148 16.5261 11.7712 16.4523L4.5 12.7156Z\" 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,gBAAu1B,EAAv1B,IAAqB,EAAO,UAAU,qDAAoD,gBAAC,OAAD,CAAM,EAAE,yYAAyY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kRAAkR,KAAK,eAAc,CAAI,GAGj1B",
  "debugId": "17647C1ADB7559F564756E2164756E21",
  "names": []
}