diff options
Diffstat (limited to 'Echo/modules/icons')
46 files changed, 194 insertions, 132 deletions
diff --git a/Echo/modules/icons/articleCheck-progressive.svg b/Echo/modules/icons/articleCheck-progressive.svg new file mode 100644 index 00000000..7fecf3f3 --- /dev/null +++ b/Echo/modules/icons/articleCheck-progressive.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + article check + </title> + <path fill="#36c" d="M9 17l-4.59-4.59L5.83 11 9 14.17l8-8V3a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V9z"/> +</svg> diff --git a/Echo/modules/icons/badgeicons.json b/Echo/modules/icons/badgeicons.json index 1593a5ce..135261be 100644 --- a/Echo/modules/icons/badgeicons.json +++ b/Echo/modules/icons/badgeicons.json @@ -10,10 +10,6 @@ }, "tray": { "file": "icons/tray.svg" - }, - "doubleCheck": { - "file": "icons/double-check.svg", - "variants": [ "invert" ] } } } diff --git a/Echo/modules/icons/bell.svg b/Echo/modules/icons/bell.svg index 787ed141..bab71465 100644 --- a/Echo/modules/icons/bell.svg +++ b/Echo/modules/icons/bell.svg @@ -1,4 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M17.5 14V9c0-3-2.3-5-5.5-5S6.5 6 6.5 9v5c0 2 0 3-2 3v1h15v-1c-2 0-2-1-2-3zM12 20H9c0 1 1.6 2 3 2s3-1 3-2h-3z"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + bell + </title> + <path d="M16 7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 0 0 4 7v6l-2 2v1h16v-1l-2-2zm-6 13a3 3 0 0 0 3-3H7a3 3 0 0 0 3 3z"/> </svg> diff --git a/Echo/modules/icons/bellOn-ltr.svg b/Echo/modules/icons/bellOn-ltr.svg deleted file mode 100644 index f68a8e0e..00000000 --- a/Echo/modules/icons/bellOn-ltr.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M17.8 14.7l1.7-4.7c1-2.8-.5-5.5-3.5-6.6s-5.9 0-6.9 2.8l-1.7 4.7c-.7 1.9-1 2.8-2.9 2.1l-.3 1 14.1 5.1.3-.9c-1.9-.7-1.5-1.6-.8-3.5zM12 19.8l-2.8-1c-.3.9.8 2.4 2.1 2.9s3.2.1 3.5-.9l-2.8-1z"/> -</svg> diff --git a/Echo/modules/icons/bellOn-rtl.svg b/Echo/modules/icons/bellOn-rtl.svg deleted file mode 100644 index 92bcef54..00000000 --- a/Echo/modules/icons/bellOn-rtl.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M6.21 14.7L4.51 10c-1-2.8.5-5.5 3.5-6.6 3-1.1 5.9 0 6.9 2.8l1.7 4.7c.7 1.9 1 2.8 2.9 2.1l.3 1-14.1 5.1-.3-.9c1.9-.7 1.5-1.6.8-3.5zm5.8 5.1l2.8-1c.3.9-.8 2.4-2.1 2.9s-3.2.1-3.5-.9l2.8-1z"/> -</svg> diff --git a/Echo/modules/icons/changes.svg b/Echo/modules/icons/changes.svg index efe65282..d90876f7 100644 --- a/Echo/modules/icons/changes.svg +++ b/Echo/modules/icons/changes.svg @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M1.6 4h18.72v2H3.68v12H1.6V4zm20.8 2.998V20H4.72V6.998H22.4z"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + changes + </title> + <path d="M16 0H5v2h11v14h2V2a2 2 0 0 0-2-2"/> + <path d="M13 9.41l-.98.99L9.6 7.98l.99-.98a.51.51 0 0 1 .72 0L13 8.7a.51.51 0 0 1 0 .72M6.41 16H4v-2.42l5.06-5.06 2.42 2.42zM13 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/> </svg> diff --git a/Echo/modules/icons/chat.svg b/Echo/modules/icons/chat.svg deleted file mode 100644 index 61b69b2f..00000000 --- a/Echo/modules/icons/chat.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#36c" d="M27.143 11.143V24L30 26.857H10V11.143h17.143zM2.857 4H20v5.714H8.57v10H0l2.857-2.857V4z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/double-check.svg b/Echo/modules/icons/double-check.svg deleted file mode 100644 index 4dd298d2..00000000 --- a/Echo/modules/icons/double-check.svg +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M17 9.5L9.5 17 6 13.5 4.5 15l5 5L20 9.5c-.706-.706-2.294-.706-3 0z"/> - <path d="M17 4.5L9.5 12 6 8.5 4.5 10l5 5L20 4.5c-.706-.706-2.294-.706-3 0z"/> -</svg> diff --git a/Echo/modules/icons/edit-progressive.svg b/Echo/modules/icons/edit-progressive.svg new file mode 100644 index 00000000..8d30517b --- /dev/null +++ b/Echo/modules/icons/edit-progressive.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + edit + </title> + <path fill="#36c" d="M16.77 8l1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zm-5.81-3.71L1 14.25V19h4.75l9.96-9.96-4.75-4.75z"/> +</svg> diff --git a/Echo/modules/icons/edit-user-talk-progressive.svg b/Echo/modules/icons/edit-user-talk-progressive.svg new file mode 100644 index 00000000..eaa03de2 --- /dev/null +++ b/Echo/modules/icons/edit-user-talk-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + edit user talk + </title> + <g fill="#36c"> + <path d="M18 4h-1v7a2 2 0 0 1-2 2H4v1c0 1.1.9 2 2 2h10l4 4V6a2 2 0 0 0-2-2"/> + <path d="M13 10H5v-.44c0-.9 1.37-2.45 4-2.45s4 1.56 4 2.45zM9 2a2.22 2.22 0 1 1 0 4.44A2.22 2.22 0 0 1 9 2m5-2H2a2 2 0 0 0-2 2v14l4-4h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2"/> + </g> +</svg> diff --git a/Echo/modules/icons/edit-user-talk.svg b/Echo/modules/icons/edit-user-talk.svg deleted file mode 100644 index c78c9c10..00000000 --- a/Echo/modules/icons/edit-user-talk.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#36c" d="M27.143 10.143V23L30 25.857H10V10.143h17.143zM2.857 3H20v5.714H8.57v10H0l2.857-2.857V3zm18.007 17.636c-.49-.163-.49-.6-.546-1.09v-.055c.764-.65 1.364-1.74 1.364-2.94 0-2.564-1.09-3.546-2.727-3.546-1.146 0-2.728.656-2.728 3.546 0 1.145.6 2.236 1.364 2.945v.055c0 .49-.05.927-.54 1.09 0 0-1.58.6-2.18.82-.71.217-1.366.544-1.366 1.362v.546h10.91v-.546c0-.654-.436-1.09-1.364-1.363-.655-.22-2.18-.82-2.18-.82z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/emailuser.svg b/Echo/modules/icons/emailuser.svg deleted file mode 100644 index 03e6ad84..00000000 --- a/Echo/modules/icons/emailuser.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#00af89" d="M15.05 14.6L27 8.95V6H3v2.925L15.05 14.6zm.025 3.3L3 12.25V24h24V12.25L15.075 17.9z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/feedback-progressive.svg b/Echo/modules/icons/feedback-progressive.svg new file mode 100644 index 00000000..fd0b90f1 --- /dev/null +++ b/Echo/modules/icons/feedback-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + feedback + </title> + <g fill="#36c"> + <path d="M19 16L2 12a3.83 3.83 0 0 1-1-2.5A3.83 3.83 0 0 1 2 7l17-4z"/> + <rect width="4" height="8" x="4" y="9" rx="2" ry="2"/> + </g> +</svg> diff --git a/Echo/modules/icons/feedback.svg b/Echo/modules/icons/feedback.svg deleted file mode 100644 index c0aad33e..00000000 --- a/Echo/modules/icons/feedback.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"> - <path fill="#36c" d="M8.354 21.387l.993 3.567c.347 1.297 1.854 2.071 3.15 1.724 1.221-.327 1.969-1.669 1.621-2.965l-.666-2.327H29L24.15 3 1.27 15.987c-.746 1.293.155 4.664 1.442 5.4h5.642z"/> -</svg> diff --git a/Echo/modules/icons/generic.svg b/Echo/modules/icons/generic.svg deleted file mode 100644 index e9c1b736..00000000 --- a/Echo/modules/icons/generic.svg +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"> - <g fill="#54595d"> - <path d="M15.5 1C9.713 1 5 5.71 5 11.5 5 17.285 9.713 22 15.5 22S26 17.285 26 11.5C26 5.71 21.287 1 15.5 1zm0 2c4.706 0 8.5 3.793 8.5 8.5 0 4.705-3.794 8.5-8.5 8.5A8.485 8.485 0 0 1 7 11.5C7 6.792 10.794 3 15.5 3z"/> - <path d="M14.463 15.07h1.947v1.723h-1.947V15.07zm0-8.403h1.947v4.442l-.192 2.42h-1.554l-.2-2.42V6.666z"/> - </g> -</svg> diff --git a/Echo/modules/icons/global-progressive.svg b/Echo/modules/icons/global-progressive.svg new file mode 100644 index 00000000..5619ee3c --- /dev/null +++ b/Echo/modules/icons/global-progressive.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + global + </title> + <path fill="#36c" d="M12.2 17.94c1.26-2 2-4.45 2.14-7.06h3.86a8.26 8.26 0 0 1-6 7.06M1.8 10.88h3.86c.14 2.6.88 5.06 2.14 7.06a8.26 8.26 0 0 1-6-7.06m6-8.82c-1.26 2-2 4.45-2.14 7.07H1.8a8.26 8.26 0 0 1 6-7.07m4.79 8.82A12.5 12.5 0 0 1 10 18a12.51 12.51 0 0 1-2.59-7.13zM7.4 9.13A12.51 12.51 0 0 1 10 1.99a12.5 12.5 0 0 1 2.59 7.14zm10.8 0h-3.87a14.79 14.79 0 0 0-2.14-7.07 8.26 8.26 0 0 1 6 7.07M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20"/> +</svg> diff --git a/Echo/modules/icons/global.svg b/Echo/modules/icons/global.svg deleted file mode 100644 index 5038a09c..00000000 --- a/Echo/modules/icons/global.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#36c" d="M15 30C6.716 30 0 23.284 0 15 0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm.047-25.838c-1.188.034-3.375.315-3.375.315s.36.686.36.99c0 .304-.09 1.12-.09 1.485 0 .364 1.332.076 1.575-.045.243-.122 1.845-1.53 1.845-1.53s.587-.882.405-1.125c-.046-.06-.324-.1-.72-.09zM8.612 5.197c.086.945 1.215 1.575 1.215 1.575l.18-.63s-.966-.945-1.395-.945zm-1.125.63s-.585.5-1.53.585c-.355.032-1.073-.104-1.845-.225-1.71 1.972-2.873 4.41-3.285 7.11l.315-.45s1.108 1.988 1.71 2.16c.6.172 1.284.78 1.8 1.125.515.344.85 2.12.765 3.15-.086 1.03.695 1.158 1.125 1.845.43.687 1.366 4.79 1.71 5.22.343.43.683-1.804.855-2.835.172-1.03 2.43-2.93 2.43-3.96 0-1.03-2.59-2.5-3.105-3.015-.516-.516-2.128-.765-3.33-.765-1.203 0-1.22-1.624-2.25-1.71-1.03-.086.18-1.44.18-1.44s2.818-.45 3.42-.45c.6 0 .777-1.702 1.035-2.475.257-.773 2.168-.7 2.34-1.215.172-.516-.782-1.035-1.125-1.035-.344 0-1.813.524-2.07.18-.258-.344 1.485-1.395 1.485-1.395l-.63-.405zm13.05 0c-.284.022-.54.074-.63.135-.182.12-.673.31-.855.585-.182.273-.393.898-.18 1.08.212.182.373.226.495.135.12-.09 1.048-.887 1.17-.765.12.12.407.855.225.855-.182 0-1.485.405-1.485.405s-.005-.247-.09-.225c-.086.02-.005.338-.09.36-.086.02-1.215.54-1.215.54s-.143.127-.315.27l-.36.36c-.01.01-.04.036-.045.045-.086.15-.562.863-.54 1.035.02.172-.1.54.135.54.236 0 1.827-.982 1.935-.81.107.17.27.18.27.18s-.108-.225 0-.225c.107 0 .81.27.81.27s-.106-.448.045-.405c.15.043.84.855.99.855.15 0 .516-.01.495-.225-.022-.215-.1-.482.18-.675.28-.194 1.133-.333 1.305-.225.17.107.437.23.18.36-.258.13-.57-.02-.72.045-.15.064-.564.48-.585.63-.022.15.808.814.765.9-.043.086-.47.495-.9.495-.43 0-3.578-.787-4.05-.765-.473.02-.887.143-1.08.315-.194.17-1.018.933-1.125 1.17-.108.236-.573 1.378-.315 1.98.257.6.84 1.692 1.485 1.8.644.107 1.426.154 1.62.09.193-.065 1.238 1.095 1.26 1.89.02.794-.057 2.79.18 3.285.236.494.418 1.414 1.17 1.35.75-.065 1.362-.242 1.62-.585.257-.344.976-2.096 1.17-3.105.193-1.01 1.086-2.526 1.215-3.105.13-.58.146-.91-.09-1.08-.237-.172-.7-.167-.72-.36-.022-.194.3-.022.495 0 .193.02.908-.032 1.08-.225.17-.194.467-.823.36-1.08-.108-.258-.585-.81-.585-.81s1.926.232 2.7.855c.45.362.812.83 1.08 1.215-.067-3.546-1.433-6.775-3.645-9.225-.02.002-.078.045-.09.045-.334 0-2.925.495-2.925.495s-.565-.645-.99-.675c-.213-.016-.526-.023-.81 0zm-3.285 1.89s-.306 1.245.135 1.215c.44-.03-.135-1.215-.135-1.215zm-.585.54s-.527.268-.405.405c.12.137.374.21.45.09.076-.122-.045-.495-.045-.495zm8.235 11.655c-.175.038-.38.178-.495.315-.114.137-.286.62-.225.9.06.28.314.66.405.63.09-.03.33-.12.36-.63.03-.51.113-.966.045-1.08-.07-.114-.09-.135-.09-.135z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/help.svg b/Echo/modules/icons/help.svg index fcbefd12..94820366 100644 --- a/Echo/modules/icons/help.svg +++ b/Echo/modules/icons/help.svg @@ -1,10 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <g> - <path d="M12.001 2.085c-5.478 0-9.916 4.438-9.916 9.916 0 5.476 4.438 9.914 9.916 9.914 5.476 0 9.914-4.438 9.914-9.914 0-5.478-4.438-9.916-9.914-9.916zm.001 18c-4.465 0-8.084-3.619-8.084-8.083 0-4.465 3.619-8.084 8.084-8.084 4.464 0 8.083 3.619 8.083 8.084 0 4.464-3.619 8.083-8.083 8.083z"/> - <g> - <path d="M11.766 6.688c-2.5 0-3.219 2.188-3.219 2.188l1.411.854s.298-.791.901-1.229c.516-.375 1.625-.625 2.219.125.701.885-.17 1.587-1.078 2.719-.953 1.186-1 3.655-1 3.655h1.969s.135-2.318 1.041-3.381c.603-.707 1.443-1.338 1.443-2.494s-1.187-2.437-3.687-2.437z"/> - <path d="M11 16h2v2h-2z"/> - </g> - </g> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + help + </title> + <path d="M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm2.71-7.6a2.63 2.63 0 0 1-.34.74 3.06 3.06 0 0 1-.48.55l-.54.48c-.21.18-.41.35-.59.52a3 3 0 0 0-.47.56A2.49 2.49 0 0 0 11 12a4.12 4.12 0 0 0-.11 1H9.08a8.68 8.68 0 0 1 .08-1.25 3.54 3.54 0 0 1 .24-.9 2.81 2.81 0 0 1 .41-.68 4.63 4.63 0 0 1 .58-.58l.51-.44a3 3 0 0 0 .44-.45 1.92 1.92 0 0 0 .3-.54 2.13 2.13 0 0 0 .11-.72 1.94 1.94 0 0 0-.18-.86 1.79 1.79 0 0 0-.43-.58 1.69 1.69 0 0 0-.54-.32 1.55 1.55 0 0 0-.5-.1 1.77 1.77 0 0 0-1.53.68 3 3 0 0 0-.49 1.82H6.16a4.84 4.84 0 0 1 .28-1.68 3.57 3.57 0 0 1 .8-1.29 3.62 3.62 0 0 1 1.27-.83A4.52 4.52 0 0 1 10.18 4a4.42 4.42 0 0 1 1.43.23 3.48 3.48 0 0 1 1.16.65 3 3 0 0 1 .78 1.06 3.49 3.49 0 0 1 .28 1.44 3.63 3.63 0 0 1-.12 1.02z"/> </svg> diff --git a/Echo/modules/icons/link-blue.svg b/Echo/modules/icons/link-blue.svg deleted file mode 100644 index 6a37deb9..00000000 --- a/Echo/modules/icons/link-blue.svg +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30"> - <g fill="#36c"> - <path d="M20.437 2.69c-3.37 0-5.778 3.05-8.186 5.297.322 0 .804-.16 1.285-.16.803 0 1.605.16 2.408.48 1.284-1.283 2.568-2.727 4.494-2.727.963 0 2.087.48 2.89 1.123 1.605 1.605 1.605 4.174 0 5.78l-4.174 4.172c-.642.642-1.926 1.124-2.89 1.124-2.246 0-3.37-1.446-4.172-3.212l-2.086 2.087c1.284 2.408 3.21 4.173 6.1 4.173 1.926 0 3.69-.802 4.815-2.086l4.172-4.174c1.445-1.444 2.408-3.21 2.408-5.297-.32-3.53-3.53-6.58-7.063-6.58z"/> - <path d="M13.535 22.113l-1.444 1.444c-.64.642-1.925 1.124-2.89 1.124-.962 0-2.085-.48-2.888-1.123-1.605-1.605-1.605-4.334 0-5.778l4.174-4.175c.642-.642 1.926-1.123 2.89-1.123 2.246 0 3.37 1.605 4.172 3.21l2.087-2.087c-1.284-2.407-3.21-4.173-6.1-4.173-1.926 0-3.692.803-4.815 2.087L4.547 15.69c-2.73 2.73-2.73 7.063 0 9.63 2.568 2.57 7.062 2.73 9.47 0l3.05-3.05c-.482.162-.963.162-1.445.162-.803 0-1.445 0-2.087-.32z"/> - </g> -</svg> diff --git a/Echo/modules/icons/link-progressive.svg b/Echo/modules/icons/link-progressive.svg new file mode 100644 index 00000000..065bca1f --- /dev/null +++ b/Echo/modules/icons/link-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + link + </title> + <g fill="#36c"> + <path d="M4.83 15h2.91a4.88 4.88 0 0 1-1.55-2H5a3 3 0 1 1 0-6h3a3 3 0 0 1 2.82 4h2.1a4.82 4.82 0 0 0 .08-.83v-.34A4.83 4.83 0 0 0 8.17 5H4.83A4.83 4.83 0 0 0 0 9.83v.34A4.83 4.83 0 0 0 4.83 15z"/> + <path d="M15.17 5h-2.91a4.88 4.88 0 0 1 1.55 2H15a3 3 0 1 1 0 6h-3a3 3 0 0 1-2.82-4h-2.1a4.82 4.82 0 0 0-.08.83v.34A4.83 4.83 0 0 0 11.83 15h3.34A4.83 4.83 0 0 0 20 10.17v-.34A4.83 4.83 0 0 0 15.17 5z"/> + </g> +</svg> diff --git a/Echo/modules/icons/mention-failure.svg b/Echo/modules/icons/mention-failure.svg index 00c980b4..0dc4250a 100644 --- a/Echo/modules/icons/mention-failure.svg +++ b/Echo/modules/icons/mention-failure.svg @@ -1,4 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 188.36253 188.36253"> - <path d="M45.695 153.668h135.38l-23.01-22.484V41.298l30.298-30.297L177.362 0 0 177.362l11 11 34.695-34.694zM20.002 137.68V30.003H127.68L20.002 137.68z" fill="#54595d" fill-rule="evenodd"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + mention failure + </title> + <path fill="#54595d" d="M18 13V5a2 2 0 0 0-2-2H5.99l11.42 11.42A2 2 0 0 0 18 13m-2.01 2H16L4.02 3H4L1.5.5l-1 1 2.1 2.08A2 2 0 0 0 2 5v14l4-4h8.01l3.5 3.5.98-1z"/> </svg> diff --git a/Echo/modules/icons/mention-progressive.svg b/Echo/modules/icons/mention-progressive.svg new file mode 100644 index 00000000..c69b0df4 --- /dev/null +++ b/Echo/modules/icons/mention-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + mention + </title> + <g fill="#36c"> + <path d="M18 4h-1v7a2 2 0 0 1-2 2H4v1c0 1.1.9 2 2 2h10l4 4V6a2 2 0 0 0-2-2m-10.02.7c-.2.1-.37.24-.51.4A1.98 1.98 0 0 0 7 6.38c0 .23.05.41.15.54.1.13.25.2.44.2.1 0 .2-.02.29-.05a.7.7 0 0 0 .28-.15c.09-.08.17-.18.24-.3.07-.13.14-.28.18-.47l.4-1.55a1.96 1.96 0 0 0-.36-.03c-.23 0-.44.05-.64.14"/> + <path d="M12 6.28a2.8 2.8 0 0 1-.48.9 2.19 2.19 0 0 1-1.65.81c-.25 0-.48-.06-.67-.18a.91.91 0 0 1-.4-.56 1.8 1.8 0 0 1-1.47.74 1.33 1.33 0 0 1-1.3-.96 2.69 2.69 0 0 1 1.92-3.21 3.47 3.47 0 0 1 2.2.14L9.64 6c-.06.23-.09.42-.09.57 0 .15.03.27.07.35.04.09.1.15.19.18a.75.75 0 0 0 .71-.1c.14-.1.26-.23.36-.4.1-.18.19-.39.25-.63s.09-.5.09-.8c0-.47-.08-.89-.23-1.25A2.49 2.49 0 0 0 9.4 2.46a3.8 3.8 0 0 0-2.55.09A3.3 3.3 0 0 0 5.07 4.4a4.14 4.14 0 0 0 .03 2.97 3.22 3.22 0 0 0 1.92 1.84c.44.15.92.23 1.43.23a6.34 6.34 0 0 0 1.47-.18 4.92 4.92 0 0 0 1.01-.4c.1-.05.18-.07.25-.05.08.03.13.08.16.17l.2.49a5.34 5.34 0 0 1-3.09.85c-.66 0-1.28-.11-1.84-.32a4.1 4.1 0 0 1-2.43-2.33 4.89 4.89 0 0 1 .23-4.07A4.53 4.53 0 0 1 7 1.56a4.25 4.25 0 0 1 2.68.1c.48.17.9.42 1.27.75a3.59 3.59 0 0 1 1.21 2.77c0 .39-.05.76-.17 1.1M14 0H2a2 2 0 0 0-2 2v14l4-4h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2"/> + </g> +</svg> diff --git a/Echo/modules/icons/mention-status-bundle-progressive.svg b/Echo/modules/icons/mention-status-bundle-progressive.svg new file mode 100644 index 00000000..0fb0b461 --- /dev/null +++ b/Echo/modules/icons/mention-status-bundle-progressive.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + mention status bundle + </title> + <path fill="#36c" d="M2 0a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm7 3h2v6H9V3zm0 8h2v2H9v-2z"/> +</svg> diff --git a/Echo/modules/icons/mention-status-bundle.svg b/Echo/modules/icons/mention-status-bundle.svg deleted file mode 100644 index 56295b29..00000000 --- a/Echo/modules/icons/mention-status-bundle.svg +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 241.12238 168.78567"> - <path d="M36.168 168.786h204.954l-36.168-36.169V0H0v132.617c0 20.496 15.673 36.169 36.168 36.169z" fill="#36c"/> - <path d="M109.656 102.624H96.183l-2.185-68.481h17.842l-2.184 68.48zm-15.84 26.864v-13.601h17.66v13.601h-17.66z" fill="#fff"/> -</svg> diff --git a/Echo/modules/icons/mention-success-constructive.svg b/Echo/modules/icons/mention-success-constructive.svg new file mode 100644 index 00000000..c0702929 --- /dev/null +++ b/Echo/modules/icons/mention-success-constructive.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + mention success + </title> + <path fill="#00af89" d="M2 0a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm14.049 3l1.05 1.059L8.16 13 4 8.834l1.05-1.05 3.108 3.107L16.048 3z"/> +</svg> diff --git a/Echo/modules/icons/mention-success.svg b/Echo/modules/icons/mention-success.svg deleted file mode 100644 index 843b81f5..00000000 --- a/Echo/modules/icons/mention-success.svg +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 213.37759 149.36432"> - <path d="M32.007 149.364h181.37l-32.006-32.006V0H0v117.358c0 18.137 13.87 32.006 32.007 32.006z" fill="#00af89"/> - <path d="M134.904 42.575L78.27 99.207 49.955 70.89l-8.495 8.495 36.811 36.81 73.622-73.621c-4.53-4.531-12.459-4.531-16.99 0z" fill="#fff"/> -</svg> diff --git a/Echo/modules/icons/mention.svg b/Echo/modules/icons/mention.svg deleted file mode 100644 index f090bf1c..00000000 --- a/Echo/modules/icons/mention.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#36c" d="M27.143 23L30 25.857H10V10.143h17.143V23zM20 3v5.714H8.57v10H0l2.857-2.857V3H20zm5.016 14.242c0 .613-.083 1.16-.25 1.645-.167.484-.4.893-.7 1.226-.303.333-.655.586-1.058.758-.403.177-.836.26-1.298.26-.43 0-.783-.09-1.057-.28-.274-.19-.433-.44-.476-.75h-.064c-.15.248-.387.48-.71.7-.322.22-.726.33-1.21.33-.365 0-.69-.065-.975-.2-.285-.134-.527-.322-.726-.564-.2-.242-.352-.53-.46-.863-.107-.332-.16-.7-.16-1.096 0-.45.072-.895.217-1.33.14-.436.35-.823.624-1.162.274-.336.6-.61.976-.82.377-.21.8-.315 1.275-.315.408 0 .747.085 1.016.257.27.172.44.377.518.613h.015l.113-.548h1.74l-.5 2.532c-.053.257-.1.504-.144.74-.042.238-.064.436-.064.598 0 .15.033.285.097.403.065.12.188.18.37.18.324 0 .61-.186.864-.557.253-.37.38-.933.38-1.686 0-.623-.103-1.174-.307-1.653-.204-.48-.49-.88-.862-1.2-.37-.326-.81-.57-1.322-.737-.512-.168-1.074-.25-1.686-.25-.656 0-1.256.114-1.8.346-.54.23-1.007.547-1.394.95-.387.403-.688.885-.903 1.444-.215.56-.323 1.16-.323 1.807 0 .69.114 1.308.34 1.856.226.55.546 1.017.96 1.404.414.387.903.686 1.467.895.564.21 1.185.315 1.862.315.775 0 1.466-.12 2.074-.364.607-.24 1.153-.582 1.637-1.023l1.02 1.13c-.626.61-1.354 1.06-2.187 1.345-.833.285-1.74.427-2.717.427-.915 0-1.754-.148-2.517-.444-.765-.292-1.42-.704-1.97-1.23-.55-.527-.976-1.16-1.282-1.896-.306-.737-.46-1.54-.46-2.41 0-.86.165-1.658.493-2.39.327-.73.77-1.366 1.33-1.903.56-.54 1.215-.96 1.967-1.266.753-.306 1.56-.46 2.42-.46.752 0 1.48.11 2.185.33.704.22 1.323.553 1.855.994.532.44.96.986 1.282 1.637.32.65.48 1.41.48 2.283zm-4.984.355c0-.162-.013-.317-.04-.468-.027-.156-.073-.29-.137-.408-.065-.118-.156-.213-.274-.282-.114-.07-.264-.104-.45-.104-.2 0-.384.06-.55.184-.16.125-.3.286-.42.485-.113.2-.204.422-.27.67-.063.247-.096.49-.096.725 0 .27.063.525.187.767.123.24.357.362.7.362.238 0 .44-.066.614-.19.173-.123.313-.28.42-.475.108-.193.19-.402.243-.628.053-.227.08-.44.08-.646z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/message-constructive.svg b/Echo/modules/icons/message-constructive.svg new file mode 100644 index 00000000..c58a7af5 --- /dev/null +++ b/Echo/modules/icons/message-constructive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + message + </title> + <g fill="#00af89"> + <path d="M0 8v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-10 4z"/> + <path d="M18 2H2a2 2 0 0 0-2 2v2l10 4 10-4V4a2 2 0 0 0-2-2z"/> + </g> +</svg> diff --git a/Echo/modules/icons/notice.svg b/Echo/modules/icons/notice.svg new file mode 100644 index 00000000..06a7f5ec --- /dev/null +++ b/Echo/modules/icons/notice.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + notice + </title> + <path d="M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z"/> +</svg> diff --git a/Echo/modules/icons/ooui-edit-ltr-progressive.svg b/Echo/modules/icons/ooui-edit-ltr-progressive.svg deleted file mode 100644 index bacc712f..00000000 --- a/Echo/modules/icons/ooui-edit-ltr-progressive.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M17 2L5 14l-1 5 5-1L21 6c0-2-2-4-4-4zM7.2 15.5c-.3-.3-.7-.6-1-.8C8.5 12.4 17.5 3.3 17.5 3.3c.4.1.7.3 1 .7L7.2 15.5z" fill="#36c"/> -</svg> diff --git a/Echo/modules/icons/ooui-edit-rtl-progressive.svg b/Echo/modules/icons/ooui-edit-rtl-progressive.svg deleted file mode 100644 index 6f16aef9..00000000 --- a/Echo/modules/icons/ooui-edit-rtl-progressive.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M8 2l12 12 1 5-5-1L4 6c0-2 2-4 4-4zm9.8 13.5c.3-.3.7-.6 1-.8C16.5 12.4 7.5 3.3 7.5 3.3c-.4.1-.7.3-1 .7l11.3 11.5z" fill="#36c"/> -</svg> diff --git a/Echo/modules/icons/revert.svg b/Echo/modules/icons/revert.svg index af0f2b49..d3914bc9 100644 --- a/Echo/modules/icons/revert.svg +++ b/Echo/modules/icons/revert.svg @@ -1,10 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"> - <g fill="#54595d" transform="translate(1.16 2.44) scale(.98216)"> - <rect width="11" height="1" rx=".5" ry=".5" x=".5" y="25"/> - <g transform="rotate(38 8.548 27.52)"> - <rect width="10" height="7" rx="1" y="18"/> - <path d="M0 14h10v1H0zm0 2h10v1H0zM0 0h10v13H0V0zm2 0h2v11H2V0z"/> - </g> - </g> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + revert + </title> + <path fill="#54595d" d="M8.806 6.444L1 14.25V19h4.75l8.334-8.334zm4.908-3.515H13V.072L8 4l5 3.929V5.072h.714c2.286 0 4 1.428 4 4.285h2.143c0-4.285-3.857-6.428-6.143-6.428"/> </svg> diff --git a/Echo/modules/icons/reviewed.svg b/Echo/modules/icons/reviewed.svg deleted file mode 100644 index cf406727..00000000 --- a/Echo/modules/icons/reviewed.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#36c" d="M28.444 14.444l-9.333 10.89-6.22-6.223-1.553 1.56 7.778 7.778L30 16l-1.556-1.556zm-6.222 4.667V2H2v20.222c0 2.645 2.022 4.667 4.667 4.667h7.777l-4.666-4.67H5.11V20.66h4.046l1.555-1.556h-5.6V17.55h14v1.556H16l1.556 1.557h3.11l1.556-1.556zm-17.11-14h6.22v1.56h-6.22V5.11zm0 3.116h6.22V9.78h-6.22V8.22zm0 3.11h6.22v1.557h-6.22v-1.556zm14 4.668h-14V14.45h14V16zm-6.223-3.11V5.11h6.22v7.78h-6.22z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/speechBubbles-ltr-progressive.svg b/Echo/modules/icons/speechBubbles-ltr-progressive.svg new file mode 100644 index 00000000..de97021f --- /dev/null +++ b/Echo/modules/icons/speechBubbles-ltr-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + speech bubbles + </title> + <g fill="#36c"> + <path d="M18 4h-1v7a2 2 0 0 1-2 2H4v1a2 2 0 0 0 2 2h10l4 4V6a2 2 0 0 0-2-2z"/> + <path d="M14 0H2a2 2 0 0 0-2 2v14l4-4h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/> + </g> +</svg> diff --git a/Echo/modules/icons/speechBubbles-ltr.svg b/Echo/modules/icons/speechBubbles-ltr.svg index d6832183..090f0a69 100644 --- a/Echo/modules/icons/speechBubbles-ltr.svg +++ b/Echo/modules/icons/speechBubbles-ltr.svg @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M20 9v9l2 2H8V9h12zM3 4h12v4H7v7H1l2-2V4z"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + speech bubbles + </title> + <path d="M18 4h-1v7a2 2 0 0 1-2 2H4v1a2 2 0 0 0 2 2h10l4 4V6a2 2 0 0 0-2-2z"/> + <path d="M14 0H2a2 2 0 0 0-2 2v14l4-4h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/> </svg> diff --git a/Echo/modules/icons/speechBubbles-rtl-progressive.svg b/Echo/modules/icons/speechBubbles-rtl-progressive.svg new file mode 100644 index 00000000..05421380 --- /dev/null +++ b/Echo/modules/icons/speechBubbles-rtl-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + speech bubbles + </title> + <g fill="#36c"> + <path d="M0 6v14l4-4h10c1.1 0 2-.9 2-2v-1H5c-1.1 0-2-.9-2-2V4H2C.9 4 0 4.9 0 6z"/> + <path d="M4 2v8c0 1.1.9 2 2 2h10l4 4V2c0-1.1-.9-2-2-2H6C4.9 0 4 .9 4 2z"/> + </g> +</svg> diff --git a/Echo/modules/icons/speechBubbles-rtl.svg b/Echo/modules/icons/speechBubbles-rtl.svg index db548a45..4d86fbde 100644 --- a/Echo/modules/icons/speechBubbles-rtl.svg +++ b/Echo/modules/icons/speechBubbles-rtl.svg @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M3 9v9l-2 2h14V9H3zm17-5H8v4h8v7h6l-2-2V4z"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + speech bubbles + </title> + <path d="M0 6v14l4-4h10c1.1 0 2-.9 2-2v-1H5c-1.1 0-2-.9-2-2V4H2C.9 4 0 4.9 0 6z"/> + <path d="M4 2v8c0 1.1.9 2 2 2h10l4 4V2c0-1.1-.9-2-2-2H6C4.9 0 4 .9 4 2z"/> </svg> diff --git a/Echo/modules/icons/thanks-ltr.svg b/Echo/modules/icons/thanks-ltr.svg deleted file mode 100644 index f277ce4d..00000000 --- a/Echo/modules/icons/thanks-ltr.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M5 6v11l-3 3h17c1.7 0 3-1.3 3-3V6H5zm11.2 2.5c.7 0 1.2.6 1.2 1.2s-.5 1.3-1.2 1.3-1.2-.6-1.2-1.2.6-1.3 1.2-1.3zm-5.4 0c.7 0 1.2.6 1.2 1.2s-.6 1.3-1.2 1.3-1.2-.6-1.2-1.2.5-1.3 1.2-1.3zm2.7 8.5c-5.1 0-6-5-6-5s2 1 6 1l6-1s-1 5-6 5z"/> -</svg> diff --git a/Echo/modules/icons/thanks-rtl.svg b/Echo/modules/icons/thanks-rtl.svg deleted file mode 100644 index 0f9a6fb3..00000000 --- a/Echo/modules/icons/thanks-rtl.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M19 6v11l3 3H5c-1.7 0-3-1.3-3-3V6h17zM7.8 8.5c-.7 0-1.2.6-1.2 1.2S7.1 11 7.8 11 9 10.4 9 9.8s-.6-1.3-1.2-1.3zm5.4 0c-.7 0-1.2.6-1.2 1.2s.6 1.3 1.2 1.3 1.2-.6 1.2-1.2-.5-1.3-1.2-1.3zM10.5 17c5.1 0 6-5 6-5s-2 1-6 1l-6-1s1 5 6 5z"/> -</svg> diff --git a/Echo/modules/icons/trash.svg b/Echo/modules/icons/trash.svg deleted file mode 100644 index 02bdcd69..00000000 --- a/Echo/modules/icons/trash.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#54595d" fill-rule="evenodd" d="M7 8.25c0-1.558 1.275-2.833 2.833-2.833h2.834L14.083 4h2.834l1.416 1.417h2.834C22.725 5.417 24 6.692 24 8.25H7M8.417 9.667h14.166L21.167 25.25H9.833"/> -</svg> diff --git a/Echo/modules/icons/tray.svg b/Echo/modules/icons/tray.svg index 7c617eec..b3209529 100644 --- a/Echo/modules/icons/tray.svg +++ b/Echo/modules/icons/tray.svg @@ -1,4 +1,7 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M3 13.35l1.8-7.2c.2-.996.81-1.8 1.8-1.8h10.8c.99 0 1.6.867 1.8 1.8l1.8 7.2v4.5c0 .99-.81 1.8-1.8 1.8H4.8c-.99 0-1.8-.81-1.8-1.8v-4.5zm6.96 1.8h4.08c-.49.557-1.212.9-2.04.9a2.68 2.68 0 0 1-2.04-.9h4.08c.414-.472.66-1.098.66-1.8h4.14l-1.44-7.2H6.6l-1.44 7.2H9.3c0 .702.246 1.328.66 1.8z"/> +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + tray + </title> + <path d="M17 1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 12h-4l-1 2H8l-1-2H3V3h14z"/> </svg> diff --git a/Echo/modules/icons/user-rights-progressive.svg b/Echo/modules/icons/user-rights-progressive.svg new file mode 100644 index 00000000..0f5708b2 --- /dev/null +++ b/Echo/modules/icons/user-rights-progressive.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + user rights + </title> + <g fill="#36c"> + <path d="M20 16.288v-1.632l-1.012-.168c-.057-.226-.17-.45-.338-.788l.619-.844-1.181-1.181-.844.619a3.006 3.006 0 0 0-.788-.338l-.112-1.012h-1.632l-.168 1.012c-.282.056-.507.169-.788.338l-.844-.619-1.18 1.181.562.844c-.169.281-.225.506-.338.787L11 14.6v1.631l1.012.169c.057.281.17.506.338.787l-.563.844 1.182 1.182.844-.563c.224.113.506.225.787.338L14.769 20h1.687l.169-1.012c.281-.057.506-.17.787-.338l.844.619 1.182-1.181-.62-.844c.17-.281.282-.563.338-.788zm-4.5.843a1.657 1.657 0 0 1-1.688-1.687c0-.956.732-1.688 1.688-1.688s1.688.732 1.688 1.688-.732 1.687-1.688 1.687z"/> + <path d="M1.03 18.28c.01-.526.025-.74.064-.878.143-.496.398-.994.758-1.48.256-.346 1-1.078 1.394-1.371 1.393-1.038 3.068-1.678 5.057-1.934.535-.069 1.596-.12 1.964-.096l.323.022-.084.088-.084.087.285.426c.184.274.271.43.245.438-.036.012-.883.112-.938.111-.013 0-.024.764-.024 1.699v1.698l.532.088c.292.048.53.095.53.105 0 .01-.128.212-.286.45l-.287.432.404.405.403.404H1.016zm8.226-7.35a5.05 5.05 0 0 1-3.548-2.4 5.214 5.214 0 0 1-.657-1.942 5.799 5.799 0 0 1 .076-1.628 4.984 4.984 0 0 1 5.707-3.87c1.547.256 2.91 1.27 3.623 2.694 1.232 2.457.225 5.452-2.245 6.677a4.455 4.455 0 0 1-1.145.407c-.324.074-.452.087-.967.095a5.545 5.545 0 0 1-.844-.031z"/> + </g> +</svg> diff --git a/Echo/modules/icons/user-rights.svg b/Echo/modules/icons/user-rights.svg deleted file mode 100644 index 6903ea8a..00000000 --- a/Echo/modules/icons/user-rights.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> - <path fill="#36c" d="M14.086 16.562v-.105c1.465-1.256 2.617-3.35 2.617-5.653C16.703 5.884 14.61 4 11.468 4 9.27 4 6.234 5.256 6.234 10.804c0 2.2 1.152 4.293 2.617 5.653v.105c0 .942-.1 1.78-1.042 2.094 0 0-3.035 1.15-4.187 1.57-1.36.42-2.62 1.047-2.62 2.617v1.047h14.957l-.053-.053.455-.682L17 22l-1.164-.024-.836-.14v-3.23c-.81-.347-.815-1.148-.914-2.044zM29.6 21.075V18.61l-1.53-.255c-.085-.34-.255-.68-.51-1.19l.935-1.275-1.785-1.785-1.275.935c-.425-.255-.85-.425-1.19-.51l-.17-1.53H21.61l-.255 1.53c-.425.085-.765.255-1.19.51l-1.275-.935-1.785 1.785.85 1.275c-.255.425-.34.765-.51 1.19l-1.445.17v2.465l1.53.255c.085.425.255.765.51 1.19l-.85 1.275 1.785 1.785 1.275-.85c.34.17.765.34 1.19.51l.255 1.53h2.55l.255-1.53c.425-.085.765-.255 1.19-.51l1.275.935 1.785-1.785-.935-1.275c.255-.425.425-.85.51-1.19l1.275-.255zm-6.8 1.275c-1.445 0-2.55-1.105-2.55-2.55 0-1.445 1.105-2.55 2.55-2.55 1.445 0 2.55 1.105 2.55 2.55 0 1.445-1.105 2.55-2.55 2.55z" fill-rule="evenodd"/> -</svg> diff --git a/Echo/modules/icons/user-speech-bubble.svg b/Echo/modules/icons/user-speech-bubble.svg index 12e60d42..ddf3d551 100644 --- a/Echo/modules/icons/user-speech-bubble.svg +++ b/Echo/modules/icons/user-speech-bubble.svg @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M14 16.8c-.96-.32-3.2-1.2-3.2-1.2-.72-.24-.72-.88-.8-1.6v-.08c1.12-.96 2-2.56 2-4.32 0-3.76-1.6-5.2-4-5.2-1.68 0-4 .96-4 5.2 0 1.68.88 3.28 2 4.32V14c0 .72-.08 1.36-.8 1.6 0 0-2.32.88-3.2 1.2-1.04.32-2 .8-2 2v.8h16v-.8c0-.96-.64-1.6-2-2zm.367-5.46l-1.796 2.938H24V4.4h-9.633v6.94z"/> +<?xml version="1.0" encoding="utf-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + user speech bubble + </title> + <path d="M12.4 9.3l-1.8 2.9H22V2.4h-9.6v6.9zM6 13c-5.9 0-8 3-8 5v3h16v-3c0-2-2.1-5-8-5z"/> + <circle cx="6" cy="7.5" r="4.5"/> </svg> diff --git a/Echo/modules/icons/userTalk-ltr.svg b/Echo/modules/icons/userTalk-ltr.svg new file mode 100644 index 00000000..990cfc39 --- /dev/null +++ b/Echo/modules/icons/userTalk-ltr.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + user talk + </title> + <path d="M18 0H2a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-4 4a1.5 1.5 0 1 1-1.5 1.5A1.5 1.5 0 0 1 14 4zM6 4a1.5 1.5 0 1 1-1.5 1.5A1.5 1.5 0 0 1 6 4zm4 8c-2.61 0-4.83-.67-5.65-3h11.3c-.82 2.33-3.04 3-5.65 3z"/> +</svg> diff --git a/Echo/modules/icons/userTalk-rtl.svg b/Echo/modules/icons/userTalk-rtl.svg new file mode 100644 index 00000000..bd3dc9e1 --- /dev/null +++ b/Echo/modules/icons/userTalk-rtl.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <title> + user talk + </title> + <path d="M0 2v12c0 1.1.9 2 2 2h14l4 4V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2zm7.5 3.5C7.5 6.3 6.8 7 6 7s-1.5-.7-1.5-1.5S5.2 4 6 4s1.5.7 1.5 1.5zm8 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5S13.2 4 14 4s1.5.7 1.5 1.5zM4.4 9h11.3c-.8 2.3-3 3-5.6 3s-4.9-.7-5.7-3z"/> +</svg> |