fix: Adjust size of LMStudioIcon component (#5763)
refactor: Adjust size of LMStudioIcon component Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
4d8e050f40
commit
8b7cbba206
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
const SvgLMStudio = (props) => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="2em"
|
||||
height="2em"
|
||||
width="1.5em"
|
||||
height="1.5em"
|
||||
viewBox="0 0 271.68 271.44"
|
||||
>
|
||||
<path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue