{
  "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.50001 3.5C7.56701 3.5 6.00001 5.067 6.00001 7C6.00001 8.933 7.56701 10.5 9.50001 10.5C11.433 10.5 13 8.933 13 7C13 5.067 11.433 3.5 9.50001 3.5Z\" fill=\"currentColor\"/><path d=\"M1.26959 19.0793L2.00001 19.2496C1.26959 19.0793 1.26955 19.0795 1.26959 19.0793L1.27011 19.0771L1.27118 19.0726L1.27501 19.0565L1.28931 18.9975C1.30179 18.9467 1.32013 18.8733 1.34418 18.7806C1.39227 18.5954 1.46334 18.3324 1.5562 18.0174C1.74131 17.3894 2.01582 16.5455 2.37112 15.6958C2.723 14.8543 3.17071 13.9665 3.71452 13.2765C4.23997 12.6099 4.98146 11.9706 5.93814 11.9706C7.09611 11.9706 8.05872 12.5962 8.7738 13.0689L8.903 13.1545C9.23165 13.3724 9.50961 13.5566 9.78292 13.6978C10.0859 13.8542 10.313 13.9185 10.5 13.9185C10.589 13.9185 10.7995 13.849 11.1939 13.425C11.4754 13.1224 11.7563 12.7478 12.0819 12.3135C12.1926 12.1659 12.3084 12.0114 12.4312 11.8506C13.3186 10.6876 14.5749 9.16453 16.4381 9.01017C17.1522 8.951 17.7989 9.25552 18.3516 9.73087C18.9006 10.203 19.4132 10.8887 19.8976 11.7312C20.8682 13.4194 21.8149 15.8971 22.7207 19.042C22.7859 19.2685 22.7409 19.5124 22.5993 19.7006C22.4576 19.8889 22.2356 19.9996 22 19.9996H2.00001C1.77115 19.9996 1.55482 19.8951 1.41255 19.7159C1.27028 19.5366 1.21763 19.3022 1.26959 19.0793Z\" 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,gBAAi0C,EAAj0C,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,siCAAsiC,KAAK,eAAc,CAAI,GAG3zC",
  "debugId": "C40F7FFCC8F2B46164756E2164756E21",
  "names": []
}