{
  "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=\"M16.7298 2.43333C17.8555 2.08577 18.9961 2.92733 18.9961 4.10545V7.32512C20.7078 7.67257 21.9961 9.18589 21.9961 11.0001C21.9961 12.8143 20.7078 14.3276 18.9961 14.6751V17.8948C18.9961 19.0729 17.8555 19.9144 16.7298 19.5669L13.2817 18.5023C12.7667 19.9566 11.3792 21.0001 9.74609 21.0001C7.67503 21.0001 5.99609 19.3212 5.99609 17.2501V16.2528L3.22982 15.3987C2.49635 15.1722 1.99609 14.4942 1.99609 13.7266V8.27365C1.99609 7.50602 2.49635 6.828 3.22982 6.60154L6.51033 5.58866C6.5212 5.58503 6.53218 5.58163 6.54326 5.57849L16.7298 2.43333ZM7.49609 16.7159V17.2501C7.49609 18.4927 8.50345 19.5001 9.74609 19.5001C10.7025 19.5001 11.5212 18.903 11.8465 18.0591L7.49609 16.7159ZM20.4961 11.0001C20.4961 11.9798 19.87 12.8132 18.9961 13.1221V8.87814C19.87 9.18701 20.4961 10.0204 20.4961 11.0001ZM5.99829 7.31663V14.6836L3.67234 13.9654C3.56756 13.9331 3.49609 13.8362 3.49609 13.7266V8.27365C3.49609 8.16399 3.56756 8.06713 3.67234 8.03478L5.99829 7.31663Z\" 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,gBAAslC,EAAtlC,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+7BAA+7B,KAAK,eAAc,CAAI,GAGhlC",
  "debugId": "435CDC9158121BF164756E2164756E21",
  "names": []
}