{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGyroscopeSensor/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 IconGyroscopeSensor: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"gyroscope-sensor\"><path d=\"M12 2.5C14.3531 2.5 16.5047 3.35746 18.1641 4.77441L19.9697 2.96973C20.2626 2.67683 20.7374 2.67683 21.0303 2.96973C21.3232 3.26262 21.3232 3.73738 21.0303 4.03027L19.2246 5.83496C20.6421 7.49448 21.5 9.64642 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.64642 21.5 7.49448 20.6421 5.83496 19.2246L4.03027 21.0303C3.73738 21.3232 3.26262 21.3232 2.96973 21.0303C2.67683 20.7374 2.67683 20.2626 2.96973 19.9697L4.77441 18.1641C3.35746 16.5047 2.5 14.3531 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5ZM17.834 6.16602C17.3578 5.68988 16.6982 5.61004 16.1104 5.67969C15.5117 5.75064 14.845 5.98862 14.1641 6.3291C13.4842 6.66911 12.7507 7.13226 12 7.69629C11.2493 7.13226 10.5158 6.66911 9.83594 6.3291C9.15498 5.98862 8.48825 5.75064 7.88965 5.67969C7.30177 5.61004 6.6422 5.68988 6.16602 6.16602C5.68985 6.64218 5.61006 7.30177 5.67969 7.88965C5.75064 8.48825 5.98862 9.15498 6.3291 9.83594C6.66911 10.5158 7.13225 11.2492 7.69629 12C7.13233 12.7507 6.66906 13.4842 6.3291 14.1641C5.98868 14.8449 5.75161 15.5118 5.68066 16.1104C5.61106 16.6982 5.69087 17.3579 6.16699 17.834C6.64318 18.3098 7.30287 18.389 7.89062 18.3193C8.48902 18.2483 9.15526 18.0112 9.83594 17.6709C10.5158 17.3309 11.2493 16.8677 12 16.3037C12.7507 16.8677 13.4842 17.3309 14.1641 17.6709C14.8447 18.0112 15.511 18.2483 16.1094 18.3193C16.6971 18.389 17.3568 18.3098 17.833 17.834C18.3091 17.3579 18.3889 16.6982 18.3193 16.1104C18.2484 15.5118 18.0113 14.8449 17.6709 14.1641C17.3309 13.4841 16.8668 12.7508 16.3027 12C16.8669 11.2491 17.3308 10.516 17.6709 9.83594C18.0114 9.15498 18.2494 8.48825 18.3203 7.88965C18.3899 7.30177 18.3101 6.64218 17.834 6.16602ZM8.67676 13.2031C8.99847 13.5698 9.3408 13.9365 9.70215 14.2979C10.0634 14.6591 10.4294 15.0016 10.7959 15.3232C10.2188 15.7369 9.66872 16.0772 9.16504 16.3291C8.56675 16.6282 8.07488 16.7862 7.71387 16.8291C7.34216 16.8731 7.23947 16.7844 7.22754 16.7725C7.21539 16.7603 7.12703 16.658 7.1709 16.2871C7.21369 15.926 7.37162 15.4335 7.6709 14.835C7.92286 14.3311 8.26287 13.7805 8.67676 13.2031ZM15.3223 13.2031C15.7363 13.7806 16.0771 14.331 16.3291 14.835C16.6284 15.4335 16.7863 15.926 16.8291 16.2871C16.873 16.658 16.7846 16.7603 16.7725 16.7725C16.7605 16.7844 16.6578 16.8731 16.2861 16.8291C15.9251 16.7862 15.4332 16.6282 14.835 16.3291C14.3311 16.0771 13.7805 15.7371 13.2031 15.3232C13.5698 15.0015 13.9364 14.6593 14.2979 14.2979C14.659 13.9367 15.0007 13.5696 15.3223 13.2031ZM12 9.62109C12.41 9.97092 12.826 10.3514 13.2373 10.7627C13.6485 11.1739 14.0282 11.5901 14.3779 12C14.0282 12.4098 13.6484 12.8262 13.2373 13.2373C12.8259 13.6487 12.41 14.029 12 14.3789C11.59 14.029 11.1741 13.6487 10.7627 13.2373C10.3514 12.826 9.97092 12.41 9.62109 12C9.97095 11.59 10.3513 11.1741 10.7627 10.7627C11.174 10.3514 11.59 9.97092 12 9.62109ZM7.71289 7.16992C8.07386 7.2127 8.56569 7.37079 9.16406 7.66992C9.6678 7.92179 10.2187 8.26204 10.7959 8.67578C10.4293 8.99748 10.0635 9.34082 9.70215 9.70215C9.34074 10.0636 8.99851 10.4302 8.67676 10.7969C8.26274 10.2194 7.92193 9.66901 7.66992 9.16504C7.37065 8.56647 7.21271 8.07395 7.16992 7.71289C7.12594 7.34134 7.21463 7.23849 7.22656 7.22656C7.23875 7.21442 7.34183 7.12598 7.71289 7.16992ZM16.2871 7.16992C16.6582 7.12598 16.7612 7.21442 16.7734 7.22656C16.7854 7.23849 16.8741 7.34134 16.8301 7.71289C16.7873 8.07395 16.6294 8.56647 16.3301 9.16504C16.078 9.66915 15.7364 10.2192 15.3223 10.7969C15.0006 10.4303 14.6591 10.0634 14.2979 9.70215C13.9363 9.34064 13.5699 8.99762 13.2031 8.67578C13.7806 8.26183 14.332 7.92189 14.8359 7.66992C15.4343 7.37079 15.9261 7.2127 16.2871 7.16992Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGyroscopeSensor;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA4kH,EAA5kH,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,o/GAAo/G,KAAK,eAAc,CAAI,GAGtkH",
  "debugId": "220DF54CE1D9F46C64756E2164756E21",
  "names": []
}