{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSmartwatch2/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 IconSmartwatch2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"smartwatch-2, clock, time\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.15581 2.55674L6.78017 5.93749C5.07857 7.40393 4 9.57568 4 12C4 14.4237 5.07777 16.5956 6.78019 18.0627L7.15581 21.4433C7.25429 22.3295 8.0034 23 8.89511 23H15.105C15.9967 23 16.7458 22.3295 16.8443 21.4433L17.22 18.0625C18.9223 16.5955 20 14.4236 20 12C20 9.57575 18.9215 7.40406 17.22 5.93762L16.8443 2.55674C16.7458 1.67049 15.9967 1 15.105 1H8.89511C8.0034 1 7.25429 1.67049 7.15581 2.55674ZM8.89511 2.5C8.76772 2.5 8.66071 2.59578 8.64664 2.72239L8.41037 4.84879C9.49058 4.30561 10.7106 4 12 4C13.2895 4 14.5095 4.30564 15.5898 4.84886L15.3535 2.72239C15.3394 2.59578 15.2324 2.5 15.105 2.5H8.89511ZM15.5897 19.1513C14.5102 19.6943 13.2908 20 12 20C10.7093 20 9.4899 19.6943 8.41039 19.1514L8.64664 21.2776C8.66071 21.4042 8.76772 21.5 8.89511 21.5H15.105C15.2324 21.5 15.3394 21.4042 15.3535 21.2776L15.5897 19.1513ZM12.75 8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V12C11.25 12.1989 11.329 12.3897 11.4697 12.5303L12.9697 14.0303C13.2626 14.3232 13.7374 14.3232 14.0303 14.0303C14.3232 13.7374 14.3232 13.2626 14.0303 12.9697L12.75 11.6893V8.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSmartwatch2;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAisC,EAAjsC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0jCAA0jC,KAAK,eAAc,CAAI,GAG3rC",
  "debugId": "4A2CD1977087AAE164756E2164756E21",
  "names": []
}