{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMergeConflictSimple/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 IconMergeConflictSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"merge-conflict-simple\"><path d=\"M14.9999 5.24994C17.071 5.24997 18.7499 6.92889 18.7499 8.99994V14.3242C20.4617 14.6716 21.7499 16.1857 21.7499 17.9999C21.7499 20.071 20.071 21.7499 17.9999 21.7499C15.9289 21.7499 14.25 20.071 14.2499 17.9999C14.2499 16.1857 15.5382 14.6716 17.2499 14.3242V8.99994C17.2499 7.75732 16.2426 6.74997 14.9999 6.74994H11.7499C11.3357 6.74994 11 6.41413 10.9999 5.99994C10.9999 5.58573 11.3357 5.24994 11.7499 5.24994H14.9999Z\" fill=\"currentColor\"/><path d=\"M5.99994 10.9999C6.41413 11 6.74994 11.3357 6.74994 11.7499V20.2499C6.74991 20.6641 6.41411 20.9999 5.99994 20.9999C5.58575 20.9999 5.24997 20.6641 5.24994 20.2499V11.7499C5.24994 11.3357 5.58573 10.9999 5.99994 10.9999Z\" fill=\"currentColor\"/><path d=\"M7.96967 2.96967C8.26256 2.67678 8.73732 2.67678 9.03022 2.96967C9.32305 3.26257 9.32309 3.73734 9.03022 4.03022L7.06049 5.99994L9.03022 7.96967C9.32305 8.26257 9.32309 8.73734 9.03022 9.03022C8.73734 9.32309 8.26257 9.32305 7.96967 9.03022L5.99994 7.06049L4.03022 9.03022C3.73734 9.32309 3.26257 9.32305 2.96967 9.03022C2.67678 8.73732 2.67678 8.26256 2.96967 7.96967L4.9394 5.99994L2.96967 4.03022C2.67678 3.73732 2.67678 3.26256 2.96967 2.96967C3.26256 2.67678 3.73732 2.67678 4.03022 2.96967L5.99994 4.9394L7.96967 2.96967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMergeConflictSimple;\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,EAA0D,CAAC,IAAU,CAChF,OAAO,gBAAizC,EAAjzC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,yaAAya,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+NAA+N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,khBAAkhB,KAAK,eAAc,CAAI,GAG3yC",
  "debugId": "EC6174F25FC3102564756E2164756E21",
  "names": []
}