{
  "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.9518 8.91905C14.4722 8.19619 15.5602 8.23413 16.029 8.99148L21.6628 18.0922C22.1783 18.9249 21.5793 20.0002 20.6 20.0002H3.43179C2.43342 20.0002 1.83793 18.8875 2.39173 18.0568L6.08705 12.5138C6.47875 11.9262 7.27904 11.7796 7.85366 12.19L10.3255 13.9556L13.9518 8.91905Z\" 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,gBAAmwB,EAAnwB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kUAAkU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sRAAsR,KAAK,eAAc,CAAI,GAG7vB",
  "debugId": "6CD7866BB272876964756E2164756E21",
  "names": []
}