{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSquareInfo/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 IconSquareInfo: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"square-info, information, tooltip\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.51789 3C7.70505 2.99999 7.04944 2.99999 6.51853 3.04336C5.9719 3.08803 5.49175 3.18239 5.04754 3.40873C4.34193 3.76825 3.76825 4.34193 3.40873 5.04754C3.18239 5.49175 3.08803 5.9719 3.04336 6.51853C2.99999 7.04944 2.99999 7.70505 3 8.51789V15.4821C2.99999 16.2949 2.99999 16.9506 3.04336 17.4815C3.08803 18.0281 3.18239 18.5082 3.40873 18.9525C3.76825 19.6581 4.34193 20.2317 5.04754 20.5913C5.49175 20.8176 5.9719 20.912 6.51853 20.9566C7.04944 21 7.70505 21 8.51788 21H15.4821C16.295 21 16.9506 21 17.4815 20.9566C18.0281 20.912 18.5082 20.8176 18.9525 20.5913C19.6581 20.2317 20.2317 19.6581 20.5913 18.9525C20.8176 18.5082 20.912 18.0281 20.9566 17.4815C21 16.9506 21 16.295 21 15.4821V8.51788C21 7.70505 21 7.04944 20.9566 6.51853C20.912 5.9719 20.8176 5.49175 20.5913 5.04754C20.2317 4.34193 19.6581 3.76825 18.9525 3.40873C18.5082 3.18239 18.0281 3.08803 17.4815 3.04336C16.9506 2.99999 16.295 2.99999 15.4821 3H8.51789ZM10 11C10 10.5858 10.3358 10.25 10.75 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11L12.75 16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25L11.25 11.75H10.75C10.3358 11.75 10 11.4142 10 11ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8C11.25 8.41421 11.5858 8.75 12 8.75C12.4142 8.75 12.75 8.41421 12.75 8C12.75 7.58579 12.4142 7.25 12 7.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSquareInfo;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA85C,EAA95C,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+wCAA+wC,KAAK,eAAc,CAAI,GAGx5C",
  "debugId": "68D1FD40009BFC0664756E2164756E21",
  "names": []
}