{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGraduateCap2/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 IconGraduateCap2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"graduate-cap-2, study, education, academic, student\"><path d=\"M0.944183 8.90938L11.9577 3.76973C11.9845 3.75723 12.0155 3.75723 12.0423 3.76973L23.0558 8.90938C23.1328 8.94529 23.1328 9.05471 23.0558 9.09062L12.0423 14.2303C12.0155 14.2428 11.9845 14.2428 11.9577 14.2303L0.944182 9.09062C0.867234 9.05471 0.867234 8.94529 0.944183 8.90938Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M4.75 11V16.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12 9L17.1823 11.8592C18.4579 12.563 19.25 13.9046 19.25 15.3615V20\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><ellipse cx=\"12\" cy=\"9.0001\" rx=\"2.25\" ry=\"1.15\" fill=\"currentColor\"/><path d=\"M20 18H18.5V21.5H20V18Z\" fill=\"currentColor\" stroke=\"currentColor\"/><path d=\"M4.75 16.25C4.75 18.183 7.99594 19.75 12 19.75C13.4784 19.75 14.8535 19.5364 16 19.1696\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconGraduateCap2;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA+3B,EAA/3B,IAAqB,EAAO,UAAU,uDAAsD,gBAAC,OAAD,CAAM,EAAE,yRAAyR,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,sEAAsE,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,UAAD,CAAS,GAAG,KAAK,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0BAA0B,KAAK,eAAe,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0FAA0F,OAAO,eAAe,YAAY,MAAK,CAAI,GAGz3B",
  "debugId": "380C11A120B44E8464756E2164756E21",
  "names": []
}