{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReduceMotion/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 IconReduceMotion: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"reduce-motion\"><path d=\"M9.00391 18.5C9.41812 18.4997 9.75463 18.8358 9.75488 19.25C9.75489 19.664 9.41894 19.9997 9.00488 20H8.99512C8.58106 19.9997 8.24511 19.664 8.24512 19.25C8.24537 18.8358 8.58188 18.4997 8.99609 18.5H9.00391Z\" fill=\"currentColor\"/><path d=\"M14.2617 15.8174C14.5052 15.4823 14.9745 15.4078 15.3096 15.6514C15.6445 15.8949 15.7191 16.3642 15.4756 16.6992C15.4737 16.7018 15.4716 16.7044 15.4697 16.707C15.2258 17.0418 14.7566 17.115 14.4219 16.8711C14.0871 16.6271 14.0129 16.158 14.2568 15.8232C14.2583 15.8212 14.2602 15.8194 14.2617 15.8174Z\" fill=\"currentColor\"/><path d=\"M15.1846 14.0059C15.3123 13.6118 15.7358 13.3958 16.1299 13.5234C16.5236 13.6512 16.7397 14.0739 16.6123 14.4678C16.6113 14.471 16.6094 14.4744 16.6084 14.4775C16.4802 14.8714 16.0569 15.0872 15.6631 14.959C15.2694 14.8307 15.0546 14.4074 15.1826 14.0137C15.1834 14.0112 15.1838 14.0083 15.1846 14.0059Z\" fill=\"currentColor\"/><path d=\"M16.25 11.2451C16.664 11.2451 16.9997 11.5811 17 11.9951V12.0049C16.9997 12.4189 16.664 12.7549 16.25 12.7549C15.8358 12.7546 15.4997 12.4181 15.5 12.0039V11.9961C15.4997 11.5819 15.8358 11.2454 16.25 11.2451Z\" fill=\"currentColor\"/><path d=\"M15.6631 9.04102C16.0569 8.91285 16.4802 9.12863 16.6084 9.52246C16.6094 9.52564 16.6113 9.52904 16.6123 9.53223C16.7397 9.92606 16.5236 10.3488 16.1299 10.4766C15.7358 10.6042 15.3123 10.3882 15.1846 9.99414C15.1838 9.99165 15.1834 9.98881 15.1826 9.98633C15.0546 9.59258 15.2694 9.16927 15.6631 9.04102Z\" fill=\"currentColor\"/><path d=\"M14.4219 7.12891C14.7566 6.88504 15.2258 6.95824 15.4697 7.29297C15.4716 7.29559 15.4737 7.29816 15.4756 7.30078C15.7191 7.63581 15.6445 8.10509 15.3096 8.34863C14.9745 8.59216 14.5052 8.51768 14.2617 8.18262C14.2602 8.18057 14.2583 8.17881 14.2568 8.17676C14.0129 7.842 14.0871 7.37285 14.4219 7.12891Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15 4C19.4183 4 23 7.58172 23 12C23 16.4183 19.4183 20 15 20C13.8775 20 12.8093 19.7679 11.8398 19.3506C11.7507 19.4671 11.6276 19.5596 11.4775 19.6084C11.4744 19.6094 11.471 19.6113 11.4678 19.6123C11.0739 19.7397 10.6512 19.5236 10.5234 19.1299C10.4693 18.9629 10.4794 18.7915 10.5361 18.6387C8.40335 17.2018 7 14.7651 7 12C7 9.23471 8.4031 6.79723 10.5361 5.36035C10.4797 5.20773 10.4694 5.03679 10.5234 4.87012C10.6512 4.4764 11.0739 4.2603 11.4678 4.3877C11.471 4.38873 11.4744 4.39057 11.4775 4.3916C11.6273 4.44035 11.7507 4.53221 11.8398 4.64844C12.8092 4.23117 13.8776 4 15 4ZM15 5.5C14.5899 5.5 14.1888 5.5387 13.7998 5.61133C14.0527 5.86823 14.0903 6.27719 13.8711 6.57812C13.6271 6.91288 13.158 6.98711 12.8232 6.74316C12.8212 6.74167 12.8194 6.73977 12.8174 6.73828C12.5742 6.56153 12.4701 6.26622 12.5234 5.98926C10.1622 6.96321 8.5 9.28718 8.5 12C8.5 14.7127 10.1624 17.0357 12.5234 18.0098C12.4706 17.7331 12.5745 17.4383 12.8174 17.2617C12.8194 17.2602 12.8212 17.2583 12.8232 17.2568C13.158 17.0129 13.6271 17.0871 13.8711 17.4219C14.0902 17.7226 14.0523 18.1308 13.7998 18.3877C14.1889 18.4603 14.5898 18.5 15 18.5C18.5899 18.5 21.5 15.5899 21.5 12C21.5 8.41015 18.5899 5.5 15 5.5Z\" fill=\"currentColor\"/><path d=\"M6.04102 18.6631C6.16927 18.2694 6.59258 18.0546 6.98633 18.1826C6.98881 18.1834 6.99165 18.1838 6.99414 18.1846C7.38818 18.3123 7.60424 18.7358 7.47656 19.1299C7.34879 19.5236 6.92606 19.7397 6.53223 19.6123C6.52904 19.6113 6.52564 19.6094 6.52246 19.6084C6.12863 19.4802 5.91285 19.0569 6.04102 18.6631Z\" fill=\"currentColor\"/><path d=\"M4.12891 17.4219C4.37285 17.0871 4.842 17.0129 5.17676 17.2568C5.17881 17.2583 5.18056 17.2602 5.18262 17.2617C5.51768 17.5052 5.59216 17.9745 5.34863 18.3096C5.10509 18.6445 4.63581 18.7191 4.30078 18.4756C4.29816 18.4737 4.29559 18.4716 4.29297 18.4697C3.95824 18.2258 3.88504 17.7566 4.12891 17.4219Z\" fill=\"currentColor\"/><path d=\"M2.69043 15.6514C3.02549 15.4078 3.49475 15.4823 3.73828 15.8174C3.73977 15.8194 3.74167 15.8212 3.74316 15.8232C3.98711 16.158 3.91288 16.6271 3.57812 16.8711C3.24337 17.115 2.7742 17.0418 2.53027 16.707C2.52836 16.7044 2.52632 16.7018 2.52441 16.6992C2.28093 16.3642 2.35546 15.8949 2.69043 15.6514Z\" fill=\"currentColor\"/><path d=\"M1.87012 13.5234C2.26416 13.3958 2.68775 13.6118 2.81543 14.0059C2.81624 14.0083 2.81657 14.0112 2.81738 14.0137C2.94541 14.4074 2.73057 14.8307 2.33691 14.959C1.94306 15.0872 1.51981 14.8714 1.3916 14.4775C1.39057 14.4744 1.38873 14.471 1.3877 14.4678C1.2603 14.0739 1.4764 13.6512 1.87012 13.5234Z\" fill=\"currentColor\"/><path d=\"M1.75 11.2451C2.16421 11.2454 2.50026 11.5819 2.5 11.9961V12.0039C2.50026 12.4181 2.16421 12.7546 1.75 12.7549C1.336 12.7549 1.00026 12.4189 1 12.0049V11.9951C1.00026 11.5811 1.336 11.2451 1.75 11.2451Z\" fill=\"currentColor\"/><path d=\"M1.3916 9.52246C1.51981 9.12863 1.94306 8.91285 2.33691 9.04102C2.73057 9.16927 2.94541 9.59258 2.81738 9.98633C2.81657 9.98881 2.81624 9.99165 2.81543 9.99414C2.68775 10.3882 2.26416 10.6042 1.87012 10.4766C1.4764 10.3488 1.2603 9.92606 1.3877 9.53223C1.38873 9.52904 1.39057 9.52564 1.3916 9.52246Z\" fill=\"currentColor\"/><path d=\"M2.53027 7.29297C2.7742 6.95824 3.24337 6.88504 3.57812 7.12891C3.91288 7.37285 3.98711 7.842 3.74316 8.17676C3.74167 8.17881 3.73977 8.18056 3.73828 8.18262C3.49475 8.51768 3.02549 8.59216 2.69043 8.34863C2.35546 8.10509 2.28093 7.63581 2.52441 7.30078C2.52632 7.29816 2.52836 7.29559 2.53027 7.29297Z\" fill=\"currentColor\"/><path d=\"M4.30078 5.52441C4.63581 5.28093 5.10509 5.35546 5.34863 5.69043C5.59216 6.02549 5.51768 6.49475 5.18262 6.73828C5.18056 6.73977 5.17881 6.74167 5.17676 6.74316C4.842 6.98711 4.37285 6.91288 4.12891 6.57812C3.88504 6.24337 3.95824 5.7742 4.29297 5.53027C4.29559 5.52836 4.29816 5.52632 4.30078 5.52441Z\" fill=\"currentColor\"/><path d=\"M6.53223 4.3877C6.92606 4.2603 7.34879 4.4764 7.47656 4.87012C7.60424 5.26416 7.38818 5.68775 6.99414 5.81543C6.99165 5.81624 6.98881 5.81657 6.98633 5.81738C6.59258 5.94541 6.16927 5.73057 6.04102 5.33691C5.91285 4.94306 6.12863 4.51981 6.52246 4.3916C6.52564 4.39057 6.52904 4.38873 6.53223 4.3877Z\" fill=\"currentColor\"/><path d=\"M9.00488 4C9.41894 4.00026 9.75489 4.336 9.75488 4.75C9.75463 5.16421 9.41812 5.50026 9.00391 5.5H8.99609C8.58188 5.50026 8.24537 5.16421 8.24512 4.75C8.24511 4.336 8.58106 4.00026 8.99512 4H9.00488Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReduceMotion;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAyoM,EAAzoM,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,EAAE,mNAAmN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oTAAoT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mrCAAmrC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oTAAoT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gTAAgT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6MAA6M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+SAA+S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+SAA+S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0MAA0M,KAAK,eAAc,CAAI,GAGnoM",
  "debugId": "01FE817F1FE9678A64756E2164756E21",
  "names": []
}