{
  "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=\"M8.5 4.32576V4.07976C8.5 3.73557 8.73427 3.43556 9.0682 3.35212C9.99822 3.11975 10.9832 3 12 3C13.0168 3 14.0018 3.11975 14.9318 3.35212C15.2657 3.43556 15.5 3.73557 15.5 4.07976V4.32576C19.7259 5.30216 23 8.14701 23 12.3631C23 12.8767 22.951 13.3309 22.8195 13.7034C22.6825 14.0913 22.4333 14.4461 22.0153 14.6296C21.6654 14.7832 21.3048 14.768 21 14.7042V17.25C21 18.7688 19.7688 20 18.25 20H14.7551L14.75 20L14.7449 20H9.25513L9.25 20L9.24487 20H5.75C4.23122 20 3 18.7688 3 17.25V14.7042C2.6952 14.768 2.33459 14.7832 1.98475 14.6296C1.56672 14.4461 1.31753 14.0913 1.18054 13.7034C1.04898 13.3309 1 12.8767 1 12.3631C1 8.14701 4.27409 5.30216 8.5 4.32576ZM10 4.68307V18.5H14V4.68307C13.361 4.56261 12.6914 4.5 12 4.5C11.3086 4.5 10.639 4.56261 10 4.68307ZM15.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.9792ZM8.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.5Z\" 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,gBAAiyC,EAAjyC,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,upCAAupC,KAAK,eAAc,CAAI,GAG3xC",
  "debugId": "402216002F8B2A0D64756E2164756E21",
  "names": []
}