diff options
Diffstat (limited to 'src/_icons/wash-machine.svg')
-rw-r--r-- | src/_icons/wash-machine.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/wash-machine.svg b/src/_icons/wash-machine.svg new file mode 100644 index 00000000..ffccd971 --- /dev/null +++ b/src/_icons/wash-machine.svg @@ -0,0 +1,11 @@ +--- +category: Devices +--- +<svg> + <rect x="5" y="3" width="14" height="18" rx="2" /> + <circle cx="12" cy="14" r="4" /> + <path d="M8 6h.01" /> + <path d="M11 6h.01" /> + <path d="M14 6h2" /> + <path d="M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0" /> +</svg> |