{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImages4/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 IconImages4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"images-4, photos, pictures, shot\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.99805 3C7.06505 3 5.49805 4.567 5.49805 6.5C5.49805 8.433 7.06505 10 8.99805 10C10.931 10 12.498 8.433 12.498 6.5C12.498 4.567 10.931 3 8.99805 3ZM6.99805 6.5C6.99805 5.39543 7.89348 4.5 8.99805 4.5C10.1026 4.5 10.998 5.39543 10.998 6.5C10.998 7.60457 10.1026 8.5 8.99805 8.5C7.89348 8.5 6.99805 7.60457 6.99805 6.5Z\" fill=\"currentColor\"/><path d=\"M13.0779 10.1326C14.0147 8.83146 15.973 8.89975 16.8169 10.263L20.7183 16.5652C21.6462 18.0641 20.5681 19.9995 18.8052 19.9995H5.30066C3.50359 19.9995 2.43171 17.9966 3.42854 16.5014L5.51452 13.3724C6.21958 12.3148 7.66011 12.0508 8.69442 12.7896L9.71781 13.5206C10.054 13.7607 10.521 13.6838 10.7624 13.3485L13.0779 10.1326Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconImages4;\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,gBAAqzB,EAArzB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kUAAkU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wUAAwU,KAAK,eAAc,CAAI,GAG/yB",
  "debugId": "3A12176F25F27D8B64756E2164756E21",
  "names": []
}