fix: ollama icon out of place (#8230)
Fixed Ollama SVG Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>
This commit is contained in:
parent
d1aee681f5
commit
c13d3eb21b
1 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
|||
export const SvgOllama = (props) => (
|
||||
<svg
|
||||
xmlnsXlink="http://www.w3.org/1999/xlink"
|
||||
width="40"
|
||||
height="40"
|
||||
version="1"
|
||||
viewBox="0 0 550 850"
|
||||
width="646"
|
||||
height="854"
|
||||
viewBox="0 0 646 854"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
<path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue