diff options
Diffstat (limited to 'icons-react/icons-js/h-5.js')
-rw-r--r-- | icons-react/icons-js/h-5.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/h-5.js b/icons-react/icons-js/h-5.js index 55f8f523..7f202b5b 100644 --- a/icons-react/icons-js/h-5.js +++ b/icons-react/icons-js/h-5.js @@ -6,7 +6,7 @@ function IconH5({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-h-5" 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" /><path d="M17 18h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-h-5" 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" /><path d="M17 18h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M4 6v12" /><path d="M12 6v12" /><path d="M11 18h2" /><path d="M3 18h2" /><path d="M4 12h8" /><path d="M3 6h2" /><path d="M11 6h2" /></svg>; } export default IconH5;
\ No newline at end of file |