{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNotebooklm/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 IconNotebooklm: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"notebooklm\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9991 4.25C6.2005 4.25 1.5 9.017 1.5 14.9005V20H3.4355V19.4925C3.4355 17.1055 5.34125 15.1717 7.69325 15.1717C10.0452 15.1717 11.951 17.1055 11.951 19.4916V20H13.8865V19.4925C13.8865 16.0214 11.1128 13.21 7.69325 13.21C6.40981 13.2084 5.15861 13.612 4.118 14.3632C5.175 12.2317 7.35113 10.7687 9.865 10.7687C13.4149 10.7687 16.2936 13.6895 16.2936 17.2901V20H18.2291V17.2901C18.2291 12.6045 14.4841 8.80437 9.86413 8.80437C7.86353 8.80317 5.93052 9.52825 4.42425 10.8449C5.861 8.0895 8.7135 6.21262 12 6.21262C16.7303 6.21262 20.5645 10.1029 20.5645 14.9014V20H22.5V14.9005C22.4991 9.017 17.7986 4.25 11.9991 4.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNotebooklm;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAouB,EAApuB,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAG9tB",
  "debugId": "DFDB7F7C23D28C6964756E2164756E21",
  "names": []
}