{
  "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=\"M17.6291 8.75012C17.6291 10.0646 16.5636 11.1301 15.2491 11.1301C13.9347 11.1301 12.8691 10.0646 12.8691 8.75012C12.8691 7.43568 13.9347 6.37012 15.2491 6.37012C16.5636 6.37012 17.6291 7.43568 17.6291 8.75012Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.75 3H17.25C19.32 3 21 4.68 21 6.75V17.25C21 19.32 19.32 21 17.25 21H6.75C4.68 21 3 19.32 3 17.25V6.75C3 4.68 4.68 3 6.75 3ZM17.25 4.5H6.75C5.51 4.5 4.5 5.51 4.5 6.75V12.9L6.41 11.46H6.43C7.55 10.71 9.05 10.89 9.97 11.88C11.44 13.47 13.07 14.71 15 14.71C16.93 14.71 18.19 14.02 19.47 12.74C19.48 12.72 19.5 12.71 19.5 12.71V6.75C19.5 5.51 18.49 4.5 17.25 4.5Z\" 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,gBAA2uB,EAA3uB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4WAA4W,KAAK,eAAc,CAAI,GAGruB",
  "debugId": "9C4F1E019330271A64756E2164756E21",
  "names": []
}