{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPolitics/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 IconPolitics: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"politics, speaker, press-conference, speech\"><path d=\"M18.748 20.3037C18.7199 20.6961 18.3934 21 18 21H6C5.60661 21 5.28012 20.6961 5.25195 20.3037L4.69434 12.5H19.3057L18.748 20.3037Z\" fill=\"currentColor\"/><path d=\"M15.25 1.25C16.2165 1.25 17 2.0335 17 3C17 3.08568 16.9914 3.16957 16.9795 3.25195L18.666 4.37598C18.8747 4.51508 19 4.74924 19 5V7H20.25C20.6642 7 21 7.33579 21 7.75V10.25C21 10.6642 20.6642 11 20.25 11H3.75C3.33579 11 3 10.6642 3 10.25V7.75C3 7.33579 3.33579 7 3.75 7H5V5C5 4.74924 5.12534 4.51508 5.33398 4.37598L7.01953 3.25195C7.00765 3.16961 7 3.08563 7 3C7 2.0335 7.7835 1.25 8.75 1.25C9.7165 1.25 10.5 2.0335 10.5 3C10.5 3.9665 9.7165 4.75 8.75 4.75C8.42114 4.75 8.11439 4.65776 7.85156 4.5L6.5 5.40137V7H17.5V5.40137L16.1475 4.5C15.8848 4.6575 15.5786 4.75 15.25 4.75C14.2835 4.75 13.5 3.9665 13.5 3C13.5 2.0335 14.2835 1.25 15.25 1.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPolitics;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA65B,EAA75B,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,woBAAwoB,KAAK,eAAc,CAAI,GAGv5B",
  "debugId": "E73B9AC75916777664756E2164756E21",
  "names": []
}