{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconColumnWideHalfAdd/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 IconColumnWideHalfAdd: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"column-wide-half-add\"><path d=\"M2.75 4C2.33579 4 2 4.33579 2 4.75V19.25C2 19.6642 2.33579 20 2.75 20H11.25C11.6642 20 12 19.6642 12 19.25C12 18.8358 11.6642 18.5 11.25 18.5H3.5V12.75H21.25C21.6642 12.75 22 12.4142 22 12V4.75C22 4.33579 21.6642 4 21.25 4H2.75Z\" fill=\"currentColor\"/><path d=\"M19.5 16.25C19.5 15.8358 19.1642 15.5 18.75 15.5C18.3358 15.5 18 15.8358 18 16.25V18.5H15.75C15.3358 18.5 15 18.8358 15 19.25C15 19.6642 15.3358 20 15.75 20H18V22.25C18 22.6642 18.3358 23 18.75 23C19.1642 23 19.5 22.6642 19.5 22.25V20H21.75C22.1642 20 22.5 19.6642 22.5 19.25C22.5 18.8358 22.1642 18.5 21.75 18.5H19.5V16.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconColumnWideHalfAdd;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAuqB,EAAvqB,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,uOAAuO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uUAAuU,KAAK,eAAc,CAAI,GAGjqB",
  "debugId": "A0A844A3D9BF50EE64756E2164756E21",
  "names": []
}