{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImages5/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 IconImages5: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"images-5, photos, pictures, shot\"><path d=\"M9.94105 11C11.874 11 13.441 9.433 13.441 7.5C13.441 5.567 11.874 4 9.94105 4C8.00805 4 6.44105 5.567 6.44105 7.5C6.44105 9.433 8.00805 11 9.94105 11Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22.781 18.34C22.731 18.1 22.641 17.82 22.541 17.52V17.49C21.721 14.99 20.871 13.03 20.001 11.68C19.561 11.01 19.101 10.46 18.601 10.08C18.091 9.7 17.511 9.46 16.881 9.52C15.021 9.67 13.761 11.2 12.871 12.36C12.751 12.52 12.631 12.68 12.521 12.82C12.191 13.25 11.911 13.63 11.631 13.93C11.241 14.35 11.031 14.42 10.941 14.42C10.751 14.42 10.531 14.36 10.221 14.2C9.95105 14.06 9.67105 13.87 9.34105 13.66C9.30105 13.63 9.25105 13.6 9.21105 13.57C8.49105 13.1 7.53105 12.47 6.37105 12.47C5.76105 12.47 5.23105 12.74 4.80105 13.09C4.38105 13.44 4.02105 13.91 3.71105 14.4C3.09105 15.38 2.61105 16.6 2.28105 17.58V17.61C2.18105 17.88 2.09105 18.14 2.04105 18.36C1.98105 18.61 1.96105 18.88 2.04105 19.18C2.14105 19.6 2.43105 20 2.80105 20.23C3.06105 20.4 3.34105 20.46 3.60105 20.48C3.84105 20.5 4.12105 20.5 4.43105 20.5H20.351C20.681 20.5 20.981 20.5 21.231 20.48C21.491 20.46 21.781 20.4 22.051 20.23C22.421 19.99 22.701 19.61 22.811 19.19C22.891 18.88 22.851 18.6 22.801 18.34H22.781Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconImages5;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAgyC,EAAhyC,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,49BAA49B,KAAK,eAAc,CAAI,GAG1xC",
  "debugId": "784623B1AD828DF364756E2164756E21",
  "names": []
}