{
  "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.25465 1.66718C7.29686 1.28735 7.6179 1 8.00007 1H16.0001C16.3822 1 16.7033 1.28735 16.7455 1.66718L17.22 5.93762C18.9215 7.40406 20 9.57575 20 12C20 14.4236 18.9223 16.5955 17.22 18.0625L16.7455 22.3328C16.7033 22.7126 16.3822 23 16.0001 23H8.00007C7.6179 23 7.29686 22.7126 7.25465 22.3328L6.78019 18.0627C5.07777 16.5956 4 14.4237 4 12C4 9.57568 5.07857 7.40393 6.78017 5.93749L7.25465 1.66718ZM8.41039 19.1514L8.67135 21.5H15.3288L15.5897 19.1513C14.5102 19.6943 13.2908 20 12 20C10.7093 20 9.4899 19.6943 8.41039 19.1514ZM15.3288 2.5L15.5898 4.84886C14.5095 4.30564 13.2895 4 12 4C10.7106 4 9.49058 4.30561 8.41037 4.84879L8.67135 2.5H15.3288ZM12.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,gBAAmhC,EAAnhC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,44BAA44B,KAAK,eAAc,CAAI,GAG7gC",
  "debugId": "B3418F50A552D2D364756E2164756E21",
  "names": []
}