{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDishwasher/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 IconDishwasher: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"dishwasher, clean\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.75 3C3.33579 3 3 3.33579 3 3.75V20.25C3 20.6642 3.33579 21 3.75 21H20.25C20.6642 21 21 20.6642 21 20.25V3.75C21 3.33579 20.6642 3 20.25 3H3.75ZM5.25 6.25C5.25 5.69772 5.69772 5.25 6.25 5.25C6.80228 5.25 7.25 5.69772 7.25 6.25C7.25 6.80228 6.80228 7.25 6.25 7.25C5.69772 7.25 5.25 6.80228 5.25 6.25ZM12.4815 8.50928L12.4803 8.50805C12.2132 8.24732 11.7868 8.24732 11.5197 8.50805L11.5185 8.50928L11.5162 8.5115L11.5088 8.51886L11.4825 8.54498C11.4602 8.56737 11.4283 8.5996 11.3883 8.64087C11.3083 8.72336 11.1955 8.84223 11.0607 8.99108C10.7918 9.28799 10.4322 9.70809 10.071 10.1996C9.71116 10.6893 9.34038 11.2625 9.05736 11.8654C8.77719 12.4622 8.5625 13.1309 8.5625 13.8C8.5625 15.5542 10.0954 17.1875 12 17.1875C13.9046 17.1875 15.4375 15.5542 15.4375 13.8C15.4375 13.1309 15.2228 12.4622 14.9426 11.8654C14.6596 11.2625 14.2888 10.6893 13.929 10.1996C13.5678 9.70809 13.2082 9.28799 12.9393 8.99108C12.8045 8.84223 12.6917 8.72336 12.6117 8.64087C12.5717 8.5996 12.5398 8.56737 12.5175 8.54498L12.4912 8.51886L12.4838 8.5115L12.4815 8.50928Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDishwasher;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA4pC,EAA5pC,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6hCAA6hC,KAAK,eAAc,CAAI,GAGtpC",
  "debugId": "74B2BA26F48E821064756E2164756E21",
  "names": []
}