aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/circle-2.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-11-17 12:26:51 +0100
committercodecalm <codecalm@gmail.com>2021-11-17 12:26:51 +0100
commit31bfe402573785fc3e32df4763dd49ebc22cecda (patch)
tree2b0a57e46550c3542545b61c53b323aec51d7c46 /icons-react/icons-js/circle-2.js
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-31bfe402573785fc3e32df4763dd49ebc22cecda.tar.xz
Release 1.44.0v1.44.0
Diffstat (limited to 'icons-react/icons-js/circle-2.js')
-rw-r--r--icons-react/icons-js/circle-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/circle-2.js b/icons-react/icons-js/circle-2.js
index 77a1526d..fd8b66e4 100644
--- a/icons-react/icons-js/circle-2.js
+++ b/icons-react/icons-js/circle-2.js
@@ -6,7 +6,7 @@ function IconCircle2({
stroke = 2,
...props
}) {
- return <svg className="icon icon-tabler icon-tabler-circle-2" 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="M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /><circle cx={12} cy={12} r={9} /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-circle-2" 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="M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" /><circle cx={12} cy={12} r={9} /></svg>;
}
export default IconCircle2; \ No newline at end of file