{
  "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 d=\"M3 6.75H21\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><path d=\"M7.5 6.5L9 2.75H15L16.5 6.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M5.85303 15.2786L6.26781 21.25H17.7289L18.1977 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M4.75 7V13.75C4.75 14.7165 5.5335 15.5 6.5 15.5C7.4665 15.5 8.25 14.7165 8.25 13.75V10.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M15.75 11.0385V12.75C15.75 13.7165 16.5335 14.5 17.5 14.5C18.4665 14.5 19.25 13.7165 19.25 12.75V7\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M15.75 10.7308V14.875C15.75 15.7725 15.0225 16.5 14.125 16.5C13.2275 16.5 12.5 15.7725 12.5 14.875V9\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></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,gBAA8vB,EAA9vB,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,sDAAsD,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,2FAA2F,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,qGAAqG,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,uGAAuG,OAAO,eAAe,YAAY,MAAK,CAAI,GAGxvB",
  "debugId": "84FBC21CEC19B49064756E2164756E21",
  "names": []
}