{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSushi/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 IconSushi: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sushi, nigiri, sashime, maki\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 4.5C11.3598 4.5 10.7382 4.55368 10.1423 4.65729C10.0818 4.66781 10 4.73252 10 4.86064V18.5H14V4.86064C14 4.73252 13.9182 4.66781 13.8577 4.65729C13.2618 4.55368 12.6402 4.5 12 4.5ZM14.7449 20L14.75 20L14.7551 20H18.25C19.7688 20 21 18.7688 21 17.25V14.7042C21.3048 14.768 21.6654 14.7832 22.0153 14.6296C22.4333 14.4461 22.6825 14.0913 22.8195 13.7034C22.951 13.3309 23 12.8767 23 12.3631C23 8.11676 19.6788 5.26141 15.4089 4.30504C15.2213 3.74657 14.755 3.29079 14.1146 3.17946C13.4315 3.06069 12.7239 3 12 3C11.2761 3 10.5685 3.06069 9.88537 3.17946C9.24505 3.29079 8.77873 3.74657 8.59109 4.30503C4.32123 5.26141 1 8.11676 1 12.3631C1 12.8767 1.04898 13.3309 1.18054 13.7034C1.31753 14.0913 1.56672 14.4461 1.98475 14.6296C2.33459 14.7832 2.6952 14.768 3 14.7042V17.25C3 18.7688 4.23122 20 5.75 20H9.24487L9.25 20L9.25513 20H14.7449ZM8.5 18.5V11.9792C7.76934 12.2535 7.0712 12.6047 6.41281 12.9693C6.07834 13.1545 5.73409 13.3553 5.40009 13.5502C5.08539 13.7339 4.77978 13.9122 4.5 14.0671V17.25C4.5 17.9403 5.05964 18.5 5.75 18.5H8.5ZM15.5 11.9792V18.5H18.25C18.9404 18.5 19.5 17.9403 19.5 17.25V14.0671C19.2202 13.9122 18.9146 13.7339 18.5999 13.5502C18.2659 13.3553 17.9217 13.1545 17.5872 12.9693C16.9288 12.6047 16.2307 12.2535 15.5 11.9792Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSushi;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAAk3C,EAAl3C,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wuCAAwuC,KAAK,eAAc,CAAI,GAG52C",
  "debugId": "DCE55459EA69FF2264756E2164756E21",
  "names": []
}