{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPullRequestSimple/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 IconPullRequestSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pull-request-simple\"><path d=\"M14.4697 2.46973C14.7626 2.17683 15.2374 2.17683 15.5303 2.46973C15.8232 2.76262 15.8232 3.23738 15.5303 3.53027L13.8105 5.25H17C17.9665 5.25 18.75 6.0335 18.75 7V14.3242C20.4618 14.6716 21.75 16.1857 21.75 18C21.75 20.0711 20.0711 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18C14.25 16.1857 15.5382 14.6716 17.25 14.3242V7C17.25 6.86193 17.1381 6.75 17 6.75H13.8105L15.5303 8.46973C15.8232 8.76262 15.8232 9.23738 15.5303 9.53027C15.2374 9.82317 14.7626 9.82317 14.4697 9.53027L11.4697 6.53027C11.421 6.48155 11.3831 6.42625 11.3506 6.36914C11.3351 6.34198 11.3187 6.31527 11.3066 6.28613C11.286 6.23615 11.2711 6.1844 11.2617 6.13184C11.2541 6.08903 11.25 6.04499 11.25 6C11.25 5.95468 11.254 5.91029 11.2617 5.86719C11.2708 5.81636 11.285 5.76621 11.3047 5.71777L11.3086 5.70801C11.3222 5.67572 11.3405 5.646 11.3584 5.61621C11.3894 5.56444 11.4251 5.51434 11.4697 5.46973L14.4697 2.46973Z\" fill=\"currentColor\"/><path d=\"M6 2.25C8.07107 2.25 9.75 3.92893 9.75 6C9.75 7.81421 8.46166 9.32734 6.75 9.6748V20.25C6.75 20.6642 6.41421 21 6 21C5.58579 21 5.25 20.6642 5.25 20.25V9.6748C3.53834 9.32734 2.25 7.81421 2.25 6C2.25 3.92893 3.92893 2.25 6 2.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPullRequestSimple;\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,gBAAouC,EAApuC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,q4BAAq4B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uOAAuO,KAAK,eAAc,CAAI,GAG9tC",
  "debugId": "17BCC9B9263E90B364756E2164756E21",
  "names": []
}