{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAround/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 IconAround: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"around, spatial\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.5 7.72977V17.956C3.50644 17.9645 3.51623 17.9764 3.53068 17.9916C3.60397 18.0689 3.7489 18.179 3.99868 18.3052C4.49605 18.5566 5.26166 18.7994 6.2578 18.9997C6.36254 19.0207 6.5 18.9405 6.5 18.7747V8.79581C6.5 8.67938 6.41086 8.55577 6.2594 8.52768C5.16452 8.32459 4.21157 8.05771 3.5 7.72977ZM20.5 7.72977V17.956C20.4936 17.9645 20.4838 17.9764 20.4693 17.9916C20.396 18.0689 20.2511 18.179 20.0013 18.3052C19.5039 18.5566 18.7383 18.7994 17.7422 18.9997C17.6375 19.0207 17.5 18.9405 17.5 18.7747V8.79581C17.5 8.67938 17.5891 8.55577 17.7406 8.52768C18.8355 8.32459 19.7884 8.05771 20.5 7.72977ZM22 6V18C22 18.4259 21.7972 18.7712 21.5579 19.0236C21.3218 19.2726 21.0116 19.4753 20.6779 19.644C20.0084 19.9823 19.094 20.2579 18.0379 20.4702C16.9471 20.6896 16 19.8283 16 18.7747V16.7259C14.7997 16.5818 13.4414 16.5 12 16.5C10.5586 16.5 9.20035 16.5818 8 16.7259V18.7747C8 19.8283 7.05286 20.6896 5.96207 20.4702C4.90599 20.2579 3.99163 19.9823 3.3221 19.644C2.98842 19.4753 2.67816 19.2726 2.44211 19.0236C2.20278 18.7712 2 18.4259 2 18V6C2 5.25034 2.603 4.76159 3.10301 4.47404C3.65924 4.15416 4.41425 3.89133 5.282 3.68026C7.02922 3.25526 9.40404 3 12 3C14.596 3 16.9708 3.25526 18.718 3.68026C19.5858 3.89133 20.3408 4.15416 20.897 4.47404C21.397 4.76159 22 5.25034 22 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAround;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA+3C,EAA/3C,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kwCAAkwC,KAAK,eAAc,CAAI,GAGz3C",
  "debugId": "F91D6EF3E3136D7564756E2164756E21",
  "names": []
}