Spaces:
Runtime error
Runtime error
/* home/runner/work/gradio/gradio/js/icons/src/Clear.svelte generated by Svelte v4.2.2 */ | |
const { | |
SvelteComponent, | |
append, | |
attr, | |
detach, | |
init, | |
insert, | |
noop, | |
safe_not_equal, | |
set_style, | |
svg_element | |
} = window.__gradio__svelte__internal; | |
function create_fragment(ctx) { | |
let svg; | |
let g; | |
let path0; | |
let path1; | |
return { | |
c() { | |
svg = svg_element("svg"); | |
g = svg_element("g"); | |
path0 = svg_element("path"); | |
path1 = svg_element("path"); | |
attr(path0, "d", "M18,6L6.087,17.913"); | |
set_style(path0, "fill", "none"); | |
set_style(path0, "fill-rule", "nonzero"); | |
set_style(path0, "stroke-width", "2px"); | |
attr(g, "transform", "matrix(1.14096,-0.140958,-0.140958,1.14096,-0.0559523,0.0559523)"); | |
attr(path1, "d", "M4.364,4.364L19.636,19.636"); | |
set_style(path1, "fill", "none"); | |
set_style(path1, "fill-rule", "nonzero"); | |
set_style(path1, "stroke-width", "2px"); | |
attr(svg, "width", "100%"); | |
attr(svg, "height", "100%"); | |
attr(svg, "viewBox", "0 0 24 24"); | |
attr(svg, "version", "1.1"); | |
attr(svg, "xmlns", "http://www.w3.org/2000/svg"); | |
attr(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink"); | |
attr(svg, "xml:space", "preserve"); | |
attr(svg, "stroke", "currentColor"); | |
set_style(svg, "fill-rule", "evenodd"); | |
set_style(svg, "clip-rule", "evenodd"); | |
set_style(svg, "stroke-linecap", "round"); | |
set_style(svg, "stroke-linejoin", "round"); | |
}, | |
m(target, anchor) { | |
insert(target, svg, anchor); | |
append(svg, g); | |
append(g, path0); | |
append(svg, path1); | |
}, | |
p: noop, | |
i: noop, | |
o: noop, | |
d(detaching) { | |
if (detaching) { | |
detach(svg); | |
} | |
} | |
}; | |
} | |
class Clear extends SvelteComponent { | |
constructor(options) { | |
super(); | |
init(this, options, null, create_fragment, safe_not_equal, {}); | |
} | |
} | |
export { Clear as C }; | |
//# sourceMappingURL=Clear-9760deed.js.map | |