{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPlaceholder/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 IconPlaceholder: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"placeholder, generate\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.25 4.5C5.2835 4.5 4.5 5.2835 4.5 6.25C4.5 6.66421 4.16421 7 3.75 7C3.33579 7 3 6.66421 3 6.25C3 4.45507 4.45507 3 6.25 3C6.66421 3 7 3.33579 7 3.75C7 4.16421 6.66421 4.5 6.25 4.5ZM9.5 3.75C9.5 3.33579 9.83579 3 10.25 3H13.75C14.1642 3 14.5 3.33579 14.5 3.75C14.5 4.16421 14.1642 4.5 13.75 4.5H10.25C9.83579 4.5 9.5 4.16421 9.5 3.75ZM17 3.75C17 3.33579 17.3358 3 17.75 3C19.5449 3 21 4.45507 21 6.25C21 6.66421 20.6642 7 20.25 7C19.8358 7 19.5 6.66421 19.5 6.25C19.5 5.2835 18.7165 4.5 17.75 4.5C17.3358 4.5 17 4.16421 17 3.75ZM3.75 9.5C4.16421 9.5 4.5 9.83579 4.5 10.25V13.75C4.5 14.1642 4.16421 14.5 3.75 14.5C3.33579 14.5 3 14.1642 3 13.75V10.25C3 9.83579 3.33579 9.5 3.75 9.5ZM20.25 9.5C20.6642 9.5 21 9.83579 21 10.25V13.75C21 14.1642 20.6642 14.5 20.25 14.5C19.8358 14.5 19.5 14.1642 19.5 13.75V10.25C19.5 9.83579 19.8358 9.5 20.25 9.5ZM3.75 17C4.16421 17 4.5 17.3358 4.5 17.75C4.5 18.7165 5.2835 19.5 6.25 19.5C6.66421 19.5 7 19.8358 7 20.25C7 20.6642 6.66421 21 6.25 21C4.45507 21 3 19.5449 3 17.75C3 17.3358 3.33579 17 3.75 17ZM20.25 17C20.6642 17 21 17.3358 21 17.75C21 19.5449 19.5449 21 17.75 21C17.3358 21 17 20.6642 17 20.25C17 19.8358 17.3358 19.5 17.75 19.5C18.7165 19.5 19.5 18.7165 19.5 17.75C19.5 17.3358 19.8358 17 20.25 17ZM9.5 20.25C9.5 19.8358 9.83579 19.5 10.25 19.5H13.75C14.1642 19.5 14.5 19.8358 14.5 20.25C14.5 20.6642 14.1642 21 13.75 21H10.25C9.83579 21 9.5 20.6642 9.5 20.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPlaceholder;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAsgD,EAAtgD,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m4CAAm4C,KAAK,eAAc,CAAI,GAGhgD",
  "debugId": "A63658E6BF4973B364756E2164756E21",
  "names": []
}