aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/usb.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-02-20 17:39:36 +0100
committercodecalm <codecalm@gmail.com>2022-02-20 17:39:36 +0100
commitaeb94bc15dfe4fd0d85e3f0f0df52f5147a627d2 (patch)
treee40ed4177c1e1d361221657c0be6a3deec9ed359 /icons-react/icons-js/usb.js
parent18 new icons: `barrier-block`, `cake`, `circle-rectangle`, `circle-triangle`,... (diff)
downloadtabler-icons-aeb94bc15dfe4fd0d85e3f0f0df52f5147a627d2.tar.xz
Release 1.54.0v1.54.0
Diffstat (limited to 'icons-react/icons-js/usb.js')
-rw-r--r--icons-react/icons-js/usb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/usb.js b/icons-react/icons-js/usb.js
index fdea6ff3..769b1ec1 100644
--- a/icons-react/icons-js/usb.js
+++ b/icons-react/icons-js/usb.js
@@ -6,7 +6,7 @@ function IconUsb({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-usb" 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={12} cy={19} r={2} /><path d="M12 17v-11" /><path d="M7 10v3l5 3" /><path d="M12 14.5l5 -2v-2.5" /><path d="M16 10h2v-2h-2z" /><circle cx={7} cy={9} r={1} /><path d="M10 5.5h4l-2 -2.5z" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-usb" 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={12} cy={19} r={2} /><path d="M12 17v-11.5" /><path d="M7 10v3l5 3" /><path d="M12 14.5l5 -2v-2.5" /><path d="M16 10h2v-2h-2z" /><circle cx={7} cy={9} r={1} /><path d="M10 5.5h4l-2 -2.5z" /></svg>;
}
export default IconUsb; \ No newline at end of file