diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/bolt.svg | 2 | ||||
-rw-r--r-- | _icons/droplet.svg | 5 | ||||
-rw-r--r-- | _icons/mouse.svg | 4 | ||||
-rw-r--r-- | _icons/shopping-cart.svg | 7 |
4 files changed, 15 insertions, 3 deletions
diff --git a/_icons/bolt.svg b/_icons/bolt.svg index b0d94107..0eb7667a 100644 --- a/_icons/bolt.svg +++ b/_icons/bolt.svg @@ -1,5 +1,5 @@ --- --- <svg> - <polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3"></polyline> + <polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3" /> </svg> diff --git a/_icons/droplet.svg b/_icons/droplet.svg new file mode 100644 index 00000000..d98553a3 --- /dev/null +++ b/_icons/droplet.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M12 3l5 5a7 7 0 1 1-10 0l5 -5" /> +</svg> diff --git a/_icons/mouse.svg b/_icons/mouse.svg index e3b9264a..d6ee3bc7 100644 --- a/_icons/mouse.svg +++ b/_icons/mouse.svg @@ -1,6 +1,6 @@ --- --- <svg> - <rect x="7" y="4" width="10" height="16" rx="4"></rect> - <polyline points="12 8 12 11"></polyline> + <rect x="7" y="4" width="10" height="16" rx="4" /> + <line x1="12" y1="8" x2="12" y2="11" /> </svg> diff --git a/_icons/shopping-cart.svg b/_icons/shopping-cart.svg new file mode 100644 index 00000000..bcd4be1e --- /dev/null +++ b/_icons/shopping-cart.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="9" cy="19" r="2" /> + <circle cx="17" cy="19" r="2" /> + <path d="M3 3h2l2 12a3 3 0 003 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /> +</svg> |