{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMegaphone/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 IconMegaphone: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"megaphone, loud, speak, promote, feedback\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6914 2.1465C18.883 2.28788 18.9961 2.51187 18.9961 2.75001V7.32502C20.7078 7.67247 21.9961 9.18579 21.9961 11C21.9961 12.8142 20.7078 14.3275 18.9961 14.675V19.25C18.9961 19.4881 18.883 19.7121 18.6914 19.8535C18.4998 19.9949 18.2524 20.0369 18.0248 19.9666L13.2817 18.5022C12.7667 19.9565 11.3792 21 9.74609 21C7.67503 21 5.99609 19.3211 5.99609 17.25V16.2527L2.52483 15.1809C2.21049 15.0839 1.99609 14.7933 1.99609 14.4643V7.53572C1.99609 7.20674 2.21049 6.91616 2.52483 6.8191L6.51033 5.58856C6.5212 5.58492 6.53218 5.58153 6.54326 5.57839L18.0248 2.03339C18.2524 1.96313 18.4998 2.00511 18.6914 2.1465ZM7.49609 16.7158V17.25C7.49609 18.4926 8.50345 19.5 9.74609 19.5C10.7025 19.5 11.5212 18.9029 11.8465 18.059L7.49609 16.7158ZM20.4961 11C20.4961 11.9797 19.87 12.8131 18.9961 13.122V8.87804C19.87 9.18691 20.4961 10.0203 20.4961 11ZM5.99829 7.31652V14.6835L3.49609 13.9109V8.08909L5.99829 7.31652Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMegaphone;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAoiC,EAApiC,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,64BAA64B,KAAK,eAAc,CAAI,GAG9hC",
  "debugId": "BE7DA548FC600DCD64756E2164756E21",
  "names": []
}