{
  "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=\"M6.75 3C4.67893 3 3 4.67893 3 6.75V17.25C3 19.3211 4.67893 21 6.75 21H17.25C19.3211 21 21 19.3211 21 17.25V6.75C21 4.67893 19.3211 3 17.25 3H6.75ZM12.4803 8.50805L12.4815 8.50928L12.4838 8.5115L12.4912 8.51886L12.5175 8.54498C12.5398 8.56737 12.5717 8.5996 12.6117 8.64087C12.6917 8.72336 12.8045 8.84223 12.9393 8.99108C13.2082 9.28799 13.5678 9.70809 13.929 10.1996C14.2888 10.6893 14.6596 11.2625 14.9426 11.8654C15.2228 12.4622 15.4375 13.1309 15.4375 13.8C15.4375 15.5542 13.9046 17.1875 12 17.1875C10.0954 17.1875 8.5625 15.5542 8.5625 13.8C8.5625 13.1309 8.77719 12.4622 9.05736 11.8654C9.34038 11.2625 9.71116 10.6893 10.071 10.1996C10.4322 9.70809 10.7918 9.28799 11.0607 8.99108C11.1955 8.84223 11.3083 8.72336 11.3883 8.64087C11.4283 8.5996 11.4602 8.56737 11.4825 8.54498L11.5088 8.51886L11.5162 8.5115L11.5185 8.50928L11.5197 8.50805C11.7868 8.24732 12.2132 8.24732 12.4803 8.50805ZM6.25 5.25C5.69772 5.25 5.25 5.69772 5.25 6.25C5.25 6.80228 5.69772 7.25 6.25 7.25C6.80228 7.25 7.25 6.80228 7.25 6.25C7.25 5.69772 6.80228 5.25 6.25 5.25Z\" 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": "5758CBD31112322F64756E2164756E21",
  "names": []
}