diff options
Diffstat (limited to 'src/_icons/browser-plus.svg')
-rw-r--r-- | src/_icons/browser-plus.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/browser-plus.svg b/src/_icons/browser-plus.svg new file mode 100644 index 00000000..72ac762c --- /dev/null +++ b/src/_icons/browser-plus.svg @@ -0,0 +1,10 @@ +--- +category: Devices +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="1" /> + <path d="M4 8h16" /> + <path d="M8 4v4" /> + <path d="M10 14h4" /> + <path d="M12 12v4" /> +</svg> |