diff options
Diffstat (limited to 'icons-react/icons-js/toggle-left.js')
-rw-r--r-- | icons-react/icons-js/toggle-left.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/toggle-left.js b/icons-react/icons-js/toggle-left.js index 09f7a4ed..4a5fb36d 100644 --- a/icons-react/icons-js/toggle-left.js +++ b/icons-react/icons-js/toggle-left.js @@ -6,7 +6,7 @@ function IconToggleLeft({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-toggle-left" 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" /><circle cx={8} cy={12} r={2} /><rect x={2} y={6} width={20} height={12} rx={6} /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-toggle-left" 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" /><circle cx={8} cy={12} r={2} /><rect x={2} y={6} width={20} height={12} rx={6} /></svg>; } export default IconToggleLeft;
\ No newline at end of file |