-
-
-
-
-
-
-
-
- {
- const res = await fetch(DEFAULT_LOGO_URL);
- const svg = await res.text();
- await navigator.clipboard.writeText(svg);
- }}
- >
-
- Copy SVG
-
- {
- const a = document.createElement("a");
- a.href = DEFAULT_LOGO_URL;
- a.download = "opencut-logo.svg";
- a.click();
- }}
- >
-
- Download SVG
-
-
-
-
- Brand assets
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-