diff options
Diffstat (limited to 'icons/packages.svg')
-rw-r--r-- | icons/packages.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icons/packages.svg b/icons/packages.svg new file mode 100644 index 00000000..9022ba93 --- /dev/null +++ b/icons/packages.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-packages" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <rect x="2" y="13" width="8" height="8" rx="2" /> + <path d="M6 13v3" /> + <rect x="8" y="3" width="8" height="8" rx="2" /> + <path d="M12 3v3" /> + <rect x="14" y="13" width="8" height="8" rx="2" /> + <path d="M18 13v3" /> +</svg> + + |