aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/docker.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/docker.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/docker.jsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/docker.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/docker.jsx
new file mode 100755
index 0000000..2ed8850
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/docker.jsx
@@ -0,0 +1,11 @@
1import Icon from "../icon.jsx";
2
3export default function Windows(props) {
4 return (
5 <Icon {...props}>
6 <path d="M5 9.65h2.2v2.22H5zm-2.7 0h2.2v2.22H2.3z" />
7 <path d="M22.7 10.85a3.15 3.15 0 0 0-2.6-.3 3.3 3.3 0 0 0-1.45-2.2l-.25-.25-.25.3a3.05 3.05 0 0 0-.55 2.1 2.8 2.8 0 0 0 .5 1.4l-.75.35a5.3 5.3 0 0 1-1.5.25H1.1v.3a6.05 6.05 0 0 0 .5 3.25l.2.4c1.4 2.3 3.85 3.3 6.5 3.3 5.15 0 9.35-2.2 11.35-7 1.3.1 2.6-.25 3.25-1.5L23 11Zm-17.3 5.9a1.15 1.15 0 1 1 0-2.3 1.15 1.15 0 1 1 0 2.3M5 6.85h2.2v2.22H5z" />
8 <path d="M13.25 9.65h2.2v2.22h-2.2zM10.55 4h2.2v2.22h-2.2zm0 5.65h2.2v2.22h-2.2zM7.8 6.85H10v2.22H7.8zm2.75 0h2.2v2.22h-2.2zM7.8 9.65H10v2.22H7.8z" />
9 </Icon>
10 );
11}