BetterAPI commited on
Commit
b2ff483
·
1 Parent(s): 7a60537

Update src/lib/components/icons/Logo.svelte

Browse files
src/lib/components/icons/Logo.svelte CHANGED
@@ -2,7 +2,7 @@
2
  export let classNames: string = "";
3
  </script>
4
 
5
- <svg width="60px" height="60px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class={classNames}>
6
  <g id="SVGRepo_bgCarrier" stroke-width="0"/>
7
  <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
8
  <g id="SVGRepo_iconCarrier">
 
2
  export let classNames: string = "";
3
  </script>
4
 
5
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class={classNames}>
6
  <g id="SVGRepo_bgCarrier" stroke-width="0"/>
7
  <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
8
  <g id="SVGRepo_iconCarrier">