diff options
author | codecalm <codecalm@gmail.com> | 2021-11-17 12:26:51 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-17 12:26:51 +0100 |
commit | 31bfe402573785fc3e32df4763dd49ebc22cecda (patch) | |
tree | 2b0a57e46550c3542545b61c53b323aec51d7c46 /icons-react/icons-js/brand-docker.js | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-31bfe402573785fc3e32df4763dd49ebc22cecda.tar.xz |
Release 1.44.0v1.44.0
Diffstat (limited to 'icons-react/icons-js/brand-docker.js')
-rw-r--r-- | icons-react/icons-js/brand-docker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-docker.js b/icons-react/icons-js/brand-docker.js index fbe714aa..eeb7d90e 100644 --- a/icons-react/icons-js/brand-docker.js +++ b/icons-react/icons-js/brand-docker.js @@ -6,7 +6,7 @@ function IconBrandDocker({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-docker" 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="M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1.002 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z" /><path d="M5 10h3v3h-3z" /><path d="M8 10h3v3h-3z" /><path d="M11 10h3v3h-3z" /><path d="M8 7h3v3h-3z" /><path d="M11 7h3v3h-3z" /><path d="M11 4h3v3h-3z" /><path d="M4.571 18.001c1.5 0 2.047 -.074 2.958 -.78" /><line x1={10} y1={16} x2={10} y2={16.01} /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-docker" 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="M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1.002 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z" /><path d="M5 10h3v3h-3z" /><path d="M8 10h3v3h-3z" /><path d="M11 10h3v3h-3z" /><path d="M8 7h3v3h-3z" /><path d="M11 7h3v3h-3z" /><path d="M11 4h3v3h-3z" /><path d="M4.571 18c1.5 0 2.047 -.074 2.958 -.78" /><line x1={10} y1={16} x2={10} y2={16.01} /></svg>; } export default IconBrandDocker;
\ No newline at end of file |