Spaces:
Runtime error
Runtime error
/* home/runner/work/gradio/gradio/js/icons/src/Copy.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 path0; | |
let path1; | |
return { | |
c() { | |
svg = svg_element("svg"); | |
path0 = svg_element("path"); | |
path1 = svg_element("path"); | |
attr(path0, "fill", "currentColor"); | |
attr(path0, "d", "M28 10v18H10V10h18m0-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2Z"); | |
attr(path1, "fill", "currentColor"); | |
attr(path1, "d", "M4 18H2V4a2 2 0 0 1 2-2h14v2H4Z"); | |
attr(svg, "xmlns", "http://www.w3.org/2000/svg"); | |
attr(svg, "viewBox", "0 0 33 33"); | |
attr(svg, "color", "currentColor"); | |
}, | |
m(target, anchor) { | |
insert(target, svg, anchor); | |
append(svg, path0); | |
append(svg, path1); | |
}, | |
p: noop, | |
i: noop, | |
o: noop, | |
d(detaching) { | |
if (detaching) { | |
detach(svg); | |
} | |
} | |
}; | |
} | |
class Copy extends SvelteComponent { | |
constructor(options) { | |
super(); | |
init(this, options, null, create_fragment, safe_not_equal, {}); | |
} | |
} | |
export { Copy as C }; | |
//# sourceMappingURL=Copy-a69620a8.js.map | |