{"version":3,"sources":["../src/the-graph.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TheGraph = (props: SVGProps<SVGSVGElement>) => (\n  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 96 96\" {...props}>\n    <circle cx={48} cy={48} r={48} fill=\"#6747ed\" />\n    <path\n      fill=\"#fff\"\n      fillRule=\"evenodd\"\n      d=\"M47.3 54.2c-7.1 0-12.8-5.7-12.8-12.8 0-7.1 5.7-12.8 12.8-12.8 7.1 0 12.8 5.7 12.8 12.8 0 7.1-5.7 12.8-12.8 12.8m0-32c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2S28.1 52 28.1 41.4s8.6-19.2 19.2-19.2zm18.3 39.4c1.3 1.3 1.3 3.3 0 4.5L52.8 78.9c-1.3 1.3-3.3 1.3-4.5 0-1.3-1.3-1.3-3.3 0-4.5l12.8-12.8c1.2-1.3 3.3-1.3 4.5 0zM73 25.4c0 1.8-1.4 3.2-3.2 3.2-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2c1.7 0 3.2 1.4 3.2 3.2z\"\n      clipRule=\"evenodd\"\n    />\n  </svg>\n);\n\nexport default TheGraph;\n"],"mappings":";AAAA,YAAY,WAAW;AAGvB,IAAM,WAAW,CAAC,UAChB,oCAAC;AAAA,EAAI,OAAM;AAAA,EAA6B,SAAQ;AAAA,EAAa,GAAG;AAAA,GAC9D,oCAAC;AAAA,EAAO,IAAI;AAAA,EAAI,IAAI;AAAA,EAAI,GAAG;AAAA,EAAI,MAAK;AAAA,CAAU,GAC9C,oCAAC;AAAA,EACC,MAAK;AAAA,EACL,UAAS;AAAA,EACT,GAAE;AAAA,EACF,UAAS;AAAA,CACX,CACF;AAGF,IAAO,oBAAQ;","names":[]}