{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPullRequestClosedSimple/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 IconPullRequestClosedSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pull-request-closed-simple\"><path d=\"M18 10C18.4142 10 18.75 10.3358 18.75 10.75V14.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.3242V10.75C17.25 10.3358 17.5858 10 18 10Z\" 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\"/><path d=\"M19.7197 3.21973C20.0126 2.92683 20.4874 2.92683 20.7803 3.21973C21.0732 3.51262 21.0732 3.98738 20.7803 4.28027L19.0605 6L20.7803 7.71973C21.0732 8.01262 21.0732 8.48738 20.7803 8.78027C20.4874 9.07317 20.0126 9.07317 19.7197 8.78027L18 7.06055L16.2803 8.78027C15.9874 9.07317 15.5126 9.07317 15.2197 8.78027C14.9268 8.48738 14.9268 8.01262 15.2197 7.71973L16.9395 6L15.2197 4.28027C14.9268 3.98738 14.9268 3.51262 15.2197 3.21973C15.5126 2.92683 15.9874 2.92683 16.2803 3.21973L18 4.93945L19.7197 3.21973Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPullRequestClosedSimple;\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,EAA8D,CAAC,IAAU,CACpF,OAAO,gBAA0nC,EAA1nC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,yPAAyP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uOAAuO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8fAA8f,KAAK,eAAc,CAAI,GAGpnC",
  "debugId": "A2F231639C7297A864756E2164756E21",
  "names": []
}