{
  "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=\"M3.75 3C3.33579 3 3 3.33579 3 3.75V20.25C3 20.6642 3.33579 21.0002 3.75 21.0002H20.25C20.6642 21.0002 21 20.6644 21 20.2502V3.75C21 3.33579 20.6642 3 20.25 3H3.75ZM19.5 12.7012V4.5H4.5V12.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,gBAA4xB,EAA5xB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,uLAAuL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0bAA0b,KAAK,eAAc,CAAI,GAGtxB",
  "debugId": "2021A0E3F98FCF7A64756E2164756E21",
  "names": []
}