aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brightness-half.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brightness-half.js')
-rw-r--r--icons-react/icons-js/brightness-half.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/brightness-half.js b/icons-react/icons-js/brightness-half.js
index 6df3b65b..95fadca0 100644
--- a/icons-react/icons-js/brightness-half.js
+++ b/icons-react/icons-js/brightness-half.js
@@ -6,7 +6,7 @@ function IconBrightnessHalf({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brightness-half" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/brightness-half"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12 9a3 3 0 0 0 0 6v-6z" /><path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brightness-half" 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="M12 9a3 3 0 0 0 0 6v-6z" /><path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" /></svg>;
}
export default IconBrightnessHalf; \ No newline at end of file