import type {SvgData} from '@fuzdev/fuz_ui/svg.js'; export const logo_svelte_docinfo = { label: 'a cyan scroll with curling ends', fill: '#1ec3d2', paths: [ { d: 'M 83,80.28 c -9.75,-34.41 2.18,-52.33 -3.76,-70 -2.31,-7.66 -48.25,-12 -70.25,-6 -12,6 -10,24 4,24 6,0 5.51,-13.67 6,-18 0,0 -1.43,59.52 5.13,80.21 1.2,3.8 2.91,5.28 4,5.92 3.93,2.31 63.48,3.74 68.01,0.54 1.18,-0.84 3.11,-5.38 2.63,-8.75 -0.42,-2.94 -3.27,-5.78 -5.28,-6.26 -1.74,-0.41 -0.62,-0.79 -5.37,-0.59 C 77.2,81.96 71.49,85.44 47.57,84.25 41.58,84.09 11.04,79.77 64.12,56.73 51.2,46.21 46.99,49.36 37.77,43.13 37.39,42.87 55,45.85 66.37,56.98 -10.84,93.94 82.99,80.29 82.99,80.29 Z', }, ], } satisfies SvgData;
{ "path": "logo.ts", "declarations": [ { "name": "logo_svelte_docinfo", "kind": "variable", "typeSignature": "{ label: string; fill: string; paths: { d: string; }[]; }", "sourceLine": 3 } ] }