{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCoinLira/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 IconCoinLira: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"coin-lira, currency, money\"><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.75 7C9.33579 7 9 7.33579 9 7.75V11.7861L6.91504 12.8291C6.54469 13.0143 6.39416 13.4646 6.5791 13.835C6.76428 14.2053 7.21455 14.3558 7.58496 14.1709L9 13.4629V15.25C9 16.2165 9.7835 17 10.75 17H12.4473C13.8243 17 15.1102 16.3118 15.874 15.166C16.1038 14.8214 16.0107 14.3557 15.666 14.126C15.3214 13.8962 14.8557 13.9893 14.626 14.334C14.1403 15.0624 13.3228 15.5 12.4473 15.5H10.75C10.6119 15.5 10.5 15.3881 10.5 15.25V12.7129L15.585 10.1709C15.9553 9.98572 16.1058 9.53545 15.9209 9.16504C15.7357 8.79469 15.2854 8.64416 14.915 8.8291L10.5 11.0361V7.75C10.5 7.33579 10.1642 7 9.75 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCoinLira;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAkyB,EAAlyB,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,gsBAAgsB,KAAK,eAAc,CAAI,GAG5xB",
  "debugId": "B251211C882A1C6364756E2164756E21",
  "names": []
}