{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRemoveBackground/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 IconRemoveBackground: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"remove-background\"><path d=\"M4.75 3H9.93934L3 9.93934V4.75C3 3.7835 3.7835 3 4.75 3Z\" fill=\"currentColor\"/><path d=\"M3 19.25V12.0607L12.0607 3H19.25C19.4563 3 19.6543 3.0357 19.8381 3.10126L14.068 8.8713C13.4752 8.47866 12.7643 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 12.7643 8.47866 13.4752 8.8713 14.068L3.10126 19.8381C3.0357 19.6543 3 19.4563 3 19.25Z\" fill=\"currentColor\"/><path d=\"M4.16192 20.8987C4.34572 20.9643 4.54369 21 4.75 21H11.9393L21 11.9393V4.75C21 4.54369 20.9643 4.34572 20.8987 4.16192L15.1287 9.93196C15.5213 10.5248 15.75 11.2357 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C11.2357 15.75 10.5248 15.5213 9.93196 15.1287L4.16192 20.8987Z\" fill=\"currentColor\"/><path d=\"M21 14.0607L14.0607 21H19.25C20.2165 21 21 20.2165 21 19.25V14.0607Z\" fill=\"currentColor\"/><path d=\"M9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRemoveBackground;\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,gBAA2/B,EAA3/B,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,2DAA2D,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8PAA8P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oRAAoR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uEAAuE,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0JAA0J,KAAK,eAAc,CAAI,GAGr/B",
  "debugId": "EE9B07C632883DB164756E2164756E21",
  "names": []
}