diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 00:15:12 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 00:15:12 +0100 |
commit | 2c9b8e88541d8e800a658cc5f7142baae82245af (patch) | |
tree | bcc5fd1e2e46d89f56c2732566bb75a89a2016cd | |
parent | gamepad icon (diff) | |
download | tabler-icons-2c9b8e88541d8e800a658cc5f7142baae82245af.tar.xz |
bed icon, gamepad fix
-rw-r--r-- | src/_icons/bed.svg | 6 | ||||
-rw-r--r-- | src/_icons/device-gamepad.svg | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/_icons/bed.svg b/src/_icons/bed.svg new file mode 100644 index 00000000..e2a69be3 --- /dev/null +++ b/src/_icons/bed.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M4 18v-5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5m0 -2h-16" /> + <path d="M6 11v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2" /> +</svg> diff --git a/src/_icons/device-gamepad.svg b/src/_icons/device-gamepad.svg index 358353b2..ae747c5b 100644 --- a/src/_icons/device-gamepad.svg +++ b/src/_icons/device-gamepad.svg @@ -3,6 +3,6 @@ <svg> <rect x="2" y="6" width="20" height="12" rx="2" /> <path d="M6 12h4m-2 -2v4" /> - <line x1="15" y1="13" x2="15" y2="13.01" /> - <line x1="18" y1="11" x2="18" y2="11.01" /> + <line x1="15" y1="11" x2="15" y2="11.01" /> + <line x1="18" y1="13" x2="18" y2="13.01" /> </svg> |