wabur 0.4.0d1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +20 -66
  3. data/bin/wabur +48 -11
  4. data/export/assets/css/wab.css +2 -0
  5. data/export/assets/css/wab.css.map +7 -0
  6. data/export/assets/fonts/wabfont/README +18 -0
  7. data/export/assets/fonts/wabfont/fonts/WAB.eot +0 -0
  8. data/export/assets/fonts/wabfont/fonts/WAB.svg +25 -0
  9. data/export/assets/fonts/wabfont/fonts/WAB.ttf +0 -0
  10. data/export/assets/fonts/wabfont/fonts/WAB.woff +0 -0
  11. data/export/assets/fonts/wabfont/selection.json +460 -0
  12. data/export/assets/fonts/wabfont/style.css +74 -0
  13. data/export/assets/js/transpile.js +8 -0
  14. data/export/assets/js/ui.js +377 -0
  15. data/export/assets/js/vendor/plugin-babel/babel-helpers.js +558 -0
  16. data/export/assets/js/vendor/plugin-babel/babel-helpers/asyncGenerator.js +112 -0
  17. data/export/assets/js/vendor/plugin-babel/babel-helpers/asyncGeneratorDelegate.js +51 -0
  18. data/export/assets/js/vendor/plugin-babel/babel-helpers/asyncIterator.js +14 -0
  19. data/export/assets/js/vendor/plugin-babel/babel-helpers/asyncToGenerator.js +28 -0
  20. data/export/assets/js/vendor/plugin-babel/babel-helpers/classCallCheck.js +5 -0
  21. data/export/assets/js/vendor/plugin-babel/babel-helpers/createClass.js +17 -0
  22. data/export/assets/js/vendor/plugin-babel/babel-helpers/defaults.js +14 -0
  23. data/export/assets/js/vendor/plugin-babel/babel-helpers/defineEnumerableProperties.js +10 -0
  24. data/export/assets/js/vendor/plugin-babel/babel-helpers/defineProperty.js +14 -0
  25. data/export/assets/js/vendor/plugin-babel/babel-helpers/extends.js +13 -0
  26. data/export/assets/js/vendor/plugin-babel/babel-helpers/get.js +24 -0
  27. data/export/assets/js/vendor/plugin-babel/babel-helpers/inherits.js +15 -0
  28. data/export/assets/js/vendor/plugin-babel/babel-helpers/instanceof.js +7 -0
  29. data/export/assets/js/vendor/plugin-babel/babel-helpers/interopRequireDefault.js +5 -0
  30. data/export/assets/js/vendor/plugin-babel/babel-helpers/interopRequireWildcard.js +16 -0
  31. data/export/assets/js/vendor/plugin-babel/babel-helpers/jsx.js +42 -0
  32. data/export/assets/js/vendor/plugin-babel/babel-helpers/newArrowCheck.js +5 -0
  33. data/export/assets/js/vendor/plugin-babel/babel-helpers/objectDestructuringEmpty.js +3 -0
  34. data/export/assets/js/vendor/plugin-babel/babel-helpers/objectWithoutProperties.js +11 -0
  35. data/export/assets/js/vendor/plugin-babel/babel-helpers/possibleConstructorReturn.js +7 -0
  36. data/export/assets/js/vendor/plugin-babel/babel-helpers/selfGlobal.js +1 -0
  37. data/export/assets/js/vendor/plugin-babel/babel-helpers/set.js +21 -0
  38. data/export/assets/js/vendor/plugin-babel/babel-helpers/slicedToArray.js +37 -0
  39. data/export/assets/js/vendor/plugin-babel/babel-helpers/slicedToArrayLoose.js +17 -0
  40. data/export/assets/js/vendor/plugin-babel/babel-helpers/taggedTemplateLiteral.js +7 -0
  41. data/export/assets/js/vendor/plugin-babel/babel-helpers/taggedTemplateLiteralLoose.js +4 -0
  42. data/export/assets/js/vendor/plugin-babel/babel-helpers/temporalRef.js +7 -0
  43. data/export/assets/js/vendor/plugin-babel/babel-helpers/temporalUndefined.js +1 -0
  44. data/export/assets/js/vendor/plugin-babel/babel-helpers/toArray.js +3 -0
  45. data/export/assets/js/vendor/plugin-babel/babel-helpers/toConsumableArray.js +9 -0
  46. data/export/assets/js/vendor/plugin-babel/babel-helpers/typeof.js +5 -0
  47. data/export/assets/js/vendor/plugin-babel/plugin-babel.js +222 -0
  48. data/export/assets/js/vendor/plugin-babel/regenerator-runtime.js +685 -0
  49. data/export/assets/js/vendor/plugin-babel/systemjs-babel-browser.js +1 -0
  50. data/export/assets/js/vendor/plugin-babel/systemjs-babel-node.js +55086 -0
  51. data/export/assets/js/vendor/systemjs/system-production.js +4 -0
  52. data/export/assets/js/vendor/systemjs/system-production.js.map +1 -0
  53. data/export/assets/js/vendor/systemjs/system-production.src.js +1711 -0
  54. data/export/assets/js/vendor/systemjs/system-production.src.js.map +1 -0
  55. data/export/assets/js/vendor/systemjs/system.js +4 -0
  56. data/export/assets/js/vendor/systemjs/system.js.map +1 -0
  57. data/export/assets/js/vendor/systemjs/system.src.js +4000 -0
  58. data/export/assets/js/vendor/systemjs/system.src.js.map +1 -0
  59. data/export/assets/js/wab.js +109 -0
  60. data/export/index.html +41 -0
  61. data/lib/wab.rb +13 -0
  62. data/lib/wab/controller.rb +2 -2
  63. data/lib/wab/errors.rb +12 -0
  64. data/lib/wab/impl.rb +2 -0
  65. data/lib/wab/impl/configuration.rb +24 -6
  66. data/lib/wab/impl/export_proxy.rb +39 -0
  67. data/lib/wab/impl/exprs/regex.rb +1 -1
  68. data/lib/wab/impl/handler.rb +14 -14
  69. data/lib/wab/impl/init.rb +108 -0
  70. data/lib/wab/impl/model.rb +4 -3
  71. data/lib/wab/impl/shell.rb +14 -4
  72. data/lib/wab/impl/templates/opo-rub.conf.template +253 -0
  73. data/lib/wab/impl/templates/opo.conf.template +224 -0
  74. data/lib/wab/impl/templates/spawn.rb.template +42 -0
  75. data/lib/wab/impl/templates/ui_controller.rb.template +12 -0
  76. data/lib/wab/impl/templates/wabur.conf.template +40 -0
  77. data/lib/wab/ui.rb +19 -0
  78. data/lib/wab/ui/create.rb +26 -0
  79. data/lib/wab/ui/display.rb +34 -0
  80. data/lib/wab/ui/flow.rb +54 -0
  81. data/lib/wab/ui/list.rb +59 -0
  82. data/lib/wab/ui/multi_flow.rb +23 -0
  83. data/lib/wab/ui/rest_flow.rb +89 -0
  84. data/lib/wab/ui/update.rb +27 -0
  85. data/lib/wab/ui/view.rb +62 -0
  86. data/lib/wab/utils.rb +4 -4
  87. data/lib/wab/version.rb +1 -1
  88. data/pages/Architecture.md +104 -1
  89. data/test/test_configuration.rb +1 -1
  90. data/test/test_impl.rb +1 -0
  91. data/test/test_init.rb +33 -0
  92. metadata +94 -7
  93. data/pages/Plan.md +0 -27
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7d968658f0ee232237f5817e4edd4b79484564e
4
- data.tar.gz: cb9cf59b684c7fdc5cdc2e3df9b858d1cf351ca9
3
+ metadata.gz: 766bd68332d8a813dc88aa31d7f7613b60db5745
4
+ data.tar.gz: 93d415a6f53328cffa67811aeaa3162aaed42791
5
5
  SHA512:
6
- metadata.gz: 1730e21a9f21877d3d2f4919423af5bd6c9c23256a163a480ed5474552c61f987a20d3dcf1386a418c5142fc8aaeedb6b5b023ac4aecafd81d346433c5fe69af
7
- data.tar.gz: a3ec0dca31b501e31f6faa076db5e070f25492a023d4a37f725ec73329e92c1d663a33d175c19fcd1f1fb6c0c7536166f2262c848e9f6350c4468e2960a8cad4
6
+ metadata.gz: e17bab8afa9016b04379e809d7dfe87e1a016514127a7d68be1215504b6132b91d15dd4e9c405b0ef12fac8e8bf59e14954d03739c093fe155070110d43fd9c9
7
+ data.tar.gz: 84a999ecc563fd1e464f13b41e451d5401a654481cfcf54c29c6c0ef28577764bc1a4c7c5c1f109f06d9ccf7e91989aa89aada2e8e18d40b0e5211a138c81b91
data/README.md CHANGED
@@ -5,74 +5,26 @@
5
5
  [![Gem Version](https://badge.fury.io/rb/wabur.svg)](https://rubygems.org/gems/wabur)
6
6
  [![Gem](https://img.shields.io/gem/dt/wabur.svg)](https://rubygems.org/gems/wabur)
7
7
 
8
- Ruby is a great language but for performance C is the better alternative. It is
9
- possible to get the best of both as evident with [Oj](http://www.ohler.com/oj)
10
- and [Ox](http://www.ohler.com/ox). C by itself allowed
11
- [Piper](http://piperpushcache.com), a fast push web server to be developed, and
12
- is being used to develop [OpO](http://opo.technology) a high performance graph
13
- and JSON database. This project takes from all of those projects for a high
14
- performance Ruby web framework.
8
+ WABuR is a Web Application Builder using Ruby. It employs a modern NoSQL JSON
9
+ data store and a single-page UI using JavaScript. The best part is that it is
10
+ simple and very fast, hitting over 200,000 fetches a second with a Ruby core!
15
11
 
16
- Ruby on Rails has made Ruby mainstream. While RoR is fine for some
17
- applications there are others that might be better served with an alternative.
18
- This project was started as an alternative to Ruby on Rails with a focus on
19
- performance and ease of use. The use of Javascript for views and NoSQL JSON
20
- databases are some of the most notable differences.
12
+ It is pluggable and extendable in many ways to allow new additions,
13
+ alternative databases, and any number of UIs.
21
14
 
22
- Why develop an alternative to Rails? Developers that want to make more custom
23
- web sites with heavier use of Javascript, Websockets, and SSE along with a
24
- JSON database don't fit nicely in the Rails mold. WAB attempts to address that
25
- area that falls outside of Rail's strengths.
15
+ A natural question is *"What about Rails?"*. Rails is well established and has
16
+ a huge user base. WABuR is not a replacement for Rails. It is an alternative
17
+ for those who want to explore using JSON databases with a single-page dynamic
18
+ JavaScript UI.
26
19
 
27
- ## Goals
28
-
29
- Lets start with the primary assumption, that we want to continue using
30
- Ruby. The goal of this project is to provide a high performance, easy to use,
31
- and a fully featured web framework with Ruby at the core. By keeping the core,
32
- the business logic, in Ruby but allowing options for other parts to be in
33
- different languages, the best of each language can be utilized.
34
-
35
- Targets are a throughput of 100K page fetches per second at a latency of no
36
- more than 1 millisecond on a desktop machine. That is more than an order of
37
- magnitude faster than Rails and on par with other top of the performance tier
38
- web frameworks across all languages.
39
-
40
- [Continue reading ...](pages/Goals.md)
41
-
42
- ## Architecture
43
-
44
- The architecture provides many options but keeps a clean and clear API between
45
- modules. This pluggable design allows for unit test drivers and various levels
46
- of deployment options from straight Ruby to a high performance C runner that
47
- handles HTTP and data storage.
48
-
49
- Three configuration are planned. One is to use a Runner that calls to the Ruby
50
- core controller through pipes on ```$stdin``` and ```$stdout```. A second is to implement
51
- a runner in Ruby. The third is to use a C Runner with embedded Ruby.
52
-
53
- A Runner that spawns (forks) and runs a Ruby Controller makes use of the
54
- ```::WAB::IO::Shell```.
55
-
56
- ![](http://www.opo.technology/wab/wab_remote_arch.svg)
57
-
58
- The Ruby Runner and C Runner with embedded ruby follow the same architecture.
59
-
60
- ![](http://www.opo.technology/wab/wab_embedded_arch.svg)
61
-
62
- Access to data can follow two paths. A direct access to the data is possible
63
- as portrayed by the red line that flows from HTTP server to the runner and
64
- onto the Model. The other path is to dive down into the Ruby Controller and
65
- allow the Controller to modify and control what is returned by a request. The
66
- Benchmark results in the example/sample/README.md includes the latest results.
67
-
68
- ![](http://www.opo.technology/wab/wab_access_paths.svg)
69
-
70
- [Continue reading ...](pages/Architecture.md)
20
+ For further reading there is an [architecture page](pages/Architecture.md)
71
21
 
72
22
  ## Try It!
73
23
 
74
- A sample is now available in the ```examples/sample/``` directory. There are
75
- some preliminary laptop benchmark results described in the README.
24
+ Want to know more? A tutorial is available in the [tutorial](tutorial/README.md)
25
+ directory.
26
+
27
+ More interested in the benchmarks? Then take a look at the [benchmarks page](benchmarks/README.md).
76
28
 
77
29
  ## Participate and Contribute
78
30
 
@@ -94,8 +46,10 @@ These are the simple guidelines for contributing.
94
46
  4. Write straight forward, clean, and simple code. No magic stuff, no monkey
95
47
  patching Ruby core classes, and no inheriting from core classes.
96
48
 
97
- ## Planning
98
-
99
- The plan is informal and high level until more details are defined.
49
+ ## References and Links
100
50
 
101
- [Details ...](pages/Plan.md)
51
+ - [Oj](https://github.com/ohler55/oj) JSON parser used in WABuR.
52
+ - [OpO](http://opo.technology) home of the Opo-Rub runner.
53
+ - [Sass](http://sass-lang.com) used to build the reference implementation UI CSS.
54
+ - [SystemJS Babel Plugin](https://github.com/systemjs/plugin-babel) also used to transpile JavaScript.
55
+ - [SystemJS](https://github.com/systemjs/systemjs) used to convert JavaScript ES6 to ES5 in the browser.
data/bin/wabur CHANGED
@@ -3,10 +3,15 @@
3
3
 
4
4
  while (index = ARGV.index('-I'))
5
5
  _, path = ARGV.slice!(index, 2)
6
- $: << path
6
+ $LOAD_PATH << path
7
7
  end
8
8
 
9
+ # Always add ./lib to the load path as that is the default location for Ruby
10
+ # files in a project.
11
+ $LOAD_PATH << File.expand_path('./lib')
12
+
9
13
  require 'optparse'
14
+ require 'fileutils'
10
15
  require 'logger'
11
16
 
12
17
  require 'wab'
@@ -20,14 +25,29 @@ require 'wab/impl'
20
25
  # Prepare the +usage+ string.
21
26
  # Basically a banner text and description passed on +OptionParser+.
22
27
  usage = %{
23
- Usage: wabur [options]
28
+ Usage: wabur [run|new|init] [options] [types]
24
29
 
25
- A pure Ruby WAB Runner.
30
+ A pure Ruby WAB Runner and multi-purpose tool for WABuR development.
26
31
  Configured directly via command-line options or via a configuration file which
27
32
  can either be a UNIX-style conf file, or a JSON file, or a YAML file.
28
33
  The configuration typically includes designating Controller classes for each
29
34
  URL path to be handled.
30
35
 
36
+ Modes (the first non-option) available are:
37
+
38
+ run: Runs wabur as a runner and shell. Also the default. Any types
39
+ specified will be ignored.
40
+
41
+ new: New project directory created and set up. The `--base` options must be
42
+ provided to specify the directory to create and initialize. Not
43
+ providing the `--base` switch will revert to the `init` mode.
44
+
45
+ e.g.: wabur new Entry Article --base my_app
46
+
47
+ init: Initialize a project into the current directory.
48
+
49
+ e.g.: wabur init Entry Article
50
+
31
51
  }
32
52
 
33
53
  # Prepare the +options+ hash. Basically a mapping of supported switches and
@@ -82,6 +102,12 @@ options = {
82
102
  arg: 'PORT',
83
103
  },
84
104
  },
105
+ indent: {
106
+ val: 0,
107
+ type: Integer,
108
+ doc: 'JSON indentation.',
109
+ arg: 'INDENT',
110
+ },
85
111
  verbosity: {
86
112
  val: 'WARN',
87
113
  type: String,
@@ -92,12 +118,23 @@ options = {
92
118
 
93
119
  config = WAB::Impl::Configuration.new(usage, options)
94
120
 
95
- # The Configuration object can be modified before initializing the Shell. By
96
- # setting the +config[:logger]+ the Shell will use that as the logger. The
97
- # +config[:handler]+ array can also be modified by setting path values along
98
- # with a Controller instance, a Controller class, or the name of a Controller
99
- # class.
100
- config[:logger] = Logger.new(STDOUT)
121
+ if 'new' == config[:mode]
122
+ dir = File.expand_path(config[:base] || '.')
123
+ FileUtils.mkdir_p(dir) unless File.expand_path('.') == dir
124
+ WAB::Impl::Init.setup(dir, config)
125
+ puts "Successfully created a new WAB workspace at #{dir}"
126
+ elsif 'init' == config[:mode]
127
+ dir = File.expand_path('.')
128
+ WAB::Impl::Init.setup(dir, config)
129
+ puts "Successfully initialized a new WAB workspace at #{dir}"
130
+ else
131
+ # The Configuration object can be modified before initializing the Shell. By
132
+ # setting the +config[:logger]+ the Shell will use that as the logger. The
133
+ # +config[:handler]+ array can also be modified by setting path values along
134
+ # with a Controller instance, a Controller class, or the name of a
135
+ # Controller class.
136
+ config[:logger] = Logger.new(STDOUT)
101
137
 
102
- # Start a shell initialized with the final configuration.
103
- WAB::Impl::Shell.new(config).start
138
+ # Start a shell initialized with the final configuration.
139
+ WAB::Impl::Shell.new(config).start
140
+ end
@@ -0,0 +1,2 @@
1
+ /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}*{margin:0;padding:0;font-kerning:none;box-sizing:border-box}html{height:100%}body{display:flex;height:100%;flex-direction:column;font-family:sans-serif;line-height:1.5}a{text-decoration:none}ul{list-style:none}table{width:100%}tr,table,th,td{border:0;border-collapse:collapse}textarea[readonly]:focus{outline:none}.container{margin:0 auto;width:100%;max-width:1180px}.content{flex:1 0 auto}.view-content{width:calc(100% - 60px);margin:auto;padding:100px 15px 50px}.sidebar{position:fixed;width:200px;min-height:100%;padding:90px 0 30px;color:#ededed;background:#212121}.sidebar li{padding:10px;padding-left:20px;color:#3eb1c1;border-top:1px solid #383838;border-bottom:1px solid #0d0d0d}.sidebar li:first-of-type{border-top-color:transparent}.sidebar li:last-of-type{border-bottom-color:transparent}.sidebar_selected,.sidebar_item:hover{color:#ededed !important;background:#171717}.header{position:fixed;width:100%;height:50px;padding:0 15px;color:#ebebeb;background:#333;z-index:2}.header a:hover{color:#fafafa}.header .logo{float:left;padding:15px}.header .logo .brand,.header .logo .subtitle{display:table-cell;vertical-align:middle}.header .logo .brand{padding-right:15px;color:#fafafa;font-size:18px;font-weight:900;line-height:1}.header .logo .subtitle{padding-left:15px;font-size:13px;color:#dedede;border-left:1px solid #999}.header nav{float:right;padding:0 15px}.header nav li{float:left}.header nav li a{display:block;padding:13px 0 0 15px;color:#aeaeae}.footer a:hover{color:#328e9a}.footer{width:100%;margin-left:0px;background:#ededed;color:#999;text-align:center}.footer .attribution{padding:15px 0 12px}.footer .brand{color:#3eb1c1;font-weight:bold}.table-wrapper{overflow-x:auto}.list-items{display:block;max-height:361px;overflow:auto}.obj-list-table{width:100%;font-size:14px;background:#fafafa;border:0;border-collapse:collapse}.obj-list-table tr:hover,.obj-list-table table:hover{background:#f5f5f5}.obj-list-table th,.obj-list-table td{padding:8px 15px;border:1px solid #bbb}.obj-list-table th{text-align:left;color:#ffffff;background:#454545;border:1px solid #777}.obj-list-table th:first-of-type{width:269px;border-left-color:#454545}.obj-list-table th:last-of-type{text-align:center;border-right-color:#454545}.obj-list-table th.list-actions{min-width:162px;width:180px}.obj-list-table td:first-of-type{width:278px}.obj-list-table td.actions{width:60px;color:#757575;text-align:center;cursor:pointer;opacity:0.9}.obj-list-table td.actions:hover{color:#2186c1;background:#fff;opacity:1}.obj-list-table td.actions.delete:hover{color:#da0b0b}.obj-list-table td.actions .icon{font-size:24px}.obj-form-frame{display:table;width:100%;padding:15px;background:#fafafa;border:1px solid #dedede}.obj-form-frame.readonly{background:none;border-color:#ededed}.obj-form td{padding:8px 15px}.obj-form-lock{font-size:24px}.form-field{padding:12px;width:100%;font-family:inherit;border:1px solid #dedede}.readonly .form-field{color:#545454;border-color:#ededed}.field-label{width:80px;text-align:right;font-weight:bold}.field-label:after{content:":"}.btn{float:left;margin-right:12px;margin-bottom:5px;padding:8px 15px;min-width:80px;color:#fff;text-align:center;cursor:pointer;background:#2186c1;border-radius:3px}.btn:hover{color:#fff;background:#3caab9}.table-wrapper>.btn{margin-left:30px;margin-bottom:18px}.create-btn{margin-bottom:15px}.lock-btn{width:35px;padding:8px 8px 5px}.lock-btn:hover{color:#444;background:#fff}.delete-btn:hover{background:#c20a0a}
2
+ /*# sourceMappingURL=wab.css.map */
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "mappings": "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",
4
+ "sources": ["../../../view/ui/styles/normalize.scss","../../../view/ui/styles/wab.scss","../../../view/ui/styles/sidebar.scss","../../../view/ui/styles/variables.scss","../../../view/ui/styles/header.scss","../../../view/ui/styles/footer.scss","../../../view/ui/styles/tables.scss","../../../view/ui/styles/forms.scss","../../../view/ui/styles/buttons.scss"],
5
+ "names": [],
6
+ "file": "wab.css"
7
+ }
@@ -0,0 +1,18 @@
1
+ -------------------------------------------------------------------------------
2
+ The contents of this directory has been generated by the IcoMoon App
3
+ https://icomoon.io/app
4
+ -------------------------------------------------------------------------------
5
+
6
+ USAGE: Insert `<span class="icon icon-eye"></span>` where you need to render an
7
+ "eye" icon
8
+
9
+ CUSTOMIZING:
10
+ - You can import `selection.json` back to the IcoMoon app using the
11
+ `Import Icons` button (or via Main Menu → Manage Projects) to retrieve
12
+ your icon selection.
13
+ - Make selections and click `Generate Font`
14
+ - `Download` and extract contents of `WAB.zip` to your desktop
15
+ - Update the following files with the contents from the extracted contents:
16
+ * WAB/fonts/* => assets/wabfont/fonts/*
17
+ * WAB/style.css => assets/wabfont/style.css
18
+ * WAB/selection.json => assets/wabfont/selection.json
@@ -0,0 +1,25 @@
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="WAB" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xf002;" glyph-name="search" horiz-adv-x="951" d="M658.286 475.428c0 141.143-114.857 256-256 256s-256-114.857-256-256 114.857-256 256-256 256 114.857 256 256zM950.857 0c0-40-33.143-73.143-73.143-73.143-19.429 0-38.286 8-51.429 21.714l-196 195.429c-66.857-46.286-146.857-70.857-228-70.857-222.286 0-402.286 180-402.286 402.286s180 402.286 402.286 402.286 402.286-180 402.286-402.286c0-81.143-24.571-161.143-70.857-228l196-196c13.143-13.143 21.143-32 21.143-51.429z" />
11
+ <glyph unicode="&#xf014;" glyph-name="trash-o" horiz-adv-x="805" d="M292.571 530.286v-329.143c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v329.143c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM438.857 530.286v-329.143c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v329.143c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM585.143 530.286v-329.143c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v329.143c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM658.286 116.571v541.714h-512v-541.714c0-27.429 15.429-43.429 18.286-43.429h475.429c2.857 0 18.286 16 18.286 43.429zM274.286 731.428h256l-27.429 66.857c-1.714 2.286-6.857 5.714-9.714 6.286h-181.143c-3.429-0.571-8-4-9.714-6.286zM804.571 713.143v-36.571c0-10.286-8-18.286-18.286-18.286h-54.857v-541.714c0-62.857-41.143-116.571-91.429-116.571h-475.429c-50.286 0-91.429 51.429-91.429 114.286v544h-54.857c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h176.571l40 95.429c11.429 28 45.714 50.857 76 50.857h182.857c30.286 0 64.571-22.857 76-50.857l40-95.429h176.571c10.286 0 18.286-8 18.286-18.286z" />
12
+ <glyph unicode="&#xf021;" glyph-name="refresh" horiz-adv-x="878" d="M863.429 347.428c0-1.143 0-2.857-0.571-4-48.571-202.286-215.429-343.429-426.286-343.429-111.429 0-219.429 44-300.571 121.143l-73.714-73.714c-6.857-6.857-16-10.857-25.714-10.857-20 0-36.571 16.571-36.571 36.571v256c0 20 16.571 36.571 36.571 36.571h256c20 0 36.571-16.571 36.571-36.571 0-9.714-4-18.857-10.857-25.714l-78.286-78.286c53.714-50.286 125.143-78.857 198.857-78.857 101.714 0 196 52.571 249.143 139.429 13.714 22.286 20.571 44 30.286 66.857 2.857 8 8.571 13.143 17.143 13.143h109.714c10.286 0 18.286-8.571 18.286-18.286zM877.714 804.571v-256c0-20-16.571-36.571-36.571-36.571h-256c-20 0-36.571 16.571-36.571 36.571 0 9.714 4 18.857 10.857 25.714l78.857 78.857c-54.286 50.286-125.714 78.286-199.429 78.286-101.714 0-196-52.571-249.143-139.429-13.714-22.286-20.571-44-30.286-66.857-2.857-8-8.571-13.143-17.143-13.143h-113.714c-10.286 0-18.286 8.571-18.286 18.286v4c49.143 202.857 217.714 343.429 428.571 343.429 112 0 221.143-44.571 302.286-121.143l74.286 73.714c6.857 6.857 16 10.857 25.714 10.857 20 0 36.571-16.571 36.571-36.571z" />
13
+ <glyph unicode="&#xf023;" glyph-name="lock" horiz-adv-x="658" d="M182.857 512h292.571v109.714c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286v-109.714zM658.286 457.143v-329.143c0-30.286-24.571-54.857-54.857-54.857h-548.571c-30.286 0-54.857 24.571-54.857 54.857v329.143c0 30.286 24.571 54.857 54.857 54.857h18.286v109.714c0 140.571 115.429 256 256 256s256-115.429 256-256v-109.714h18.286c30.286 0 54.857-24.571 54.857-54.857z" />
14
+ <glyph unicode="&#xf040;" glyph-name="pencil" horiz-adv-x="866" d="M207.429 73.143l52 52-134.286 134.286-52-52v-61.143h73.143v-73.143h61.143zM506.286 603.428c0 7.429-5.143 12.571-12.571 12.571-3.429 0-6.857-1.143-9.714-4l-309.714-309.714c-2.857-2.857-4-6.286-4-9.714 0-7.429 5.143-12.571 12.571-12.571 3.429 0 6.857 1.143 9.714 4l309.714 309.714c2.857 2.857 4 6.286 4 9.714zM475.429 713.143l237.714-237.714-475.429-475.429h-237.714v237.714zM865.714 658.286c0-19.429-8-38.286-21.143-51.429l-94.857-94.857-237.714 237.714 94.857 94.286c13.143 13.714 32 21.714 51.429 21.714s38.286-8 52-21.714l134.286-133.714c13.143-13.714 21.143-32.571 21.143-52z" />
15
+ <glyph unicode="&#xf055;" glyph-name="plus-circle" horiz-adv-x="878" d="M694.857 402.286v73.143c0 20-16.571 36.571-36.571 36.571h-146.286v146.286c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-146.286h-146.286c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h146.286v-146.286c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v146.286h146.286c20 0 36.571 16.571 36.571 36.571zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
16
+ <glyph unicode="&#xf05a;" glyph-name="info-circle" horiz-adv-x="878" d="M585.143 164.571v91.429c0 10.286-8 18.286-18.286 18.286h-54.857v292.571c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286v-91.429c0-10.286 8-18.286 18.286-18.286h54.857v-182.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-91.429c0-10.286 8-18.286 18.286-18.286h256c10.286 0 18.286 8 18.286 18.286zM512 676.571v91.429c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-91.429c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM877.714 438.857c0-242.286-196.571-438.857-438.857-438.857s-438.857 196.571-438.857 438.857 196.571 438.857 438.857 438.857 438.857-196.571 438.857-438.857z" />
17
+ <glyph unicode="&#xf067;" glyph-name="plus" horiz-adv-x="805" d="M804.571 530.286v-109.714c0-30.286-24.571-54.857-54.857-54.857h-237.714v-237.714c0-30.286-24.571-54.857-54.857-54.857h-109.714c-30.286 0-54.857 24.571-54.857 54.857v237.714h-237.714c-30.286 0-54.857 24.571-54.857 54.857v109.714c0 30.286 24.571 54.857 54.857 54.857h237.714v237.714c0 30.286 24.571 54.857 54.857 54.857h109.714c30.286 0 54.857-24.571 54.857-54.857v-237.714h237.714c30.286 0 54.857-24.571 54.857-54.857z" />
18
+ <glyph unicode="&#xf06e;" glyph-name="eye" d="M950.857 402.286c-54.286 84-128.571 156-217.714 201.714 22.857-38.857 34.857-83.429 34.857-128.571 0-141.143-114.857-256-256-256s-256 114.857-256 256c0 45.143 12 89.714 34.857 128.571-89.143-45.714-163.429-117.714-217.714-201.714 97.714-150.857 255.429-256 438.857-256s341.143 105.143 438.857 256zM539.429 621.714c0 14.857-12.571 27.429-27.429 27.429-95.429 0-173.714-78.286-173.714-173.714 0-14.857 12.571-27.429 27.429-27.429s27.429 12.571 27.429 27.429c0 65.143 53.714 118.857 118.857 118.857 14.857 0 27.429 12.571 27.429 27.429zM1024 402.286c0-14.286-4.571-27.429-11.429-39.429-105.143-173.143-297.714-289.714-500.571-289.714s-395.429 117.143-500.571 289.714c-6.857 12-11.429 25.143-11.429 39.429s4.571 27.429 11.429 39.429c105.143 172.571 297.714 289.714 500.571 289.714s395.429-117.143 500.571-289.714c6.857-12 11.429-25.143 11.429-39.429z" />
19
+ <glyph unicode="&#xf09b;" glyph-name="github" horiz-adv-x="878" d="M438.857 877.714c242.286 0 438.857-196.571 438.857-438.857 0-193.714-125.714-358.286-300-416.571-22.286-4-30.286 9.714-30.286 21.143 0 14.286 0.571 61.714 0.571 120.571 0 41.143-13.714 67.429-29.714 81.143 97.714 10.857 200.571 48 200.571 216.571 0 48-17.143 86.857-45.143 117.714 4.571 11.429 19.429 56-4.571 116.571-36.571 11.429-120.571-45.143-120.571-45.143-34.857 9.714-72.571 14.857-109.714 14.857s-74.857-5.143-109.714-14.857c0 0-84 56.571-120.571 45.143-24-60.571-9.143-105.143-4.571-116.571-28-30.857-45.143-69.714-45.143-117.714 0-168 102.286-205.714 200-216.571-12.571-11.429-24-30.857-28-58.857-25.143-11.429-89.143-30.857-127.429 36.571-24 41.714-67.429 45.143-67.429 45.143-42.857 0.571-2.857-26.857-2.857-26.857 28.571-13.143 48.571-64 48.571-64 25.714-78.286 148-52 148-52 0-36.571 0.571-70.857 0.571-81.714 0-11.429-8-25.143-30.286-21.143-174.286 58.286-300 222.857-300 416.571 0 242.286 196.571 438.857 438.857 438.857zM166.286 247.428c1.143 2.286-0.571 5.143-4 6.857-3.429 1.143-6.286 0.571-7.429-1.143-1.143-2.286 0.571-5.143 4-6.857 2.857-1.714 6.286-1.143 7.429 1.143zM184 228c2.286 1.714 1.714 5.714-1.143 9.143-2.857 2.857-6.857 4-9.143 1.714-2.286-1.714-1.714-5.714 1.143-9.143 2.857-2.857 6.857-4 9.143-1.714zM201.143 202.286c2.857 2.286 2.857 6.857 0 10.857-2.286 4-6.857 5.714-9.714 3.429-2.857-1.714-2.857-6.286 0-10.286s7.429-5.714 9.714-4zM225.143 178.286c2.286 2.286 1.143 7.429-2.286 10.857-4 4-9.143 4.571-11.429 1.714-2.857-2.286-1.714-7.429 2.286-10.857 4-4 9.143-4.571 11.429-1.714zM257.714 164c1.143 3.429-2.286 7.429-7.429 9.143-4.571 1.143-9.714-0.571-10.857-4s2.286-7.429 7.429-8.571c4.571-1.714 9.714 0 10.857 3.429zM293.714 161.143c0 4-4.571 6.857-9.714 6.286-5.143 0-9.143-2.857-9.143-6.286 0-4 4-6.857 9.714-6.286 5.143 0 9.143 2.857 9.143 6.286zM326.857 166.857c-0.571 3.429-5.143 5.714-10.286 5.143-5.143-1.143-8.571-4.571-8-8.571 0.571-3.429 5.143-5.714 10.286-4.571s8.571 4.571 8 8z" />
20
+ <glyph unicode="&#xf09c;" glyph-name="unlock" horiz-adv-x="951" d="M950.857 621.714v-146.286c0-20-16.571-36.571-36.571-36.571h-36.571c-20 0-36.571 16.571-36.571 36.571v146.286c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286v-109.714h54.857c30.286 0 54.857-24.571 54.857-54.857v-329.143c0-30.286-24.571-54.857-54.857-54.857h-548.571c-30.286 0-54.857 24.571-54.857 54.857v329.143c0 30.286 24.571 54.857 54.857 54.857h384v109.714c0 141.143 114.857 256 256 256s256-114.857 256-256z" />
21
+ <glyph unicode="&#xf0c7;" glyph-name="floppy-o, save" horiz-adv-x="878" d="M219.429 73.143h438.857v219.429h-438.857v-219.429zM731.429 73.143h73.143v512c0 10.857-9.714 34.286-17.143 41.714l-160.571 160.571c-8 8-30.286 17.143-41.714 17.143v-237.714c0-30.286-24.571-54.857-54.857-54.857h-329.143c-30.286 0-54.857 24.571-54.857 54.857v237.714h-73.143v-731.429h73.143v237.714c0 30.286 24.571 54.857 54.857 54.857h475.429c30.286 0 54.857-24.571 54.857-54.857v-237.714zM512 603.428v182.857c0 9.714-8.571 18.286-18.286 18.286h-109.714c-9.714 0-18.286-8.571-18.286-18.286v-182.857c0-9.714 8.571-18.286 18.286-18.286h109.714c9.714 0 18.286 8.571 18.286 18.286zM877.714 585.143v-530.286c0-30.286-24.571-54.857-54.857-54.857h-768c-30.286 0-54.857 24.571-54.857 54.857v768c0 30.286 24.571 54.857 54.857 54.857h530.286c30.286 0 72-17.143 93.714-38.857l160-160c21.714-21.714 38.857-63.429 38.857-93.714z" />
22
+ <glyph unicode="&#xf13e;" glyph-name="unlock-alt" horiz-adv-x="658" d="M603.429 512c30.286 0 54.857-24.571 54.857-54.857v-329.143c0-30.286-24.571-54.857-54.857-54.857h-548.571c-30.286 0-54.857 24.571-54.857 54.857v329.143c0 30.286 24.571 54.857 54.857 54.857h18.286v182.857c0 141.143 114.857 256 256 256s256-114.857 256-256c0-20-16.571-36.571-36.571-36.571h-36.571c-20 0-36.571 16.571-36.571 36.571 0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286v-182.857h420.571z" />
23
+ <glyph unicode="&#xf15c;" glyph-name="file-text" horiz-adv-x="878" d="M838.857 678.857c5.714-5.714 10.857-12.571 16-20.571h-269.714v269.714c8-5.143 14.857-10.286 20.571-16zM566.857 585.143h310.857v-603.429c0-30.286-24.571-54.857-54.857-54.857h-768c-30.286 0-54.857 24.571-54.857 54.857v914.286c0 30.286 24.571 54.857 54.857 54.857h457.143v-310.857c0-30.286 24.571-54.857 54.857-54.857zM658.286 164.571v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286c10.286 0 18.286 8 18.286 18.286zM658.286 310.857v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286c10.286 0 18.286 8 18.286 18.286zM658.286 457.143v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286c10.286 0 18.286 8 18.286 18.286z" />
24
+ <glyph unicode="&#xf219;" glyph-name="diamond" horiz-adv-x="1170" d="M121.143 512l356-380-171.429 380h-184.571zM585.143 70.857l199.429 441.143h-398.857zM307.429 585.143l116.571 219.429h-149.714l-164.571-219.429h197.714zM693.143 132l356 380h-184.571zM390.286 585.143h389.714l-116.571 219.429h-156.571zM862.857 585.143h197.714l-164.571 219.429h-149.714zM943.429 862.857l219.429-292.571c10.857-13.714 9.714-33.714-2.286-46.857l-548.571-585.143c-6.857-7.429-16.571-11.429-26.857-11.429s-20 4-26.857 11.429l-548.571 585.143c-12 13.143-13.143 33.143-2.286 46.857l219.429 292.571c6.857 9.714 17.714 14.857 29.143 14.857h658.286c11.429 0 22.286-5.143 29.143-14.857z" />
25
+ </font></defs></svg>
@@ -0,0 +1,460 @@
1
+ {
2
+ "IcoMoonType": "selection",
3
+ "icons": [
4
+ {
5
+ "icon": {
6
+ "paths": [
7
+ "M804.571 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v237.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h237.714v-237.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857v237.714h237.714c30.286 0 54.857 24.571 54.857 54.857z"
8
+ ],
9
+ "width": 804.5714285714286,
10
+ "attrs": [],
11
+ "isMulticolor": false,
12
+ "isMulticolor2": false,
13
+ "tags": [
14
+ "plus"
15
+ ],
16
+ "defaultCode": 61543,
17
+ "grid": 14
18
+ },
19
+ "attrs": [],
20
+ "properties": {
21
+ "name": "plus",
22
+ "id": 1,
23
+ "order": 24,
24
+ "prevSize": 28,
25
+ "code": 61543
26
+ },
27
+ "setIdx": 0,
28
+ "setId": 1,
29
+ "iconIdx": 1
30
+ },
31
+ {
32
+ "icon": {
33
+ "paths": [
34
+ "M658.286 475.429c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM950.857 950.857c0 40-33.143 73.143-73.143 73.143-19.429 0-38.286-8-51.429-21.714l-196-195.429c-66.857 46.286-146.857 70.857-228 70.857-222.286 0-402.286-180-402.286-402.286s180-402.286 402.286-402.286 402.286 180 402.286 402.286c0 81.143-24.571 161.143-70.857 228l196 196c13.143 13.143 21.143 32 21.143 51.429z"
35
+ ],
36
+ "width": 950.8571428571428,
37
+ "attrs": [],
38
+ "isMulticolor": false,
39
+ "isMulticolor2": false,
40
+ "tags": [
41
+ "search"
42
+ ],
43
+ "defaultCode": 61442,
44
+ "grid": 14
45
+ },
46
+ "attrs": [],
47
+ "properties": {
48
+ "name": "search",
49
+ "id": 6,
50
+ "order": 30,
51
+ "prevSize": 28,
52
+ "code": 61442
53
+ },
54
+ "setIdx": 0,
55
+ "setId": 1,
56
+ "iconIdx": 6
57
+ },
58
+ {
59
+ "icon": {
60
+ "paths": [
61
+ "M292.571 420.571v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM438.857 420.571v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM585.143 420.571v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM658.286 834.286v-541.714h-512v541.714c0 27.429 15.429 43.429 18.286 43.429h475.429c2.857 0 18.286-16 18.286-43.429zM274.286 219.429h256l-27.429-66.857c-1.714-2.286-6.857-5.714-9.714-6.286h-181.143c-3.429 0.571-8 4-9.714 6.286zM804.571 237.714v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v541.714c0 62.857-41.143 116.571-91.429 116.571h-475.429c-50.286 0-91.429-51.429-91.429-114.286v-544h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h176.571l40-95.429c11.429-28 45.714-50.857 76-50.857h182.857c30.286 0 64.571 22.857 76 50.857l40 95.429h176.571c10.286 0 18.286 8 18.286 18.286z"
62
+ ],
63
+ "width": 804.5714285714286,
64
+ "attrs": [],
65
+ "isMulticolor": false,
66
+ "isMulticolor2": false,
67
+ "tags": [
68
+ "trash-o"
69
+ ],
70
+ "defaultCode": 61460,
71
+ "grid": 14
72
+ },
73
+ "attrs": [],
74
+ "properties": {
75
+ "name": "trash-o",
76
+ "id": 23,
77
+ "order": 17,
78
+ "prevSize": 28,
79
+ "code": 61460
80
+ },
81
+ "setIdx": 0,
82
+ "setId": 1,
83
+ "iconIdx": 23
84
+ },
85
+ {
86
+ "icon": {
87
+ "paths": [
88
+ "M863.429 603.429c0 1.143 0 2.857-0.571 4-48.571 202.286-215.429 343.429-426.286 343.429-111.429 0-219.429-44-300.571-121.143l-73.714 73.714c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-256c0-20 16.571-36.571 36.571-36.571h256c20 0 36.571 16.571 36.571 36.571 0 9.714-4 18.857-10.857 25.714l-78.286 78.286c53.714 50.286 125.143 78.857 198.857 78.857 101.714 0 196-52.571 249.143-139.429 13.714-22.286 20.571-44 30.286-66.857 2.857-8 8.571-13.143 17.143-13.143h109.714c10.286 0 18.286 8.571 18.286 18.286zM877.714 146.286v256c0 20-16.571 36.571-36.571 36.571h-256c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l78.857-78.857c-54.286-50.286-125.714-78.286-199.429-78.286-101.714 0-196 52.571-249.143 139.429-13.714 22.286-20.571 44-30.286 66.857-2.857 8-8.571 13.143-17.143 13.143h-113.714c-10.286 0-18.286-8.571-18.286-18.286v-4c49.143-202.857 217.714-343.429 428.571-343.429 112 0 221.143 44.571 302.286 121.143l74.286-73.714c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571z"
89
+ ],
90
+ "width": 877.7142857142857,
91
+ "attrs": [],
92
+ "isMulticolor": false,
93
+ "isMulticolor2": false,
94
+ "tags": [
95
+ "refresh"
96
+ ],
97
+ "defaultCode": 61473,
98
+ "grid": 14
99
+ },
100
+ "attrs": [],
101
+ "properties": {
102
+ "name": "refresh",
103
+ "id": 34,
104
+ "order": 25,
105
+ "prevSize": 28,
106
+ "code": 61473
107
+ },
108
+ "setIdx": 0,
109
+ "setId": 1,
110
+ "iconIdx": 34
111
+ },
112
+ {
113
+ "icon": {
114
+ "paths": [
115
+ "M182.857 438.857h292.571v-109.714c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v109.714zM658.286 493.714v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h18.286v-109.714c0-140.571 115.429-256 256-256s256 115.429 256 256v109.714h18.286c30.286 0 54.857 24.571 54.857 54.857z"
116
+ ],
117
+ "width": 658.2857142857142,
118
+ "attrs": [],
119
+ "isMulticolor": false,
120
+ "isMulticolor2": false,
121
+ "tags": [
122
+ "lock"
123
+ ],
124
+ "defaultCode": 61475,
125
+ "grid": 14
126
+ },
127
+ "attrs": [],
128
+ "properties": {
129
+ "name": "lock",
130
+ "id": 36,
131
+ "order": 21,
132
+ "prevSize": 28,
133
+ "code": 61475
134
+ },
135
+ "setIdx": 0,
136
+ "setId": 1,
137
+ "iconIdx": 36
138
+ },
139
+ {
140
+ "icon": {
141
+ "paths": [
142
+ "M207.429 877.714l52-52-134.286-134.286-52 52v61.143h73.143v73.143h61.143zM506.286 347.429c0-7.429-5.143-12.571-12.571-12.571-3.429 0-6.857 1.143-9.714 4l-309.714 309.714c-2.857 2.857-4 6.286-4 9.714 0 7.429 5.143 12.571 12.571 12.571 3.429 0 6.857-1.143 9.714-4l309.714-309.714c2.857-2.857 4-6.286 4-9.714zM475.429 237.714l237.714 237.714-475.429 475.429h-237.714v-237.714zM865.714 292.571c0 19.429-8 38.286-21.143 51.429l-94.857 94.857-237.714-237.714 94.857-94.286c13.143-13.714 32-21.714 51.429-21.714s38.286 8 52 21.714l134.286 133.714c13.143 13.714 21.143 32.571 21.143 52z"
143
+ ],
144
+ "width": 865.7188571428571,
145
+ "attrs": [],
146
+ "isMulticolor": false,
147
+ "isMulticolor2": false,
148
+ "tags": [
149
+ "pencil"
150
+ ],
151
+ "defaultCode": 61504,
152
+ "grid": 14
153
+ },
154
+ "attrs": [],
155
+ "properties": {
156
+ "name": "pencil",
157
+ "id": 64,
158
+ "order": 16,
159
+ "prevSize": 28,
160
+ "code": 61504
161
+ },
162
+ "setIdx": 0,
163
+ "setId": 1,
164
+ "iconIdx": 64
165
+ },
166
+ {
167
+ "icon": {
168
+ "paths": [
169
+ "M694.857 548.571v-73.143c0-20-16.571-36.571-36.571-36.571h-146.286v-146.286c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v146.286h-146.286c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h146.286v146.286c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-146.286h146.286c20 0 36.571-16.571 36.571-36.571zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
170
+ ],
171
+ "width": 877.7142857142857,
172
+ "attrs": [],
173
+ "isMulticolor": false,
174
+ "isMulticolor2": false,
175
+ "tags": [
176
+ "plus-circle"
177
+ ],
178
+ "defaultCode": 61525,
179
+ "grid": 14
180
+ },
181
+ "attrs": [],
182
+ "properties": {
183
+ "name": "plus-circle",
184
+ "id": 84,
185
+ "order": 22,
186
+ "prevSize": 28,
187
+ "code": 61525
188
+ },
189
+ "setIdx": 0,
190
+ "setId": 1,
191
+ "iconIdx": 84
192
+ },
193
+ {
194
+ "icon": {
195
+ "paths": [
196
+ "M585.143 786.286v-91.429c0-10.286-8-18.286-18.286-18.286h-54.857v-292.571c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v91.429c0 10.286 8 18.286 18.286 18.286h54.857v182.857h-54.857c-10.286 0-18.286 8-18.286 18.286v91.429c0 10.286 8 18.286 18.286 18.286h256c10.286 0 18.286-8 18.286-18.286zM512 274.286v-91.429c0-10.286-8-18.286-18.286-18.286h-109.714c-10.286 0-18.286 8-18.286 18.286v91.429c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
197
+ ],
198
+ "width": 877.7142857142857,
199
+ "attrs": [],
200
+ "isMulticolor": false,
201
+ "isMulticolor2": false,
202
+ "tags": [
203
+ "info-circle"
204
+ ],
205
+ "defaultCode": 61530,
206
+ "grid": 14
207
+ },
208
+ "attrs": [],
209
+ "properties": {
210
+ "name": "info-circle",
211
+ "id": 89,
212
+ "order": 23,
213
+ "prevSize": 28,
214
+ "code": 61530
215
+ },
216
+ "setIdx": 0,
217
+ "setId": 1,
218
+ "iconIdx": 89
219
+ },
220
+ {
221
+ "icon": {
222
+ "paths": [
223
+ "M950.857 548.571c-54.286-84-128.571-156-217.714-201.714 22.857 38.857 34.857 83.429 34.857 128.571 0 141.143-114.857 256-256 256s-256-114.857-256-256c0-45.143 12-89.714 34.857-128.571-89.143 45.714-163.429 117.714-217.714 201.714 97.714 150.857 255.429 256 438.857 256s341.143-105.143 438.857-256zM539.429 329.143c0-14.857-12.571-27.429-27.429-27.429-95.429 0-173.714 78.286-173.714 173.714 0 14.857 12.571 27.429 27.429 27.429s27.429-12.571 27.429-27.429c0-65.143 53.714-118.857 118.857-118.857 14.857 0 27.429-12.571 27.429-27.429zM1024 548.571c0 14.286-4.571 27.429-11.429 39.429-105.143 173.143-297.714 289.714-500.571 289.714s-395.429-117.143-500.571-289.714c-6.857-12-11.429-25.143-11.429-39.429s4.571-27.429 11.429-39.429c105.143-172.571 297.714-289.714 500.571-289.714s395.429 117.143 500.571 289.714c6.857 12 11.429 25.143 11.429 39.429z"
224
+ ],
225
+ "width": 1024,
226
+ "attrs": [],
227
+ "isMulticolor": false,
228
+ "isMulticolor2": false,
229
+ "tags": [
230
+ "eye"
231
+ ],
232
+ "defaultCode": 61550,
233
+ "grid": 14
234
+ },
235
+ "attrs": [],
236
+ "properties": {
237
+ "name": "eye",
238
+ "id": 105,
239
+ "order": 18,
240
+ "prevSize": 28,
241
+ "code": 61550
242
+ },
243
+ "setIdx": 0,
244
+ "setId": 1,
245
+ "iconIdx": 105
246
+ },
247
+ {
248
+ "icon": {
249
+ "paths": [
250
+ "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857 0 193.714-125.714 358.286-300 416.571-22.286 4-30.286-9.714-30.286-21.143 0-14.286 0.571-61.714 0.571-120.571 0-41.143-13.714-67.429-29.714-81.143 97.714-10.857 200.571-48 200.571-216.571 0-48-17.143-86.857-45.143-117.714 4.571-11.429 19.429-56-4.571-116.571-36.571-11.429-120.571 45.143-120.571 45.143-34.857-9.714-72.571-14.857-109.714-14.857s-74.857 5.143-109.714 14.857c0 0-84-56.571-120.571-45.143-24 60.571-9.143 105.143-4.571 116.571-28 30.857-45.143 69.714-45.143 117.714 0 168 102.286 205.714 200 216.571-12.571 11.429-24 30.857-28 58.857-25.143 11.429-89.143 30.857-127.429-36.571-24-41.714-67.429-45.143-67.429-45.143-42.857-0.571-2.857 26.857-2.857 26.857 28.571 13.143 48.571 64 48.571 64 25.714 78.286 148 52 148 52 0 36.571 0.571 70.857 0.571 81.714 0 11.429-8 25.143-30.286 21.143-174.286-58.286-300-222.857-300-416.571 0-242.286 196.571-438.857 438.857-438.857zM166.286 703.429c1.143-2.286-0.571-5.143-4-6.857-3.429-1.143-6.286-0.571-7.429 1.143-1.143 2.286 0.571 5.143 4 6.857 2.857 1.714 6.286 1.143 7.429-1.143zM184 722.857c2.286-1.714 1.714-5.714-1.143-9.143-2.857-2.857-6.857-4-9.143-1.714-2.286 1.714-1.714 5.714 1.143 9.143 2.857 2.857 6.857 4 9.143 1.714zM201.143 748.571c2.857-2.286 2.857-6.857 0-10.857-2.286-4-6.857-5.714-9.714-3.429-2.857 1.714-2.857 6.286 0 10.286s7.429 5.714 9.714 4zM225.143 772.571c2.286-2.286 1.143-7.429-2.286-10.857-4-4-9.143-4.571-11.429-1.714-2.857 2.286-1.714 7.429 2.286 10.857 4 4 9.143 4.571 11.429 1.714zM257.714 786.857c1.143-3.429-2.286-7.429-7.429-9.143-4.571-1.143-9.714 0.571-10.857 4s2.286 7.429 7.429 8.571c4.571 1.714 9.714 0 10.857-3.429zM293.714 789.714c0-4-4.571-6.857-9.714-6.286-5.143 0-9.143 2.857-9.143 6.286 0 4 4 6.857 9.714 6.286 5.143 0 9.143-2.857 9.143-6.286zM326.857 784c-0.571-3.429-5.143-5.714-10.286-5.143-5.143 1.143-8.571 4.571-8 8.571 0.571 3.429 5.143 5.714 10.286 4.571s8.571-4.571 8-8z"
251
+ ],
252
+ "width": 877.7142857142857,
253
+ "attrs": [],
254
+ "isMulticolor": false,
255
+ "isMulticolor2": false,
256
+ "tags": [
257
+ "github"
258
+ ],
259
+ "defaultCode": 61595,
260
+ "grid": 14
261
+ },
262
+ "attrs": [],
263
+ "properties": {
264
+ "name": "github",
265
+ "id": 147,
266
+ "order": 26,
267
+ "prevSize": 28,
268
+ "code": 61595
269
+ },
270
+ "setIdx": 0,
271
+ "setId": 1,
272
+ "iconIdx": 147
273
+ },
274
+ {
275
+ "icon": {
276
+ "paths": [
277
+ "M950.857 329.143v146.286c0 20-16.571 36.571-36.571 36.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-146.286c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v109.714h54.857c30.286 0 54.857 24.571 54.857 54.857v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h384v-109.714c0-141.143 114.857-256 256-256s256 114.857 256 256z"
278
+ ],
279
+ "width": 950.8571428571428,
280
+ "attrs": [],
281
+ "isMulticolor": false,
282
+ "isMulticolor2": false,
283
+ "tags": [
284
+ "unlock"
285
+ ],
286
+ "defaultCode": 61596,
287
+ "grid": 14
288
+ },
289
+ "attrs": [],
290
+ "properties": {
291
+ "name": "unlock",
292
+ "id": 148,
293
+ "order": 19,
294
+ "prevSize": 28,
295
+ "code": 61596
296
+ },
297
+ "setIdx": 0,
298
+ "setId": 1,
299
+ "iconIdx": 148
300
+ },
301
+ {
302
+ "icon": {
303
+ "paths": [
304
+ "M219.429 877.714h438.857v-219.429h-438.857v219.429zM731.429 877.714h73.143v-512c0-10.857-9.714-34.286-17.143-41.714l-160.571-160.571c-8-8-30.286-17.143-41.714-17.143v237.714c0 30.286-24.571 54.857-54.857 54.857h-329.143c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-73.143v731.429h73.143v-237.714c0-30.286 24.571-54.857 54.857-54.857h475.429c30.286 0 54.857 24.571 54.857 54.857v237.714zM512 347.429v-182.857c0-9.714-8.571-18.286-18.286-18.286h-109.714c-9.714 0-18.286 8.571-18.286 18.286v182.857c0 9.714 8.571 18.286 18.286 18.286h109.714c9.714 0 18.286-8.571 18.286-18.286zM877.714 365.714v530.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-768c0-30.286 24.571-54.857 54.857-54.857h530.286c30.286 0 72 17.143 93.714 38.857l160 160c21.714 21.714 38.857 63.429 38.857 93.714z"
305
+ ],
306
+ "width": 877.7142857142857,
307
+ "attrs": [],
308
+ "isMulticolor": false,
309
+ "isMulticolor2": false,
310
+ "tags": [
311
+ "floppy-o",
312
+ "save"
313
+ ],
314
+ "defaultCode": 61639,
315
+ "grid": 14
316
+ },
317
+ "attrs": [],
318
+ "properties": {
319
+ "name": "floppy-o, save",
320
+ "id": 176,
321
+ "order": 27,
322
+ "prevSize": 28,
323
+ "code": 61639
324
+ },
325
+ "setIdx": 0,
326
+ "setId": 1,
327
+ "iconIdx": 176
328
+ },
329
+ {
330
+ "icon": {
331
+ "paths": [
332
+ "M603.429 438.857c30.286 0 54.857 24.571 54.857 54.857v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h18.286v-182.857c0-141.143 114.857-256 256-256s256 114.857 256 256c0 20-16.571 36.571-36.571 36.571h-36.571c-20 0-36.571-16.571-36.571-36.571 0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v182.857h420.571z"
333
+ ],
334
+ "width": 658.2857142857142,
335
+ "attrs": [],
336
+ "isMulticolor": false,
337
+ "isMulticolor2": false,
338
+ "tags": [
339
+ "unlock-alt"
340
+ ],
341
+ "defaultCode": 61758,
342
+ "grid": 14
343
+ },
344
+ "attrs": [],
345
+ "properties": {
346
+ "name": "unlock-alt",
347
+ "id": 285,
348
+ "order": 20,
349
+ "prevSize": 28,
350
+ "code": 61758
351
+ },
352
+ "setIdx": 0,
353
+ "setId": 1,
354
+ "iconIdx": 285
355
+ },
356
+ {
357
+ "icon": {
358
+ "paths": [
359
+ "M838.857 272c5.714 5.714 10.857 12.571 16 20.571h-269.714v-269.714c8 5.143 14.857 10.286 20.571 16zM566.857 365.714h310.857v603.429c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h457.143v310.857c0 30.286 24.571 54.857 54.857 54.857zM658.286 786.286v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286zM658.286 640v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286zM658.286 493.714v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286z"
360
+ ],
361
+ "width": 877.7142857142857,
362
+ "attrs": [],
363
+ "isMulticolor": false,
364
+ "isMulticolor2": false,
365
+ "tags": [
366
+ "file-text"
367
+ ],
368
+ "defaultCode": 61788,
369
+ "grid": 14
370
+ },
371
+ "attrs": [],
372
+ "properties": {
373
+ "name": "file-text",
374
+ "id": 313,
375
+ "order": 28,
376
+ "prevSize": 28,
377
+ "code": 61788
378
+ },
379
+ "setIdx": 0,
380
+ "setId": 1,
381
+ "iconIdx": 313
382
+ },
383
+ {
384
+ "icon": {
385
+ "paths": [
386
+ "M121.143 438.857l356 380-171.429-380h-184.571zM585.143 880l199.429-441.143h-398.857zM307.429 365.714l116.571-219.429h-149.714l-164.571 219.429h197.714zM693.143 818.857l356-380h-184.571zM390.286 365.714h389.714l-116.571-219.429h-156.571zM862.857 365.714h197.714l-164.571-219.429h-149.714zM943.429 88l219.429 292.571c10.857 13.714 9.714 33.714-2.286 46.857l-548.571 585.143c-6.857 7.429-16.571 11.429-26.857 11.429s-20-4-26.857-11.429l-548.571-585.143c-12-13.143-13.143-33.143-2.286-46.857l219.429-292.571c6.857-9.714 17.714-14.857 29.143-14.857h658.286c11.429 0 22.286 5.143 29.143 14.857z"
387
+ ],
388
+ "width": 1170.2857142857142,
389
+ "attrs": [],
390
+ "isMulticolor": false,
391
+ "isMulticolor2": false,
392
+ "tags": [
393
+ "diamond"
394
+ ],
395
+ "defaultCode": 61977,
396
+ "grid": 14
397
+ },
398
+ "attrs": [],
399
+ "properties": {
400
+ "name": "diamond",
401
+ "id": 490,
402
+ "order": 29,
403
+ "prevSize": 28,
404
+ "code": 61977
405
+ },
406
+ "setIdx": 0,
407
+ "setId": 1,
408
+ "iconIdx": 490
409
+ }
410
+ ],
411
+ "height": 1024,
412
+ "metadata": {
413
+ "name": "WAB"
414
+ },
415
+ "preferences": {
416
+ "showGlyphs": true,
417
+ "showQuickUse": true,
418
+ "showQuickUse2": true,
419
+ "showSVGs": true,
420
+ "fontPref": {
421
+ "prefix": "icon-",
422
+ "metadata": {
423
+ "fontFamily": "WAB",
424
+ "majorVersion": 1,
425
+ "minorVersion": 0
426
+ },
427
+ "metrics": {
428
+ "emSize": 1024,
429
+ "baseline": 6.25,
430
+ "whitespace": 50
431
+ },
432
+ "embed": false,
433
+ "showSelector": true,
434
+ "selector": "class",
435
+ "showMetrics": false,
436
+ "classSelector": ".icon",
437
+ "showMetadata": false,
438
+ "showVersion": false
439
+ },
440
+ "imagePref": {
441
+ "prefix": "icon-",
442
+ "png": false,
443
+ "useClassSelector": true,
444
+ "color": 0,
445
+ "bgColor": 16777215,
446
+ "classSelector": ".icon",
447
+ "height": 32,
448
+ "columns": 16,
449
+ "margin": 16,
450
+ "autoHost": false,
451
+ "numPrefix": false
452
+ },
453
+ "historySize": 50,
454
+ "showCodes": true,
455
+ "gridSize": 16,
456
+ "quickUsageToken": {
457
+ "UntitledProject": "YjYyNWE5YzcxZmIyYzE0NDZmYzFkN2E5ZDRmM2IzOGMjMSMxNTAzMzg0NTA0IyMj"
458
+ }
459
+ }
460
+ }