diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/device-desktop.svg | 8 | ||||
-rw-r--r-- | _icons/device-mobile.svg | 7 | ||||
-rw-r--r-- | _icons/device-tablet.svg | 6 |
3 files changed, 21 insertions, 0 deletions
diff --git a/_icons/device-desktop.svg b/_icons/device-desktop.svg new file mode 100644 index 00000000..34bc263b --- /dev/null +++ b/_icons/device-desktop.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="4" width="18" height="12" rx="1"></rect> + <polyline points="7 20 17 20"></polyline> + <polyline points="9 16 9 20"></polyline> + <polyline points="15 16 15 20"></polyline> +</svg> diff --git a/_icons/device-mobile.svg b/_icons/device-mobile.svg new file mode 100644 index 00000000..74aad4ef --- /dev/null +++ b/_icons/device-mobile.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="7" y="4" width="10" height="16" rx="1"></rect> + <polyline points="11 5 13 5"></polyline> + <polyline points="12 17 12 17.01"></polyline> +</svg> diff --git a/_icons/device-tablet.svg b/_icons/device-tablet.svg new file mode 100644 index 00000000..66fba6ac --- /dev/null +++ b/_icons/device-tablet.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="5" y="3" width="14" height="18" rx="1"></rect> + <circle cx="12" cy="17" r="1" /> +</svg> |