Spaces:
Runtime error
Runtime error
/* home/runner/work/gradio/gradio/js/icons/src/Check.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 polyline; | |
return { | |
c() { | |
svg = svg_element("svg"); | |
polyline = svg_element("polyline"); | |
attr(polyline, "points", "20 6 9 17 4 12"); | |
attr(svg, "xmlns", "http://www.w3.org/2000/svg"); | |
attr(svg, "viewBox", "2 0 20 20"); | |
attr(svg, "fill", "none"); | |
attr(svg, "stroke", "currentColor"); | |
attr(svg, "stroke-width", "3"); | |
attr(svg, "stroke-linecap", "round"); | |
attr(svg, "stroke-linejoin", "round"); | |
}, | |
m(target, anchor) { | |
insert(target, svg, anchor); | |
append(svg, polyline); | |
}, | |
p: noop, | |
i: noop, | |
o: noop, | |
d(detaching) { | |
if (detaching) { | |
detach(svg); | |
} | |
} | |
}; | |
} | |
class Check extends SvelteComponent { | |
constructor(options) { | |
super(); | |
init(this, options, null, create_fragment, safe_not_equal, {}); | |
} | |
} | |
export { Check as C }; | |
//# sourceMappingURL=Check-f7edb5d9.js.map | |