{
  "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.5 3.5C7.567 3.5 6 5.067 6 7C6 8.933 7.567 10.5 9.5 10.5C11.433 10.5 13 8.933 13 7C13 5.067 11.433 3.5 9.5 3.5Z\" fill=\"currentColor\"/><path d=\"M20.5209 12.931C19.9438 11.7146 19.3398 10.7378 18.702 10.0665C18.0698 9.40091 17.3067 8.9383 16.4376 9.01031C14.5744 9.16467 13.3181 10.6878 12.4307 11.8507C12.308 12.0115 12.1922 12.1659 12.0816 12.3135C11.756 12.7477 11.4749 13.1226 11.1934 13.4252C10.799 13.8492 10.5885 13.9187 10.4995 13.9187C10.3125 13.9187 10.0854 13.8544 9.78242 13.6979C9.50909 13.5568 9.23116 13.3725 8.9025 13.1546L8.77331 13.0691C8.05822 12.5964 7.09561 11.9708 5.93764 11.9708C5.08516 11.9708 4.40458 12.4804 3.90456 13.0478C3.39462 13.6264 2.96837 14.3799 2.62243 15.1243L2.55737 15.264C2.14659 16.1448 1.81293 16.8603 1.95528 17.7061C2.01601 18.067 2.17252 18.4215 2.36285 18.7199C2.55319 19.0182 2.80873 19.3095 3.11042 19.5167C3.50412 19.7871 3.93126 19.8996 4.39589 19.9512C4.83233 19.9998 5.36382 19.9998 5.99118 19.9998H15.6633C16.714 19.9998 17.5608 19.9998 18.2387 19.9294C18.9383 19.8567 19.5438 19.7025 20.0749 19.336C20.8594 18.7945 21.4931 17.7924 21.6461 16.8515C21.747 16.2308 21.6522 15.6581 21.4443 15.0442C21.2469 14.4613 20.9279 13.789 20.5396 12.9705L20.5209 12.931Z\" 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,gBAAuyC,EAAvyC,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8iCAA8iC,KAAK,eAAc,CAAI,GAGjyC",
  "debugId": "7DA3E19D0769513A64756E2164756E21",
  "names": []
}