aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/separator-vertical.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/separator-vertical.js')
-rw-r--r--icons-react/icons-js/separator-vertical.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/separator-vertical.js b/icons-react/icons-js/separator-vertical.js
index 5f8455d8..2d2dad9d 100644
--- a/icons-react/icons-js/separator-vertical.js
+++ b/icons-react/icons-js/separator-vertical.js
@@ -6,7 +6,7 @@ function IconSeparatorVertical({
stroke = 2,
...props
}) {
- return <svg className="icon icon-tabler icon-tabler-separator-vertical" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={4} x2={12} y2={20} /><polyline points="8 8 4 12 8 16" /><polyline points="16 16 20 12 16 8" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-separator-vertical" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={12} y1={4} x2={12} y2={20} /><polyline points="8 8 4 12 8 16" /><polyline points="16 16 20 12 16 8" /></svg>;
}
export default IconSeparatorVertical; \ No newline at end of file