Skip to content

Commit bb4af1d

Browse files
committed
fix: remove unnecessary xml:space attribute from VideosIcon component
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
1 parent 29a4328 commit bb4af1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/img/SVGs/videosIcon.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const VideosIcon = ({ width = 32, height = 32 }) => (
66
height={height}
77
version="1.1"
88
viewBox="0 0 32 32"
9-
xml:space="preserve"
109
fill="#fff"
1110
xmlns="http://www.w3.org/2000/svg"
1211
enable-background="new 0 0 32 32"

0 commit comments

Comments
 (0)