ready_boot_dash 1.0.0

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 (80) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +6 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +199 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/ready_boot_dash/version.rb +3 -0
  10. data/lib/ready_boot_dash.rb +5 -0
  11. data/ready_boot_dash.gemspec +31 -0
  12. data/vendor/assets/images/.keep +0 -0
  13. data/vendor/assets/images/menu.png +0 -0
  14. data/vendor/assets/images/menu2.png +0 -0
  15. data/vendor/assets/images/profile.jpg +0 -0
  16. data/vendor/assets/javascripts/migrate-template/core/bootstrap.min.js +7 -0
  17. data/vendor/assets/javascripts/migrate-template/core/jquery.3.2.1.min.js +4 -0
  18. data/vendor/assets/javascripts/migrate-template/core/popper.min.js +4 -0
  19. data/vendor/assets/javascripts/migrate-template/demo.js +163 -0
  20. data/vendor/assets/javascripts/migrate-template/plugin/bootstrap-notify/bootstrap-notify.min.js +1 -0
  21. data/vendor/assets/javascripts/migrate-template/plugin/bootstrap-toggle/bootstrap-toggle.min.js +9 -0
  22. data/vendor/assets/javascripts/migrate-template/plugin/chart-circle/circles.min.js +7 -0
  23. data/vendor/assets/javascripts/migrate-template/plugin/chartist/chartist.min.js +10 -0
  24. data/vendor/assets/javascripts/migrate-template/plugin/chartist/plugin/chartist-plugin-tooltip.min.js +213 -0
  25. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/jquery.mapael.min.js +4 -0
  26. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/README.txt +3 -0
  27. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/france_departments.js +165 -0
  28. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/france_departments.min.js +5 -0
  29. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/usa_states.js +148 -0
  30. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/usa_states.min.js +2 -0
  31. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries.js +229 -0
  32. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries.min.js +5 -0
  33. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_mercator.js +285 -0
  34. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_mercator.min.js +4 -0
  35. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_miller.js +322 -0
  36. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_miller.min.js +3 -0
  37. data/vendor/assets/javascripts/migrate-template/plugin/jquery-scrollbar/jquery.scrollbar.min.js +16 -0
  38. data/vendor/assets/javascripts/migrate-template/plugin/jquery-ui-1.12.1.custom/jquery-ui.min.js +8 -0
  39. data/vendor/assets/javascripts/migrate-template/ready.js +57 -0
  40. data/vendor/assets/javascripts/migrate-template/ready.min.js +2 -0
  41. data/vendor/assets/javascripts/ready_boot_dash.js +17 -0
  42. data/vendor/assets/javascripts/vendor/gijgo.min.js +1 -0
  43. data/vendor/assets/javascripts/vendor/moment.js +4506 -0
  44. data/vendor/assets/javascripts/vendor/pcsFormatNumber.jquery.js +44 -0
  45. data/vendor/assets/stylesheets/admin/accounts.scss +3 -0
  46. data/vendor/assets/stylesheets/admin/categories.scss +3 -0
  47. data/vendor/assets/stylesheets/admin/customers.scss +3 -0
  48. data/vendor/assets/stylesheets/admin/dashboards.scss +3 -0
  49. data/vendor/assets/stylesheets/admin/invoices.scss +3 -0
  50. data/vendor/assets/stylesheets/admin/payments.scss +3 -0
  51. data/vendor/assets/stylesheets/admin/products.scss +3 -0
  52. data/vendor/assets/stylesheets/admin/taxes.scss +3 -0
  53. data/vendor/assets/stylesheets/admin/vendors.scss +3 -0
  54. data/vendor/assets/stylesheets/core-style.css +1753 -0
  55. data/vendor/assets/stylesheets/fonts/gijgo-material.eot +0 -0
  56. data/vendor/assets/stylesheets/fonts/gijgo-material.svg +91 -0
  57. data/vendor/assets/stylesheets/fonts/gijgo-material.ttf +0 -0
  58. data/vendor/assets/stylesheets/fonts/gijgo-material.woff +0 -0
  59. data/vendor/assets/stylesheets/fonts/line-awesome.eot +0 -0
  60. data/vendor/assets/stylesheets/fonts/line-awesome.svg +2628 -0
  61. data/vendor/assets/stylesheets/fonts/line-awesome.ttf +0 -0
  62. data/vendor/assets/stylesheets/fonts/line-awesome.woff +0 -0
  63. data/vendor/assets/stylesheets/fonts/line-awesome.woff2 +0 -0
  64. data/vendor/assets/stylesheets/migrate-template/bootstrap.min.css +7 -0
  65. data/vendor/assets/stylesheets/migrate-template/demo.css +101 -0
  66. data/vendor/assets/stylesheets/migrate-template/pagination.css +104 -0
  67. data/vendor/assets/stylesheets/migrate-template/ready.css +6674 -0
  68. data/vendor/assets/stylesheets/migrate-template/ready.min.css +15 -0
  69. data/vendor/assets/stylesheets/ready_boot_dash.scss +62 -0
  70. data/vendor/assets/stylesheets/vendor/animate.css +12 -0
  71. data/vendor/assets/stylesheets/vendor/bootstrap.min.css +7 -0
  72. data/vendor/assets/stylesheets/vendor/classy-nav.min.css +1 -0
  73. data/vendor/assets/stylesheets/vendor/font-awesome.min.css +4 -0
  74. data/vendor/assets/stylesheets/vendor/gijgo.css +2689 -0
  75. data/vendor/assets/stylesheets/vendor/jquery-ui.min.css +7 -0
  76. data/vendor/assets/stylesheets/vendor/magnific-popup.css +1 -0
  77. data/vendor/assets/stylesheets/vendor/nice-select.css +185 -0
  78. data/vendor/assets/stylesheets/vendor/owl.carousel.css +216 -0
  79. data/vendor/assets/stylesheets/vendor/style.css +13 -0
  80. metadata +207 -0
@@ -0,0 +1,91 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="gijgo-material" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="880.64" descent="-143.36" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="undo" d="M533.333 554.667c-113.067 0-215.467-42.24-294.4-110.933l-153.6 153.6v-384h384l-154.453 154.453c59.307 49.493 134.827 80.213 218.453 80.213 151.040 0 279.467-98.56 324.267-234.667l101.12 33.28c-59.307 178.773-226.987 308.053-425.387 308.053z" />
11
+ <glyph unicode="&#xe901;" glyph-name="vertical-align-top" d="M341.333 426.667h128v-426.667h85.333v426.667h128l-170.667 170.667-170.667-170.667zM170.667 768v-85.333h682.667v85.333h-682.667z" />
12
+ <glyph unicode="&#xe902;" glyph-name="vertical-align-center" d="M341.333 85.333h128v-170.667h85.333v170.667h128l-170.667 170.667-170.667-170.667zM682.667 682.667h-128v170.667h-85.333v-170.667h-128l170.667-170.667 170.667 170.667zM170.667 426.667v-85.333h682.667v85.333h-682.667z" />
13
+ <glyph unicode="&#xe903;" glyph-name="vertical-align-bottom" d="M682.667 341.333h-128v426.667h-85.333v-426.667h-128l170.667-170.667 170.667 170.667zM170.667 85.333v-85.333h682.667v85.333h-682.667z" />
14
+ <glyph unicode="&#xe904;" glyph-name="arrow-dropup" d="M298.667 298.667l213.333 213.333 213.333-213.333z" />
15
+ <glyph unicode="&#xe905;" glyph-name="clock" d="M511.573 810.667c-235.52 0-426.24-191.147-426.24-426.667s190.72-426.667 426.24-426.667c235.947 0 427.093 191.147 427.093 426.667s-191.147 426.667-427.093 426.667zM512 42.667c-188.587 0-341.333 152.747-341.333 341.333s152.747 341.333 341.333 341.333 341.333-152.747 341.333-341.333-152.747-341.333-341.333-341.333zM533.333 597.333h-64v-256l224-134.4 32 52.48-192 113.92z" />
16
+ <glyph unicode="&#xe906;" glyph-name="refresh" d="M753.067 625.067c-61.867 61.867-146.773 100.267-241.067 100.267-188.587 0-340.907-152.747-340.907-341.333s152.32-341.333 340.907-341.333c159.147 0 291.84 108.8 329.813 256h-88.747c-34.987-99.413-129.707-170.667-241.067-170.667-141.227 0-256 114.773-256 256s114.773 256 256 256c70.827 0 133.973-29.44 180.053-75.947l-137.387-137.387h298.667v298.667l-100.267-100.267z" />
17
+ <glyph unicode="&#xe907;" glyph-name="last-page" d="M238.507 579.84l195.84-195.84-195.84-195.84 60.16-60.16 256 256-256 256zM682.667 640h85.333v-512h-85.333z" />
18
+ <glyph unicode="&#xe908;" glyph-name="first-page" d="M785.493 188.16l-195.84 195.84 195.84 195.84-60.16 60.16-256-256 256-256zM256 640h85.333v-512h-85.333z" />
19
+ <glyph unicode="&#xe909;" glyph-name="cancel" d="M512 810.667c-235.947 0-426.667-190.72-426.667-426.667s190.72-426.667 426.667-426.667 426.667 190.72 426.667 426.667-190.72 426.667-426.667 426.667zM725.333 230.827l-60.16-60.16-153.173 153.173-153.173-153.173-60.16 60.16 153.173 153.173-153.173 153.173 60.16 60.16 153.173-153.173 153.173 153.173 60.16-60.16-153.173-153.173 153.173-153.173z" />
20
+ <glyph unicode="&#xe90a;" glyph-name="clear" d="M810.667 622.507l-60.16 60.16-238.507-238.507-238.507 238.507-60.16-60.16 238.507-238.507-238.507-238.507 60.16-60.16 238.507 238.507 238.507-238.507 60.16 60.16-238.507 238.507z" />
21
+ <glyph unicode="&#xe90b;" glyph-name="check-circle" d="M512 810.667c-235.52 0-426.667-191.147-426.667-426.667s191.147-426.667 426.667-426.667 426.667 191.147 426.667 426.667-191.147 426.667-426.667 426.667zM426.667 170.667l-213.333 213.333 60.16 60.16 153.173-152.747 323.84 323.84 60.16-60.587-384-384z" />
22
+ <glyph unicode="&#xe90c;" glyph-name="delete" d="M256 85.333c0-46.933 38.4-85.333 85.333-85.333h341.333c46.933 0 85.333 38.4 85.333 85.333v512h-512v-512zM810.667 725.333h-149.333l-42.667 42.667h-213.333l-42.667-42.667h-149.333v-85.333h597.333v85.333z" />
23
+ <glyph unicode="&#xe90d;" glyph-name="arrow-upward" d="M170.667 384l60.16-60.16 238.507 238.080v-519.253h85.333v519.253l238.080-238.507 60.587 60.587-341.333 341.333-341.333-341.333z" />
24
+ <glyph unicode="&#xe90e;" glyph-name="arrow-forward" d="M512 725.333l-60.16-60.16 238.080-238.507h-519.253v-85.333h519.253l-238.080-238.507 60.16-60.16 341.333 341.333z" />
25
+ <glyph unicode="&#xe90f;" glyph-name="arrow-downward" d="M853.333 384l-60.16 60.16-238.507-238.080v519.253h-85.333v-519.253l-238.080 238.507-60.587-60.587 341.333-341.333 341.333 341.333z" />
26
+ <glyph unicode="&#xe910;" glyph-name="arrow-back" d="M853.333 426.667h-519.253l238.507 238.507-60.587 60.16-341.333-341.333 341.333-341.333 60.16 60.16-238.080 238.507h519.253v85.333z" />
27
+ <glyph unicode="&#xe911;" glyph-name="list-numbered" d="M85.333 170.667h85.333v-21.333h-42.667v-42.667h42.667v-21.333h-85.333v-42.667h128v170.667h-128v-42.667zM128 554.667h42.667v170.667h-85.333v-42.667h42.667v-128zM85.333 426.667h76.8l-76.8-89.6v-38.4h128v42.667h-76.8l76.8 89.6v38.4h-128v-42.667zM298.667 682.667v-85.333h597.333v85.333h-597.333zM298.667 85.333h597.333v85.333h-597.333v-85.333zM298.667 341.333h597.333v85.333h-597.333v-85.333z" />
28
+ <glyph unicode="&#xe912;" glyph-name="list-bulleted" d="M170.667 448c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zM170.667 704c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zM170.667 192c-35.413 0-64-29.013-64-64s29.013-64 64-64 64 29.013 64 64-28.587 64-64 64zM298.667 85.333h597.333v85.333h-597.333v-85.333zM298.667 341.333h597.333v85.333h-597.333v-85.333zM298.667 682.667v-85.333h597.333v85.333h-597.333z" />
29
+ <glyph unicode="&#xe913;" glyph-name="indent-increase" d="M128 0h768v85.333h-768v-85.333zM128 554.667v-341.333l170.667 170.667-170.667 170.667zM469.333 170.667h426.667v85.333h-426.667v-85.333zM128 768v-85.333h768v85.333h-768zM469.333 512h426.667v85.333h-426.667v-85.333zM469.333 341.333h426.667v85.333h-426.667v-85.333z" />
30
+ <glyph unicode="&#xe914;" glyph-name="indent-decrease" d="M469.333 170.667h426.667v85.333h-426.667v-85.333zM128 384l170.667-170.667v341.333l-170.667-170.667zM128 0h768v85.333h-768v-85.333zM128 768v-85.333h768v85.333h-768zM469.333 512h426.667v85.333h-426.667v-85.333zM469.333 341.333h426.667v85.333h-426.667v-85.333z" />
31
+ <glyph unicode="&#xe915;" glyph-name="redo" d="M785.067 443.733c-78.933 68.693-181.333 110.933-294.4 110.933-198.4 0-366.080-129.28-424.96-308.053l100.693-33.28c44.8 136.107 172.8 234.667 324.267 234.667 83.2 0 159.147-30.72 218.453-80.213l-154.453-154.453h384v384l-153.6-153.6z" />
32
+ <glyph unicode="&#xe916;" glyph-name="align-right" d="M128 0h768v85.333h-768v-85.333zM384 170.667h512v85.333h-512v-85.333zM128 341.333h768v85.333h-768v-85.333zM384 512h512v85.333h-512v-85.333zM128 768v-85.333h768v85.333h-768z" />
33
+ <glyph unicode="&#xe917;" glyph-name="align-left" d="M640 256h-512v-85.333h512v85.333zM640 597.333h-512v-85.333h512v85.333zM128 341.333h768v85.333h-768v-85.333zM128 0h768v85.333h-768v-85.333zM128 768v-85.333h768v85.333h-768z" />
34
+ <glyph unicode="&#xe918;" glyph-name="align-justify" d="M128 0h768v85.333h-768v-85.333zM128 170.667h768v85.333h-768v-85.333zM128 341.333h768v85.333h-768v-85.333zM128 512h768v85.333h-768v-85.333zM128 768v-85.333h768v85.333h-768z" />
35
+ <glyph unicode="&#xe919;" glyph-name="align-center" d="M298.667 256v-85.333h426.667v85.333h-426.667zM128 0h768v85.333h-768v-85.333zM128 341.333h768v85.333h-768v-85.333zM298.667 597.333v-85.333h426.667v85.333h-426.667zM128 768v-85.333h768v85.333h-768z" />
36
+ <glyph unicode="&#xe91a;" glyph-name="strikethrough" d="M308.907 522.667c-11.093 20.48-16.64 43.947-16.64 71.253 0 26.027 5.547 49.493 17.067 71.253 11.093 21.333 26.88 39.68 47.36 55.040 20.48 14.933 44.8 26.88 72.533 35.413 28.16 8.107 59.307 12.373 93.013 12.373 34.56 0 65.707-4.693 94.293-14.507 28.16-9.387 52.48-23.040 72.107-40.107 20.053-17.067 35.413-37.547 46.080-61.013s16.213-49.067 16.213-77.227h-128.427c0 13.227-2.133 25.173-6.4 36.267-3.84 11.52-10.24 20.907-18.773 29.013s-19.2 14.080-32 18.773c-12.8 4.267-28.16 6.827-45.227 6.827-16.64 0-31.573-1.707-43.947-5.547s-22.613-8.96-30.72-15.36c-8.107-6.827-14.507-14.507-18.773-23.467s-6.4-18.347-6.4-28.16c0-20.48 10.667-37.547 31.573-51.627 16.213-10.667 32.853-20.48 60.16-29.867h-196.693c-2.133 3.413-4.693 7.253-6.4 10.667zM896 384v85.333h-768v-85.333h410.453c7.68-2.987 17.067-5.973 23.467-8.533 15.787-7.253 28.16-14.507 37.12-21.76s14.933-15.36 18.347-24.32c2.987-8.533 4.693-18.347 4.693-29.44 0-9.813-2.133-19.2-5.973-28.16-3.84-8.533-9.813-16.213-17.92-22.613s-17.92-11.093-30.293-14.933c-12.373-3.413-26.88-5.547-43.093-5.547-18.347 0-35.413 1.707-50.347 5.547s-28.16 9.813-38.827 17.92c-10.667 8.107-19.2 18.773-25.173 32s-10.667 32.427-10.667 51.627h-126.72c0-23.467 3.413-48.213 10.24-67.413s15.787-36.267 27.733-51.627c11.947-14.933 25.6-28.16 41.813-39.253 15.787-11.093 33.28-20.48 52.053-27.733s38.4-12.8 58.88-16.64c20.48-3.413 40.96-5.547 61.44-5.547 34.133 0 65.28 3.84 93.013 11.947s51.627 19.2 71.253 33.707c19.627 14.507 34.987 32.853 45.653 54.187s16.213 45.653 16.213 72.96c0 25.6-4.267 48.64-13.227 68.693-2.133 4.693-4.693 9.813-7.253 14.080h165.12z" />
37
+ <glyph unicode="&#xe91b;" glyph-name="italic" d="M426.667 725.333v-128h94.293l-145.92-341.333h-119.040v-128h341.333v128h-94.293l145.92 341.333h119.040v128z" />
38
+ <glyph unicode="&#xe91c;" glyph-name="underlined" d="M512 170.667c141.227 0 256 114.773 256 256v341.333h-106.667v-341.333c0-82.347-66.987-149.333-149.333-149.333s-149.333 66.987-149.333 149.333v341.333h-106.667v-341.333c0-141.227 114.773-256 256-256zM213.333 85.333v-85.333h597.333v85.333h-597.333z" />
39
+ <glyph unicode="&#xe91d;" glyph-name="bold" d="M665.6 435.627c41.387 28.587 70.4 75.52 70.4 119.040 0 96.427-74.667 170.667-170.667 170.667h-266.667v-597.333h300.373c89.173 0 158.293 72.533 158.293 161.707 0 64.853-36.693 120.32-91.733 145.92zM426.667 618.667h128c35.413 0 64-28.587 64-64s-28.587-64-64-64h-128v128zM576 234.667h-149.333v128h149.333c35.413 0 64-28.587 64-64s-28.587-64-64-64z" />
40
+ <glyph unicode="&#xe91e;" glyph-name="arrow-dropdown" d="M298.667 469.333l213.333-213.333 213.333 213.333z" />
41
+ <glyph unicode="&#xe91f;" glyph-name="done" d="M384 204.8l-179.2 179.2-59.733-59.733 238.933-238.933 512 512-59.733 59.733-452.267-452.267z" />
42
+ <glyph unicode="&#xe920;" glyph-name="pencil" d="M128 160v-160h160l471.893 471.893-160 160-471.893-471.893zM883.627 595.627c16.64 16.64 16.64 43.52 0 60.16l-99.84 99.84c-16.64 16.64-43.52 16.64-60.16 0l-78.080-78.080 160-160 78.080 78.080z" />
43
+ <glyph unicode="&#xe921;" glyph-name="minus" d="M810.667 341.333h-597.333v85.333h597.333v-85.333z" />
44
+ <glyph unicode="&#xe922;" glyph-name="plus" d="M810.667 341.333h-256v-256h-85.333v256h-256v85.333h256v256h85.333v-256h256v-85.333z" />
45
+ <glyph unicode="&#xe923;" glyph-name="chevron-up" d="M316.16 238.507l195.84 195.413 195.84-195.413 60.16 60.16-256 256-256-256z" />
46
+ <glyph unicode="&#xe924;" glyph-name="chevron-right" d="M366.507 198.827l195.413 195.84-195.413 195.84 60.16 60.16 256-256-256-256z" />
47
+ <glyph unicode="&#xe925;" glyph-name="chevron-down" d="M316.16 561.493l195.84-195.413 195.84 195.413 60.16-60.16-256-256-256 256z" />
48
+ <glyph unicode="&#xe926;" glyph-name="chevron-left" d="M657.493 209.493l-195.413 195.84 195.413 195.84-60.16 60.16-256-256 256-256z" />
49
+ <glyph unicode="&#xe927;" glyph-name="event" d="M725.333 384h-213.333v-213.333h213.333v213.333zM682.667 853.333v-85.333h-341.333v85.333h-85.333v-85.333h-42.667c-47.36 0-84.907-38.4-84.907-85.333l-0.427-597.333c0-46.933 37.973-85.333 85.333-85.333h597.333c46.933 0 85.333 38.4 85.333 85.333v597.333c0 46.933-38.4 85.333-85.333 85.333h-42.667v85.333h-85.333zM810.667 85.333h-597.333v469.333h597.333v-469.333z" />
50
+ <glyph unicode="" glyph-name="event" d="M725.333 384h-213.333v-213.333h213.333v213.333zM682.667 853.333v-85.333h-341.333v85.333h-85.333v-85.333h-42.667c-47.36 0-84.907-38.4-84.907-85.333l-0.427-597.333c0-46.933 37.973-85.333 85.333-85.333h597.333c46.933 0 85.333 38.4 85.333 85.333v597.333c0 46.933-38.4 85.333-85.333 85.333h-42.667v85.333h-85.333zM810.667 85.333h-597.333v469.333h597.333v-469.333z" />
51
+ <glyph unicode="vertical-align-top" glyph-name="vertical-align-top" d="M341.333 426.667h128v-426.667h85.333v426.667h128l-170.667 170.667-170.667-170.667zM170.667 768v-85.333h682.667v85.333h-682.667z" />
52
+ <glyph unicode="vertical-align-center" glyph-name="vertical-align-center" d="M341.333 85.333h128v-170.667h85.333v170.667h128l-170.667 170.667-170.667-170.667zM682.667 682.667h-128v170.667h-85.333v-170.667h-128l170.667-170.667 170.667 170.667zM170.667 426.667v-85.333h682.667v85.333h-682.667z" />
53
+ <glyph unicode="vertical-align-bottom" glyph-name="vertical-align-bottom" d="M682.667 341.333h-128v426.667h-85.333v-426.667h-128l170.667-170.667 170.667 170.667zM170.667 85.333v-85.333h682.667v85.333h-682.667z" />
54
+ <glyph unicode="undo" glyph-name="undo" d="M533.333 554.667c-113.067 0-215.467-42.24-294.4-110.933l-153.6 153.6v-384h384l-154.453 154.453c59.307 49.493 134.827 80.213 218.453 80.213 151.040 0 279.467-98.56 324.267-234.667l101.12 33.28c-59.307 178.773-226.987 308.053-425.387 308.053z" />
55
+ <glyph unicode="underlined" glyph-name="underlined" d="M512 170.667c141.227 0 256 114.773 256 256v341.333h-106.667v-341.333c0-82.347-66.987-149.333-149.333-149.333s-149.333 66.987-149.333 149.333v341.333h-106.667v-341.333c0-141.227 114.773-256 256-256zM213.333 85.333v-85.333h597.333v85.333h-597.333z" />
56
+ <glyph unicode="strikethrough" glyph-name="strikethrough" d="M308.907 522.667c-11.093 20.48-16.64 43.947-16.64 71.253 0 26.027 5.547 49.493 17.067 71.253 11.093 21.333 26.88 39.68 47.36 55.040 20.48 14.933 44.8 26.88 72.533 35.413 28.16 8.107 59.307 12.373 93.013 12.373 34.56 0 65.707-4.693 94.293-14.507 28.16-9.387 52.48-23.040 72.107-40.107 20.053-17.067 35.413-37.547 46.080-61.013s16.213-49.067 16.213-77.227h-128.427c0 13.227-2.133 25.173-6.4 36.267-3.84 11.52-10.24 20.907-18.773 29.013s-19.2 14.080-32 18.773c-12.8 4.267-28.16 6.827-45.227 6.827-16.64 0-31.573-1.707-43.947-5.547s-22.613-8.96-30.72-15.36c-8.107-6.827-14.507-14.507-18.773-23.467s-6.4-18.347-6.4-28.16c0-20.48 10.667-37.547 31.573-51.627 16.213-10.667 32.853-20.48 60.16-29.867h-196.693c-2.133 3.413-4.693 7.253-6.4 10.667zM896 384v85.333h-768v-85.333h410.453c7.68-2.987 17.067-5.973 23.467-8.533 15.787-7.253 28.16-14.507 37.12-21.76s14.933-15.36 18.347-24.32c2.987-8.533 4.693-18.347 4.693-29.44 0-9.813-2.133-19.2-5.973-28.16-3.84-8.533-9.813-16.213-17.92-22.613s-17.92-11.093-30.293-14.933c-12.373-3.413-26.88-5.547-43.093-5.547-18.347 0-35.413 1.707-50.347 5.547s-28.16 9.813-38.827 17.92c-10.667 8.107-19.2 18.773-25.173 32s-10.667 32.427-10.667 51.627h-126.72c0-23.467 3.413-48.213 10.24-67.413s15.787-36.267 27.733-51.627c11.947-14.933 25.6-28.16 41.813-39.253 15.787-11.093 33.28-20.48 52.053-27.733s38.4-12.8 58.88-16.64c20.48-3.413 40.96-5.547 61.44-5.547 34.133 0 65.28 3.84 93.013 11.947s51.627 19.2 71.253 33.707c19.627 14.507 34.987 32.853 45.653 54.187s16.213 45.653 16.213 72.96c0 25.6-4.267 48.64-13.227 68.693-2.133 4.693-4.693 9.813-7.253 14.080h165.12z" />
57
+ <glyph unicode="refresh" glyph-name="refresh" d="M753.067 625.067c-61.867 61.867-146.773 100.267-241.067 100.267-188.587 0-340.907-152.747-340.907-341.333s152.32-341.333 340.907-341.333c159.147 0 291.84 108.8 329.813 256h-88.747c-34.987-99.413-129.707-170.667-241.067-170.667-141.227 0-256 114.773-256 256s114.773 256 256 256c70.827 0 133.973-29.44 180.053-75.947l-137.387-137.387h298.667v298.667l-100.267-100.267z" />
58
+ <glyph unicode="redo" glyph-name="redo" d="M785.067 443.733c-78.933 68.693-181.333 110.933-294.4 110.933-198.4 0-366.080-129.28-424.96-308.053l100.693-33.28c44.8 136.107 172.8 234.667 324.267 234.667 83.2 0 159.147-30.72 218.453-80.213l-154.453-154.453h384v384l-153.6-153.6z" />
59
+ <glyph unicode="plus" glyph-name="plus" d="M810.667 341.333h-256v-256h-85.333v256h-256v85.333h256v256h85.333v-256h256v-85.333z" />
60
+ <glyph unicode="pencil" glyph-name="pencil" d="M128 160v-160h160l471.893 471.893-160 160-471.893-471.893zM883.627 595.627c16.64 16.64 16.64 43.52 0 60.16l-99.84 99.84c-16.64 16.64-43.52 16.64-60.16 0l-78.080-78.080 160-160 78.080 78.080z" />
61
+ <glyph unicode="minus" glyph-name="minus" d="M810.667 341.333h-597.333v85.333h597.333v-85.333z" />
62
+ <glyph unicode="list_numbered" glyph-name="list-numbered" d="M85.333 170.667h85.333v-21.333h-42.667v-42.667h42.667v-21.333h-85.333v-42.667h128v170.667h-128v-42.667zM128 554.667h42.667v170.667h-85.333v-42.667h42.667v-128zM85.333 426.667h76.8l-76.8-89.6v-38.4h128v42.667h-76.8l76.8 89.6v38.4h-128v-42.667zM298.667 682.667v-85.333h597.333v85.333h-597.333zM298.667 85.333h597.333v85.333h-597.333v-85.333zM298.667 341.333h597.333v85.333h-597.333v-85.333z" />
63
+ <glyph unicode="list_bulleted" glyph-name="list-bulleted" d="M170.667 448c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zM170.667 704c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zM170.667 192c-35.413 0-64-29.013-64-64s29.013-64 64-64 64 29.013 64 64-28.587 64-64 64zM298.667 85.333h597.333v85.333h-597.333v-85.333zM298.667 341.333h597.333v85.333h-597.333v-85.333zM298.667 682.667v-85.333h597.333v85.333h-597.333z" />
64
+ <glyph unicode="last-page" glyph-name="last-page" d="M238.507 579.84l195.84-195.84-195.84-195.84 60.16-60.16 256 256-256 256zM682.667 640h85.333v-512h-85.333z" />
65
+ <glyph unicode="italic" glyph-name="italic" d="M426.667 725.333v-128h94.293l-145.92-341.333h-119.040v-128h341.333v128h-94.293l145.92 341.333h119.040v128z" />
66
+ <glyph unicode="indent_increase" glyph-name="indent-increase" d="M128 0h768v85.333h-768v-85.333zM128 554.667v-341.333l170.667 170.667-170.667 170.667zM469.333 170.667h426.667v85.333h-426.667v-85.333zM128 768v-85.333h768v85.333h-768zM469.333 512h426.667v85.333h-426.667v-85.333zM469.333 341.333h426.667v85.333h-426.667v-85.333z" />
67
+ <glyph unicode="indent_decrease" glyph-name="indent-decrease" d="M469.333 170.667h426.667v85.333h-426.667v-85.333zM128 384l170.667-170.667v341.333l-170.667-170.667zM128 0h768v85.333h-768v-85.333zM128 768v-85.333h768v85.333h-768zM469.333 512h426.667v85.333h-426.667v-85.333zM469.333 341.333h426.667v85.333h-426.667v-85.333z" />
68
+ <glyph unicode="first-page" glyph-name="first-page" d="M785.493 188.16l-195.84 195.84 195.84 195.84-60.16 60.16-256-256 256-256zM256 640h85.333v-512h-85.333z" />
69
+ <glyph unicode="event" glyph-name="event" d="M725.333 384h-213.333v-213.333h213.333v213.333zM682.667 853.333v-85.333h-341.333v85.333h-85.333v-85.333h-42.667c-47.36 0-84.907-38.4-84.907-85.333l-0.427-597.333c0-46.933 37.973-85.333 85.333-85.333h597.333c46.933 0 85.333 38.4 85.333 85.333v597.333c0 46.933-38.4 85.333-85.333 85.333h-42.667v85.333h-85.333zM810.667 85.333h-597.333v469.333h597.333v-469.333z" />
70
+ <glyph unicode="done" glyph-name="done" d="M384 204.8l-179.2 179.2-59.733-59.733 238.933-238.933 512 512-59.733 59.733-452.267-452.267z" />
71
+ <glyph unicode="delete" glyph-name="delete" d="M256 85.333c0-46.933 38.4-85.333 85.333-85.333h341.333c46.933 0 85.333 38.4 85.333 85.333v512h-512v-512zM810.667 725.333h-149.333l-42.667 42.667h-213.333l-42.667-42.667h-149.333v-85.333h597.333v85.333z" />
72
+ <glyph unicode="clock" glyph-name="clock" d="M511.573 810.667c-235.52 0-426.24-191.147-426.24-426.667s190.72-426.667 426.24-426.667c235.947 0 427.093 191.147 427.093 426.667s-191.147 426.667-427.093 426.667zM512 42.667c-188.587 0-341.333 152.747-341.333 341.333s152.747 341.333 341.333 341.333 341.333-152.747 341.333-341.333-152.747-341.333-341.333-341.333zM533.333 597.333h-64v-256l224-134.4 32 52.48-192 113.92z" />
73
+ <glyph unicode="clear" glyph-name="clear" d="M810.667 622.507l-60.16 60.16-238.507-238.507-238.507 238.507-60.16-60.16 238.507-238.507-238.507-238.507 60.16-60.16 238.507 238.507 238.507-238.507 60.16 60.16-238.507 238.507z" />
74
+ <glyph unicode="chevron_up" glyph-name="chevron-up" d="M316.16 238.507l195.84 195.413 195.84-195.413 60.16 60.16-256 256-256-256z" />
75
+ <glyph unicode="chevron_right" glyph-name="chevron-right" d="M366.507 198.827l195.413 195.84-195.413 195.84 60.16 60.16 256-256-256-256z" />
76
+ <glyph unicode="chevron_left" glyph-name="chevron-left" d="M657.493 209.493l-195.413 195.84 195.413 195.84-60.16 60.16-256-256 256-256z" />
77
+ <glyph unicode="chevron_down" glyph-name="chevron-down" d="M316.16 561.493l195.84-195.413 195.84 195.413 60.16-60.16-256-256-256 256z" />
78
+ <glyph unicode="check-circle" glyph-name="check-circle" d="M512 810.667c-235.52 0-426.667-191.147-426.667-426.667s191.147-426.667 426.667-426.667 426.667 191.147 426.667 426.667-191.147 426.667-426.667 426.667zM426.667 170.667l-213.333 213.333 60.16 60.16 153.173-152.747 323.84 323.84 60.16-60.587-384-384z" />
79
+ <glyph unicode="cancel" glyph-name="cancel" d="M512 810.667c-235.947 0-426.667-190.72-426.667-426.667s190.72-426.667 426.667-426.667 426.667 190.72 426.667 426.667-190.72 426.667-426.667 426.667zM725.333 230.827l-60.16-60.16-153.173 153.173-153.173-153.173-60.16 60.16 153.173 153.173-153.173 153.173 60.16 60.16 153.173-153.173 153.173 153.173 60.16-60.16-153.173-153.173 153.173-153.173z" />
80
+ <glyph unicode="bold" glyph-name="bold" d="M665.6 435.627c41.387 28.587 70.4 75.52 70.4 119.040 0 96.427-74.667 170.667-170.667 170.667h-266.667v-597.333h300.373c89.173 0 158.293 72.533 158.293 161.707 0 64.853-36.693 120.32-91.733 145.92zM426.667 618.667h128c35.413 0 64-28.587 64-64s-28.587-64-64-64h-128v128zM576 234.667h-149.333v128h149.333c35.413 0 64-28.587 64-64s-28.587-64-64-64z" />
81
+ <glyph unicode="arrow_upward" glyph-name="arrow-upward" d="M170.667 384l60.16-60.16 238.507 238.080v-519.253h85.333v519.253l238.080-238.507 60.587 60.587-341.333 341.333-341.333-341.333z" />
82
+ <glyph unicode="arrow_forward" glyph-name="arrow-forward" d="M512 725.333l-60.16-60.16 238.080-238.507h-519.253v-85.333h519.253l-238.080-238.507 60.16-60.16 341.333 341.333z" />
83
+ <glyph unicode="arrow_downward" glyph-name="arrow-downward" d="M853.333 384l-60.16 60.16-238.507-238.080v519.253h-85.333v-519.253l-238.080 238.507-60.587-60.587 341.333-341.333 341.333 341.333z" />
84
+ <glyph unicode="arrow_back" glyph-name="arrow-back" d="M853.333 426.667h-519.253l238.507 238.507-60.587 60.16-341.333-341.333 341.333-341.333 60.16 60.16-238.080 238.507h519.253v85.333z" />
85
+ <glyph unicode="arrow-dropup" glyph-name="arrow-dropup" d="M298.667 298.667l213.333 213.333 213.333-213.333z" />
86
+ <glyph unicode="arrow-dropdown" glyph-name="arrow-dropdown" d="M298.667 469.333l213.333-213.333 213.333 213.333z" />
87
+ <glyph unicode="align_right" glyph-name="align-right" d="M128 0h768v85.333h-768v-85.333zM384 170.667h512v85.333h-512v-85.333zM128 341.333h768v85.333h-768v-85.333zM384 512h512v85.333h-512v-85.333zM128 768v-85.333h768v85.333h-768z" />
88
+ <glyph unicode="align_left" glyph-name="align-left" d="M640 256h-512v-85.333h512v85.333zM640 597.333h-512v-85.333h512v85.333zM128 341.333h768v85.333h-768v-85.333zM128 0h768v85.333h-768v-85.333zM128 768v-85.333h768v85.333h-768z" />
89
+ <glyph unicode="align-justify" glyph-name="align-justify" d="M128 0h768v85.333h-768v-85.333zM128 170.667h768v85.333h-768v-85.333zM128 341.333h768v85.333h-768v-85.333zM128 512h768v85.333h-768v-85.333zM128 768v-85.333h768v85.333h-768z" />
90
+ <glyph unicode="align-center" glyph-name="align-center" d="M298.667 256v-85.333h426.667v85.333h-426.667zM128 0h768v85.333h-768v-85.333zM128 341.333h768v85.333h-768v-85.333zM298.667 597.333v-85.333h426.667v85.333h-426.667zM128 768v-85.333h768v85.333h-768z" />
91
+ </font></defs></svg>