aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/plug.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-01-18 17:47:52 +0100
committercodecalm <codecalm@gmail.com>2022-01-18 17:47:52 +0100
commit207c62c8d927b1f67414c82f31ff6ece7d6e5a6b (patch)
treeb7334d306bb3bafd16918eee83ed674cd39dffb8 /icons-react/icons-js/plug.js
parent5 new icons: `api-app`, `api`, `brand-lastfm`, `brand-tripadvisor`, `plug-con... (diff)
downloadtabler-icons-207c62c8d927b1f67414c82f31ff6ece7d6e5a6b.tar.xz
Release 1.53.0v1.53.0
Diffstat (limited to 'icons-react/icons-js/plug.js')
-rw-r--r--icons-react/icons-js/plug.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/plug.js b/icons-react/icons-js/plug.js
index b4fe7466..8f1d9547 100644
--- a/icons-react/icons-js/plug.js
+++ b/icons-react/icons-js/plug.js
@@ -6,7 +6,7 @@ function IconPlug({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-plug" 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="M7 7h10v6a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3v-6" /><line x1={9} y1={3} x2={9} y2={7} /><line x1={15} y1={3} x2={15} y2={7} /><path d="M12 16v2a2 2 0 0 0 2 2h3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-plug" 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 6l8 8l-2 2a5.657 5.657 0 1 1 -8 -8l2 -2z" /><path d="M4 20l4 -4" /><path d="M15 4l-3.5 3.5" /><path d="M20 9l-3.5 3.5" /></svg>;
}
export default IconPlug; \ No newline at end of file