{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumbers01/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 IconNumbers01: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"numbers-01\"><path d=\"M18.8521 18.4995C18.4039 18.4995 18.0875 18.1655 18.0875 17.6821V7.39014H18.0523L15.6793 9.05127C15.5035 9.17432 15.3365 9.23584 15.1432 9.23584C14.774 9.23584 14.5191 8.97217 14.5191 8.58545C14.5191 8.3042 14.6246 8.11963 14.9586 7.88232L17.6744 5.93994C18.1666 5.58838 18.3775 5.50049 18.7379 5.50049C19.2828 5.50049 19.6168 5.83447 19.6168 6.38818V17.6821C19.6168 18.1655 19.3004 18.4995 18.8521 18.4995Z\" fill=\"currentColor\"/><path d=\"M7.66016 18.5522C4.69824 18.5522 2.98438 16.0034 2.98438 11.9956C2.98438 8.02295 4.71582 5.44775 7.66016 5.44775C10.6045 5.44775 12.3184 8.00537 12.3184 11.9868C12.3184 15.9946 10.6133 18.5522 7.66016 18.5522ZM7.66016 17.1724C9.6377 17.1724 10.7275 15.1597 10.7275 11.9956C10.7275 8.87549 9.62012 6.83643 7.66016 6.83643C5.7002 6.83643 4.5752 8.89307 4.5752 11.9868C4.5752 15.1509 5.67383 17.1724 7.66016 17.1724Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumbers01;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAy6B,EAAz6B,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,EAAE,0ZAA0Z,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gaAAga,KAAK,eAAc,CAAI,GAGn6B",
  "debugId": "2720F68735B12FD564756E2164756E21",
  "names": []
}