We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934c55d commit 84ef4ffCopy full SHA for 84ef4ff
src/Wrap.js
@@ -15,6 +15,8 @@ const Wrap = (props: WrapProps): React.Element<*> => {
15
return (
16
<svg
17
viewBox={`0 0 ${props.width} ${props.height}`}
18
+ width={props.width}
19
+ height={props.height}
20
version="1.1"
21
style={props.style}
22
preserveAspectRatio="xMidYMid meet"
0 commit comments