{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumbers123/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 IconNumbers123: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"numbers-123\"><path d=\"M18.8055 17.1846C17.1854 17.1846 16.0848 16.5557 15.5379 15.5576C15.4012 15.3047 15.3397 15.0654 15.3397 14.8193C15.3397 14.4092 15.5995 14.1426 16.0301 14.1426C16.3582 14.1426 16.5496 14.293 16.7069 14.6484C17.0418 15.4346 17.6844 15.9062 18.8123 15.9062C20.0086 15.9062 20.8153 15.2227 20.8221 14.2656C20.8289 13.1377 20.0155 12.5088 18.6961 12.5088H18.0399C17.6502 12.5088 17.4041 12.2695 17.4041 11.9141C17.4041 11.5586 17.6502 11.3193 18.0399 11.3193H18.6551C19.783 11.3193 20.5487 10.6494 20.5487 9.7334C20.5487 8.81738 19.9608 8.20898 18.7918 8.20898C17.7938 8.20898 17.2332 8.62598 16.8914 9.44629C16.7274 9.84277 16.5633 9.98633 16.201 9.98633C15.7704 9.98633 15.5379 9.74023 15.5379 9.33008C15.5379 9.06348 15.5926 8.83789 15.7225 8.58496C16.2147 7.60742 17.2879 6.95117 18.7918 6.95117C20.8016 6.95117 22.0389 8.05176 22.0389 9.52148C22.0389 10.752 21.1707 11.5859 19.9608 11.8389V11.873C21.41 12.0029 22.3807 12.8848 22.3807 14.2656C22.3807 16.002 20.8631 17.1846 18.8055 17.1846Z\" fill=\"currentColor\"/><path d=\"M8.37004 17C7.9052 17 7.64543 16.7402 7.64543 16.3574C7.64543 16.0566 7.7343 15.8926 8.06926 15.5576L11.1523 12.4404C12.4374 11.1279 12.7519 10.6221 12.7519 9.83594C12.7519 8.89941 12.0273 8.21582 11.0361 8.21582C10.0654 8.21582 9.39543 8.71484 9.05363 9.67871C8.91691 9.98633 8.73918 10.1709 8.3632 10.1709C7.93254 10.1709 7.68645 9.9043 7.68645 9.52148C7.68645 9.40527 7.70012 9.30273 7.72746 9.2002C7.93937 8.16113 9.08098 6.95117 11.0429 6.95117C12.9296 6.95117 14.2626 8.11328 14.2626 9.74023C14.2626 10.8613 13.7362 11.6543 12.0751 13.3154L9.72355 15.6738V15.708H13.8183C14.2353 15.708 14.495 15.9678 14.495 16.3574C14.495 16.7402 14.2353 17 13.8183 17H8.37004Z\" fill=\"currentColor\"/><path d=\"M4.93457 17.1299C4.49023 17.1299 4.18262 16.8154 4.18262 16.3506V8.6875H4.14844L2.44629 9.87695C2.2959 9.98633 2.15918 10.0342 1.98828 10.0342C1.65332 10.0342 1.41406 9.79492 1.41406 9.44629C1.41406 9.19336 1.50977 9.01562 1.79688 8.81738L3.84766 7.36133C4.26465 7.06738 4.49023 7.00586 4.81836 7.00586C5.3584 7.00586 5.67969 7.32715 5.67969 7.86035V16.3506C5.67969 16.8154 5.37207 17.1299 4.93457 17.1299Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumbers123;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAuqE,EAAvqE,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,m+BAAm+B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8pBAA8pB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yZAAyZ,KAAK,eAAc,CAAI,GAGjqE",
  "debugId": "AB877EFB8D61270164756E2164756E21",
  "names": []
}