From f36a8d70aacddd601e1e3136b941f6ab2f2f1850 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 27 Dec 2021 11:40:08 -0800 Subject: [PATCH] Work on modernizing icons --- .../mindplot/assets/icons/face_crying.svg | 50 + packages/mindplot/assets/icons/face_love.svg | 48 + packages/mindplot/assets/icons/face_plain.svg | 50 + packages/mindplot/assets/icons/face_sad.svg | 43 + packages/mindplot/assets/icons/face_smile.svg | 44 + .../mindplot/assets/icons/face_smile_big.svg | 52 + .../mindplot/assets/icons/face_surprise.svg | 41 + packages/mindplot/assets/icons/face_wink.svg | 45 + packages/mindplot/assets/icons/funy_angel.svg | 48 + .../mindplot/assets/icons/funy_devilish.svg | 1 + .../mindplot/assets/icons/funy_glasses.svg | 42 + packages/mindplot/assets/icons/funy_grin.svg | 52 + packages/mindplot/assets/icons/funy_kiss.svg | 51 + .../mindplot/assets/icons/funy_monkey.svg | 44 + .../mindplot/assets/icons/hard_controller.svg | 57 + .../mindplot/assets/icons/hard_keyboard.svg | 64 + .../mindplot/assets/icons/sign_cancel.svg | 6 + .../mindplot/assets/icons/sign_closed.svg | 6 + packages/mindplot/assets/icons/sign_info.svg | 67 +- .../mindplot/assets/icons/sign_warning.html | 5794 +++++++++++++++++ .../mindplot/assets/icons/sign_warning.svg | 6 + .../mindplot/assets/images/hard_computer.svg | 45 + packages/mindplot/assets/images/links.png | Bin 2631 -> 0 bytes packages/mindplot/assets/images/links.svg | 54 +- packages/mindplot/assets/images/notes.svg | 60 + .../cypress/integration/playground.test.js | 2 +- packages/mindplot/src/components/NoteIcon.js | 2 +- packages/mindplot/src/components/Topic.js | 2 +- .../map-render/samples/icon-sample.xml | 58 + 29 files changed, 6819 insertions(+), 15 deletions(-) create mode 100644 packages/mindplot/assets/icons/face_crying.svg create mode 100644 packages/mindplot/assets/icons/face_love.svg create mode 100644 packages/mindplot/assets/icons/face_plain.svg create mode 100644 packages/mindplot/assets/icons/face_sad.svg create mode 100644 packages/mindplot/assets/icons/face_smile.svg create mode 100644 packages/mindplot/assets/icons/face_smile_big.svg create mode 100644 packages/mindplot/assets/icons/face_surprise.svg create mode 100644 packages/mindplot/assets/icons/face_wink.svg create mode 100644 packages/mindplot/assets/icons/funy_angel.svg create mode 100644 packages/mindplot/assets/icons/funy_devilish.svg create mode 100644 packages/mindplot/assets/icons/funy_glasses.svg create mode 100644 packages/mindplot/assets/icons/funy_grin.svg create mode 100644 packages/mindplot/assets/icons/funy_kiss.svg create mode 100644 packages/mindplot/assets/icons/funy_monkey.svg create mode 100644 packages/mindplot/assets/icons/hard_controller.svg create mode 100644 packages/mindplot/assets/icons/hard_keyboard.svg create mode 100644 packages/mindplot/assets/icons/sign_cancel.svg create mode 100644 packages/mindplot/assets/icons/sign_closed.svg create mode 100644 packages/mindplot/assets/icons/sign_warning.html create mode 100644 packages/mindplot/assets/icons/sign_warning.svg create mode 100644 packages/mindplot/assets/images/hard_computer.svg delete mode 100644 packages/mindplot/assets/images/links.png create mode 100644 packages/mindplot/assets/images/notes.svg create mode 100644 packages/mindplot/test/playground/map-render/samples/icon-sample.xml diff --git a/packages/mindplot/assets/icons/face_crying.svg b/packages/mindplot/assets/icons/face_crying.svg new file mode 100644 index 00000000..9044dca2 --- /dev/null +++ b/packages/mindplot/assets/icons/face_crying.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_love.svg b/packages/mindplot/assets/icons/face_love.svg new file mode 100644 index 00000000..9db78523 --- /dev/null +++ b/packages/mindplot/assets/icons/face_love.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_plain.svg b/packages/mindplot/assets/icons/face_plain.svg new file mode 100644 index 00000000..cd4d3f26 --- /dev/null +++ b/packages/mindplot/assets/icons/face_plain.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_sad.svg b/packages/mindplot/assets/icons/face_sad.svg new file mode 100644 index 00000000..f3033bc9 --- /dev/null +++ b/packages/mindplot/assets/icons/face_sad.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_smile.svg b/packages/mindplot/assets/icons/face_smile.svg new file mode 100644 index 00000000..c851906e --- /dev/null +++ b/packages/mindplot/assets/icons/face_smile.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_smile_big.svg b/packages/mindplot/assets/icons/face_smile_big.svg new file mode 100644 index 00000000..6ee9e6b7 --- /dev/null +++ b/packages/mindplot/assets/icons/face_smile_big.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_surprise.svg b/packages/mindplot/assets/icons/face_surprise.svg new file mode 100644 index 00000000..a11a1ff0 --- /dev/null +++ b/packages/mindplot/assets/icons/face_surprise.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/face_wink.svg b/packages/mindplot/assets/icons/face_wink.svg new file mode 100644 index 00000000..b503fa45 --- /dev/null +++ b/packages/mindplot/assets/icons/face_wink.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/funy_angel.svg b/packages/mindplot/assets/icons/funy_angel.svg new file mode 100644 index 00000000..9db78523 --- /dev/null +++ b/packages/mindplot/assets/icons/funy_angel.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/funy_devilish.svg b/packages/mindplot/assets/icons/funy_devilish.svg new file mode 100644 index 00000000..3c72984b --- /dev/null +++ b/packages/mindplot/assets/icons/funy_devilish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/mindplot/assets/icons/funy_glasses.svg b/packages/mindplot/assets/icons/funy_glasses.svg new file mode 100644 index 00000000..6427ac0d --- /dev/null +++ b/packages/mindplot/assets/icons/funy_glasses.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/funy_grin.svg b/packages/mindplot/assets/icons/funy_grin.svg new file mode 100644 index 00000000..6ee9e6b7 --- /dev/null +++ b/packages/mindplot/assets/icons/funy_grin.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/funy_kiss.svg b/packages/mindplot/assets/icons/funy_kiss.svg new file mode 100644 index 00000000..cbbc773d --- /dev/null +++ b/packages/mindplot/assets/icons/funy_kiss.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/funy_monkey.svg b/packages/mindplot/assets/icons/funy_monkey.svg new file mode 100644 index 00000000..c851906e --- /dev/null +++ b/packages/mindplot/assets/icons/funy_monkey.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/hard_controller.svg b/packages/mindplot/assets/icons/hard_controller.svg new file mode 100644 index 00000000..25f8b1c0 --- /dev/null +++ b/packages/mindplot/assets/icons/hard_controller.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/hard_keyboard.svg b/packages/mindplot/assets/icons/hard_keyboard.svg new file mode 100644 index 00000000..e5ea697d --- /dev/null +++ b/packages/mindplot/assets/icons/hard_keyboard.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/sign_cancel.svg b/packages/mindplot/assets/icons/sign_cancel.svg new file mode 100644 index 00000000..4ff468f3 --- /dev/null +++ b/packages/mindplot/assets/icons/sign_cancel.svg @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/packages/mindplot/assets/icons/sign_closed.svg b/packages/mindplot/assets/icons/sign_closed.svg new file mode 100644 index 00000000..9b70e5dc --- /dev/null +++ b/packages/mindplot/assets/icons/sign_closed.svg @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/packages/mindplot/assets/icons/sign_info.svg b/packages/mindplot/assets/icons/sign_info.svg index 0842a79c..c8ec2632 100644 --- a/packages/mindplot/assets/icons/sign_info.svg +++ b/packages/mindplot/assets/icons/sign_info.svg @@ -1,5 +1,62 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/icons/sign_warning.html b/packages/mindplot/assets/icons/sign_warning.html new file mode 100644 index 00000000..0868bc13 --- /dev/null +++ b/packages/mindplot/assets/icons/sign_warning.html @@ -0,0 +1,5794 @@ + + + + + + + Alarm, attention, warning icon - Free download on Iconfinder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + +
+ + Iconfinder + + + + + + + + + + + + + Miscellaneous + + + + + + + Alarm, attention, warning icon + +
+ +
+
+
+
+ +
+
+ + +
+
+
+
+
+
+

+ Alarm, attention, warning icon + + +

+
+ +
+
+ +
+
+
+ +
+
+ + Alarm, attention, warning icon - Free download on Iconfinder +
+
+ + +
+ + + +
+ + +
+
+ + +
+
+
+
+ + + +
+ +
+ + + + + +
+
Sponsored by iStock
+

Find the perfect icons & illustrations to complete any project on iStock

+
+ + +
+ +
+ +
+
+
+ + + + + + + + + +
+

+ Miscellaneous icon set +

+ +

+ 48 vector (SVG) icons - Go to icon set page +

+ + + + +
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + direction, move, navigation +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + print, printer, printing +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + document, documents, file, page +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + database, storage +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + checklist, clipboard +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bubble, chat, comment, communication, message +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + add, create, new, plus +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + add, bubble, chat, comment, message, plus, talk +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + refresh, reload, update +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + music, stop +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + cart, from, remove, shopping +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + favorites, from, remove +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + folder, remove +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bubble, chat, comment, delete, message, remove, talk +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + record, video +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + lock, protection, secure, security +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + info, information +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + document, file, file type, page, paper, sheet +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + accept, check, good, mark, ok, tick, yes +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + flag, location, map, marker, pin, pointer +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + file, folder +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + forward +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + add, folder +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + music, note, sound +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + chart, presentation, report +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + analytics, chart, diagram, pie +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + configuration, options, preferences, settings, tools +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + next, right +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + cut, cutting, scissors +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + cloud, data, storage, weather +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bulb, idea, lamp, light, on +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + account, add, avatar, person, profile, user +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + cash, financial, money, wallet +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + account, avatar, person, profile, user +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + delete, remove, uncheck +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + find, glass, magnifier, search, seo +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + back, rewind +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + person, profile, remove, user +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bubble, chat, comments, communication, conversation, message, talk +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, danger, error, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + favorite, heart, like, love, romance, valentine +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + key +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bag, basket, buy, cart, shop, shopping +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bookmark, favorite, rating, star +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + music, play +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + favorite, no, rating, star +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + building, estate, home, house, real +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + book, education, school, study +
+
+
+
+ +
+ + + + +
+ + + + + + + + + +
+
+
+
+

+ Related icons +

+ +
+ + Alarm, + Attention, + Warning + icons in + + styles +
+
+
+
+ + + + +
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, attention, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, attention, bell, error, timer, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + notification, alert, bell, warning, attention, error, alarm +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, exclamation, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bell, alarm, alert, warning, notification, attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, exclamation, notice, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, warning, fill +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, bell, notification, timer, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, warning, alarm, notification, attention, danger, error +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + active, alarm, alert, attention, notification, notifications, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + elearning, notification, bell, alert, alarm, warning, attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, bell, notification, ring, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, bell, notification, ring, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, warning, attention, sign, information +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, sign, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + warning, alert, attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, warning, error +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, bell, notification, alarm, attention, ring +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, user, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + warning, attention, moving parts, cog +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + hot, attention, warning, sign +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, triangle, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, ring, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, chime, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, alert, problem, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, email, internet, mail, security, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, erro, exclamation, mark, warn, warning, weather +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, danger, error, internet, security, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, caution, danger, error, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + clock, stopwatch, time, alarm, alert, attention, timer +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, danger, error, internet, security, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, bell, clock, notification, ring +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, caution, warning, exclamation, problem +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + achtung, alert, attention, exclamation, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, caution, exclamation, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, clock, ring, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, critical, error, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + warning, traffic lights, attention, traffic, transportation +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, exclamation point, notice, notice attention, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, caution, dangerous, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, caution, dangerous, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, error, warning, exclamation +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, danger, warning, notification +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, report, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, bell, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, danger, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, internet, light, security, siren, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, bell, alert, event, schedule, timer, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + road, sign, caution, attention, warning, alert +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, atention, alert, danger, warning, seo +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, danger, error, message, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, ban, danger, warning, notification +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + caution, attention, exclamation, warning, circle, error +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + caution, attention, exclamation, problem, warning, error +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + exclamation, point, attention, danger, problem, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + notif, bell, alarm, alert, notification, attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + vibrator, alarm, alert, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + advice, attention, care, caution, exclamation, outline, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + airplane, attention, corona, coronavirus, flight, virus, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + advice, attention, care, caution, exclamation, fill, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + caution, yield, alert, attention, danger ahead, exclamation, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + basic, warning, danger, error, caution, attention, safety +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, caution, danger, exclamation, stop, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, caution, danger, error, interested, not, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, fire, notification, ring, attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + school, bell, ringing, alarm, fire alarm, attention, emergency +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, bell, notification, notifications, ring +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, attention, bell, clock, notice, notification +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + exclamation, alarm, alert, attention, caution, danger, error +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + advice, attention, care, caution, exclamation, prudence, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention, caution, coronavirus, handshake, shake, virus, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + box, dialog, alert, attention, warning, error, danger +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + cloud, error, alert, warning, attention, exclamation, notification +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + caution, alert, attention, danger, error, exclamation, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alert, attention, call, chat, talk, warning, yell +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + box, white, alert, exclamation, attention, warning, error +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bell, alarm, alert, attention, horn, schedule, timer +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, bell, disable, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + bell, alarm, clock, alert, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, ban, bell, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm, alert, clock, time, notification, warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + warning +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + attention +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm +
+
+
+
+ + + + + +
+
+
+ +
+ + +
+ FREE +
+ + + + + +
+ + + + + + + alarm +
+
+
+
+ +
+ + + +
+ + + + + + + + +
+
+
+
+

Upgrade to Pro

+

Access million of icons and illustrations for a better price.

+ Compare plans +
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/packages/mindplot/assets/icons/sign_warning.svg b/packages/mindplot/assets/icons/sign_warning.svg new file mode 100644 index 00000000..b9e81385 --- /dev/null +++ b/packages/mindplot/assets/icons/sign_warning.svg @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/packages/mindplot/assets/images/hard_computer.svg b/packages/mindplot/assets/images/hard_computer.svg new file mode 100644 index 00000000..37312ac2 --- /dev/null +++ b/packages/mindplot/assets/images/hard_computer.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/images/links.png b/packages/mindplot/assets/images/links.png deleted file mode 100644 index dd3b830f4d60e143d90897e23518c250433e85bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2631 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 diff --git a/packages/mindplot/assets/images/links.svg b/packages/mindplot/assets/images/links.svg index 43c700f5..94ce26b6 100644 --- a/packages/mindplot/assets/images/links.svg +++ b/packages/mindplot/assets/images/links.svg @@ -1,7 +1,47 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/assets/images/notes.svg b/packages/mindplot/assets/images/notes.svg new file mode 100644 index 00000000..ac496d6a --- /dev/null +++ b/packages/mindplot/assets/images/notes.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/cypress/integration/playground.test.js b/packages/mindplot/cypress/integration/playground.test.js index 7119ffdb..877528d4 100644 --- a/packages/mindplot/cypress/integration/playground.test.js +++ b/packages/mindplot/cypress/integration/playground.test.js @@ -9,7 +9,7 @@ context('Playground', () => { cy.matchImageSnapshot('layout'); }); it('viewmode page should match its snapshot', () => { - ['welcome', 'sample1', 'sample2', 'sample3', 'sample4', 'sample5', 'sample6', 'complex', 'img-support'].forEach((mapId) => { + ['welcome', 'sample1', 'sample2', 'sample3', 'sample4', 'sample5', 'sample6', 'complex', 'img-support', 'icon-sample'].forEach((mapId) => { cy.visit(`/viewmode.html?id=${mapId}`); cy.get('#mindplot.ready').should('exist'); cy.matchImageSnapshot(`viewmode-${mapId}`); diff --git a/packages/mindplot/src/components/NoteIcon.js b/packages/mindplot/src/components/NoteIcon.js index 7f2d4732..504322d8 100644 --- a/packages/mindplot/src/components/NoteIcon.js +++ b/packages/mindplot/src/components/NoteIcon.js @@ -20,7 +20,7 @@ import $ from 'jquery'; import { $msg } from './Messages'; import Icon from './Icon'; import FloatingTip from './widget/FloatingTip'; -import NotesImage from '../../assets/images/notes.png'; +import NotesImage from '../../assets/images/notes.svg'; class NoteIcon extends Icon { constructor(topic, noteModel, readOnly) { diff --git a/packages/mindplot/src/components/Topic.js b/packages/mindplot/src/components/Topic.js index 3b67dffc..fbabd451 100644 --- a/packages/mindplot/src/components/Topic.js +++ b/packages/mindplot/src/components/Topic.js @@ -48,7 +48,7 @@ import INodeModel, { TopicShape, } from './model/INodeModel'; -const ICON_SCALING_FACTOR = 1.8; +const ICON_SCALING_FACTOR = 1.2; class Topic extends NodeGraph { /** diff --git a/packages/mindplot/test/playground/map-render/samples/icon-sample.xml b/packages/mindplot/test/playground/map-render/samples/icon-sample.xml new file mode 100644 index 00000000..166d2161 --- /dev/null +++ b/packages/mindplot/test/playground/map-render/samples/icon-sample.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file