{
  "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.8145 19.375C18.7489 20.2905 17.9871 20.9998 17.0693 21H6.93066C6.01286 20.9998 5.2511 20.2905 5.18555 19.375L4.69434 12.5H19.3057L18.8145 19.375Z\" 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.2207 4.0791C18.7075 4.40366 19 4.95005 19 5.53516V7H19.75C20.4404 7 21 7.55964 21 8.25V9.75C21 10.4404 20.4404 11 19.75 11H4.25C3.55964 11 3 10.4404 3 9.75V8.25C3 7.55964 3.55964 7 4.25 7H5V5.53516C5.00001 4.95005 5.29246 4.40366 5.7793 4.0791L7.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.61133 5.32715C6.54179 5.37351 6.50001 5.45158 6.5 5.53516V7H17.5V5.53516C17.5 5.45158 17.4582 5.37351 17.3887 5.32715L16.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,gBAA2hC,EAA3hC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mvBAAmvB,KAAK,eAAc,CAAI,GAGrhC",
  "debugId": "ECDE09B2C3DE8F9264756E2164756E21",
  "names": []
}