{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMergeConflict/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 IconMergeConflict: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"merge-conflict\"><path d=\"M6 9.99994C6.41421 9.99994 6.75 10.3357 6.75 10.7499V15.0976C8.04354 15.4309 9 16.6023 9 17.9999C8.99997 19.6568 7.65684 20.9999 6 20.9999C4.34316 20.9999 3.00003 19.6568 3 17.9999C3 16.6023 3.95647 15.4309 5.25 15.0976V10.7499C5.25 10.3357 5.58579 9.99994 6 9.99994Z\" fill=\"currentColor\"/><path d=\"M18 5.24994C18.4142 5.24994 18.75 5.58573 18.75 5.99994V15.0976C20.0435 15.4309 21 16.6023 21 17.9999C21 19.6568 19.6568 20.9999 18 20.9999C16.3432 20.9999 15 19.6568 15 17.9999C15 16.6023 15.9565 15.4309 17.25 15.0976V6.74994H10.75C10.3358 6.74994 10 6.41413 10 5.99994C10 5.58573 10.3358 5.24994 10.75 5.24994H18Z\" fill=\"currentColor\"/><path d=\"M7.46973 3.46967C7.76262 3.17678 8.23738 3.17678 8.53027 3.46967C8.82314 3.76257 8.82316 4.23733 8.53027 4.53022L7.06055 5.99994L8.53027 7.46967C8.82314 7.76257 8.82316 8.23733 8.53027 8.53022C8.23739 8.82307 7.76261 8.82307 7.46973 8.53022L6 7.06049L4.53027 8.53022C4.23739 8.82307 3.76261 8.82307 3.46973 8.53022C3.17684 8.23733 3.17686 7.76257 3.46973 7.46967L4.93945 5.99994L3.46973 4.53022C3.17684 4.23733 3.17686 3.76257 3.46973 3.46967C3.76262 3.17678 4.23738 3.17678 4.53027 3.46967L6 4.9394L7.46973 3.46967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMergeConflict;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAmuC,EAAnuC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,8QAA8Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8TAA8T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ugBAAugB,KAAK,eAAc,CAAI,GAG7tC",
  "debugId": "425747B819761BEA64756E2164756E21",
  "names": []
}