diff options
Diffstat (limited to 'src/content/img/icon/payment-card/dark.svg')
-rw-r--r-- | src/content/img/icon/payment-card/dark.svg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/content/img/icon/payment-card/dark.svg b/src/content/img/icon/payment-card/dark.svg new file mode 100644 index 0000000..b2c5cab --- /dev/null +++ b/src/content/img/icon/payment-card/dark.svg @@ -0,0 +1,37 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <rect + x="3" + y="6" + width="18" + height="13" + rx="2" + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 3 10 + H 20.5 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 7 15 + H 9 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |