{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBlip/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 IconBlip: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"blip,flick,snip,snap,easy, thanos\"><path d=\"M14.5771 2.81322L7.70428 8.59548C4.5016 11.29 4.08386 16.0774 6.77122 19.2886C9.45859 22.4997 14.2334 22.9186 17.4361 20.2241L19.1543 18.7785C20.2219 17.8804 20.2247 16.1216 19.4653 15.2142C18.8676 14.5 17.2265 13.7951 16.1251 14.7216L17.6286 13.4568C18.6961 12.5586 18.8354 10.9628 17.9396 9.8924C17.0438 8.82201 15.4522 8.6824 14.3846 9.58056L17.8211 6.68943C18.8886 5.79127 19.0279 4.19545 18.1321 3.12506C17.2363 2.05468 15.6447 1.91506 14.5771 2.81322Z\" fill=\"currentColor\"/><path d=\"M7.14363 3.68671C7.09603 3.42292 7.19333 3.15388 7.39886 2.98097L7.7778 2.66215C9.10706 1.54382 11.0435 1.90783 11.9351 3.26041L7.69141 6.72215L7.14363 3.68671Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBlip;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAqvB,EAArvB,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,4cAA4c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mKAAmK,KAAK,eAAc,CAAI,GAG/uB",
  "debugId": "C2BCA5E0E7304F6964756E2164756E21",
  "names": []
}