diff options
-rw-r--r-- | src/_icons/brand-android.svg | 11 | ||||
-rw-r--r-- | src/_icons/brand-apple.svg | 4 | ||||
-rw-r--r-- | src/_icons/brand-telegram.svg | 2 | ||||
-rw-r--r-- | src/_icons/device-mobile-vibration.svg | 10 |
4 files changed, 19 insertions, 8 deletions
diff --git a/src/_icons/brand-android.svg b/src/_icons/brand-android.svg new file mode 100644 index 00000000..c1f74eea --- /dev/null +++ b/src/_icons/brand-android.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <line x1="3" y1="10" x2="3" y2="16" /> + <line x1="21" y1="10" x2="21" y2="16" /> + <path d="M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0" /> + <line x1="8" y1="3" x2="9" y2="5" /> + <line x1="16" y1="3" x2="15" y2="5" /> + <line x1="9" y1="18" x2="9" y2="21" /> + <line x1="15" y1="18" x2="15" y2="21" /> +</svg> diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg index cdc80f42..63ff60f5 100644 --- a/src/_icons/brand-apple.svg +++ b/src/_icons/brand-apple.svg @@ -1,6 +1,6 @@ --- --- <svg> - <path d="M9 7c-3 0-4 3-4 5.5 0 3 2 7.5 4 7.5 1.088-.046 1.679-.5 3-.5 1.312 0 1.5.5 3 .5s4-3 4-5c-.028-.01-2.472-.403-2.5-3-.019-2.17 2.416-2.954 2.5-3-1.023-1.492-2.951-1.963-3.5-2-1.433-.111-2.83 1-3.5 1-.68 0-1.9-1-3-1z"/> - <path d="M12 4a2 2 0 002-2a 2 2 0 00-2 2"></path> + <path d="M9 7c-3 0-4 3-4 5.5 0 3 2 7.5 4 7.5 1.088-.046 1.679-.5 3-.5 1.312 0 1.5.5 3 .5s4-3 4-5c-.028-.01-2.472-.403-2.5-3-.019-2.17 2.416-2.954 2.5-3-1.023-1.492-2.951-1.963-3.5-2-1.433-.111-2.83 1-3.5 1-.68 0-1.9-1-3-1z" /> + <path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" /> </svg> diff --git a/src/_icons/brand-telegram.svg b/src/_icons/brand-telegram.svg index 5f7284d2..6b8f7ce2 100644 --- a/src/_icons/brand-telegram.svg +++ b/src/_icons/brand-telegram.svg @@ -1,5 +1,5 @@ --- --- <svg> - <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4"></path> + <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" /> </svg> diff --git a/src/_icons/device-mobile-vibration.svg b/src/_icons/device-mobile-vibration.svg index d950acf7..c4c46598 100644 --- a/src/_icons/device-mobile-vibration.svg +++ b/src/_icons/device-mobile-vibration.svg @@ -3,10 +3,10 @@ tags: [iphone, phone, smartphone, cellphone] --- <svg> <g transform="rotate(27 12 12)"> - <rect x="7" y="4" width="10" height="16" rx="1" /> - <line x1="11" y1="5" x2="13" y2="5" /> - <line x1="12" y1="17" x2="12" y2="17.01" /> + <rect x="7" y="4" width="10" height="16" rx="1" /> + <line x1="11" y1="5" x2="13" y2="5" /> + <line x1="12" y1="17" x2="12" y2="17.01" /> </g> - <path d="M6 4l-2 1v2.5l-2 1v2.5"/> - <path d="M22 13v2.5l-2 1v2.5l-2 1"/> + <path d="M6 4l-2 1v2.5l-2 1v2.5" /> + <path d="M22 13v2.5l-2 1v2.5l-2 1" /> </svg> |