{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPresentationAnalytics/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 IconPresentationAnalytics: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"presentation-analytics, presenter\"><path d=\"M7.00009 16.25C9.38449 16.25 11.4036 17.8369 11.9767 20.0635C12.0343 20.2879 11.9848 20.5268 11.8429 20.71C11.7008 20.893 11.4818 21 11.2501 21H2.75009C2.51839 21 2.29936 20.893 2.15732 20.71C2.0154 20.5268 1.96594 20.2879 2.02353 20.0635C2.5966 17.837 4.61573 16.25 7.00009 16.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.9991 3C21.5514 3 21.9991 3.44772 21.9991 4V19C21.9991 19.5523 21.5514 20 20.9991 20H13.4845C13.4729 19.8964 13.4561 19.7928 13.4298 19.6904L13.3546 19.4209C12.8138 17.6363 11.5493 16.2019 9.91806 15.4141C10.6631 14.6678 11.1241 13.6378 11.1241 12.5C11.1241 10.2219 9.27718 8.37513 6.99912 8.375C5.06987 8.37514 3.44991 9.6998 2.99912 11.4893V4C2.99912 3.44775 3.44688 3.00006 3.99912 3H20.9991ZM14.7491 10.25C14.335 10.2501 13.9991 10.5858 13.9991 11V15C13.9991 15.4142 14.335 15.7499 14.7491 15.75C15.1633 15.75 15.4991 15.4142 15.4991 15V11C15.4991 10.5858 15.1633 10.25 14.7491 10.25ZM18.7491 7.25C18.335 7.25006 17.9991 7.58582 17.9991 8V15C17.9991 15.4142 18.335 15.7499 18.7491 15.75C19.1633 15.75 19.4991 15.4142 19.4991 15V8C19.4991 7.58579 19.1633 7.25 18.7491 7.25Z\" fill=\"currentColor\"/><path d=\"M6.99912 9.875C8.44887 9.875 9.62412 11.0503 9.62412 12.5C9.62412 13.9497 8.44887 15.125 6.99912 15.125C5.54942 15.1249 4.37412 13.9497 4.37412 12.5C4.37412 11.0503 5.54942 9.87506 6.99912 9.875Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPresentationAnalytics;\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,EAA4D,CAAC,IAAU,CAClF,OAAO,gBAAy7C,EAAz7C,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,4RAA4R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8wBAA8wB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sMAAsM,KAAK,eAAc,CAAI,GAGn7C",
  "debugId": "38C4C0753BE5543364756E2164756E21",
  "names": []
}