{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSquareGridMagnifyingGlass/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 IconSquareGridMagnifyingGlass: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"square-grid-magnifying-glass, layout, grid, list, search, find, magifier\"><path d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H10.25C10.6642 3 11 3.33579 11 3.75V10.25C11 10.6642 10.6642 11 10.25 11H3.75C3.33579 11 3 10.6642 3 10.25V3.75Z\" fill=\"currentColor\"/><path d=\"M13 3.75C13 3.33579 13.3358 3 13.75 3H20.25C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11H13.75C13.3358 11 13 10.6642 13 10.25V3.75Z\" fill=\"currentColor\"/><path d=\"M3 13.75C3 13.3358 3.33579 13 3.75 13H10.25C10.6642 13 11 13.3358 11 13.75V20.25C11 20.6642 10.6642 21 10.25 21H3.75C3.33579 21 3 20.6642 3 20.25V13.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17 13.0078C14.7909 13.0078 13 14.7987 13 17.0078C13 19.217 14.7909 21.0078 17 21.0078C17.8352 21.0078 18.6113 20.7513 19.2528 20.3134L20.5983 21.659C20.8912 21.9519 21.3661 21.9519 21.659 21.659C21.9519 21.3661 21.9519 20.8912 21.659 20.5984L20.312 19.2513C20.7459 18.6116 21 17.839 21 17.0078C21 14.7987 19.2091 13.0078 17 13.0078ZM14.5 17.0078C14.5 15.6271 15.6193 14.5078 17 14.5078C18.3807 14.5078 19.5 15.6271 19.5 17.0078C19.5 17.6969 19.2222 18.3196 18.7708 18.7726C18.3173 19.2276 17.6921 19.5078 17 19.5078C15.6193 19.5078 14.5 18.3885 14.5 17.0078Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSquareGridMagnifyingGlass;\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,EAAgE,CAAC,IAAU,CACtF,OAAO,gBAA0wC,EAA1wC,IAAqB,EAAO,UAAU,4EAA2E,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kjBAAkjB,KAAK,eAAc,CAAI,GAGpwC",
  "debugId": "2A0B30983C80FED064756E2164756E21",
  "names": []
}