{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCurrencyLira/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 IconCurrencyLira: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"currency-lira, money\"><path d=\"M8.75004 3C9.16425 3 9.50004 3.33579 9.50004 3.75V8.8916L14.7217 6.80371C15.1063 6.65 15.5425 6.83716 15.6963 7.22168C15.85 7.60623 15.6629 8.04248 15.2784 8.19629L9.50004 10.5068V12.8916L14.7217 10.8037C15.1063 10.65 15.5425 10.8372 15.6963 11.2217C15.85 11.6062 15.6629 12.0425 15.2784 12.1963L9.50004 14.5068V19.5H12C14.8142 19.5 17.1356 17.3855 17.461 14.6592C17.5102 14.2481 17.8838 13.9549 18.295 14.0039C18.7059 14.0532 18.9991 14.4259 18.9502 14.8369C18.5359 18.3085 15.5829 21 12 21H8.75004C8.33585 21 8.00004 20.6642 8.00004 20.25V15.1074L5.27836 16.1963C4.89382 16.35 4.45756 16.1628 4.30375 15.7783C4.15006 15.3938 4.33722 14.9575 4.72172 14.8037L8.00004 13.4922V11.1074L5.27836 12.1963C4.89382 12.35 4.45756 12.1628 4.30375 11.7783C4.15006 11.3938 4.33722 10.9575 4.72172 10.8037L8.00004 9.49219V3.75C8.00004 3.3358 8.33585 3.00003 8.75004 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCurrencyLira;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAs7B,EAAt7B,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,01BAA01B,KAAK,eAAc,CAAI,GAGh7B",
  "debugId": "75D154F9E93A919264756E2164756E21",
  "names": []
}