fix: Update dimensions of SvgLangwatch component (#5424)
refactor: update dimensions of SvgLangwatch component
This commit is contained in:
parent
6263c93684
commit
52b2913abe
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
const SvgLangwatch = (props) => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="380"
|
||||
height="520"
|
||||
width="1080"
|
||||
height="1080"
|
||||
fill="none"
|
||||
viewBox="0 0 38 52"
|
||||
viewBox="0 0 1080 1080"
|
||||
{...props}
|
||||
>
|
||||
<path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue