fronty-gem 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +1 -0
  3. data/Gemfile +6 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +39 -0
  6. data/Rakefile +2 -0
  7. data/app/controllers/concerns/dynamic_content.rb +160 -0
  8. data/app/controllers/designers_controller.rb +257 -0
  9. data/app/controllers/pages_controller.rb +23 -0
  10. data/app/views/designers/editor.html.erb +245 -0
  11. data/app/views/pages/404.html.erb +2 -0
  12. data/app/views/pages/welcome.html.erb +2 -0
  13. data/bin/console +14 -0
  14. data/bin/setup +8 -0
  15. data/config/initializers/assets.rb +2 -0
  16. data/config/routes.rb +20 -0
  17. data/fronty-gem.gemspec +37 -0
  18. data/lib/config/routes.rb +3 -0
  19. data/lib/fronty-gem.rb +5 -0
  20. data/lib/fronty-gem/version.rb +3 -0
  21. data/lib/tasks/fronty.rake +14 -0
  22. data/vendor/assets/demo/album/album.css +39 -0
  23. data/vendor/assets/demo/album/index.html +231 -0
  24. data/vendor/assets/demo/blog/blog.css +130 -0
  25. data/vendor/assets/demo/blog/index.html +230 -0
  26. data/vendor/assets/demo/carousel/carousel.css +91 -0
  27. data/vendor/assets/demo/carousel/index.html +186 -0
  28. data/vendor/assets/demo/narrow-jumbotron/index.html +82 -0
  29. data/vendor/assets/demo/narrow-jumbotron/narrow-jumbotron.css +80 -0
  30. data/vendor/assets/demo/offcanvas/index.html +158 -0
  31. data/vendor/assets/demo/offcanvas/offcanvas.css +79 -0
  32. data/vendor/assets/demo/offcanvas/offcanvas.js +7 -0
  33. data/vendor/assets/demo/pricing/index.html +141 -0
  34. data/vendor/assets/demo/pricing/pricing.css +25 -0
  35. data/vendor/assets/demo/product/index.html +177 -0
  36. data/vendor/assets/demo/product/product.css +79 -0
  37. data/vendor/assets/fonts/line-awesome.eot +0 -0
  38. data/vendor/assets/fonts/line-awesome.svg +2628 -0
  39. data/vendor/assets/fonts/line-awesome.ttf +0 -0
  40. data/vendor/assets/fonts/line-awesome.woff +0 -0
  41. data/vendor/assets/fonts/line-awesome.woff2 +0 -0
  42. data/vendor/assets/images/icons/alert.svg +66 -0
  43. data/vendor/assets/images/icons/arrow-down.svg +60 -0
  44. data/vendor/assets/images/icons/arrow-right.svg +60 -0
  45. data/vendor/assets/images/icons/badge.svg +81 -0
  46. data/vendor/assets/images/icons/breadcrumbs.svg +77 -0
  47. data/vendor/assets/images/icons/button.svg +78 -0
  48. data/vendor/assets/images/icons/button_group.svg +81 -0
  49. data/vendor/assets/images/icons/button_toolbar.svg +87 -0
  50. data/vendor/assets/images/icons/cart.svg +62 -0
  51. data/vendor/assets/images/icons/categories.svg +62 -0
  52. data/vendor/assets/images/icons/chart.svg +1 -0
  53. data/vendor/assets/images/icons/checkbox.svg +66 -0
  54. data/vendor/assets/images/icons/checkout.svg +62 -0
  55. data/vendor/assets/images/icons/chevron-down.svg +67 -0
  56. data/vendor/assets/images/icons/chevron-right.svg +67 -0
  57. data/vendor/assets/images/icons/components/cart.svg +16 -0
  58. data/vendor/assets/images/icons/components/checkbox.svg +1 -0
  59. data/vendor/assets/images/icons/components/contact-form.svg +13 -0
  60. data/vendor/assets/images/icons/components/map.svg +12 -0
  61. data/vendor/assets/images/icons/container.svg +66 -0
  62. data/vendor/assets/images/icons/facebook.svg +1 -0
  63. data/vendor/assets/images/icons/file.svg +1 -0
  64. data/vendor/assets/images/icons/filters.svg +62 -0
  65. data/vendor/assets/images/icons/folder.svg +1 -0
  66. data/vendor/assets/images/icons/form.svg +66 -0
  67. data/vendor/assets/images/icons/grid_row.svg +66 -0
  68. data/vendor/assets/images/icons/heading.svg +66 -0
  69. data/vendor/assets/images/icons/hr.svg +66 -0
  70. data/vendor/assets/images/icons/image.svg +62 -0
  71. data/vendor/assets/images/icons/instagram.svg +62 -0
  72. data/vendor/assets/images/icons/jumbotron.svg +66 -0
  73. data/vendor/assets/images/icons/label.svg +73 -0
  74. data/vendor/assets/images/icons/link.svg +1 -0
  75. data/vendor/assets/images/icons/list_group.svg +66 -0
  76. data/vendor/assets/images/icons/map.svg +62 -0
  77. data/vendor/assets/images/icons/maps.png +0 -0
  78. data/vendor/assets/images/icons/minus_round.svg +1 -0
  79. data/vendor/assets/images/icons/navbar.svg +66 -0
  80. data/vendor/assets/images/icons/pagination.svg +68 -0
  81. data/vendor/assets/images/icons/panel.svg +66 -0
  82. data/vendor/assets/images/icons/paragraph.svg +66 -0
  83. data/vendor/assets/images/icons/paypal.svg +1 -0
  84. data/vendor/assets/images/icons/play-button.svg +42 -0
  85. data/vendor/assets/images/icons/plus_round.svg +1 -0
  86. data/vendor/assets/images/icons/product.png +0 -0
  87. data/vendor/assets/images/icons/product.svg +62 -0
  88. data/vendor/assets/images/icons/product_gallery.svg +68 -0
  89. data/vendor/assets/images/icons/products.svg +62 -0
  90. data/vendor/assets/images/icons/progressbar.svg +67 -0
  91. data/vendor/assets/images/icons/radio.svg +66 -0
  92. data/vendor/assets/images/icons/search.svg +69 -0
  93. data/vendor/assets/images/icons/select_input.svg +67 -0
  94. data/vendor/assets/images/icons/slider.svg +62 -0
  95. data/vendor/assets/images/icons/table.svg +66 -0
  96. data/vendor/assets/images/icons/text_area.svg +66 -0
  97. data/vendor/assets/images/icons/text_input.svg +66 -0
  98. data/vendor/assets/images/icons/twitter.svg +55 -0
  99. data/vendor/assets/images/icons/user.svg +62 -0
  100. data/vendor/assets/images/icons/video.svg +45 -0
  101. data/vendor/assets/images/icons/well.svg +82 -0
  102. data/vendor/assets/images/svg/icon-a.svg +235 -0
  103. data/vendor/assets/images/svg/icon-b.svg +224 -0
  104. data/vendor/assets/images/svg/icon-c.svg +224 -0
  105. data/vendor/assets/images/svg/icon-d.svg +224 -0
  106. data/vendor/assets/images/svg/logo.svg +41 -0
  107. data/vendor/assets/images/thumbnails/XX__.png +0 -0
  108. data/vendor/assets/images/thumbnails/comparison.png +0 -0
  109. data/vendor/assets/images/thumbnails/details-with-title-complate.png +0 -0
  110. data/vendor/assets/images/thumbnails/details.png +0 -0
  111. data/vendor/assets/images/thumbnails/footer-with-links.png +0 -0
  112. data/vendor/assets/images/thumbnails/footer.png +0 -0
  113. data/vendor/assets/images/thumbnails/header.png +0 -0
  114. data/vendor/assets/images/thumbnails/jumbotron-with-title.png +0 -0
  115. data/vendor/assets/images/thumbnails/jumbotron.png +0 -0
  116. data/vendor/assets/images/thumbnails/linkbar.png +0 -0
  117. data/vendor/assets/images/thumbnails/liticle.png +0 -0
  118. data/vendor/assets/images/thumbnails/logobar.png +0 -0
  119. data/vendor/assets/images/thumbnails/page-title.png +0 -0
  120. data/vendor/assets/images/thumbnails/quiz-complate.png +0 -0
  121. data/vendor/assets/images/thumbnails/quiz-with-hero-complate.png +0 -0
  122. data/vendor/assets/images/thumbnails/result-complate.png +0 -0
  123. data/vendor/assets/images/thumbnails/review-section.png +0 -0
  124. data/vendor/assets/images/thumbnails/review-v2-complate.png +0 -0
  125. data/vendor/assets/images/thumbnails/review-v3-complate.png +0 -0
  126. data/vendor/assets/images/thumbnails/review_section_v4_complate.png +0 -0
  127. data/vendor/assets/images/thumbnails/split-hero-complate.png +0 -0
  128. data/vendor/assets/images/thumbnails/subtitle-with-button-complate.png +0 -0
  129. data/vendor/assets/images/thumbnails/subtitle-with-link.png +0 -0
  130. data/vendor/assets/images/thumbnails/unknown-complate.png +0 -0
  131. data/vendor/assets/images/thumbnails/unknown1-complate.png +0 -0
  132. data/vendor/assets/images/thumbnails/video-section-complate.png +0 -0
  133. data/vendor/assets/javascript/fronty-designer-init.js +491 -0
  134. data/vendor/assets/javascript/fronty-designer.js +16518 -0
  135. data/vendor/assets/stylesheets/fronty-designer.css +11255 -0
  136. metadata +235 -0
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="164.49983mm"
13
+ height="124.27901mm"
14
+ viewBox="0 0 582.87345 440.35872"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="text_input.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="0.7"
29
+ inkscape:cx="783.6964"
30
+ inkscape:cy="-201.82249"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="20"
35
+ fit-margin-left="10"
36
+ fit-margin-right="10"
37
+ fit-margin-bottom="20"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(-73.734486,-85.861551)">
60
+ <path
61
+ style="fill:#000000"
62
+ d="m 276.83104,455.01126 c -12.5151,-0.56267 -12.90121,-0.64833 -15.25,-3.38305 -2.60468,-3.03266 -3.27358,-9.21176 -1.38017,-12.74963 1.72419,-3.22168 6.40059,-4.94461 13.4207,-4.94461 l 6.54966,0 0,-128.00002 0,-128.00001 -6.54966,0 c -7.02011,0 -11.69651,-1.72293 -13.4207,-4.94461 -1.89345,-3.53794 -1.22452,-9.71697 1.38025,-12.74963 2.36804,-2.75703 2.64157,-2.81444 15.75,-3.30576 7.33706,-0.275 19.34316,-0.275 26.68023,0 13.10845,0.49132 13.38197,0.54873 15.75,3.30576 3.72736,4.33967 3.33761,9.96652 -0.99012,14.29424 -3.22817,3.22817 -3.75882,3.4 -10.5,3.4 l -7.1,0 0,128.00001 0,128.00002 7.1,0 c 6.74118,0 7.27183,0.17183 10.5,3.4 4.61217,4.61216 4.79878,10.35508 0.47692,14.67692 -2.88466,2.88466 -3.07194,2.92326 -14.25,2.93673 -6.2298,0.008 -12.22692,0.1548 -13.32692,0.3273 -1.1,0.17249 -7.77809,0.0538 -14.84019,-0.26366 z m -161.34511,-43.5299 c -6.66044,-2.91992 -6.31472,2.85861 -6.31472,-105.54741 0,-108.78339 -0.37706,-102.69104 6.5343,-105.57879 4.99843,-2.08847 130.87344,-2.11336 135.86715,-0.0268 7.11885,2.97444 8.87807,11.02251 3.68101,16.83985 l -2.91756,3.26573 -61.08245,0.27254 -61.08245,0.27253 0,84.97748 0,84.97747 59.54967,0 c 50.87603,0 59.97056,0.21765 62.43931,1.4943 6.68101,3.45489 8.10034,11.13554 3.09342,16.73993 l -2.91762,3.26578 -66.83239,0.22191 c -55.37741,0.18387 -67.37834,-0.0174 -70.01767,-1.17452 z m 213.00629,-0.16068 c -2.91651,-1.4383 -6.32099,-6.49397 -6.32099,-9.38671 0,-0.65876 0.70978,-2.69348 1.57728,-4.5216 3.28156,-6.91538 -6.31827,-6.47841 142.32387,-6.47841 l 134.09889,0 0,-85.00001 0,-85 -134.09889,0 c -148.64214,0 -139.04231,0.43697 -142.32387,-6.47841 -0.8675,-1.82812 -1.57728,-3.86284 -1.57728,-4.5216 0,-0.65876 0.70978,-2.69348 1.57728,-4.5216 3.28638,-6.92553 -6.91833,-6.4784 147.85599,-6.4784 118.41437,0 140.14785,0.21595 143.03247,1.42122 6.91136,2.88775 6.5343,-3.2046 6.5343,105.57879 0,108.7834 0.37706,102.69105 -6.5343,105.5788 -2.88558,1.20567 -24.60151,1.41777 -143.1836,1.39845 -124.88718,-0.0203 -140.12088,-0.18983 -142.96115,-1.59052 z m -126.821,-50.33208 c -1.1,-0.45022 -2.9,-1.8184 -4,-3.0404 -1.90933,-2.12109 -2.01295,-3.84452 -2.28572,-38.01618 l -0.28572,-35.79438 -12.44556,-0.35185 c -12.40295,-0.35064 -12.45622,-0.3625 -15.55941,-3.4662 -5.32733,-5.3282 -4.02595,-13.68559 2.6223,-16.84039 4.75978,-2.25867 68.0877,-2.30321 72.44308,-0.051 3.96591,2.05089 6.01104,5.28501 6.01104,9.50575 0,8.23733 -5.26611,11 -20.96789,11 l -11.03212,0 -0.0222,35.75001 c -0.0201,32.36233 -0.18595,35.95212 -1.75,37.88296 -3.25885,4.02312 -8.08701,5.32111 -12.72776,3.42168 z"
63
+ id="path4234"
64
+ inkscape:connector-curvature="0" />
65
+ </g>
66
+ </svg>
@@ -0,0 +1,55 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ height="4.0922971in"
11
+ style="clip-rule:evenodd;fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
12
+ viewBox="0 0 5.0133284 4.092297"
13
+ width="5.0133286in"
14
+ xml:space="preserve"
15
+ version="1.1"
16
+ id="svg11"
17
+ sodipodi:docname="twitter.svg"
18
+ inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"><metadata
19
+ id="metadata15"><rdf:RDF><cc:Work
20
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
21
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
22
+ pagecolor="#ffffff"
23
+ bordercolor="#666666"
24
+ borderopacity="1"
25
+ objecttolerance="10"
26
+ gridtolerance="10"
27
+ guidetolerance="10"
28
+ inkscape:pageopacity="0"
29
+ inkscape:pageshadow="2"
30
+ inkscape:window-width="2560"
31
+ inkscape:window-height="1391"
32
+ id="namedview13"
33
+ showgrid="false"
34
+ fit-margin-top="0"
35
+ fit-margin-left="0"
36
+ fit-margin-right="0"
37
+ fit-margin-bottom="0"
38
+ inkscape:zoom="0.36010777"
39
+ inkscape:cx="223.97804"
40
+ inkscape:cy="204.76555"
41
+ inkscape:window-x="0"
42
+ inkscape:window-y="0"
43
+ inkscape:window-maximized="1"
44
+ inkscape:current-layer="svg11" /><defs
45
+ id="defs4"><style
46
+ type="text/css"
47
+ id="style2"><![CDATA[
48
+ .fil1 {fill:none}
49
+ .fil0 {fill:#212121;fill-rule:nonzero}
50
+ ]]></style></defs><path
51
+ class="fil0"
52
+ d="m 4.8084936,0.64099 c -0.03893,0.01327 -0.07839,0.02543 -0.118327,0.03642 -0.0986,0.02714 -0.199539,0.04718 -0.301929,0.05932 l 4e-6,4.7e-5 c -0.02925,0.0035 -0.05577,-0.01744 -0.05924,-0.04669 -0.0027,-0.02301 0.0096,-0.04434 0.02928,-0.05407 0.09737,-0.05883 0.183272,-0.134677 0.253878,-0.223484 0.04123,-0.05185 0.0772,-0.108059 0.10715,-0.167811 -0.06031,0.03007 -0.122248,0.05728 -0.185693,0.08145 -0.108575,0.04136 -0.221874,0.07393 -0.339236,0.09676 l 2.1e-5,9.1e-5 c -0.01994,0.0039 -0.03945,-0.0039 -0.05148,-0.0186 C 4.0552016,0.311543 3.9484686,0.236195 3.8291616,0.18458 3.7133896,0.1345 3.5852446,0.10663 3.4505986,0.10663 c -0.262992,0 -0.501224,0.106732 -0.673697,0.279205 -0.172472,0.172472 -0.279205,0.410705 -0.279205,0.673697 0,0.03802 0.0022,0.07491 0.0063,0.110693 0.0042,0.03681 0.0103,0.07239 0.01802,0.106791 l -0.05187,0.01166 0.05204,-0.01168 c 0.0065,0.02874 -0.01161,0.05727 -0.04035,0.06372 -0.0063,0.0014 -0.01259,0.0017 -0.01865,8.5e-4 C 2.0453616,1.319896 1.6512286,1.21085 1.2984756,1.03213 0.95640758,0.858823 0.65312858,0.619965 0.40475058,0.33174 c -0.02476,0.05157 -0.04499,0.105925 -0.06023,0.162476 -0.0214,0.07941 -0.03277,0.163114 -0.03277,0.249461 0,0.162433 0.04062,0.315421 0.112115,0.449024 0.07421,0.138677 0.181739,0.256839 0.311684,0.343343 l -0.02937,0.04437 0.02955,-0.04439 c 0.02452,0.01632 0.03116,0.04943 0.01484,0.07395 -0.01148,0.01725 -0.03129,0.02565 -0.05055,0.02343 -0.08326,-0.0025 -0.163783,-0.01522 -0.240732,-0.03648 -0.05241,-0.01448 -0.103122,-0.03288 -0.151886,-0.05472 0.01557,0.199669 0.09258,0.382063 0.211996,0.528303 0.136929,0.167689 0.329496,0.287992 0.54902002,0.33248 l -0.01042,0.05208 0.01059,-0.05227 c 0.02887,0.0059 0.04753,0.034 0.04168,0.06287 -0.0044,0.0219 -0.02171,0.03792 -0.0424,0.04183 -0.04285,0.0112 -0.0876,0.01987 -0.13367702,0.0258 -0.04726,0.0061 -0.09447,0.0092 -0.140984,0.0092 -0.03239,0 -0.06582,-0.0016 -0.100476,-0.0048 l -0.0086,-8.23e-4 c 0.0669,0.15672 0.174461,0.291842 0.309437,0.392217 0.15437002,0.114803 0.34453502,0.18418 0.55067002,0.188504 l -10e-4,0.05313 0.0011,-0.05332 c 0.02945,6.14e-4 0.05282,0.02499 0.0522,0.05444 -3.83e-4,0.01837 -0.01002,0.03437 -0.02435,0.04366 -0.179189,0.139488 -0.381602,0.250185 -0.60025202,0.325315 -0.212937,0.07317 -0.441409,0.11285 -0.678988,0.11285 -0.007,0 -0.01411,-3.2e-5 -0.02122,-1.11e-4 0.16924,0.09077 0.348531,0.164713 0.535803,0.219535 0.24990602,0.07316 0.51465402,0.112429 0.78936602,0.112429 0.835287,0 1.49626,-0.317878 1.96648,-0.78802 0.553079,-0.552996 0.843091,-1.3163 0.843091,-2.02111 0,-0.0011 4.1e-5,-0.0022 1.06e-4,-0.0033 l -0.0029,-0.125835 -1.97e-4,4e-6 c -4.64e-4,-0.01991 0.01005,-0.03754 0.02602,-0.04707 0.09472,-0.06846 0.183118,-0.145193 0.264181,-0.229161 0.04011,-0.04154 0.07845,-0.08495 0.114894,-0.130083 z m -0.14624,-0.06608 c 0.09368,-0.02578 0.184417,-0.05822 0.271413,-0.09655 0.01696,-0.0096 0.03859,-0.0095 0.05591,0.002 0.0245,0.01633 0.03113,0.04945 0.01479,0.07396 -0.06895,0.103425 -0.147354,0.200638 -0.234102,0.290492 -0.07987,0.08273 -0.166756,0.158965 -0.25978,0.227783 l 0.0023,0.098 c 2.12e-4,0.0019 3.19e-4,0.0039 3.19e-4,0.0059 0,0.73124 -0.300764,1.52303 -0.874343,2.09653 -0.488862,0.488783 -1.1753,0.819272 -2.04189,0.819272 -0.284134,0 -0.558843,-0.04087 -0.81894902,-0.11702 -0.268085,-0.07849 -0.520018,-0.194342 -0.750203,-0.341423 -0.01838,-0.01008 -0.02984,-0.03054 -0.0273899968,-0.05267 C 0.00352858,3.551914 0.02994858,3.530814 0.05921858,3.534054 l -1.2e-5,9.4e-5 c 0.0391,0.0043 0.0778,0.0076 0.116228,0.0098 0.0374,0.0021 0.07648,0.0032 0.117484,0.0032 0.22565,0 0.442476,-0.03763 0.644406,-0.107016 C 1.1017026,3.383652 1.2561396,3.306266 1.3973836,3.21114 1.2241706,3.18381 1.0648956,3.11481 0.93023358,3.014656 c -0.174291,-0.12961 -0.307461,-0.311378 -0.376433,-0.522402 -0.0039,-0.0093 -0.0052,-0.01981 -0.0032,-0.03046 0.0055,-0.02895 0.03335,-0.04798 0.0623,-0.04252 l -2.4e-5,1.34e-4 c 0.03023,0.0057 0.05998,0.0099 0.08939,0.0126 0.0286,0.0026 0.05886,0.0039 0.09089,0.0039 0.01057,0 0.02106,-1.61e-4 0.03147,-4.68e-4 -0.151374,-0.06811 -0.284008,-0.170717 -0.38778,-0.297795 -0.149362,-0.182913 -0.239094,-0.416402 -0.239094,-0.67061 v -0.01202 c -5.1e-5,-0.0088 0.0021,-0.01775 0.0066,-0.02601 0.01422,-0.02579 0.04666,-0.03517 0.07245,-0.02095 l -4.3e-5,8.3e-5 c 0.06635,0.03658 0.136929,0.06595 0.210768,0.08635 0.01325,0.0037 0.02661,0.007 0.04008,0.01012 -0.07854,-0.07607 -0.145417,-0.164394 -0.197571,-0.26185 -0.07973,-0.149 -0.125035,-0.319055 -0.125035,-0.499024 0,-0.0955 0.01268,-0.188445 0.03653,-0.276957 0.024,-0.08908 0.05952,-0.173748 0.104972,-0.25211 0.0033,-0.007 0.0082,-0.01345 0.01459,-0.01869 0.02282,-0.01862 0.05642,-0.01521 0.07504,0.0076 l -0.04133,0.03371 0.04125,-0.03354 c 0.247949,0.303972 0.557705,0.554799 0.91026002,0.733421 0.322055,0.163165 0.67974,0.266063 1.05855,0.294193 -0.0026,-0.01631 -0.0049,-0.03265 -0.0068,-0.04901 -0.0047,-0.04056 -0.0071,-0.08149 -0.0071,-0.12278 0,-0.292437 0.118677,-0.557335 0.310457,-0.749114 C 2.8932006,0.118677 3.1580976,0 3.4505346,0 c 0.148823,0 0.291252,0.03115 0.42065,0.08712 0.124945,0.05405 0.237256,0.131165 0.330988,0.225638 0.100929,-0.02117 0.198925,-0.05011 0.293472,-0.08613 0.104539,-0.03983 0.204583,-0.08822 0.299496,-0.14426 0.01313,-0.0089 0.03006,-0.0118 0.0463,-0.0065 0.02802,0.0091 0.04337,0.03916 0.03429,0.06718 l -1.57e-4,-5.1e-5 c -0.04004,0.1235 -0.10152,0.236976 -0.180142,0.335862 -0.03237,0.04072 -0.06769,0.07901 -0.105646,0.114543 0.02436,-0.0057 0.0485,-0.01184 0.07241,-0.01842 z"
53
+ id="path6"
54
+ inkscape:connector-curvature="0"
55
+ style="clip-rule:evenodd;fill:#212121;fill-rule:nonzero;stroke-width:1;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision" /></svg>
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ id="svg2"
13
+ version="1.1"
14
+ inkscape:version="0.91 r13725"
15
+ width="399.99997"
16
+ height="559.89838"
17
+ viewBox="0 0 399.99996 559.89838"
18
+ sodipodi:docname="user.svg">
19
+ <metadata
20
+ id="metadata8">
21
+ <rdf:RDF>
22
+ <cc:Work
23
+ rdf:about="">
24
+ <dc:format>image/svg+xml</dc:format>
25
+ <dc:type
26
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27
+ <dc:title></dc:title>
28
+ </cc:Work>
29
+ </rdf:RDF>
30
+ </metadata>
31
+ <defs
32
+ id="defs6" />
33
+ <sodipodi:namedview
34
+ pagecolor="#ffffff"
35
+ bordercolor="#666666"
36
+ borderopacity="1"
37
+ objecttolerance="10"
38
+ gridtolerance="10"
39
+ guidetolerance="10"
40
+ inkscape:pageopacity="0"
41
+ inkscape:pageshadow="2"
42
+ inkscape:window-width="2560"
43
+ inkscape:window-height="1391"
44
+ id="namedview4"
45
+ showgrid="false"
46
+ fit-margin-top="80"
47
+ fit-margin-left="0"
48
+ fit-margin-right="0"
49
+ fit-margin-bottom="80"
50
+ inkscape:zoom="0.65186406"
51
+ inkscape:cx="201.29045"
52
+ inkscape:cy="-228.31031"
53
+ inkscape:window-x="0"
54
+ inkscape:window-y="0"
55
+ inkscape:window-maximized="1"
56
+ inkscape:current-layer="svg2" />
57
+ <path
58
+ style="fill:#000000"
59
+ d="m 0,468.5043 c 0,-38.97714 9.497,-72.51672 27.6877,-97.7813 7.4638,-10.36639 23.7152,-25.97863 34.3943,-33.04164 14.1626,-9.36699 31.6128,-17.38503 48.4645,-22.26846 l 8.2726,-2.39729 11.6587,5.91334 c 12.8389,6.51195 28.1919,11.85075 42.0222,14.61259 12.6224,2.52064 42.3776,2.52064 55,0 13.8197,-2.75973 29.1805,-8.09922 41.9877,-14.59507 l 11.6241,-5.89582 8.573,2.48541 c 17.0002,4.92853 33.7318,12.62579 48.3152,22.22713 11.0659,7.2855 30.0648,26.14402 36.9078,36.63516 16.67737,25.5685 25.09217,57.12726 25.09217,94.10595 l 0,11.39405 -199.99997,0 -200,0 0,-11.39405 z M 383.5465,453.64835 C 379.3327,392.9162 349.3194,352.9645 293.3197,333.54461 l -10.1804,-3.5304 -9.8196,4.84586 c -45.6668,22.53591 -100.3741,22.5409 -146.7115,0.0134 l -9.8918,-4.80902 -10.1082,3.50528 c -47.7151,16.54646 -77.6966,49.57175 -86.9965,95.82862 -1.6955,8.43328 -3.5652,24.4284 -3.5944,30.75 l -0.017,3.75 184.1288,0 184.1288,0 -0.7111,-10.25 z M 189,287.31868 c -1.375,-0.244 -5.2,-0.9119 -8.5,-1.48421 -18.7547,-3.2526 -36.8771,-12.64566 -51.7627,-26.82916 -33.6847,-32.09607 -42.1509,-80.03418 -21.4766,-121.60696 5.0176,-10.08962 9.322,-16.08181 18.2007,-25.33762 31.804,-33.154959 79.7273,-41.431959 121.0386,-20.905029 28.2913,14.057479 48.773,41.012989 55.6524,73.242649 1.6517,7.73816 1.6517,31.26184 0,39 -4.3287,20.28002 -12.981,36.9599 -26.6524,51.38036 -15.2381,16.0731 -32.9658,26.16553 -54,30.74247 -6.926,1.50706 -27.6711,2.65442 -32.5,1.7975 z m 28.5,-17.31346 c 17.3347,-3.5957 31.9802,-11.51004 44.5385,-24.06838 21.0679,-21.06786 30.0439,-50.73085 24.0684,-79.53849 -3.5957,-17.33469 -11.5101,-31.98016 -24.0684,-44.5385 -34.475,-34.474949 -89.703,-34.503849 -124.1419,-0.0649 -34.4389,34.4389 -34.41,89.66698 0.065,124.14194 21.0689,21.06891 50.7294,30.04419 79.5384,24.06838 z"
60
+ id="path4266"
61
+ inkscape:connector-curvature="0" />
62
+ </svg>
@@ -0,0 +1,45 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 55 55" style="enable-background:new 0 0 55 55;" xml:space="preserve">
5
+ <g>
6
+ <path d="M22.019,25.877C22.169,25.959,22.335,26,22.5,26c0.187,0,0.373-0.053,0.537-0.156l11-7C34.325,18.66,34.5,18.342,34.5,18
7
+ s-0.175-0.66-0.463-0.844l-11-7c-0.31-0.195-0.697-0.208-1.019-0.033C21.699,10.299,21.5,10.635,21.5,11v14
8
+ C21.5,25.365,21.699,25.701,22.019,25.877z M23.5,12.821L31.638,18L23.5,23.179V12.821z"/>
9
+ <path d="M0.5,0v55h54V0H0.5z M52.5,2v33h-50V2H52.5z M2.5,53V37h50v16H2.5z"/>
10
+ <path d="M47.5,44h-24v-2c0-0.553-0.447-1-1-1s-1,0.447-1,1v2h-4c-0.553,0-1,0.447-1,1s0.447,1,1,1h4v2c0,0.553,0.447,1,1,1
11
+ s1-0.447,1-1v-2h24c0.553,0,1-0.447,1-1S48.053,44,47.5,44z"/>
12
+ <path d="M7.5,41c-0.553,0-1,0.447-1,1v6c0,0.553,0.447,1,1,1s1-0.447,1-1v-6C8.5,41.447,8.053,41,7.5,41z"/>
13
+ <path d="M11.5,41c-0.553,0-1,0.447-1,1v6c0,0.553,0.447,1,1,1s1-0.447,1-1v-6C12.5,41.447,12.053,41,11.5,41z"/>
14
+ </g>
15
+ <g>
16
+ </g>
17
+ <g>
18
+ </g>
19
+ <g>
20
+ </g>
21
+ <g>
22
+ </g>
23
+ <g>
24
+ </g>
25
+ <g>
26
+ </g>
27
+ <g>
28
+ </g>
29
+ <g>
30
+ </g>
31
+ <g>
32
+ </g>
33
+ <g>
34
+ </g>
35
+ <g>
36
+ </g>
37
+ <g>
38
+ </g>
39
+ <g>
40
+ </g>
41
+ <g>
42
+ </g>
43
+ <g>
44
+ </g>
45
+ </svg>
@@ -0,0 +1,82 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="112.66362mm"
13
+ height="53.315735mm"
14
+ viewBox="0 0 399.2018 188.91402"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="well.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="2.8"
29
+ inkscape:cx="159.5224"
30
+ inkscape:cy="51.239926"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="10"
35
+ fit-margin-left="30"
36
+ fit-margin-right="30"
37
+ fit-margin-bottom="10"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(37.816022,-359.17555)">
60
+ <rect
61
+ style="fill:#e6e6e6;stroke:#e6e6e6;stroke-width:24.33243179;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62
+ id="rect3361"
63
+ width="162.27094"
64
+ height="93.715446"
65
+ x="80.649406"
66
+ y="406.77484"
67
+ ry="0"
68
+ rx="0" />
69
+ <text
70
+ xml:space="preserve"
71
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
72
+ x="100.15229"
73
+ y="461.05621"
74
+ id="text3338"
75
+ sodipodi:linespacing="125%"><tspan
76
+ sodipodi:role="line"
77
+ id="tspan3340"
78
+ x="100.15229"
79
+ y="461.05621"
80
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.5px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#000000">Hello</tspan></text>
81
+ </g>
82
+ </svg>
@@ -0,0 +1,235 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs>
2
+ <circle id="a" cx="16" cy="16" r="16"/>
3
+ </defs><symbol id="icon-a-ic-apply" viewBox="0 0 24 24">
4
+ <g fill="none" fill-rule="evenodd">
5
+ <path d="M0 0h24v24H0z"/>
6
+ <path stroke="#434343" d="M4 12.011l5 5L20.011 6"/>
7
+ </g>
8
+ </symbol><symbol id="icon-a-ic-cancel" viewBox="0 0 24 24">
9
+ <g fill="none" fill-rule="evenodd">
10
+ <path d="M0 0h24v24H0z"/>
11
+ <path stroke="#434343" d="M6 6l12 12M18 6L6 18"/>
12
+ </g>
13
+ </symbol><symbol id="icon-a-ic-color-transparent-w" viewBox="0 0 32 32">
14
+
15
+ <g fill="none" fill-rule="evenodd">
16
+ <g>
17
+ <use fill="#FFF" xlink:href="#a"/>
18
+ <circle cx="16" cy="16" r="15.5" stroke="#D5D5D5"/>
19
+ </g>
20
+ <path stroke="#FF4040" stroke-width="1.5" d="M27 5L5 27"/>
21
+ </g>
22
+ </symbol><symbol id="icon-a-ic-crop" viewBox="0 0 24 24">
23
+ <g fill="none" fill-rule="evenodd">
24
+ <path d="M0 0h24v24H0z"/>
25
+ <path fill="#434343" d="M4 0h1v20a1 1 0 0 1-1-1V0zM20 17h-1V5h1v12zm0 2v5h-1v-5h1z"/>
26
+ <path fill="#434343" d="M5 19h19v1H5zM4.762 4v1H0V4h4.762zM7 4h12a1 1 0 0 1 1 1H7V4z"/>
27
+ </g>
28
+ </symbol><symbol id="icon-a-ic-delete-all" viewBox="0 0 24 24">
29
+ <g fill="#434343" fill-rule="evenodd">
30
+ <path d="M5 23H3a1 1 0 0 1-1-1V6h1v16h2v1zm16-10h-1V6h1v7zM9 13H8v-3h1v3zm3 0h-1v-3h1v3zm3 0h-1v-3h1v3zM14.794 3.794L13 2h-3L8.206 3.794A.963.963 0 0 1 8 2.5l.703-1.055A1 1 0 0 1 9.535 1h3.93a1 1 0 0 1 .832.445L15 2.5a.965.965 0 0 1-.206 1.294zM14.197 4H8.803h5.394z"/>
31
+ <path d="M0 3h23v1H0zM11.286 21H8.714L8 23H7l1-2.8V20h.071L9.5 16h1l1.429 4H12v.2l1 2.8h-1l-.714-2zm-.357-1L10 17.4 9.071 20h1.858zM20 22h3v1h-4v-7h1v6zm-5 0h3v1h-4v-7h1v6z"/>
32
+ </g>
33
+ </symbol><symbol id="icon-a-ic-delete" viewBox="0 0 24 24">
34
+ <g fill="#434343" fill-rule="evenodd">
35
+ <path d="M3 6v16h17V6h1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6h1zM14.794 3.794L13 2h-3L8.206 3.794A.963.963 0 0 1 8 2.5l.703-1.055A1 1 0 0 1 9.535 1h3.93a1 1 0 0 1 .832.445L15 2.5a.965.965 0 0 1-.206 1.294zM14.197 4H8.803h5.394z"/>
36
+ <path d="M0 3h23v1H0zM8 10h1v6H8v-6zm3 0h1v6h-1v-6zm3 0h1v6h-1v-6z"/>
37
+ </g>
38
+ </symbol><symbol id="icon-a-ic-draw-free" viewBox="0 0 32 32">
39
+ <g fill="none" fill-rule="evenodd">
40
+ <path stroke="#434343" d="M2.5 20.929C2.594 10.976 4.323 6 7.686 6c5.872 0 2.524 19 7.697 19s1.89-14.929 6.414-14.929 1.357 10.858 5.13 10.858c1.802 0 2.657-2.262 2.566-6.786"/>
41
+ </g>
42
+ </symbol><symbol id="icon-a-ic-draw-line" viewBox="0 0 32 32">
43
+ <g fill="none" fill-rule="evenodd">
44
+ <path stroke="#434343" d="M2 15.5h28"/>
45
+ </g>
46
+ </symbol><symbol id="icon-a-ic-draw" viewBox="0 0 24 24">
47
+ <g fill="none">
48
+ <path stroke="#434343" d="M2.5 21.5H5c.245 0 .48-.058.691-.168l.124-.065.14.01c.429.028.85-.127 1.16-.437L22.55 5.405a.5.5 0 0 0 0-.707l-3.246-3.245a.5.5 0 0 0-.707 0L3.162 16.888a1.495 1.495 0 0 0-.437 1.155l.01.14-.065.123c-.111.212-.17.448-.17.694v2.5z"/>
49
+ <path fill="#434343" d="M16.414 3.707l3.89 3.89-.708.706-3.889-3.889z"/>
50
+ </g>
51
+ </symbol><symbol id="icon-a-ic-filter" viewBox="0 0 24 24">
52
+ <g fill="none" fill-rule="evenodd">
53
+ <path d="M0 0h24v24H0z"/>
54
+ <path fill="#434343" d="M12 7v1H2V7h10zm6 0h4v1h-4V7zM12 16v1h10v-1H12zm-6 0H2v1h4v-1z"/>
55
+ <path fill="#434343" d="M8.5 20a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zM15.5 11a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/>
56
+ </g>
57
+ </symbol><symbol id="icon-a-ic-flip-reset" viewBox="0 0 31 32">
58
+ <g fill="none" fill-rule="evenodd">
59
+ <path d="M31 0H0v32h31z"/>
60
+ <path fill="#434343" d="M28 16a8 8 0 0 1-8 8H3v-1h1v-7H3a8 8 0 0 1 8-8h17v1h-1v7h1zM11 9a7 7 0 0 0-7 7v7h16a7 7 0 0 0 7-7V9H11z"/>
61
+ <path stroke="#434343" stroke-linecap="square" d="M24 5l3.5 3.5L24 12M7 20l-3.5 3.5L7 27"/>
62
+ </g>
63
+ </symbol><symbol id="icon-a-ic-flip-x" viewBox="0 0 32 32">
64
+ <g fill="none" fill-rule="evenodd">
65
+ <path d="M32 32H0V0h32z"/>
66
+ <path fill="#434343" d="M17 32h-1V0h1zM27.167 11l.5 3h-1.03l-.546-3h1.076zm-.5-3h-1.122L25 5h-5V4h5.153a1 1 0 0 1 .986.836L26.667 8zm1.5 9l.5 3h-.94l-.545-3h.985zm1 6l.639 3.836A1 1 0 0 1 28.819 28H26v-1h3l-.726-4h.894zM23 28h-3v-1h3v1zM13 4v1H7L3 27h10v1H3.18a1 1 0 0 1-.986-1.164l3.666-22A1 1 0 0 1 6.847 4H13z"/>
67
+ </g>
68
+ </symbol><symbol id="icon-a-ic-flip-y" viewBox="0 0 32 32">
69
+ <g fill="none" fill-rule="evenodd">
70
+ <path d="M0 0v32h32V0z"/>
71
+ <path fill="#434343" d="M0 16v1h32v-1zM11 27.167l3 .5v-1.03l-3-.546v1.076zm-3-.5v-1.122L5 25v-5H4v5.153a1 1 0 0 0 .836.986L8 26.667zm9 1.5l3 .5v-.94l-3-.545v.985zm6 1l3.836.639A1 1 0 0 0 28 28.82V26h-1v3l-4-.727v.894zM28 23v-3h-1v3h1zM4 13h1V7l22-4v10h1V3.18a1 1 0 0 0-1.164-.986l-22 3.667A1 1 0 0 0 4 6.847V13z"/>
72
+ </g>
73
+ </symbol><symbol id="icon-a-ic-flip" viewBox="0 0 24 24">
74
+ <g fill="none" fill-rule="evenodd">
75
+ <path d="M0 0h24v24H0z"/>
76
+ <path fill="#434343" d="M11 0h1v24h-1zM19 21v-1h2v-2h1v2a1 1 0 0 1-1 1h-2zm-2 0h-3v-1h3v1zm5-5h-1v-3h1v3zm0-5h-1V8h1v3zm0-5h-1V4h-2V3h2a1 1 0 0 1 1 1v2zm-5-3v1h-3V3h3zM9 3v1H2v16h7v1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7z"/>
77
+ </g>
78
+ </symbol><symbol id="icon-a-ic-icon-arrow-2" viewBox="0 0 32 32">
79
+ <g fill="none" fill-rule="evenodd">
80
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M21.793 18.5H2.5v-5h18.935l-7.6-8h5.872l10.5 10.5-10.5 10.5h-5.914l8-8z"/>
81
+ </g>
82
+ </symbol><symbol id="icon-a-ic-icon-arrow-3" viewBox="0 0 32 32">
83
+ <g fill="none" fill-rule="evenodd">
84
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M25.288 16.42L14.208 27.5H6.792l11.291-11.291L6.826 4.5h7.381l11.661 11.661-.58.258z"/>
85
+ </g>
86
+ </symbol><symbol id="icon-a-ic-icon-arrow" viewBox="0 0 32 32">
87
+ <g fill="none" fill-rule="evenodd">
88
+ <path stroke="#434343" d="M2.5 11.5v9h18v5.293L30.293 16 20.5 6.207V11.5h-18z"/>
89
+ </g>
90
+ </symbol><symbol id="icon-a-ic-icon-bubble" viewBox="0 0 32 32">
91
+ <g fill="none" fill-rule="evenodd">
92
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M22.207 24.5L16.5 30.207V24.5H8A6.5 6.5 0 0 1 1.5 18V9A6.5 6.5 0 0 1 8 2.5h16A6.5 6.5 0 0 1 30.5 9v9a6.5 6.5 0 0 1-6.5 6.5h-1.793z"/>
93
+ </g>
94
+ </symbol><symbol id="icon-a-ic-icon-heart" viewBox="0 0 32 32">
95
+ <g fill="none" fill-rule="evenodd">
96
+ <path fill-rule="nonzero" stroke="#434343" d="M15.996 30.675l1.981-1.79c7.898-7.177 10.365-9.718 12.135-13.012.922-1.716 1.377-3.37 1.377-5.076 0-4.65-3.647-8.297-8.297-8.297-2.33 0-4.86 1.527-6.817 3.824l-.38.447-.381-.447C13.658 4.027 11.126 2.5 8.797 2.5 4.147 2.5.5 6.147.5 10.797c0 1.714.46 3.375 1.389 5.098 1.775 3.288 4.26 5.843 12.123 12.974l1.984 1.806z"/>
97
+ </g>
98
+ </symbol><symbol id="icon-a-ic-icon-load" viewBox="0 0 32 32">
99
+ <g fill="none" fill-rule="evenodd">
100
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M17.314 18.867l1.951-2.53 4 5.184h-17l6.5-8.84 4.549 6.186z"/>
101
+ <path fill="#434343" d="M18.01 4a11.798 11.798 0 0 0 0 1H3v24h24V14.986a8.738 8.738 0 0 0 1 0V29a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h15.01z"/>
102
+ <path fill="#434343" d="M25 3h1v9h-1z"/>
103
+ <path stroke="#434343" d="M22 6l3.5-3.5L29 6"/>
104
+ </g>
105
+ </symbol><symbol id="icon-a-ic-icon-location" viewBox="0 0 32 32">
106
+ <g fill="none" fill-rule="evenodd">
107
+ <g stroke="#434343">
108
+ <path d="M16 31.28C23.675 23.302 27.5 17.181 27.5 13c0-6.351-5.149-11.5-11.5-11.5S4.5 6.649 4.5 13c0 4.181 3.825 10.302 11.5 18.28z"/>
109
+ <circle cx="16" cy="13" r="4.5"/>
110
+ </g>
111
+ </g>
112
+ </symbol><symbol id="icon-a-ic-icon-polygon" viewBox="0 0 32 32">
113
+ <g fill="none" fill-rule="evenodd">
114
+ <path stroke="#434343" d="M.576 16L8.29 29.5h15.42L31.424 16 23.71 2.5H8.29L.576 16z"/>
115
+ </g>
116
+ </symbol><symbol id="icon-a-ic-icon-star-2" viewBox="0 0 32 32">
117
+ <g fill="none" fill-rule="evenodd">
118
+ <path stroke="#434343" d="M19.446 31.592l2.265-3.272 3.946.25.636-3.94 3.665-1.505-1.12-3.832 2.655-2.962-2.656-2.962 1.12-3.832-3.664-1.505-.636-3.941-3.946.25-2.265-3.271L16 3.024 12.554 1.07 10.289 4.34l-3.946-.25-.636 3.941-3.665 1.505 1.12 3.832L.508 16.33l2.656 2.962-1.12 3.832 3.664 1.504.636 3.942 3.946-.25 2.265 3.27L16 29.638l3.446 1.955z"/>
119
+ </g>
120
+ </symbol><symbol id="icon-a-ic-icon-star" viewBox="0 0 32 32">
121
+ <g fill="none" fill-rule="evenodd">
122
+ <path stroke="#434343" d="M25.292 29.878l-1.775-10.346 7.517-7.327-10.388-1.51L16 1.282l-4.646 9.413-10.388 1.51 7.517 7.327-1.775 10.346L16 24.993l9.292 4.885z"/>
123
+ </g>
124
+ </symbol><symbol id="icon-a-ic-icon" viewBox="0 0 24 24">
125
+ <g fill="none">
126
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M11.923 19.136L5.424 22l.715-7.065-4.731-5.296 6.94-1.503L11.923 2l3.574 6.136 6.94 1.503-4.731 5.296L18.42 22z"/>
127
+ </g>
128
+ </symbol><symbol id="icon-a-ic-mask-load" viewBox="0 0 32 32">
129
+ <g fill="none" fill-rule="evenodd">
130
+ <path d="M0 0h32v32H0z"/>
131
+ <path fill="#434343" d="M18.01 4a11.798 11.798 0 0 0 0 1H3v24h24V14.986a8.738 8.738 0 0 0 1 0V29a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h15.01zM15 23a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-1a5 5 0 1 0 0-10 5 5 0 0 0 0 10z"/>
132
+ <path fill="#434343" d="M25 3h1v9h-1z"/>
133
+ <path stroke="#434343" d="M22 6l3.5-3.5L29 6"/>
134
+ </g>
135
+ </symbol><symbol id="icon-a-ic-mask" viewBox="0 0 24 24">
136
+ <g fill="none">
137
+ <circle cx="12" cy="12" r="4.5" stroke="#434343"/>
138
+ <path fill="#434343" d="M2 1h20a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm0 1v20h20V2H2z"/>
139
+ </g>
140
+ </symbol><symbol id="icon-a-ic-redo" viewBox="0 0 24 24">
141
+ <g fill="none" fill-rule="evenodd">
142
+ <path d="M0 0h24v24H0z" opacity=".5"/>
143
+ <path fill="#434343" d="M21 6H9a6 6 0 1 0 0 12h12v1H9A7 7 0 0 1 9 5h12v1z"/>
144
+ <path stroke="#434343" stroke-linecap="square" d="M19 3l2.5 2.5L19 8"/>
145
+ </g>
146
+ </symbol><symbol id="icon-a-ic-reset" viewBox="0 0 24 24">
147
+ <g fill="none" fill-rule="evenodd">
148
+ <path d="M0 0h24v24H0z" opacity=".5"/>
149
+ <path fill="#434343" d="M2 13v-1a7 7 0 0 1 7-7h13v1h-1v5h1v1a7 7 0 0 1-7 7H2v-1h1v-5H2zm7-7a6 6 0 0 0-6 6v6h12a6 6 0 0 0 6-6V6H9z"/>
150
+ <path stroke="#434343" stroke-linecap="square" d="M19 3l2.5 2.5L19 8M5 16l-2.5 2.5L5 21"/>
151
+ </g>
152
+ </symbol><symbol id="icon-a-ic-rotate-clockwise" viewBox="0 0 32 32">
153
+ <g fill="none" fill-rule="evenodd">
154
+ <path fill="#434343" d="M29 17h-.924c0 6.627-5.373 12-12 12-6.628 0-12-5.373-12-12C4.076 10.398 9.407 5.041 16 5V4C8.82 4 3 9.82 3 17s5.82 13 13 13 13-5.82 13-13z"/>
155
+ <path stroke="#434343" stroke-linecap="square" d="M16 1.5l4 3-4 3"/>
156
+ <path fill="#434343" fill-rule="nonzero" d="M16 4h4v1h-4z"/>
157
+ </g>
158
+ </symbol><symbol id="icon-a-ic-rotate-counterclockwise" viewBox="0 0 32 32">
159
+ <g fill="none" fill-rule="evenodd">
160
+ <path fill="#434343" d="M3 17h.924c0 6.627 5.373 12 12 12 6.628 0 12-5.373 12-12 0-6.602-5.331-11.96-11.924-12V4c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 24.18 3 17z"/>
161
+ <path fill="#434343" fill-rule="nonzero" d="M12 4h4v1h-4z"/>
162
+ <path stroke="#434343" stroke-linecap="square" d="M16 1.5l-4 3 4 3"/>
163
+ </g>
164
+ </symbol><symbol id="icon-a-ic-rotate" viewBox="0 0 24 24">
165
+ <g fill="none" fill-rule="evenodd">
166
+ <path d="M0 0h24v24H0z"/>
167
+ <path fill="#434343" d="M8.349 22.254a10.002 10.002 0 0 1-2.778-1.719l.65-.76a9.002 9.002 0 0 0 2.495 1.548l-.367.931zm2.873.704l.078-.997a9 9 0 1 0-.557-17.852l-.14-.99A10.076 10.076 0 0 1 12.145 3c5.523 0 10 4.477 10 10s-4.477 10-10 10c-.312 0-.62-.014-.924-.042zm-7.556-4.655a9.942 9.942 0 0 1-1.253-2.996l.973-.234a8.948 8.948 0 0 0 1.124 2.693l-.844.537zm-1.502-5.91A9.949 9.949 0 0 1 2.88 9.23l.925.382a8.954 8.954 0 0 0-.644 2.844l-.998-.062zm2.21-5.686c.687-.848 1.51-1.58 2.436-2.166l.523.852a9.048 9.048 0 0 0-2.188 1.95l-.771-.636z"/>
168
+ <path stroke="#434343" stroke-linecap="square" d="M13 1l-2.5 2.5L13 6"/>
169
+ </g>
170
+ </symbol><symbol id="icon-a-ic-shape-circle" viewBox="0 0 32 32">
171
+ <g fill="none" fill-rule="evenodd">
172
+ <circle cx="16" cy="16" r="14.5" stroke="#434343"/>
173
+ </g>
174
+ </symbol><symbol id="icon-a-ic-shape-rectangle" viewBox="0 0 32 32">
175
+ <g fill="none" fill-rule="evenodd">
176
+ <rect width="27" height="27" x="2.5" y="2.5" stroke="#434343" rx="1"/>
177
+ </g>
178
+ </symbol><symbol id="icon-a-ic-shape-triangle" viewBox="0 0 32 32">
179
+ <g fill="none" fill-rule="evenodd">
180
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M16 2.5l15.5 27H.5z"/>
181
+ </g>
182
+ </symbol><symbol id="icon-a-ic-shape" viewBox="0 0 24 24">
183
+ <g fill="none" fill-rule="evenodd">
184
+ <path fill="#434343" d="M14.706 8H21a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4h1v4h12V9h-5.706l-.588-1z"/>
185
+ <path stroke="#434343" stroke-linecap="round" stroke-linejoin="round" d="M8.5 1.5l7.5 13H1z"/>
186
+ </g>
187
+ </symbol><symbol id="icon-a-ic-text-align-center" viewBox="0 0 32 32">
188
+ <g fill="none" fill-rule="evenodd">
189
+ <path d="M0 0h32v32H0z"/>
190
+ <path fill="#434343" d="M2 5h28v1H2zM8 12h16v1H8zM2 19h28v1H2zM8 26h16v1H8z"/>
191
+ </g>
192
+ </symbol><symbol id="icon-a-ic-text-align-left" viewBox="0 0 32 32">
193
+ <g fill="none" fill-rule="evenodd">
194
+ <path d="M0 0h32v32H0z"/>
195
+ <path fill="#434343" d="M2 5h28v1H2zM2 12h16v1H2zM2 19h28v1H2zM2 26h16v1H2z"/>
196
+ </g>
197
+ </symbol><symbol id="icon-a-ic-text-align-right" viewBox="0 0 32 32">
198
+ <g fill="none" fill-rule="evenodd">
199
+ <path d="M0 0h32v32H0z"/>
200
+ <path fill="#434343" d="M2 5h28v1H2zM14 12h16v1H14zM2 19h28v1H2zM14 26h16v1H14z"/>
201
+ </g>
202
+ </symbol><symbol id="icon-a-ic-text-bold" viewBox="0 0 32 32">
203
+ <g fill="none" fill-rule="evenodd">
204
+ <path d="M0 0h32v32H0z"/>
205
+ <path fill="#434343" d="M7 2h2v2H7zM7 28h2v2H7z"/>
206
+ <path stroke="#434343" stroke-width="2" d="M9 3v12h9a6 6 0 1 0 0-12H9zM9 15v14h10a7 7 0 0 0 0-14H9z"/>
207
+ </g>
208
+ </symbol><symbol id="icon-a-ic-text-italic" viewBox="0 0 32 32">
209
+ <g fill="none" fill-rule="evenodd">
210
+ <path d="M0 0h32v32H0z"/>
211
+ <path fill="#434343" d="M15 2h5v1h-5zM11 29h5v1h-5zM17 3h1l-4 26h-1z"/>
212
+ </g>
213
+ </symbol><symbol id="icon-a-ic-text-underline" viewBox="0 0 32 32">
214
+ <g fill="none" fill-rule="evenodd">
215
+ <path d="M0 0h32v32H0z"/>
216
+ <path fill="#434343" d="M8 2v14a8 8 0 1 0 16 0V2h1v14a9 9 0 0 1-18 0V2h1zM3 29h26v1H3z"/>
217
+ <path fill="#434343" d="M5 2h5v1H5zM22 2h5v1h-5z"/>
218
+ </g>
219
+ </symbol><symbol id="icon-a-ic-text" viewBox="0 0 24 24">
220
+ <g fill="#434343" fill-rule="evenodd">
221
+ <path d="M4 3h15a1 1 0 0 1 1 1H3a1 1 0 0 1 1-1zM3 4h1v1H3zM19 4h1v1h-1z"/>
222
+ <path d="M11 3h1v18h-1z"/>
223
+ <path d="M10 20h3v1h-3z"/>
224
+ </g>
225
+ </symbol><symbol id="icon-a-ic-undo" viewBox="0 0 24 24">
226
+ <g fill="none" fill-rule="evenodd">
227
+ <path d="M24 0H0v24h24z" opacity=".5"/>
228
+ <path fill="#434343" d="M3 6h12a6 6 0 1 1 0 12H3v1h12a7 7 0 0 0 0-14H3v1z"/>
229
+ <path stroke="#434343" stroke-linecap="square" d="M5 3L2.5 5.5 5 8"/>
230
+ </g>
231
+ </symbol><symbol id="icon-a-img-bi" viewBox="0 0 257 26">
232
+ <g fill="#FDBA3B">
233
+ <path d="M26 5a8.001 8.001 0 0 0 0 16 8.001 8.001 0 0 0 0-16M51.893 19.812L43.676 5.396A.78.78 0 0 0 43 5a.78.78 0 0 0-.677.396l-8.218 14.418a.787.787 0 0 0 0 .792c.14.244.396.394.676.394h16.436c.28 0 .539-.15.678-.396a.796.796 0 0 0-.002-.792M15.767 5.231A.79.79 0 0 0 15.21 5H.791A.791.791 0 0 0 0 5.79v6.42a.793.793 0 0 0 .791.79h3.21v7.21c.001.21.082.408.234.56.147.148.347.23.558.23h6.416a.788.788 0 0 0 .792-.79V13h3.006c.413 0 .611-.082.762-.232.15-.149.23-.35.231-.559V5.791a.787.787 0 0 0-.233-.56M85.767 5.231A.79.79 0 0 0 85.21 5H70.791a.791.791 0 0 0-.791.79v6.42a.793.793 0 0 0 .791.79h3.21v7.21c.001.21.082.408.234.56.147.148.347.23.558.23h6.416a.788.788 0 0 0 .792-.79V13h3.006c.413 0 .611-.082.762-.232.15-.149.23-.35.231-.559V5.791a.787.787 0 0 0-.233-.56M65.942 9.948l2.17-3.76a.78.78 0 0 0 0-.792.791.791 0 0 0-.684-.396h-8.54A5.889 5.889 0 0 0 53 10.86a5.887 5.887 0 0 0 3.07 5.17l-2.184 3.782A.792.792 0 0 0 54.571 21h8.54a5.89 5.89 0 0 0 2.831-11.052M105.7 21h2.3V5h-2.3zM91 5h2.4v10.286c0 1.893 1.612 3.429 3.6 3.429s3.6-1.536 3.6-3.429V5h2.4v10.286c0 3.156-2.686 5.714-6 5.714-3.313 0-6-2.558-6-5.714V5zM252.148 21.128h-2.377V9.659h2.27v1.64c.69-1.299 1.792-1.938 3.304-1.938.497 0 .95.065 1.382.192l-.215 2.277a3.734 3.734 0 0 0-1.275-.213c-1.814 0-3.089 1.234-3.089 3.638v5.873zm-7.095-5.744a3.734 3.734 0 0 0-1.101-2.703c-.714-.766-1.6-1.149-2.658-1.149-1.058 0-1.944.383-2.679 1.149a3.803 3.803 0 0 0-1.08 2.703c0 1.063.368 1.978 1.08 2.722.735.746 1.62 1.128 2.68 1.128 1.058 0 1.943-.382 2.657-1.128.734-.744 1.101-1.659 1.101-2.722zm-9.916 0c0-1.682.583-3.086 1.729-4.256 1.166-1.17 2.635-1.767 4.428-1.767 1.793 0 3.262.597 4.407 1.767 1.167 1.17 1.75 2.574 1.75 4.256 0 1.7-.583 3.127-1.75 4.297-1.145 1.17-2.614 1.745-4.407 1.745-1.793 0-3.262-.575-4.428-1.745-1.146-1.17-1.729-2.596-1.729-4.297zm-1.5 3.233l.821 1.83c-.864.638-1.944.958-3.22.958-2.526 0-3.822-1.554-3.822-4.383V11.66h-2.01v-2h2.031V5.595h2.355v4.063h4.018v2h-4.018v5.405c0 1.469.605 2.191 1.793 2.191.626 0 1.318-.212 2.052-.638zm-12.43 2.51h2.375V9.66h-2.376v11.469zm1.23-12.977c-.929 0-1.642-.682-1.642-1.596 0-.873.713-1.554 1.643-1.554.885 0 1.576.681 1.576 1.554 0 .914-.69 1.596-1.576 1.596zm-6.49 7.234c0-1.086-.346-1.98-1.037-2.724-.692-.745-1.599-1.128-2.7-1.128-1.102 0-2.01.383-2.7 1.128-.692.744-1.037 1.638-1.037 2.724 0 1.084.345 2.02 1.036 2.766.691.744 1.6 1.105 2.7 1.105 1.102 0 2.01-.361 2.7-1.105.692-.746 1.038-1.682 1.038-2.766zm-.173-4.129V5h2.397v16.128h-2.354v-1.596c-1.015 1.255-2.333 1.873-3.91 1.873-1.663 0-3.068-.575-4.169-1.724-1.102-1.17-1.663-2.596-1.663-4.297 0-1.682.561-3.107 1.663-4.256 1.101-1.17 2.485-1.745 4.148-1.745 1.534 0 2.83.617 3.888 1.872zm-11.48 9.873h-10.218V5.405h10.195v2.318h-7.711V12h7.15v2.32h-7.15v4.489h7.733v2.319zm-23.891-9.724c-1.793 0-3.132 1.192-3.478 2.979h6.783c-.194-1.808-1.555-2.979-3.305-2.979zm5.703 3.766c0 .32-.021.703-.086 1.128h-9.095c.346 1.787 1.62 3 3.867 3 1.318 0 2.916-.49 3.953-1.234l.994 1.724c-1.189.872-3.067 1.595-5.033 1.595-4.364 0-6.243-3-6.243-6.021 0-1.724.54-3.15 1.642-4.277 1.101-1.127 2.548-1.702 4.298-1.702 1.664 0 3.046.511 4.105 1.553 1.058 1.043 1.598 2.447 1.598 4.234zm-19.949 3.894c1.08 0 1.966-.362 2.68-1.085.712-.724 1.058-1.617 1.058-2.703 0-1.084-.346-2-1.059-2.701-.713-.702-1.599-1.064-2.679-1.064-1.058 0-1.944.362-2.656 1.085-.714.702-1.059 1.596-1.059 2.68 0 1.086.345 2 1.059 2.724.712.702 1.598 1.064 2.656 1.064zm3.673-7.936V9.66h2.29v10.299c0 1.85-.584 3.32-1.728 4.404-1.146 1.085-2.68 1.638-4.58 1.638-1.945 0-3.672-.553-5.206-1.638l1.037-1.808c1.296.915 2.679 1.36 4.126 1.36 2.484 0 3.996-1.51 3.996-3.637v-.83c-1.015 1.127-2.311 1.702-3.91 1.702-1.684 0-3.089-.554-4.19-1.68-1.102-1.128-1.642-2.532-1.642-4.214 0-1.68.561-3.085 1.706-4.191 1.145-1.128 2.571-1.681 4.234-1.681 1.534 0 2.83.575 3.867 1.745zm-18.07 8.127c1.102 0 1.988-.382 2.7-1.128.714-.744 1.06-1.659 1.06-2.743 0-1.065-.346-1.98-1.06-2.724-.712-.745-1.598-1.128-2.7-1.128-1.101 0-2.008.383-2.7 1.128-.691.744-1.036 1.66-1.036 2.745 0 1.084.345 2 1.037 2.745.691.744 1.598 1.105 2.7 1.105zm3.652-8V9.66h2.29v11.469h-2.29v-1.575c-1.059 1.234-2.399 1.852-3.976 1.852-1.663 0-3.067-.575-4.168-1.745-1.102-1.17-1.642-2.617-1.642-4.34 0-1.724.54-3.128 1.642-4.256 1.1-1.128 2.505-1.681 4.168-1.681 1.577 0 2.917.617 3.976 1.872zM138.79 9.34c1.404 0 2.527.448 3.37 1.34.863.873 1.295 2.086 1.295 3.596v6.852h-2.376V14.66c0-2.021-1.036-3.128-2.657-3.128-1.727 0-2.915 1.255-2.915 3.192v6.404h-2.377v-6.426c0-1.978-1.037-3.17-2.679-3.17-1.728 0-2.937 1.277-2.937 3.234v6.362h-2.377V9.659h2.333v1.66c.692-1.212 1.988-1.979 3.522-1.979 1.533.021 2.958.767 3.586 2.107.798-1.277 2.419-2.107 4.212-2.107zm-19.517 11.788h2.484V5.405h-2.484v15.723z"/>
234
+ </g>
235
+ </symbol></svg>