{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImages41/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 IconImages41: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"images-4, photos, macro, shot, picture\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.25ZM16.1016 13.1348L15.2979 13.2295C13.8763 13.3967 12.6527 14.3113 12.0889 15.627L12 15.834L11.9111 15.627C11.3473 14.3113 10.1237 13.3967 8.70215 13.2295L7.89844 13.1348C7.35891 13.0713 6.93284 13.585 7.09473 14.1035L7.12305 14.1934C7.64495 15.863 9.19113 16.9999 10.9404 17H13.0596C14.8089 16.9999 16.3551 15.863 16.877 14.1934L16.9053 14.1035C17.0672 13.585 16.6411 13.0713 16.1016 13.1348ZM12.1465 7.20508C12.0592 7.14226 11.9408 7.14226 11.8535 7.20508L10.9043 7.88867C10.8133 7.95422 10.6892 7.95188 10.6016 7.88184L9.90625 7.3252C9.74256 7.19424 9.5 7.31088 9.5 7.52051V9.75C9.5 11.1307 10.6193 12.25 12 12.25C13.3807 12.25 14.5 11.1307 14.5 9.75V7.52051C14.5 7.31088 14.2574 7.19424 14.0938 7.3252L13.3984 7.88184C13.3108 7.95188 13.1867 7.95422 13.0957 7.88867L12.1465 7.20508Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconImages41;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA0jC,EAA1jC,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s6BAAs6B,KAAK,eAAc,CAAI,GAGpjC",
  "debugId": "5935C0E21065FF1764756E2164756E21",
  "names": []
}