{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCurrencyYen/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 IconCurrencyYen: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"currency-yen, money\"><path d=\"M17.2411 3.34992C17.6005 2.93059 18.2309 2.8821 18.6502 3.24152C19.0693 3.60098 19.118 4.23147 18.7586 4.6507L13.3153 11.0003H16.9998C17.5521 11.0004 17.9998 11.4481 17.9998 12.0003C17.9996 12.5524 17.5519 13.0003 16.9998 13.0003H12.9998V15.0003H16.9998C17.5521 15.0004 17.9998 15.4481 17.9998 16.0003C17.9996 16.5524 17.5519 17.0003 16.9998 17.0003H12.9998V20.0003C12.9996 20.5524 12.5519 21.0003 11.9998 21.0003C11.4477 21.0003 11.0001 20.5524 10.9998 20.0003V17.0003H6.99984C6.4477 17.0003 6.00007 16.5524 5.99984 16.0003C5.99984 15.448 6.44756 15.0003 6.99984 15.0003H10.9998V13.0003H6.99984C6.4477 13.0003 6.00007 12.5524 5.99984 12.0003C5.99984 11.448 6.44756 11.0003 6.99984 11.0003H10.6844L5.24105 4.6507L5.17758 4.56965C4.88873 4.15355 4.95662 3.57836 5.34945 3.24152C5.76878 2.8821 6.39921 2.93059 6.75863 3.34992L11.9998 9.46418L17.2411 3.34992Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCurrencyYen;\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,gBAAs7B,EAAt7B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,21BAA21B,KAAK,eAAc,CAAI,GAGh7B",
  "debugId": "905C2004EEC12CE464756E2164756E21",
  "names": []
}