{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImages1/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 IconImages1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"images-1, photos, pictures, shot\"><path d=\"M12.875 8.75C12.875 7.43832 13.9383 6.375 15.25 6.375C16.5617 6.375 17.625 7.43832 17.625 8.75C17.625 10.0617 16.5617 11.125 15.25 11.125C13.9383 11.125 12.875 10.0617 12.875 8.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.75 3C3.7835 3 3 3.7835 3 4.75V19.25C3 20.2165 3.7835 21.0002 4.75 21.0002H19.25C20.1713 21.0002 20.9262 20.2883 20.9949 19.3846C20.9983 19.3403 21 19.2954 21 19.2502C21 19.2501 21 19.2502 21 19.2502V4.75C21 3.7835 20.2165 3 19.25 3H4.75ZM19.5 12.7012V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V12.8997L6.3956 11.4815C6.40647 11.4734 6.41756 11.4656 6.42886 11.458C7.55152 10.7096 9.05135 10.8862 9.96947 11.8749C11.4437 13.4625 12.9814 14.7037 15 14.7037C16.9278 14.7037 18.1858 14.0134 19.4661 12.7342C19.4772 12.7228 19.4885 12.7118 19.5 12.7012Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconImages1;\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,gBAA+6B,EAA/6B,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,uLAAuL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6kBAA6kB,KAAK,eAAc,CAAI,GAGz6B",
  "debugId": "A256A7802B53DD3564756E2164756E21",
  "names": []
}