diff options
Diffstat (limited to 'src/_icons/truck-loading.svg')
-rw-r--r-- | src/_icons/truck-loading.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/truck-loading.svg b/src/_icons/truck-loading.svg new file mode 100644 index 00000000..703819e9 --- /dev/null +++ b/src/_icons/truck-loading.svg @@ -0,0 +1,9 @@ +--- +category: E-commerce +--- +<svg> + <path d="M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15" /> + <rect x="9" y="6" width="10" height="8" rx="3" /> + <circle cx="9" cy="19" r="2" /> + <circle cx="18" cy="19" r="2" /> +</svg> |