diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-02 16:51:05 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-02 16:51:05 +0700 |
| commit | d336735a91133cc3f1cf6f67ba2ac29f0985fd2e (patch) | |
| tree | f64a5c6de6e0ea015952ae028dca115077cffa45 /src2/icons | |
| parent | 074edfe4e51efd3b4a44dc7fe6e1284c9c560501 (diff) | |
delete src2
Diffstat (limited to 'src2/icons')
| -rw-r--r-- | src2/icons/chevron-left.svg | 3 | ||||
| -rw-r--r-- | src2/icons/chevron-right.svg | 3 | ||||
| -rw-r--r-- | src2/icons/close.svg | 1 | ||||
| -rw-r--r-- | src2/icons/filter.svg | 1 | ||||
| -rw-r--r-- | src2/icons/image-placeholder.svg | 1 | ||||
| -rw-r--r-- | src2/icons/instagram.svg | 5 | ||||
| -rw-r--r-- | src2/icons/linkedin.svg | 5 | ||||
| -rw-r--r-- | src2/icons/menu.svg | 1 | ||||
| -rw-r--r-- | src2/icons/minus.svg | 3 | ||||
| -rw-r--r-- | src2/icons/plus.svg | 4 | ||||
| -rw-r--r-- | src2/icons/search.svg | 4 | ||||
| -rw-r--r-- | src2/icons/shopping-cart.svg | 1 | ||||
| -rw-r--r-- | src2/icons/trash.svg | 4 |
13 files changed, 0 insertions, 36 deletions
diff --git a/src2/icons/chevron-left.svg b/src2/icons/chevron-left.svg deleted file mode 100644 index a22ce386..00000000 --- a/src2/icons/chevron-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"> - <polyline points="15 18 9 12 15 6"></polyline> -</svg>
\ No newline at end of file diff --git a/src2/icons/chevron-right.svg b/src2/icons/chevron-right.svg deleted file mode 100644 index eb58f2f2..00000000 --- a/src2/icons/chevron-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" className="feather feather-chevron-right"> -<polyline points="9 18 15 12 9 6"></polyline> -</svg>
\ No newline at end of file diff --git a/src2/icons/close.svg b/src2/icons/close.svg deleted file mode 100644 index 50e0589d..00000000 --- a/src2/icons/close.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
\ No newline at end of file diff --git a/src2/icons/filter.svg b/src2/icons/filter.svg deleted file mode 100644 index c15ce7b9..00000000 --- a/src2/icons/filter.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg>
\ No newline at end of file diff --git a/src2/icons/image-placeholder.svg b/src2/icons/image-placeholder.svg deleted file mode 100644 index 935e1097..00000000 --- a/src2/icons/image-placeholder.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="currentColor" viewBox="0 0 640 512"><path d="M480 80C480 35.82 515.8 0 560 0C604.2 0 640 35.82 640 80C640 124.2 604.2 160 560 160C515.8 160 480 124.2 480 80zM0 456.1C0 445.6 2.964 435.3 8.551 426.4L225.3 81.01C231.9 70.42 243.5 64 256 64C268.5 64 280.1 70.42 286.8 81.01L412.7 281.7L460.9 202.7C464.1 196.1 472.2 192 480 192C487.8 192 495 196.1 499.1 202.7L631.1 419.1C636.9 428.6 640 439.7 640 450.9C640 484.6 612.6 512 578.9 512H55.91C25.03 512 .0006 486.1 .0006 456.1L0 456.1z"/></svg>
\ No newline at end of file diff --git a/src2/icons/instagram.svg b/src2/icons/instagram.svg deleted file mode 100644 index d90842c6..00000000 --- a/src2/icons/instagram.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram"> - <rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect> - <path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path> - <line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line> -</svg>
\ No newline at end of file diff --git a/src2/icons/linkedin.svg b/src2/icons/linkedin.svg deleted file mode 100644 index a68aec96..00000000 --- a/src2/icons/linkedin.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin"> - <path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path> - <rect x="2" y="9" width="4" height="12"></rect> - <circle cx="4" cy="4" r="2"></circle> -</svg>
\ No newline at end of file diff --git a/src2/icons/menu.svg b/src2/icons/menu.svg deleted file mode 100644 index 5d067e8e..00000000 --- a/src2/icons/menu.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
\ No newline at end of file diff --git a/src2/icons/minus.svg b/src2/icons/minus.svg deleted file mode 100644 index 12a10199..00000000 --- a/src2/icons/minus.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"> - <line x1="5" y1="12" x2="19" y2="12"></line> -</svg>
\ No newline at end of file diff --git a/src2/icons/plus.svg b/src2/icons/plus.svg deleted file mode 100644 index 2923c684..00000000 --- a/src2/icons/plus.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"> - <line x1="12" y1="5" x2="12" y2="19"></line> - <line x1="5" y1="12" x2="19" y2="12"></line> -</svg>
\ No newline at end of file diff --git a/src2/icons/search.svg b/src2/icons/search.svg deleted file mode 100644 index 6de1cdfa..00000000 --- a/src2/icons/search.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M9.71061 15.8333C13.3925 15.8333 16.3773 12.8486 16.3773 9.16667C16.3773 5.48477 13.3925 2.5 9.71061 2.5C6.02871 2.5 3.04395 5.48477 3.04395 9.16667C3.04395 12.8486 6.02871 15.8333 9.71061 15.8333Z" stroke="#2B2B2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> -<path d="M18.0439 17.5L14.4189 13.875" stroke="#2B2B2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> -</svg> diff --git a/src2/icons/shopping-cart.svg b/src2/icons/shopping-cart.svg deleted file mode 100644 index 09f14ca6..00000000 --- a/src2/icons/shopping-cart.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-cart"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></svg>
\ No newline at end of file diff --git a/src2/icons/trash.svg b/src2/icons/trash.svg deleted file mode 100644 index e23673ee..00000000 --- a/src2/icons/trash.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash"> - <polyline points="3 6 5 6 21 6"></polyline> - <path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path> -</svg>
\ No newline at end of file |
