{
  "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=\"M9 3C7.067 3 5.5 4.567 5.5 6.5C5.5 8.433 7.067 10 9 10C10.933 10 12.5 8.433 12.5 6.5C12.5 4.567 10.933 3 9 3ZM7 6.5C7 5.39543 7.89543 4.5 9 4.5C10.1046 4.5 11 5.39543 11 6.5C11 7.60457 10.1046 8.5 9 8.5C7.89543 8.5 7 7.60457 7 6.5Z\" fill=\"currentColor\"/><path d=\"M15.0261 8.00046C15.2764 8.00919 15.5059 8.14228 15.6377 8.35524L22.1377 18.8552C22.2809 19.0866 22.2876 19.3773 22.1552 19.615C22.0228 19.8527 21.7721 20 21.5 20H2.5C2.2234 20 1.96926 19.8478 1.83875 19.6039C1.70823 19.36 1.72254 19.0641 1.87596 18.834L6.37596 12.084C6.48863 11.915 6.66501 11.7989 6.86479 11.7623C7.06457 11.7257 7.27066 11.7716 7.43593 11.8897L10.3279 13.9554L14.3913 8.31177C14.5377 8.10852 14.7758 7.99173 15.0261 8.00046Z\" 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,gBAAo1B,EAAp1B,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0OAA0O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+bAA+b,KAAK,eAAc,CAAI,GAG90B",
  "debugId": "B2EF8A3A36FDCCD264756E2164756E21",
  "names": []
}