{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconColumnWideRemove/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 IconColumnWideRemove: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"column-wide-remove\"><path d=\"M18.25 5.5H12.75V19.25C12.75 19.6642 12.4142 20 12 20H5.75C3.67893 20 2 18.3211 2 16.25V7.75C2 5.67893 3.67893 4 5.75 4H18.25C20.3211 4 22 5.67893 22 7.75V10.25C22 10.6642 21.6642 11 21.25 11C20.8358 11 20.5 10.6642 20.5 10.25V7.75C20.5 6.50736 19.4926 5.5 18.25 5.5Z\" fill=\"currentColor\"/><path d=\"M17.2803 14.2197C16.9874 13.9268 16.5126 13.9268 16.2197 14.2197C15.9268 14.5126 15.9268 14.9874 16.2197 15.2803L17.9393 17L16.2197 18.7197C15.9268 19.0126 15.9268 19.4874 16.2197 19.7803C16.5126 20.0732 16.9874 20.0732 17.2803 19.7803L19 18.0607L20.7197 19.7803C21.0126 20.0732 21.4874 20.0732 21.7803 19.7803C22.0732 19.4874 22.0732 19.0126 21.7803 18.7197L20.0607 17L21.7803 15.2803C22.0732 14.9874 22.0732 14.5126 21.7803 14.2197C21.4874 13.9268 21.0126 13.9268 20.7197 14.2197L19 15.9393L17.2803 14.2197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconColumnWideRemove;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAq4B,EAAr4B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,8QAA8Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ggBAAggB,KAAK,eAAc,CAAI,GAG/3B",
  "debugId": "313ED3E1A3F0A70964756E2164756E21",
  "names": []
}