Spaces:
Runtime error
Runtime error
OpenHathi-SI-v0.1
/
env
/Lib
/site-packages
/gradio
/templates
/frontend
/assets
/Download-ea83bae3.js
/* home/runner/work/gradio/gradio/js/icons/src/Download.svelte generated by Svelte v4.2.2 */ | |
const { | |
SvelteComponent, | |
append, | |
attr, | |
detach, | |
init, | |
insert, | |
noop, | |
safe_not_equal, | |
svg_element | |
} = window.__gradio__svelte__internal; | |
function create_fragment(ctx) { | |
let svg; | |
let path; | |
return { | |
c() { | |
svg = svg_element("svg"); | |
path = svg_element("path"); | |
attr(path, "fill", "currentColor"); | |
attr(path, "d", "M26 24v4H6v-4H4v4a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-4zm0-10l-1.41-1.41L17 20.17V2h-2v18.17l-7.59-7.58L6 14l10 10l10-10z"); | |
attr(svg, "xmlns", "http://www.w3.org/2000/svg"); | |
attr(svg, "width", "100%"); | |
attr(svg, "height", "100%"); | |
attr(svg, "viewBox", "0 0 32 32"); | |
}, | |
m(target, anchor) { | |
insert(target, svg, anchor); | |
append(svg, path); | |
}, | |
p: noop, | |
i: noop, | |
o: noop, | |
d(detaching) { | |
if (detaching) { | |
detach(svg); | |
} | |
} | |
}; | |
} | |
class Download extends SvelteComponent { | |
constructor(options) { | |
super(); | |
init(this, options, null, create_fragment, safe_not_equal, {}); | |
} | |
} | |
export { Download as D }; | |
//# sourceMappingURL=Download-ea83bae3.js.map | |