{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAiSlop/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 IconAiSlop: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ai-slop, trash\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.9688 2C14.5021 2 15.8817 2.9337 16.4512 4.35742L17.1074 6H20.25C20.6642 6 21 6.33579 21 6.75C21 7.16421 20.6642 7.5 20.25 7.5H20V11.75C20 12.5288 19.6737 13.2283 19.1533 13.7275L18.7207 18.583C18.5482 20.5171 16.9271 21.9997 14.9854 22H9.01367C7.07141 22 5.45046 20.5166 5.27832 18.582L4.9668 15.0908C4.37596 14.5864 4 13.8378 4 13V7.5H3.75C3.33579 7.5 3 7.16421 3 6.75C3 6.33579 3.33579 6 3.75 6H6.89258L7.54883 4.35742C8.11832 2.9337 9.49786 2 11.0312 2H12.9688ZM13.5 13.75C13.5 14.4404 14.0596 15 14.75 15C15.4404 15 16 14.4404 16 13.75V11.75C16 12.4404 16.5596 13 17.25 13C17.9404 13 18.5 12.4404 18.5 11.75V7.5H13.5V13.75ZM5.5 13C5.5 13.3817 5.67168 13.7229 5.94141 13.9521C6.04288 13.9899 6.13316 14.0493 6.20898 14.125C6.37291 14.204 6.55586 14.25 6.75 14.25C7.44036 14.25 8 13.6904 8 13V7.5H5.5V13ZM11.0312 3.5C10.1114 3.5 9.28417 4.06005 8.94238 4.91406L8.50781 6H15.4922L15.0576 4.91406C14.7158 4.06005 13.8886 3.5 12.9688 3.5H11.0312Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAiSlop;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAojC,EAApjC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w7BAAw7B,KAAK,eAAc,CAAI,GAG9iC",
  "debugId": "C525FFA81FD5C90E64756E2164756E21",
  "names": []
}