@graphcommerce/next-ui 3.10.1 → 3.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (399) hide show
  1. package/AppShell/AppShellHeader/index.tsx +4 -5
  2. package/AppShell/ForwardButton.tsx +3 -3
  3. package/AppShell/MenuFab.tsx +7 -4
  4. package/Blog/BlogTitle/index.tsx +1 -1
  5. package/Button/index.tsx +11 -4
  6. package/ButtonLink/index.tsx +2 -1
  7. package/CHANGELOG.md +59 -0
  8. package/ChipMenu/index.tsx +4 -12
  9. package/ContainerWithHeader/index.tsx +1 -1
  10. package/Form/InputCheckmark.tsx +13 -2
  11. package/FramerScroller/components/SidebarGallery.tsx +70 -58
  12. package/FramerScroller/components/SidebarSlider.tsx +24 -22
  13. package/IconHeader/index.tsx +2 -6
  14. package/Pagination/index.tsx +6 -12
  15. package/Row/ParagraphWithSidebarSlide/index.tsx +5 -34
  16. package/Row/RowImageTextBoxed/index.tsx +2 -2
  17. package/Row/index.tsx +1 -4
  18. package/Snackbar/MessageSnackbarImpl.tsx +2 -7
  19. package/StarRatingField/index.tsx +13 -22
  20. package/SvgImage/SvgImageSimple.tsx +51 -21
  21. package/TextInputNumber/index.tsx +3 -6
  22. package/Theme/types.ts +0 -13
  23. package/Title/index.tsx +2 -9
  24. package/UspList/UspListItem.tsx +18 -11
  25. package/UspList/index.tsx +4 -3
  26. package/icons/accessibility-human.svg +1 -0
  27. package/icons/accessibility.svg +1 -0
  28. package/icons/activity.svg +1 -0
  29. package/icons/add-to-list.svg +1 -0
  30. package/icons/add.svg +1 -0
  31. package/icons/alarm.svg +1 -0
  32. package/icons/align-center.svg +1 -0
  33. package/icons/align-left.svg +1 -0
  34. package/icons/align-right.svg +1 -0
  35. package/icons/anchor.svg +1 -0
  36. package/icons/aperture.svg +1 -0
  37. package/icons/apps-alt.svg +1 -0
  38. package/icons/apps.svg +1 -0
  39. package/icons/arrow-down-circle.svg +1 -0
  40. package/icons/arrow-down.svg +1 -0
  41. package/icons/arrow-left-bottom.svg +1 -0
  42. package/icons/arrow-left-circle.svg +1 -0
  43. package/icons/arrow-left-top.svg +1 -0
  44. package/icons/arrow-left.svg +1 -0
  45. package/icons/arrow-right-bottom.svg +1 -0
  46. package/icons/arrow-right-circle.svg +1 -0
  47. package/icons/arrow-right-top.svg +1 -0
  48. package/icons/arrow-right.svg +1 -0
  49. package/icons/arrow-up-circle.svg +1 -0
  50. package/icons/arrow-up.svg +1 -0
  51. package/icons/back-alt.svg +1 -0
  52. package/icons/back-left.svg +1 -0
  53. package/icons/back-right.svg +1 -0
  54. package/icons/back.svg +1 -0
  55. package/icons/bag.svg +1 -0
  56. package/icons/basket.svg +1 -0
  57. package/icons/basketball.svg +1 -0
  58. package/icons/battery-alt.svg +1 -0
  59. package/icons/battery-charging.svg +1 -0
  60. package/icons/battery-full.svg +1 -0
  61. package/icons/battery-low.svg +1 -0
  62. package/icons/battery-medium.svg +1 -0
  63. package/icons/battery.svg +1 -0
  64. package/icons/bell.svg +1 -0
  65. package/icons/bike.svg +1 -0
  66. package/icons/bin.svg +1 -0
  67. package/icons/bluetooth.svg +1 -0
  68. package/icons/bolt.svg +1 -0
  69. package/icons/book-opened.svg +1 -0
  70. package/icons/book.svg +1 -0
  71. package/icons/bookmark.svg +1 -0
  72. package/icons/box-alt.svg +1 -0
  73. package/icons/box-alt2.svg +1 -0
  74. package/icons/box.svg +1 -0
  75. package/icons/brightness.svg +1 -0
  76. package/icons/bug.svg +1 -0
  77. package/icons/calendar-add.svg +1 -0
  78. package/icons/calendar-decline.svg +1 -0
  79. package/icons/calendar-event.svg +1 -0
  80. package/icons/calendar.svg +1 -0
  81. package/icons/camera-rear.svg +1 -0
  82. package/icons/camera.svg +1 -0
  83. package/icons/cancel.svg +1 -0
  84. package/icons/car-alt.svg +1 -0
  85. package/icons/car.svg +1 -0
  86. package/icons/cards.svg +1 -0
  87. package/icons/cart-add.svg +1 -0
  88. package/icons/cart.svg +1 -0
  89. package/icons/celluar.svg +1 -0
  90. package/icons/chart.svg +1 -0
  91. package/icons/chat-add.svg +1 -0
  92. package/icons/chat-alt.svg +1 -0
  93. package/icons/chat-remove.svg +1 -0
  94. package/icons/chat-warning.svg +1 -0
  95. package/icons/chat.svg +1 -0
  96. package/icons/checkbox-intermediate.svg +1 -0
  97. package/icons/checkbox.svg +1 -0
  98. package/icons/chevron-down.svg +1 -0
  99. package/icons/chevron-left.svg +1 -0
  100. package/icons/chevron-right.svg +1 -0
  101. package/icons/chevron-up.svg +1 -0
  102. package/icons/chevrons-down.svg +1 -0
  103. package/icons/chevrons-left.svg +1 -0
  104. package/icons/chevrons-right.svg +1 -0
  105. package/icons/chevrons-up.svg +1 -0
  106. package/icons/circle.svg +1 -0
  107. package/icons/clip.svg +1 -0
  108. package/icons/clipboard.svg +1 -0
  109. package/icons/close.svg +1 -0
  110. package/icons/cloud-crossed.svg +1 -0
  111. package/icons/cloud-upload.svg +1 -0
  112. package/icons/cloud.svg +1 -0
  113. package/icons/code-alt.svg +1 -0
  114. package/icons/code.svg +1 -0
  115. package/icons/coffee.svg +1 -0
  116. package/icons/colours.svg +1 -0
  117. package/icons/component.svg +1 -0
  118. package/icons/contact-book.svg +1 -0
  119. package/icons/contrast.svg +1 -0
  120. package/icons/control-centre.svg +1 -0
  121. package/icons/controls-alt.svg +1 -0
  122. package/icons/controls-vertical-alt.svg +1 -0
  123. package/icons/controls.svg +1 -0
  124. package/icons/copy.svg +1 -0
  125. package/icons/credit-card.svg +1 -0
  126. package/icons/crop.svg +1 -0
  127. package/icons/crossing.svg +1 -0
  128. package/icons/cup.svg +1 -0
  129. package/icons/cursor.svg +1 -0
  130. package/icons/cut.svg +1 -0
  131. package/icons/danger.svg +1 -0
  132. package/icons/dashboard.svg +1 -0
  133. package/icons/delete.svg +1 -0
  134. package/icons/dialpad.svg +1 -0
  135. package/icons/diamond.svg +1 -0
  136. package/icons/direction-left.svg +1 -0
  137. package/icons/direction-right.svg +1 -0
  138. package/icons/directions-left.svg +1 -0
  139. package/icons/directions-right.svg +1 -0
  140. package/icons/disc.svg +1 -0
  141. package/icons/dolar.svg +1 -0
  142. package/icons/download.svg +1 -0
  143. package/icons/drop.svg +1 -0
  144. package/icons/ear.svg +1 -0
  145. package/icons/edit.svg +1 -0
  146. package/icons/ellypsis-vertical.svg +1 -0
  147. package/icons/ellypsis.svg +1 -0
  148. package/icons/entrance.svg +1 -0
  149. package/icons/envelope-alt.svg +1 -0
  150. package/icons/envelope.svg +1 -0
  151. package/icons/error.svg +1 -0
  152. package/icons/exit.svg +1 -0
  153. package/icons/explore.svg +1 -0
  154. package/icons/extension.svg +1 -0
  155. package/icons/eye-closed.svg +1 -0
  156. package/icons/eye-crossed.svg +1 -0
  157. package/icons/eye.svg +1 -0
  158. package/icons/favourite.svg +1 -0
  159. package/icons/feather.svg +1 -0
  160. package/icons/feed.svg +1 -0
  161. package/icons/file.svg +1 -0
  162. package/icons/film.svg +1 -0
  163. package/icons/filter.svg +1 -0
  164. package/icons/fit.svg +1 -0
  165. package/icons/flag.svg +1 -0
  166. package/icons/flower.svg +1 -0
  167. package/icons/folder-add.svg +1 -0
  168. package/icons/folder-remove.svg +1 -0
  169. package/icons/folder-warning.svg +1 -0
  170. package/icons/folder.svg +1 -0
  171. package/icons/forward.svg +1 -0
  172. package/icons/glasses.svg +1 -0
  173. package/icons/grid-alt.svg +1 -0
  174. package/icons/grid-small.svg +1 -0
  175. package/icons/grid.svg +1 -0
  176. package/icons/hamburger.svg +1 -0
  177. package/icons/happy-face.svg +1 -0
  178. package/icons/hash.svg +1 -0
  179. package/icons/hdr.svg +1 -0
  180. package/icons/headphones.svg +1 -0
  181. package/icons/hearing-disability.svg +1 -0
  182. package/icons/help.svg +1 -0
  183. package/icons/history.svg +1 -0
  184. package/icons/home-alt.svg +1 -0
  185. package/icons/home-alt2.svg +1 -0
  186. package/icons/home.svg +1 -0
  187. package/icons/horn.svg +1 -0
  188. package/icons/hourglass.svg +1 -0
  189. package/icons/image.svg +1 -0
  190. package/icons/inbox-alt.svg +1 -0
  191. package/icons/inbox.svg +1 -0
  192. package/icons/index.tsx +36 -42
  193. package/icons/info.svg +1 -0
  194. package/icons/iphone.svg +1 -0
  195. package/icons/justify.svg +1 -0
  196. package/icons/key.svg +1 -0
  197. package/icons/language.svg +1 -0
  198. package/icons/laptop.svg +1 -0
  199. package/icons/layers.svg +1 -0
  200. package/icons/layout-left.svg +1 -0
  201. package/icons/layout-right.svg +1 -0
  202. package/icons/lightbulb.svg +1 -0
  203. package/icons/line-chart.svg +1 -0
  204. package/icons/link.svg +1 -0
  205. package/icons/list-alt.svg +1 -0
  206. package/icons/list-view.svg +1 -0
  207. package/icons/list.svg +1 -0
  208. package/icons/location.svg +1 -0
  209. package/icons/lock-alt-open.svg +1 -0
  210. package/icons/lock-alt.svg +1 -0
  211. package/icons/lock-open.svg +1 -0
  212. package/icons/lock.svg +1 -0
  213. package/icons/map.svg +1 -0
  214. package/icons/marker.svg +1 -0
  215. package/icons/mask.svg +1 -0
  216. package/icons/maximise.svg +1 -0
  217. package/icons/microphone.svg +1 -0
  218. package/icons/minimise.svg +1 -0
  219. package/icons/minus.svg +1 -0
  220. package/icons/moon.svg +1 -0
  221. package/icons/mouse.svg +1 -0
  222. package/icons/music.svg +1 -0
  223. package/icons/mute.svg +1 -0
  224. package/icons/neutral-face.svg +1 -0
  225. package/icons/new.svg +1 -0
  226. package/icons/news.svg +1 -0
  227. package/icons/next-alt.svg +1 -0
  228. package/icons/next.svg +1 -0
  229. package/icons/night-mode.svg +1 -0
  230. package/icons/no-entry.svg +1 -0
  231. package/icons/not-allowed.svg +1 -0
  232. package/icons/notebook.svg +1 -0
  233. package/icons/octagon.svg +1 -0
  234. package/icons/ok-circle.svg +1 -0
  235. package/icons/ok.svg +1 -0
  236. package/icons/origin.svg +1 -0
  237. package/icons/pan.svg +1 -0
  238. package/icons/paperclip.svg +1 -0
  239. package/icons/pause-circle.svg +1 -0
  240. package/icons/pause.svg +1 -0
  241. package/icons/pen.svg +1 -0
  242. package/icons/people.svg +1 -0
  243. package/icons/person-add.svg +1 -0
  244. package/icons/person-alt.svg +1 -0
  245. package/icons/person.svg +1 -0
  246. package/icons/phone.svg +1 -0
  247. package/icons/pie-chart.svg +1 -0
  248. package/icons/pizza.svg +1 -0
  249. package/icons/placeholder.svg +1 -0
  250. package/icons/plane.svg +1 -0
  251. package/icons/play.svg +1 -0
  252. package/icons/plus.svg +1 -0
  253. package/icons/poll.svg +1 -0
  254. package/icons/power.svg +1 -0
  255. package/icons/presentation.svg +1 -0
  256. package/icons/previous-alt.svg +1 -0
  257. package/icons/previous.svg +1 -0
  258. package/icons/print.svg +1 -0
  259. package/icons/qr.svg +1 -0
  260. package/icons/radio-button-selected.svg +1 -0
  261. package/icons/radio-button.svg +1 -0
  262. package/icons/radio.svg +1 -0
  263. package/icons/rain.svg +1 -0
  264. package/icons/rectangle.svg +1 -0
  265. package/icons/redo.svg +1 -0
  266. package/icons/refresh.svg +1 -0
  267. package/icons/remove.svg +1 -0
  268. package/icons/repeat.svg +1 -0
  269. package/icons/restaurant.svg +1 -0
  270. package/icons/return.svg +1 -0
  271. package/icons/retweet.svg +1 -0
  272. package/icons/rocket.svg +1 -0
  273. package/icons/rotate.svg +1 -0
  274. package/icons/rss.svg +1 -0
  275. package/icons/sad-face.svg +1 -0
  276. package/icons/save.svg +1 -0
  277. package/icons/search.svg +1 -0
  278. package/icons/send.svg +1 -0
  279. package/icons/settings.svg +1 -0
  280. package/icons/share-android.svg +1 -0
  281. package/icons/share-ios.svg +1 -0
  282. package/icons/share.svg +1 -0
  283. package/icons/shield.svg +1 -0
  284. package/icons/shift.svg +1 -0
  285. package/icons/shuffle.svg +1 -0
  286. package/icons/sign-language.svg +1 -0
  287. package/icons/signal-alt.svg +1 -0
  288. package/icons/signal.svg +1 -0
  289. package/icons/skull.svg +1 -0
  290. package/icons/smartphone.svg +1 -0
  291. package/icons/snow.svg +1 -0
  292. package/icons/sort-down.svg +1 -0
  293. package/icons/sort-up.svg +1 -0
  294. package/icons/sorting.svg +1 -0
  295. package/icons/sounds.svg +1 -0
  296. package/icons/spam.svg +1 -0
  297. package/icons/stack.svg +1 -0
  298. package/icons/star.svg +1 -0
  299. package/icons/stats-alt.svg +1 -0
  300. package/icons/stats.svg +1 -0
  301. package/icons/sticker.svg +1 -0
  302. package/icons/stop.svg +1 -0
  303. package/icons/stopwatch.svg +1 -0
  304. package/icons/suitcase-alt.svg +1 -0
  305. package/icons/suitcase.svg +1 -0
  306. package/icons/sun-cloud.svg +1 -0
  307. package/icons/sun.svg +1 -0
  308. package/icons/sunset.svg +1 -0
  309. package/icons/support-alt.svg +1 -0
  310. package/icons/support.svg +1 -0
  311. package/icons/swap-horizontal.svg +1 -0
  312. package/icons/swap-vertical.svg +1 -0
  313. package/icons/switch-off.svg +1 -0
  314. package/icons/switch-on.svg +1 -0
  315. package/icons/table-horizontal.svg +1 -0
  316. package/icons/table-vertical.svg +1 -0
  317. package/icons/tag-alt.svg +1 -0
  318. package/icons/tag.svg +1 -0
  319. package/icons/text.svg +1 -0
  320. package/icons/thermometer.svg +1 -0
  321. package/icons/thumb-down.svg +1 -0
  322. package/icons/thumb-up.svg +1 -0
  323. package/icons/thunder.svg +1 -0
  324. package/icons/time.svg +1 -0
  325. package/icons/timer.svg +1 -0
  326. package/icons/tool.svg +1 -0
  327. package/icons/train.svg +1 -0
  328. package/icons/transport.svg +1 -0
  329. package/icons/trending-down.svg +1 -0
  330. package/icons/trending-up.svg +1 -0
  331. package/icons/turn-left.svg +1 -0
  332. package/icons/turn-right.svg +1 -0
  333. package/icons/tv.svg +1 -0
  334. package/icons/typography.svg +1 -0
  335. package/icons/umbrella.svg +1 -0
  336. package/icons/undo.svg +1 -0
  337. package/icons/upload.svg +1 -0
  338. package/icons/user.svg +1 -0
  339. package/icons/verified.svg +1 -0
  340. package/icons/vertical.svg +1 -0
  341. package/icons/video.svg +1 -0
  342. package/icons/voicemail.svg +1 -0
  343. package/icons/volume-loud.svg +1 -0
  344. package/icons/volume-off.svg +1 -0
  345. package/icons/volume-quiet.svg +1 -0
  346. package/icons/walking.svg +1 -0
  347. package/icons/wallpaper.svg +1 -0
  348. package/icons/watch.svg +1 -0
  349. package/icons/wheelchair.svg +1 -0
  350. package/icons/wifi.svg +1 -0
  351. package/icons/window.svg +1 -0
  352. package/icons/wine.svg +1 -0
  353. package/icons/zoom-in.svg +1 -0
  354. package/icons/zoom-out.svg +1 -0
  355. package/index.ts +0 -2
  356. package/package.json +11 -11
  357. package/icons/icon_addresses.svg +0 -17
  358. package/icons/icon_arrow_back.svg +0 -1
  359. package/icons/icon_arrow_forward.svg +0 -1
  360. package/icons/icon_box.svg +0 -6
  361. package/icons/icon_chat.svg +0 -1
  362. package/icons/icon_checkmark.svg +0 -1
  363. package/icons/icon_checkmark_green.svg +0 -1
  364. package/icons/icon_chevron_back.svg +0 -8
  365. package/icons/icon_chevron_down.svg +0 -8
  366. package/icons/icon_chevron_left.svg +0 -8
  367. package/icons/icon_chevron_right.svg +0 -8
  368. package/icons/icon_chevron_up.svg +0 -8
  369. package/icons/icon_close.svg +0 -6
  370. package/icons/icon_close_circle.svg +0 -1
  371. package/icons/icon_customer_service.svg +0 -6
  372. package/icons/icon_email.svg +0 -1
  373. package/icons/icon_email_outline.svg +0 -6
  374. package/icons/icon_fullscreen.svg +0 -1
  375. package/icons/icon_fullscreen_exit.svg +0 -1
  376. package/icons/icon_heart.svg +0 -15
  377. package/icons/icon_home.svg +0 -6
  378. package/icons/icon_id.svg +0 -6
  379. package/icons/icon_invoice_red.svg +0 -7
  380. package/icons/icon_location_red.svg +0 -7
  381. package/icons/icon_lock.svg +0 -6
  382. package/icons/icon_menu.svg +0 -1
  383. package/icons/icon_min.svg +0 -1
  384. package/icons/icon_newspaper.svg +0 -6
  385. package/icons/icon_party.svg +0 -7
  386. package/icons/icon_person.svg +0 -6
  387. package/icons/icon_person_alt.svg +0 -6
  388. package/icons/icon_person_alt_big.svg +0 -15
  389. package/icons/icon_phone.svg +0 -1
  390. package/icons/icon_plus.svg +0 -1
  391. package/icons/icon_sad_face.svg +0 -11
  392. package/icons/icon_sad_shoppingbag.svg +0 -16
  393. package/icons/icon_search.svg +0 -1
  394. package/icons/icon_shopping_bag.svg +0 -7
  395. package/icons/icon_shutdown.svg +0 -6
  396. package/icons/icon_star.svg +0 -6
  397. package/icons/icon_star_filled_muted.svg +0 -6
  398. package/icons/icon_star_yellow.svg +0 -6
  399. package/useIntersectionObserver/index.tsx +0 -31
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="historyIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="historyIconTitle">History</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="1 12 3 14 5 12"/> <polyline points="12 7 12 12 15 15"/> <path d="M12,21 C16.9705627,21 21,16.9705627 21,12 C21,7.02943725 16.9705627,3 12,3 C7.02943725,3 3,7.02943725 3,12 C3,11.975305 3,12.3086383 3,13"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="homeAltIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="homeAltIconTitle">Home</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M3 10.182V22h18V10.182L12 2z"/> <rect width="6" height="8" x="9" y="14"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="homeAlt2IconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="homeAlt2IconTitle">Home</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M2 12L5 9.3M22 12L19 9.3M19 9.3L12 3L5 9.3M19 9.3V21H5V9.3"/> </symbol></svg>
package/icons/home.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="homeIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="homeIconTitle">Home</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M3 10.182V22h18V10.182L12 2z"/> </symbol></svg>
package/icons/horn.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="hornIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="hornIconTitle">Bullhorn</title> <symbol id="icon" viewBox="0 0 24 24"> <path stroke-linejoin="round" d="M6.5,9 C8.33333333,9 10.1666667,9 12,9 C14,9 16.3333333,7.33333333 19,4 L19,19 C16.3333333,15.6666667 14,14 12,14 C10.1666667,14 8.33333333,14 6.5,14 L6.5,14 C5.11928813,14 4,12.8807119 4,11.5 L4,11.5 C4,10.1192881 5.11928813,9 6.5,9 Z"/> <polygon points="7 14 9 20 13 20 11 14"/> <path d="M11,9 L11,14"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="hourglassIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="hourglassIconTitle">Hourglass</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M16.7647059,7.82108056 L16.7647059,5 C16.7647059,3.8954305 15.8692754,3 14.7647059,3 L9.23529412,3 C8.13072462,3 7.23529412,3.8954305 7.23529412,5 L7.23529412,7.82108056 L11.4142136,12 L7.23529412,16.1789194 L7.23529412,19 C7.23529412,20.1045695 8.13072462,21 9.23529412,21 L14.7647059,21 C15.8692754,21 16.7647059,20.1045695 16.7647059,19 L16.7647059,16.1789194 L12.5857864,12 L16.7647059,7.82108056 Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="imageIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="imageIconTitle">Image</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="18" height="18" x="3" y="3"/> <path stroke-linecap="round" d="M3 14l4-4 11 11"/> <circle cx="13.5" cy="7.5" r="2.5"/> <path stroke-linecap="round" d="M13.5 16.5L21 9"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="inboxAltIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="inboxAltIconTitle">Inbox</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M3 13H9V16H15V13H21"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M3 13L5 4H19L21 13V20H3V13Z"/> <path d="M7 7H17"/> <path d="M6.5 10H17.5"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="inboxIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="inboxIconTitle">Inbox</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M3 10H9V13H15V10H21"/> <path d="M3 10L6 4H18L21 10V20H3V10Z"/> </symbol></svg>
package/icons/index.tsx CHANGED
@@ -1,42 +1,36 @@
1
- export { default as iconAddresses } from './icon_addresses.svg'
2
- export { default as iconArrowBack } from './icon_arrow_back.svg'
3
- export { default as iconArrowForward } from './icon_arrow_forward.svg'
4
- export { default as iconBox } from './icon_box.svg'
5
- export { default as iconChat } from './icon_chat.svg'
6
- export { default as iconCheckmark } from './icon_checkmark.svg'
7
- export { default as iconCheckmarkGreen } from './icon_checkmark_green.svg'
8
- export { default as iconChevronBack } from './icon_chevron_back.svg'
9
- export { default as iconChevronDown } from './icon_chevron_down.svg'
10
- export { default as iconChevronLeft } from './icon_chevron_left.svg'
11
- export { default as iconChevronRight } from './icon_chevron_right.svg'
12
- export { default as iconChevronUp } from './icon_chevron_up.svg'
13
- export { default as iconClose } from './icon_close.svg'
14
- export { default as iconCloseCircle } from './icon_close_circle.svg'
15
- export { default as iconCustomerService } from './icon_customer_service.svg'
16
- export { default as iconEmail } from './icon_email.svg'
17
- export { default as iconEmailOutline } from './icon_email_outline.svg'
18
- export { default as iconHeart } from './icon_heart.svg'
19
- export { default as iconHome } from './icon_home.svg'
20
- export { default as iconId } from './icon_id.svg'
21
- export { default as iconInvoiceRed } from './icon_invoice_red.svg'
22
- export { default as iconLocationRed } from './icon_location_red.svg'
23
- export { default as iconLock } from './icon_lock.svg'
24
- export { default as iconMenu } from './icon_menu.svg'
25
- export { default as iconMin } from './icon_min.svg'
26
- export { default as iconNewspaper } from './icon_newspaper.svg'
27
- export { default as iconPerson } from './icon_person.svg'
28
- export { default as iconPersonAlt } from './icon_person_alt.svg'
29
- export { default as iconPersonAltBig } from './icon_person_alt_big.svg'
30
- export { default as iconPhone } from './icon_phone.svg'
31
- export { default as iconPlus } from './icon_plus.svg'
32
- export { default as iconSadFace } from './icon_sad_face.svg'
33
- export { default as iconSadShoppingBag } from './icon_sad_shoppingbag.svg'
34
- export { default as iconSearch } from './icon_search.svg'
35
- export { default as iconShoppingBag } from './icon_shopping_bag.svg'
36
- export { default as iconShutdown } from './icon_shutdown.svg'
37
- export { default as iconStar } from './icon_star.svg'
38
- export { default as iconStarFilledMuted } from './icon_star_filled_muted.svg'
39
- export { default as iconStarYellow } from './icon_star_yellow.svg'
40
- export { default as iconParty } from './icon_party.svg'
41
- export { default as iconFullscreenExit } from './icon_fullscreen_exit.svg'
42
- export { default as iconFullscreen } from './icon_fullscreen.svg'
1
+ export { default as iconSearch } from './search.svg'
2
+ export { default as iconPerson } from './person-alt.svg'
3
+ export { default as iconChevronDown } from './chevron-down.svg'
4
+ export { default as iconChevronLeft } from './chevron-left.svg'
5
+ export { default as iconChevronRight } from './chevron-right.svg'
6
+ export { default as iconChevronUp } from './chevron-up.svg'
7
+ export { default as iconAddresses } from './home-alt.svg'
8
+ export { default as iconHeart } from './favourite.svg'
9
+ export { default as iconLocation } from './location.svg'
10
+ export { default as iconInvoice } from './box-alt.svg'
11
+ export { default as iconCustomerService } from './chat.svg'
12
+ export { default as iconShoppingBag } from './bag.svg'
13
+ export { default as iconFullscreenExit } from './minimise.svg'
14
+ export { default as iconChat } from './chat-alt.svg'
15
+ export { default as iconChevronBack } from './chevron-left.svg'
16
+ export { default as iconCloseCircle } from './cancel.svg'
17
+ export { default as iconEmail } from './envelope-alt.svg'
18
+ export { default as iconCheckmark } from './ok.svg'
19
+ export { default as iconArrowBack } from './arrow-left.svg'
20
+ export { default as iconArrowForward } from './arrow-right.svg'
21
+ export { default as iconMenu } from './hamburger.svg'
22
+ export { default as iconMin } from './minus.svg'
23
+ export { default as iconPhone } from './smartphone.svg'
24
+ export { default as iconPlus } from './plus.svg'
25
+ export { default as iconClose } from './close.svg'
26
+ export { default as iconFullscreen } from './maximise.svg'
27
+ export { default as iconBox } from './box.svg'
28
+ export { default as iconHome } from './home-alt.svg'
29
+ export { default as iconId } from './credit-card.svg'
30
+ export { default as iconLock } from './lock.svg'
31
+ export { default as iconNewspaper } from './news.svg'
32
+ export { default as iconSadFace } from './sad-face.svg'
33
+ export { default as iconShutdown } from './power.svg'
34
+ export { default as iconParty } from './happy-face.svg'
35
+ export { default as iconStar } from './star.svg'
36
+ export { default as iconEmailOutline } from './envelope-alt.svg'
package/icons/info.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="infoIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="infoIconTitle">Information</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12,12 L12,15"/> <line x1="12" y1="9" x2="12" y2="9"/> <circle cx="12" cy="12" r="10"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="iphoneIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="iphoneIconTitle">iPhone</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M18,3 L18,21 C18,21.5522847 17.5522847,22 17,22 L7,22 C6.44771525,22 6,21.5522847 6,21 L6,3 C6,2.44771525 6.44771525,2 7,2 L17,2 C17.5522847,2 18,2.44771525 18,3 Z"/> <polygon points="14 2 14 3 10 3 10 2"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="justifyIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="justifyIconTitle">Justify</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M6 10L18 10M6 6L18 6M6 14L18 14M6 18L18 18"/> </symbol></svg>
package/icons/key.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="keyIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="keyIconTitle">Key</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="21 16 21 12 12 12"/> <circle cx="7" cy="12" r="4"/> <path d="M17,15 L17,12"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="languageIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="languageIconTitle">Language</title> <symbol id="icon" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="10"/> <path stroke-linecap="round" d="M12,22 C14.6666667,19.5757576 16,16.2424242 16,12 C16,7.75757576 14.6666667,4.42424242 12,2 C9.33333333,4.42424242 8,7.75757576 8,12 C8,16.2424242 9.33333333,19.5757576 12,22 Z"/> <path stroke-linecap="round" d="M2.5 9L21.5 9M2.5 15L21.5 15"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="laptopIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="laptopIconTitle">Laptop</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M20 7v11H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z"/> <path d="M2 18h20M4 17h16"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="layersIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="layersIconTitle">Layers</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12 4L20 8.00004L12 12L4 8.00004L12 4Z"/> <path d="M20 12L12 16L4 12"/> <path d="M20 16L12 20L4 16"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="layoutLeftIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="layoutLeftIconTitle">Layout Left</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="18" height="18" x="3" y="3"/> <path d="M3 8L21 8M9 8L9 21"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="layoutRightIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="layoutRightIconTitle">Layout Right</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="18" height="18" x="3" y="3"/> <path d="M3 8L21 8M9 8L9 21"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="lightBulbIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="lightBulbIconTitle">Light Bulb</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M16 12C15.3333333 12.6666667 15 14 15 16L15 17 9 17 9 16C9 14 8.66666667 12.6666667 8 12 5.6739597 9.6739597 5.41421356 6.10050506 7.75735931 3.75735931 10.1005051 1.41421356 13.8994949 1.41421356 16.2426407 3.75735931 18.5857864 6.10050506 18.4068484 9.59315157 16 12zM10 21L14 21"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="lineChartIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="lineChartIconTitle">Line Chart</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M3,16 L8,11"/> <circle cx="9" cy="10" r="1"/> <circle cx="14" cy="15" r="1"/> <path d="M10 11L13 14M15 14L21 8"/> </symbol></svg>
package/icons/link.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="linkIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="linkIconTitle">Link</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M10.5,15.5 C10.5,14.1666667 10.5,13.5 10.5,13.5 C10.5,10.7385763 8.26142375,8.5 5.5,8.5 C2.73857625,8.5 0.5,10.7385763 0.5,13.5 C0.5,13.5 0.5,14.1666667 0.5,15.5" transform="rotate(-90 5.5 12)"/> <path d="M8,12 L16,12"/> <path d="M23.5,15.5 C23.5,14.1666667 23.5,13.5 23.5,13.5 C23.5,10.7385763 21.2614237,8.5 18.5,8.5 C15.7385763,8.5 13.5,10.7385763 13.5,13.5 C13.5,13.5 13.5,14.1666667 13.5,15.5" transform="rotate(90 18.5 12)"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="listAltIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="listAltIconTitle"/> <path d="M5 15L19 15M5 19L19 19"/> <rect width="14" height="6" x="5" y="5"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="listViewIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="listViewIconTitle">List view</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M5 5H19"/> <path d="M5 19H19"/> <rect x="5" y="9" width="14" height="6"/> </symbol></svg>
package/icons/list.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="listIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="listIconTitle"/> <path d="M10 7L18 7M10 12L18 12M10 17L18 17"/> <line x1="7" y1="7" x2="7" y2="7"/> <line x1="7" y1="12" x2="7" y2="12"/> <line x1="7" y1="17" x2="7" y2="17"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="locationIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="locationIconTitle">Location</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12,21 C16,16.8 18,12.8 18,9 C18,5.6862915 15.3137085,3 12,3 C8.6862915,3 6,5.6862915 6,9 C6,12.8 8,16.8 12,21 Z"/> <circle cx="12" cy="9" r="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="lockAltOpenIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="lockAltOpenIconTitle">Lock</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M7,7.625 L7,7 C7,4.23857625 9.23857625,2 12,2 L12,2 C14.7614237,2 17,4.23857625 17,7 L17,11"/> <rect width="14" height="10" x="5" y="11"/> <circle cx="12" cy="16" r="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="lockAltIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="lockAltIconTitle">Lock</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="14" height="10" x="5" y="11"/> <path d="M12,3 L12,3 C14.7614237,3 17,5.23857625 17,8 L17,11 L7,11 L7,8 C7,5.23857625 9.23857625,3 12,3 Z"/> <circle cx="12" cy="16" r="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="lockOpenIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="lockOpenIconTitle">Lock</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M7,7.625 L7,7 C7,4.23857625 9.23857625,2 12,2 L12,2 C14.7614237,2 17,4.23857625 17,7 L17,11"/> <rect width="14" height="10" x="5" y="11"/> </symbol></svg>
package/icons/lock.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="lockIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="lockIconTitle">Lock</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="14" height="10" x="5" y="11"/> <path d="M12,3 L12,3 C14.7614237,3 17,5.23857625 17,8 L17,11 L7,11 L7,8 C7,5.23857625 9.23857625,3 12,3 Z"/> </symbol></svg>
package/icons/map.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="mapIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="mapIconTitle">Map</title> <symbol id="icon" viewBox="0 0 24 24"> <polygon points="9 19 3 21 3 5 9 3 15 5 21 3 21 18.5 15 21"/> <path stroke-linecap="round" d="M15 5L15 21M9 3L9 19"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="markerIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="markerIconTitle">Marker</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"/> <path d="M6 20L8 13H16L18 20"/> <path d="M9.5 13L11.0299 6.88057C11.2823 5.87062 12.7177 5.87062 12.9701 6.88057L14.5 13"/> </symbol></svg>
package/icons/mask.svg ADDED
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="maskIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="maskIconTitle">Mask</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"/> <path d="M8 2.83209C11.5318 4.37521 14 7.89937 14 12C14 16.1006 11.5318 19.6248 8 21.1679"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="maximiseIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="maximiseIconTitle">Maximise View</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="21 16 21 21 16 21"/> <polyline points="8 21 3 21 3 16"/> <polyline points="16 3 21 3 21 8"/> <polyline points="3 8 3 3 8 3"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="microphoneIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="microphoneIconTitle">Microphone (Voice input)</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M17 12C17 14.7614237 14.7614237 17 12 17 9.23857625 17 7 14.7614237 7 12M12 17L12 21"/> <rect width="4" height="10" x="10" y="4" rx="2"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="minimiseIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="minimiseIconTitle">Minimise View</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="8 3 8 8 3 8"/> <polyline points="21 8 16 8 16 3"/> <polyline points="3 16 8 16 8 21"/> <polyline points="16 21 16 16 21 16"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="minusIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="minusIconTitle">Minus</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M20,12 L4,12"/> </symbol></svg>
package/icons/moon.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="moonIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="moonIconTitle">Moon</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M10.423839,3 C10.1490474,3.80837289 10,4.67486099 10,5.57616098 C10,9.99443898 13.581722,13.576161 18,13.576161 C18.9013,13.576161 19.7677881,13.4271135 20.576161,13.152322 C19.5038921,16.3066875 16.516978,18.576161 13,18.576161 C8.581722,18.576161 5,14.994439 5,10.576161 C5,7.05918297 7.26947343,4.07226889 10.423839,3 Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="mouseIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="mouseIconTitle">Mouse</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M5 10L12 10M19 10L12 10M12 10L12 2.5"/> <path d="M5 9C5 5.13401 8.13401 2 12 2V2C15.866 2 19 5.13401 19 9V15C19 18.866 15.866 22 12 22V22C8.13401 22 5 18.866 5 15V9Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="musicIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="musicIconTitle">Music</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline stroke-linecap="round" points="8 18 8 6 20 3 20 16"/> <path d="M5.9470822 20.5104863C4.47941733 21.0446727 3.00094415 20.6845313 2.64481994 19.706088 2.28869572 18.7276448 3.18977746 17.5014162 4.65744233 16.9672299 6.1251072 16.4330436 7.60358037 16.793185 7.95970459 17.7716282 8.31582881 18.7500715 7.41474707 19.9763 5.9470822 20.5104863zM17.9470822 18.5104863C16.4794173 19.0446727 15.0009442 18.6845313 14.6448199 17.706088 14.2886957 16.7276448 15.1897775 15.5014162 16.6574423 14.9672299 18.1251072 14.4330436 19.6035804 14.793185 19.9597046 15.7716282 20.3158288 16.7500715 19.4147471 17.9763 17.9470822 18.5104863z"/> </symbol></svg>
package/icons/mute.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="muteIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="IconTitle">Mute</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M18 10L22 14M18 14L22 10"/> <path d="M13 5v14l-5-4H3V9h5z"/> <path stroke-linecap="round" d="M13 14c1.5-1 1.5-3 0-4"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="neutralFaceIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="neutralFaceIconTitle">Neutral Face</title> <symbol id="icon" viewBox="0 0 24 24"> <line stroke-linecap="round" x1="9" y1="9" x2="9" y2="9"/> <line stroke-linecap="round" x1="15" y1="9" x2="15" y2="9"/> <path d="M16,15 L8,15" opacity=".9"/> <circle cx="12" cy="12" r="10"/> </symbol></svg>
package/icons/new.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="newIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="newIconTitle">New</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M19 14V22H2.99997V4H13"/> <path d="M17.4608 4.03921C18.2418 3.25817 19.5082 3.25816 20.2892 4.03921L20.9608 4.71079C21.7418 5.49184 21.7418 6.75817 20.9608 7.53921L11.5858 16.9142C11.2107 17.2893 10.702 17.5 10.1716 17.5L7.5 17.5L7.5 14.8284C7.5 14.298 7.71071 13.7893 8.08579 13.4142L17.4608 4.03921Z"/> <path d="M16.25 5.25L19.75 8.75"/> </symbol></svg>
package/icons/news.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="newsIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="newsIconTitle">News</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M22 5L22 17C22 18.3333333 21.3333333 19 20 19 18.6666667 19 18 18.3333333 18 17L18 5 2 5 2 16C2 18 3 19 5 19 7 19 12 19 20 19M6 14L7 14M11 14L14 14M6 10L14 10"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="nextAltIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="nextAltIconTitle">Next</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M16 4L20 8L16 12"/> <path d="M20 8H9.5C6.46243 8 4 10.4624 4 13.5V13.5C4 16.5376 6.46243 19 9.5 19H19"/> </symbol></svg>
package/icons/next.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="nextIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="nextIconTitle">Next</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M17 11.5L6 18V5z"/> <path d="M18 18V5"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="nightModeIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="nightModeIconTitle">Night Mode</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"/> <path d="M15.899 12.899a4 4 0 0 1-4.797-4.797A4.002 4.002 0 0 0 12 16c1.9 0 3.49-1.325 3.899-3.101z"/> <path d="M12 5V3M12 21v-2"/> <path d="M5 12H2h3zM22 12h-3 3zM16.95 7.05L19.07 4.93 16.95 7.05zM4.929 19.071L7.05 16.95 4.93 19.07zM16.95 16.95l2.121 2.121-2.121-2.121zM4.929 4.929L7.05 7.05 4.93 4.93z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="noEntryIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="noEntryIconTitle">No Entry</title> <symbol id="icon" viewBox="0 0 24 24"> <polygon points="16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3"/> <rect width="10" height="4" x="7" y="10"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="notAllowedIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="notAllowedIconTitle">Not Allowed</title> <symbol id="icon" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="10"/> <path stroke-linecap="square" d="M5,5 L19,19"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="notebookIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="notebookIconTitle">Notebook</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M9 8h5"/> <path d="M18 3v18H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12z"/> <path d="M5 19v-1a1 1 0 0 1 1-1h12"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="octagonIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="octagonIconTitle">Octagon</title> <symbol id="icon" viewBox="0 0 24 24"> <polygon points="16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="circleOkIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="circleOkIconTitle">OK</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="7 13 10 16 17 9"/> <circle cx="12" cy="12" r="10"/> </symbol></svg>
package/icons/ok.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="okIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="okIconTitle">Ok</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="4 13 9 18 20 7"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="originIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="originIconTitle">Origin</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z"/> <path d="M12 2V8"/> <path d="M12 16V22"/> <path d="M2 12L8 12"/> <path d="M16 12L22 12"/> <circle cx="12" cy="12" r="1"/> </symbol></svg>
package/icons/pan.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="panIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="panIconTitle">Pan</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M20,14 L20,17 C20,19.209139 18.209139,21 16,21 L10.0216594,21 C8.75045497,21 7.55493392,20.3957659 6.80103128,19.3722467 L3.34541668,14.6808081 C2.81508416,13.9608139 2.94777982,12.950548 3.64605479,12.391928 C4.35756041,11.8227235 5.38335813,11.8798792 6.02722571,12.5246028 L8,14.5 L8,13 L8.00393081,13 L8,11 L8.0174523,6.5 C8.0174523,5.67157288 8.68902517,5 9.5174523,5 C10.3458794,5 11.0174523,5.67157288 11.0174523,6.5 L11.0174523,11 L11.0174523,4.5 C11.0174523,3.67157288 11.6890252,3 12.5174523,3 C13.3458794,3 14.0174523,3.67157288 14.0174523,4.5 L14.0174523,11 L14.0174523,5.5 C14.0174523,4.67157288 14.6890252,4 15.5174523,4 C16.3458794,4 17.0174523,4.67157288 17.0174523,5.5 L17.0174523,11 L17.0174523,7.5 C17.0174523,6.67157288 17.6890252,6 18.5174523,6 C19.3458794,6 20.0174523,6.67157288 20.0174523,7.5 L20.0058962,14 L20,14 Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="paperclipIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="paperclipIconTitle">Paperclip</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M7.93517339,13.7795989 L15.1617306,6.55304173 C16.03921,5.67631227 17.4656766,5.67631227 18.343156,6.55304173 C19.2206355,7.43052116 19.2206355,8.85773771 18.343156,9.73521714 L8.40091248,19.5477137 C6.93619681,21.0124294 4.56325242,21.0124294 3.09853675,19.5477137 C1.63382108,18.083748 1.63382108,15.7093037 3.09853675,14.245338 L12.9335328,4.53783896 C14.9839848,2.48738701 18.3094068,2.48738701 20.3568588,4.53783896 C22.4088107,6.58904088 22.4088107,9.91146301 20.3583588,11.961915 L13.2390491,19.0819746"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pauseCircleIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="pauseCircleIconTitle">Pause</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 8V16H10V8H8Z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M14 8V16H16V8H14Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="pauseIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="pauseIconTitle">Pause</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="4" height="16" x="5" y="4"/> <rect width="4" height="16" x="15" y="4"/> </symbol></svg>
package/icons/pen.svg ADDED
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="penIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="penIconTitle">Pen</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M14 17.584C15.7659 16.8124 17 15.0503 17 13C17 9 12 3 12 3C12 3 7 9 7 13C7 15.0503 8.2341 16.8124 10 17.584V21H14V17.584Z"/> <path d="M12 3V11"/> <circle cx="12" cy="12" r="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="peopleIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="peopleIconTitle">People</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M1 18C1 15.75 4 15.75 5.5 14.25 6.25 13.5 4 13.5 4 9.75 4 7.25025 4.99975 6 7 6 9.00025 6 10 7.25025 10 9.75 10 13.5 7.75 13.5 8.5 14.25 10 15.75 13 15.75 13 18M12.7918114 15.7266684C13.2840551 15.548266 13.6874862 15.3832994 14.0021045 15.2317685 14.552776 14.9665463 15.0840574 14.6659426 15.5 14.25 16.25 13.5 14 13.5 14 9.75 14 7.25025 14.99975 6 17 6 19.00025 6 20 7.25025 20 9.75 20 13.5 17.75 13.5 18.5 14.25 20 15.75 23 15.75 23 18"/> <path stroke-linecap="round" d="M12,16 C12.3662741,15.8763472 12.6302112,15.7852366 12.7918114,15.7266684"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="personAddIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="personAddIconTitle">Add user</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M1 18C1 15.75 4 15.75 5.5 14.25C6.25 13.5 4 13.5 4 9.75C4 7.25025 4.99975 6 7 6C9.00025 6 10 7.25025 10 9.75C10 13.5 7.75 13.5 8.5 14.25C10 15.75 13 15.75 13 18"/> <path d="M22 11H14"/> <path d="M18 7V15"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="personIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="personIconTitle">Person</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M4.11037234,20 C3.70345745,19.9140294 3.5,19.89734 3.5,19.5821145 L3.5,18.2495704 C3.54521277,17.9200164 3.71099291,17.6835973 3.99734042,17.540313 C4.28368794,17.3970286 6.07712765,16.5874723 9.37765956,15.1116438 C9.76950353,14.8823889 9.79964538,14.6029845 9.4680851,14.2734306 C8.97074467,13.7790997 7.50132978,12.231629 7.45611701,10.3832613 C7.41090424,8.53489363 7.45611701,7.97608478 7.45611701,7.05190093 C7.45611701,6.13043307 9.43380321,4.01244076 11.9886968,4 C14.5661968,4.01244076 16.5438829,6.13043307 16.5438829,7.05190093 C16.5438829,7.97608478 16.5890957,8.53489363 16.5438829,10.3832613 C16.4986702,12.231629 15.0292553,13.7790997 14.5319149,14.2734306 C14.2003546,14.6029845 14.2304964,14.8823889 14.6223404,15.1116438 C17.9228723,16.5874723 19.7163121,17.3970286 20.0026595,17.540313 C20.289007,17.6835973 20.4547872,17.9200164 20.5,18.2495704 L20.5,19.5821145 C20.5,19.89734 20.2965425,19.9140294 19.8896276,20 C18.0524018,20 7.65193985,20 4.11037234,20 Z" id="Path"></path></symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="personIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="personIconTitle">Person</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M4,20 C4,17 8,17 10,15 C11,14 8,14 8,9 C8,5.667 9.333,4 12,4 C14.667,4 16,5.667 16,9 C16,14 13,14 14,15 C16,17 20,17 20,20"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="phoneIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="phoneIconTitle">Phone</title> <symbol id="icon" viewBox="0 0 24 24"> <path stroke-linecap="round" d="M12.7407967,18.4035953 L15.8976569,15.246735 L21.114676,18.885324 L19.9443794,20.055614 C19.1648657,20.8351277 18.020623,21.1243165 16.9643502,20.8087683 C13.7351168,19.8440753 10.8342484,18.0754771 8.26174492,15.5029737 C5.6892452,12.930474 3.92064841,10.0296102 2.95595454,6.80038244 C2.64039085,5.74410652 2.92958124,4.59985601 3.70910009,3.82033716 L4.87939464,2.65004261 L8.51798358,7.86706169 L5.36112331,11.023922"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pieChartIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="pieChartIconTitle">Pie Chart</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"/> <path d="M12 2V12M12 22V12M12 12H22"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pizzaIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="pizzaIconTitle">Pizza</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M20 17.8564C17.5677 19.2607 14.8086 20 12 20C9.19141 20 6.43231 19.2607 4 17.8564L12 4L20 17.8564Z"/> <path d="M20 17.8564C17.5677 19.2607 14.8086 20 12 20C9.19141 20 6.43231 19.2607 4 17.8564L12 4L20 17.8564Z"/> <path d="M5.4989 15.2603C7.41127 16.3667 9.63167 17 12 17C14.3683 17 16.5887 16.3667 18.5011 15.2603"/> <circle cx="10" cy="14" r="1"/> <circle cx="13" cy="13" r="1"/> <circle cx="12" cy="10" r="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="placeholderIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="placeholderIconTitle">Placeholder</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="18" height="18" x="3" y="3"/> <path stroke-linecap="round" d="M21 21L3 3 21 21zM21 3L3 21 21 3z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="planeIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="planeIconTitle">Plane</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M18.3937 4.3638L14 7L6 5L5 6L10.5 10.5L8 14H5L4 15L6.5 16.5L7.5 17.5L9 20L10 19V16L13.5 13.5L18 19L19 18L17 10L19.6362 5.60634C19.85 5.24999 19.7939 4.79385 19.5 4.5C19.2061 4.20615 18.75 4.14999 18.3937 4.3638Z"/> </symbol></svg>
package/icons/play.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="playIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="playIconTitle">Play</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M20 12L5 21V3z"/> </symbol></svg>
package/icons/plus.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="plusIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="plusIconTitle">Plus</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M20 12L4 12M12 4L12 20"/> </symbol></svg>
package/icons/poll.svg ADDED
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pollIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="pollIconTitle">Poll</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M4 4V20"/> <path d="M4 6H15V10H4"/> <path d="M4 10H19V14H4"/> <path d="M4 14H12V18H4"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="powerIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="powerIconTitle">Power</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12 2L12 11M18.363961 5.63603897C21.8786797 9.15075759 21.8786797 14.8492424 18.363961 18.363961 14.8492424 21.8786797 9.15075759 21.8786797 5.63603897 18.363961 2.12132034 14.8492424 2.12132034 9.15075759 5.63603897 5.63603897"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="presentationIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="presentationIconTitle">Presentation</title> <symbol id="icon" viewBox="0 0 24 24"> <rect x="6" y="8" width="12" height="7"/> <path d="M6 5H12M18 5H12M12 5V4"/> <path d="M6 18H8M18 18H16M12 18V21M12 18H8M12 18H16M8 18L6 21M16 18L18 21"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="previousAltIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="previousAltIconTitle">Previous</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M8 4L4 8L8 12"/> <path d="M4 8H14.5C17.5376 8 20 10.4624 20 13.5V13.5C20 16.5376 17.5376 19 14.5 19H5"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="previousIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="previousIconTitle">Previous</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M7 11.5L18 18V5z"/> <path d="M6 18V5"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="printIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="printIconTitle">print</title> <symbol id="icon" viewBox="0 0 24 24"> <polygon points="17 14 17 21 7 21 7 14"/> <polygon points="17 3 17 9 7 9 7 3"/> <polyline points="7 18 3 18 3 9 3 9 21 9 21 18 17 18"/> </symbol></svg>
package/icons/qr.svg ADDED
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="qrIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="qrIconTitle">QR Code</title> <symbol id="icon" viewBox="0 0 24 24"> <rect x="10" y="3" width="7" height="7" transform="rotate(90 10 3)"/> <rect width="1" height="1" transform="matrix(-1 0 0 1 7 6)"/> <rect x="10" y="14" width="7" height="7" transform="rotate(90 10 14)"/> <rect x="6" y="17" width="1" height="1"/> <rect x="14" y="20" width="1" height="1"/> <rect x="17" y="17" width="1" height="1"/> <rect x="14" y="14" width="1" height="1"/> <rect x="20" y="17" width="1" height="1"/> <rect x="20" y="14" width="1" height="1"/> <rect x="20" y="20" width="1" height="1"/> <rect x="21" y="3" width="7" height="7" transform="rotate(90 21 3)"/> <rect x="17" y="6" width="1" height="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="radioSelectedIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="radioSelectedIconTitle">Radio button (selected)</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="radioIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="radioIconTitle">Radio button</title> <symbol id="icon" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="radioIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="radioIconTitle">Radio</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M5.44972845 6C2.18342385 9.2663046 2.18342385 14.7336954 5.44972845 18M8.59918369 8C6.46693877 10.1322449 6.46693877 13.8677551 8.59918369 16M18.5502716 18C21.8165761 14.7336954 21.8165761 9.2663046 18.5502716 6M15.4008163 16C17.5330612 13.8677551 17.5330612 10.1322449 15.4008163 8"/> <circle cx="12" cy="12" r="1"/> </symbol></svg>
package/icons/rain.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="rainIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="rainIconTitle">Rain</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M16 18l1 3m-4-3l1 3m-4-3l1 3m8.051-3.043C20.5 17.97 22 16.245 22 14.5a3.5 3.5 0 0 0-3.079-3.475 6.002 6.002 0 0 0-11.21-1.86A4.504 4.504 0 0 0 2 13.5c0 2.311 1.5 4.47 3.986 4.47H7"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="rectangleIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="rectangleIconTitle">Rectangle</title> <symbol id="icon" viewBox="0 0 24 24"> <rect width="18" height="18" x="3" y="3"/> </symbol></svg>
package/icons/redo.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="redoIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="redoIconTitle">Redo last undone action</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M16 15h5v-5"/> <path d="M19 13C14 8 6.425 8.725 3 14"/> <path stroke-linecap="round" d="M21 15l-2-2"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="refreshIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="refreshIconTitle">Refresh</title> <symbol id="icon" viewBox="0 0 24 24"> <polyline points="22 12 19 15 16 12"/> <path d="M11,20 C6.581722,20 3,16.418278 3,12 C3,7.581722 6.581722,4 11,4 C15.418278,4 19,7.581722 19,12 L19,14"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="removeIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="removeIconTitle">Remove</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M17,12 L7,12"/> <circle cx="12" cy="12" r="10"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="repeatIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="repeatIconTitle">Repeat</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M2 13.0399V11C2 7.68629 4.68629 5 8 5H21V5"/> <path d="M19 2L22 5L19 8"/> <path d="M22 9.98004V12.02C22 15.3337 19.3137 18.02 16 18.02H3V18.02"/> <path d="M5 21L2 18L5 15"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="restaurantIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="restaurantIconTitle">Restaurant</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M8 4L8 20M18 12C16 11.3333333 15 10 15 8 15 6 16 4.66666667 18 4L18 20 18 12zM5 4L5 7C5 8.65685425 6.34314575 10 8 10L8 10C9.65685425 10 11 8.65685425 11 7L11 4"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="returnIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="returnIconTitle">Return</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M19,8 L19,11 C19,12.1045695 18.1045695,13 17,13 L6,13"/> <polyline points="8 16 5 13 8 10"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="retweetIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="retweetIconTitle">Retweet</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M13 18L6 18L6 7"/> <path d="M3 9L6 6L9 9"/> <path d="M11 6L18 6L18 17"/> <path d="M21 15L18 18L15 15"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="rocketIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" color="#2329D6"> <title id="rocketIconTitle">Rocket</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12.7526 9.92418C12.2059 10.2861 11.679 10.7057 11.1924 11.1924C10.4754 11.9093 10.4947 11.9482 9.85359 12.682M12.7526 9.92418C16.178 7.65685 20.3848 7.65685 20.3848 7.65685C20.3848 7.65685 20.3848 11.8636 18.1174 15.289M12.7526 9.92418L18.1174 15.289M18.1174 15.289C17.7555 15.8358 17.3359 16.3626 16.8492 16.8492C16.1323 17.5662 16.0934 17.5469 15.3596 18.188M6.11523 17.429C5.74278 17.9526 5.53552 18.2635 5.53552 18.2635L9.77816 22.5061C9.77816 22.5061 10.0891 22.2988 10.6127 21.9264M6.11523 17.429L2.70709 14.0208L8.36394 11.1924L9.85359 12.682M6.11523 17.429C6.83965 16.4105 8.18898 14.5874 9.85359 12.682M10.6127 21.9264L14.0208 25.3345L16.8492 19.6777L15.3596 18.188M10.6127 21.9264C11.6311 21.202 13.4542 19.8526 15.3596 18.188"/> <path d="M5.00003 23C5.35031 21.5825 5.99994 21.0001 6.5 21.5C7.00003 22 6.41751 22.6497 5.00003 23Z"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="rotateIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="rotateIconTitle">Rotate</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M22 12l-3 3-3-3"/> <path d="M2 12l3-3 3 3"/> <path d="M19.016 14v-1.95A7.05 7.05 0 0 0 8 6.22"/> <path d="M16.016 17.845A7.05 7.05 0 0 1 5 12.015V10"/> <path stroke-linecap="round" d="M5 10V9"/> <path stroke-linecap="round" d="M19 15v-1"/> </symbol></svg>
package/icons/rss.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="rssIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="rssIconTitle">RSS</title> <symbol id="icon" viewBox="0 0 24 24"> <line x1="6" y1="18" x2="6" y2="18" stroke-linecap="round"/> <path d="M10 18C10 15.790861 8.209139 14 6 14M14 18C14 13.581722 10.418278 10 6 10M18 18C18 11.372583 12.627417 6 6 6"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="sadFaceIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="sadFaceIconTitle">sad Face</title> <symbol id="icon" viewBox="0 0 24 24"> <line stroke-linecap="round" x1="9" y1="9" x2="9" y2="9"/> <line stroke-linecap="round" x1="15" y1="9" x2="15" y2="9"/> <path d="M8,16 C9.33333333,15.3333333 10.6656028,15.0003822 11.9968085,15.0011466 C13.3322695,15.0003822 14.6666667,15.3333333 16,16"/> <circle cx="12" cy="12" r="10"/> </symbol></svg>
package/icons/save.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="saveIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="saveIconTitle">Save</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M17.2928932,3.29289322 L21,7 L21,20 C21,20.5522847 20.5522847,21 20,21 L4,21 C3.44771525,21 3,20.5522847 3,20 L3,4 C3,3.44771525 3.44771525,3 4,3 L16.5857864,3 C16.8510029,3 17.1053568,3.10535684 17.2928932,3.29289322 Z"/> <rect width="10" height="8" x="7" y="13"/> <rect width="8" height="5" x="8" y="3"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="searchIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="searchIconTitle">Search</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M14.4121122,14.4121122 L20,20"/> <circle cx="10" cy="10" r="6"/> </symbol></svg>
package/icons/send.svg ADDED
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="sendIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="sendIconTitle">Send</title> <symbol id="icon" viewBox="0 0 24 24"> <polygon points="21.368 12.001 3 21.609 3 14 11 12 3 9.794 3 2.394"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="settingsIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="settingsIconTitle">Settings</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M5.03506429,12.7050339 C5.01187484,12.4731696 5,12.2379716 5,12 C5,11.7620284 5.01187484,11.5268304 5.03506429,11.2949661 L3.20577137,9.23205081 L5.20577137,5.76794919 L7.9069713,6.32070904 C8.28729123,6.0461342 8.69629298,5.80882212 9.12862533,5.61412402 L10,3 L14,3 L14.8713747,5.61412402 C15.303707,5.80882212 15.7127088,6.0461342 16.0930287,6.32070904 L18.7942286,5.76794919 L20.7942286,9.23205081 L18.9649357,11.2949661 C18.9881252,11.5268304 19,11.7620284 19,12 C19,12.2379716 18.9881252,12.4731696 18.9649357,12.7050339 L20.7942286,14.7679492 L18.7942286,18.2320508 L16.0930287,17.679291 C15.7127088,17.9538658 15.303707,18.1911779 14.8713747,18.385876 L14,21 L10,21 L9.12862533,18.385876 C8.69629298,18.1911779 8.28729123,17.9538658 7.9069713,17.679291 L5.20577137,18.2320508 L3.20577137,14.7679492 L5.03506429,12.7050339 Z"/> <circle cx="12" cy="12" r="1"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="shareAndroidIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="shareAndroidIconTitle">Share</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M16 8L8 11 16 8zM16 16L8 13 16 16z"/> <circle cx="6" cy="12" r="2"/> <circle cx="18" cy="7" r="2"/> <circle cx="18" cy="17" r="2"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg role="img" xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" aria-labelledby="shareiOSIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="shareiOSIconTitle">Share</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12,3 L12,15"/> <polyline points="9 5 12 2 15 5"/> <rect width="12" height="12" x="6" y="9"/> </symbol></svg>
@@ -0,0 +1 @@
1
+ <svg width="48px" height="48px" xmlns="http://www.w3.org/2000/svg" aria-labelledby="shareIconTitle" stroke="#2329D6" stroke-width="1" stroke-linecap="square" stroke-linejoin="miter" fill="none" color="#2329D6"> <title id="shareIconTitle">Share</title> <symbol id="icon" viewBox="0 0 24 24"> <path d="M12 14V6"/> <path d="M9 8L12 5L15 8"/> <path d="M5 13V18H19V13"/> </symbol></svg>