{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNewspaper1/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 IconNewspaper1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"newspaper-1, guide, info, faq, book\"><path d=\"M2.91322 3.51798C2.69109 3.46845 2.45849 3.52247 2.28091 3.66481C2.10334 3.80715 2 4.02242 2 4.25001V18.6875C2 19.0388 2.24388 19.3431 2.58678 19.4195L11.25 21.3512V5.37686L2.91322 3.51798Z\" fill=\"currentColor\"/><path d=\"M12.75 5.37686V21.3512L21.4132 19.4195C21.7561 19.3431 22 19.0388 22 18.6875V4.25001C22 4.02242 21.8967 3.80715 21.7191 3.66481C21.5415 3.52247 21.3089 3.46845 21.0868 3.51798L12.75 5.37686Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNewspaper1;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAygB,EAAzgB,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iMAAiM,KAAK,eAAc,CAAI,GAGngB",
  "debugId": "F580E56C88259B1A64756E2164756E21",
  "names": []
}