{
  "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.72976V17.9562C3.51013 17.9697 3.52854 17.9913 3.56029 18.0209C3.66961 18.1229 3.87169 18.2552 4.1971 18.3987C4.73775 18.6372 5.27881 18.5236 5.72257 18.1576C6.18006 17.7802 6.5 17.1518 6.5 16.4618V10.5253C6.5 9.43934 5.68002 8.47148 4.49301 8.10307C4.135 7.99195 3.80006 7.8681 3.5 7.72976ZM20.5 7.72976V17.9562C20.4899 17.9697 20.4715 17.9913 20.4397 18.0209C20.3304 18.1229 20.1283 18.2552 19.8029 18.3987C19.2622 18.6372 18.7212 18.5236 18.2774 18.1576C17.8199 17.7802 17.5 17.1518 17.5 16.4618V10.5253C17.5 9.43934 18.32 8.47148 19.507 8.10307C19.865 7.99195 20.1999 7.8681 20.5 7.72976ZM22 6V18C22 18.481 21.7433 18.8562 21.4629 19.1178C21.1824 19.3795 20.8122 19.5929 20.4083 19.7711C19.2753 20.2709 18.1386 19.9875 17.323 19.3147C16.5837 18.7049 16.0831 17.763 16.0094 16.727C14.8068 16.5822 13.4452 16.5 12 16.5C10.5548 16.5 9.19323 16.5822 7.99057 16.727C7.91687 17.763 7.4163 18.7049 6.67705 19.3147C5.86141 19.9875 4.72468 20.2709 3.59172 19.7711C3.18776 19.5929 2.81763 19.3795 2.53709 19.1178C2.25674 18.8562 2 18.481 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,gBAAg4C,EAAh4C,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mwCAAmwC,KAAK,eAAc,CAAI,GAG13C",
  "debugId": "2E7802C772296F5E64756E2164756E21",
  "names": []
}