{
  "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.07045C12.1161 2.97652 11.8839 2.97652 11.6828 3.07045L0.432836 8.32701C0.16878 8.45039 0 8.71573 0 9.00749C0 9.29925 0.16878 9.5646 0.432836 9.68798L11.6828 14.9445C11.8839 15.0385 12.1161 15.0385 12.3172 14.9445L22.5 10.1866V15.2653C22.5 15.68 22.8358 16.0162 23.25 16.0162C23.6642 16.0162 24 15.68 24 15.2653V9.00749C24 8.71573 23.8312 8.45039 23.5672 8.32701L12.3172 3.07045Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 12.7421V16.2542C4.5 16.9078 4.86341 17.5072 5.44264 17.8087L11.1926 20.8024C11.6987 21.0659 12.3012 21.0659 12.8073 20.8024L18.5573 17.8087C19.1366 17.5072 19.5 16.9078 19.5 16.2542V12.7421L12.4576 16.3711C12.1704 16.5191 11.8296 16.5191 11.5424 16.3711L4.5 12.7421Z\" 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,gBAAs1B,EAAt1B,IAAqB,EAAO,UAAU,qDAAoD,gBAAC,OAAD,CAAM,EAAE,wYAAwY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kRAAkR,KAAK,eAAc,CAAI,GAGh1B",
  "debugId": "C1B07F4834BBE41A64756E2164756E21",
  "names": []
}