framework7_rails 1.4.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/framework7_rails.gemspec +1 -1
  3. data/lib/framework7_rails/version.rb +1 -1
  4. data/vendor/assets/fonts/Framework7Icons-Regular.eot +0 -0
  5. data/vendor/assets/fonts/Framework7Icons-Regular.ttf +0 -0
  6. data/vendor/assets/fonts/Framework7Icons-Regular.woff +0 -0
  7. data/vendor/assets/fonts/Framework7Icons-Regular.woff2 +0 -0
  8. data/vendor/assets/javascripts/framework7.js +3404 -1673
  9. data/vendor/assets/javascripts/framework7.js.map +1 -1
  10. data/vendor/assets/stylesheets/framework7-icons.css +31 -0
  11. data/vendor/assets/stylesheets/framework7.ios.colors.css +1784 -629
  12. data/vendor/assets/stylesheets/framework7.ios.css +2176 -230
  13. data/vendor/assets/stylesheets/framework7.ios.rtl.css +158 -5
  14. data/vendor/assets/stylesheets/framework7.material.colors.css +4738 -2841
  15. data/vendor/assets/stylesheets/framework7.material.css +2070 -331
  16. data/vendor/assets/stylesheets/framework7.material.rtl.css +128 -5
  17. metadata +8 -23
  18. data/vendor/assets/images/i-form-calendar-ios.svg +0 -16
  19. data/vendor/assets/images/i-form-calendar-material.svg +0 -4
  20. data/vendor/assets/images/i-form-comment-ios.svg +0 -10
  21. data/vendor/assets/images/i-form-comment-material.svg +0 -4
  22. data/vendor/assets/images/i-form-email-ios.svg +0 -13
  23. data/vendor/assets/images/i-form-email-material.svg +0 -4
  24. data/vendor/assets/images/i-form-gender-ios.svg +0 -16
  25. data/vendor/assets/images/i-form-gender-material.svg +0 -8
  26. data/vendor/assets/images/i-form-name-ios.svg +0 -10
  27. data/vendor/assets/images/i-form-name-material.svg +0 -4
  28. data/vendor/assets/images/i-form-password-ios.svg +0 -13
  29. data/vendor/assets/images/i-form-password-material.svg +0 -4
  30. data/vendor/assets/images/i-form-settings-ios.svg +0 -14
  31. data/vendor/assets/images/i-form-settings-material.svg +0 -7
  32. data/vendor/assets/images/i-form-tel-ios.svg +0 -10
  33. data/vendor/assets/images/i-form-tel-material.svg +0 -4
  34. data/vendor/assets/images/i-form-toggle-ios.svg +0 -11
  35. data/vendor/assets/images/i-form-toggle-material.svg +0 -5
  36. data/vendor/assets/images/i-form-url-ios.svg +0 -28
  37. data/vendor/assets/images/i-form-url-material.svg +0 -4
@@ -1,18 +1,18 @@
1
1
  /**
2
- * Framework7 1.4.0
3
- * Full Featured Mobile HTML Framework For Building iOS & Android Apps
2
+ * Framework7 1.6.0
3
+ * Full featured mobile HTML framework for building iOS & Android apps
4
4
  *
5
5
  * Google Material Theme
6
6
  *
7
- * http://www.idangero.us/framework7
7
+ * http://framework7.io/
8
8
  *
9
- * Copyright 2015, Vladimir Kharlampidi
9
+ * Copyright 2017, Vladimir Kharlampidi
10
10
  * The iDangero.us
11
11
  * http://www.idangero.us/
12
12
  *
13
13
  * Licensed under MIT
14
14
  *
15
- * Released on: December 7, 2015
15
+ * Released on: April 10, 2017
16
16
  */
17
17
  /*=============
18
18
  Framework 7 RTL Additions
@@ -101,6 +101,10 @@ html {
101
101
  left: auto;
102
102
  right: 0;
103
103
  }
104
+ .tabbar-scrollable .tab-link-highlight {
105
+ left: 0;
106
+ right: auto;
107
+ }
104
108
  /* === Forms === */
105
109
  .list-block input[type="text"],
106
110
  .list-block input[type="password"],
@@ -116,6 +120,11 @@ html {
116
120
  .list-block textarea {
117
121
  text-align: right;
118
122
  }
123
+ .list-block .input-item .floating-label,
124
+ .list-block.inputs-list .floating-label {
125
+ -webkit-transform-origin: right;
126
+ transform-origin: right;
127
+ }
119
128
  .buttons-row .button {
120
129
  margin-left: 0;
121
130
  margin-right: 8px;
@@ -180,6 +189,22 @@ label.label-radio .item-after i.icon-form-radio {
180
189
  -webkit-align-items: flex-start;
181
190
  align-items: flex-start;
182
191
  }
192
+ /* === Chips === */
193
+ .chip-media {
194
+ margin-left: 0;
195
+ margin-right: -12px;
196
+ }
197
+ .chip-media + .chip-label {
198
+ margin-left: 0px;
199
+ margin-right: 8px;
200
+ }
201
+ .chip-label + .chip-delete {
202
+ margin-left: -8px;
203
+ margin-right: 4px;
204
+ }
205
+ .chip-delete {
206
+ margin-left: -8px;
207
+ }
183
208
  /* === Accordion === */
184
209
  .list-block .accordion-toggle .item-inner {
185
210
  padding-right: 0;
@@ -553,3 +578,101 @@ i.icon-prev.color-black,
553
578
  i.icon-prev.theme-black {
554
579
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23000000'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
555
580
  }
581
+ /* === Timeline === */
582
+ .timeline-sides .timeline-item {
583
+ margin-right: -moz-calc(50% - (32px + 10px) / 2 - 50px);
584
+ margin-right: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
585
+ margin-right: calc(50% - (32px + 10px) / 2 - 50px);
586
+ margin-left: 0;
587
+ }
588
+ .timeline-sides .timeline-item .timeline-item-date {
589
+ text-align: left;
590
+ }
591
+ .timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
592
+ -webkit-box-direction: reverse;
593
+ -moz-box-direction: reverse;
594
+ -ms-flex-direction: row-reverse;
595
+ -webkit-flex-direction: row-reverse;
596
+ flex-direction: row-reverse;
597
+ margin-left: -moz-calc(50% - (32px + 10px) / 2 - 50px);
598
+ margin-left: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
599
+ margin-left: calc(50% - (32px + 10px) / 2 - 50px);
600
+ margin-right: 0;
601
+ }
602
+ .timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
603
+ text-align: right;
604
+ }
605
+ .timeline-sides .timeline-item-left {
606
+ -webkit-box-direction: reverse;
607
+ -moz-box-direction: reverse;
608
+ -ms-flex-direction: row-reverse;
609
+ -webkit-flex-direction: row-reverse;
610
+ flex-direction: row-reverse;
611
+ margin-left: -moz-calc(50% - (32px + 10px) / 2 - 50px);
612
+ margin-left: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
613
+ margin-left: calc(50% - (32px + 10px) / 2 - 50px);
614
+ margin-right: 0;
615
+ }
616
+ .timeline-sides .timeline-item-left .timeline-item-date {
617
+ text-align: right;
618
+ }
619
+ .timeline-sides .timeline-item-right {
620
+ margin-right: -moz-calc(50% - (32px + 10px) / 2 - 50px);
621
+ margin-right: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
622
+ margin-right: calc(50% - (32px + 10px) / 2 - 50px);
623
+ margin-left: 0;
624
+ }
625
+ .timeline-sides .timeline-item-right .timeline-item-date {
626
+ text-align: left;
627
+ }
628
+ @media (min-width: 768px) {
629
+ .tablet-sides .timeline-item {
630
+ margin-right: -moz-calc(50% - (32px + 10px) / 2 - 50px);
631
+ margin-right: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
632
+ margin-right: calc(50% - (32px + 10px) / 2 - 50px);
633
+ margin-left: 0;
634
+ }
635
+ .tablet-sides .timeline-item .timeline-item-date {
636
+ text-align: left;
637
+ }
638
+ .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
639
+ -webkit-box-direction: reverse;
640
+ -moz-box-direction: reverse;
641
+ -ms-flex-direction: row-reverse;
642
+ -webkit-flex-direction: row-reverse;
643
+ flex-direction: row-reverse;
644
+ margin-left: -moz-calc(50% - (32px + 10px) / 2 - 50px);
645
+ margin-left: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
646
+ margin-left: calc(50% - (32px + 10px) / 2 - 50px);
647
+ margin-right: 0;
648
+ }
649
+ .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
650
+ text-align: right;
651
+ }
652
+ .tablet-sides .timeline-item-left {
653
+ -webkit-box-direction: reverse;
654
+ -moz-box-direction: reverse;
655
+ -ms-flex-direction: row-reverse;
656
+ -webkit-flex-direction: row-reverse;
657
+ flex-direction: row-reverse;
658
+ margin-left: -moz-calc(50% - (32px + 10px) / 2 - 50px);
659
+ margin-left: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
660
+ margin-left: calc(50% - (32px + 10px) / 2 - 50px);
661
+ margin-right: 0;
662
+ }
663
+ .tablet-sides .timeline-item-left .timeline-item-date {
664
+ text-align: right;
665
+ }
666
+ .tablet-sides .timeline-item-right {
667
+ margin-right: -moz-calc(50% - (32px + 10px) / 2 - 50px);
668
+ margin-right: -webkit-calc(50% - (32px + 10px) / 2 - 50px);
669
+ margin-right: calc(50% - (32px + 10px) / 2 - 50px);
670
+ margin-left: 0;
671
+ }
672
+ .tablet-sides .timeline-item-right .timeline-item-date {
673
+ text-align: left;
674
+ }
675
+ }
676
+ .timeline-horizontal .timeline-item-date {
677
+ text-align: right;
678
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: framework7_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-11 00:00:00.000000000 Z
11
+ date: 2017-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -67,30 +67,15 @@ files:
67
67
  - framework7_rails.gemspec
68
68
  - lib/framework7_rails.rb
69
69
  - lib/framework7_rails/version.rb
70
+ - vendor/assets/fonts/Framework7Icons-Regular.eot
71
+ - vendor/assets/fonts/Framework7Icons-Regular.ttf
72
+ - vendor/assets/fonts/Framework7Icons-Regular.woff
73
+ - vendor/assets/fonts/Framework7Icons-Regular.woff2
70
74
  - vendor/assets/images/i-f7-ios.png
71
75
  - vendor/assets/images/i-f7-material.png
72
- - vendor/assets/images/i-form-calendar-ios.svg
73
- - vendor/assets/images/i-form-calendar-material.svg
74
- - vendor/assets/images/i-form-comment-ios.svg
75
- - vendor/assets/images/i-form-comment-material.svg
76
- - vendor/assets/images/i-form-email-ios.svg
77
- - vendor/assets/images/i-form-email-material.svg
78
- - vendor/assets/images/i-form-gender-ios.svg
79
- - vendor/assets/images/i-form-gender-material.svg
80
- - vendor/assets/images/i-form-name-ios.svg
81
- - vendor/assets/images/i-form-name-material.svg
82
- - vendor/assets/images/i-form-password-ios.svg
83
- - vendor/assets/images/i-form-password-material.svg
84
- - vendor/assets/images/i-form-settings-ios.svg
85
- - vendor/assets/images/i-form-settings-material.svg
86
- - vendor/assets/images/i-form-tel-ios.svg
87
- - vendor/assets/images/i-form-tel-material.svg
88
- - vendor/assets/images/i-form-toggle-ios.svg
89
- - vendor/assets/images/i-form-toggle-material.svg
90
- - vendor/assets/images/i-form-url-ios.svg
91
- - vendor/assets/images/i-form-url-material.svg
92
76
  - vendor/assets/javascripts/framework7.js
93
77
  - vendor/assets/javascripts/framework7.js.map
78
+ - vendor/assets/stylesheets/framework7-icons.css
94
79
  - vendor/assets/stylesheets/framework7.ios.colors.css
95
80
  - vendor/assets/stylesheets/framework7.ios.css
96
81
  - vendor/assets/stylesheets/framework7.ios.rtl.css
@@ -117,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
102
  version: '0'
118
103
  requirements: []
119
104
  rubyforge_project:
120
- rubygems_version: 2.4.6
105
+ rubygems_version: 2.5.1
121
106
  signing_key:
122
107
  specification_version: 4
123
108
  summary: Framework7 for Rails 3.1+ Asset Pipeline.
@@ -1,16 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(6.000000, 5.000000)">
6
- <g>
7
- <path d="M0.5,6 L16.5,6 L16.5,12.4562969 L16.5,19 L0.5,19 L0.5,6 Z" stroke="#FFFFFF"></path>
8
- <path d="M17,1.43253968 L12.75,1.43253968 L12.75,3.58134921 L12.0416667,3.58134921 L12.0416667,1.43253968 L4.95833333,1.43253968 L4.95833333,3.58134921 L4.25,3.58134921 L4.25,1.43253968 L0,1.43253968 L0,5.01388889 L17,5.01388889 L17,1.43253968 Z" fill="#FFFFFF"></path>
9
- <rect fill="#FFFFFF" x="4.25" y="0" width="0.708333333" height="1.43253968"></rect>
10
- <rect fill="#FFFFFF" x="12.0416667" y="0" width="0.708333333" height="1.43253968"></rect>
11
- </g>
12
- <rect fill="#FFFFFF" x="9" y="11" width="5" height="5"></rect>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"/>
3
- <path d="M0 0h24v24H0z" fill="none"/>
4
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(5.000000, 7.000000)" fill="#FFFFFF">
6
- <path d="M9.50494187,0 C4.25247139,0 0,3.455 0,7.715 C0,9.25 0.554454943,10.68 1.50494913,11.88 C1.54950354,11.925 1.64851336,12.07 1.68316679,12.125 C1.68316679,12.125 1.63366188,12.045 1.62871139,12.03 L1.62871139,12.03 L1.62871139,12.03 L1.62871139,12.03 C1.74257268,12.195 1.80692905,12.385 1.80692905,12.59 C1.80692905,12.66 0.920791244,15.49 0.920791244,15.49 L0.920791244,15.49 C0.856434867,15.71 1.02475155,15.935 1.29702853,15.99 C1.33663245,16 1.37623638,16 1.4158403,16 C1.48019668,16 1.53960256,15.99 1.59900845,15.975 L1.6782163,15.945 L4.18316452,14.845 C4.22771894,14.825 4.62870867,14.67 4.67821358,14.65 L4.70791652,14.64 C4.70791652,14.64 4.70296603,14.64 4.67821358,14.65 C4.84653026,14.59 5.0346489,14.56 5.23266852,14.56 C5.41088618,14.56 5.58415335,14.585 5.74256905,14.635 C5.74751954,14.635 5.75247003,14.635 5.75247003,14.64 C5.77722248,14.65 5.80197494,14.655 5.82672739,14.665 C6.97029071,15.06 8.22276482,15.18 9.5445458,15.18 C14.7920658,15.18 18.9999828,11.975 18.9999828,7.715 C19.0098837,3.455 14.7524619,0 9.50494187,0 L9.50494187,0 L9.50494187,0 Z"></path>
7
- </g>
8
- </g>
9
- </g>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 0h24v24H0V0z" fill="none"/>
3
- <path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"/>
4
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(5.000000, 8.000000)" fill="#FFFFFF">
6
- <g>
7
- <path d="M19,13 L19,0.70078125 L12.5132813,5.76875 L15.8828125,9.69921875 L15.7838542,9.80078125 L11.8799479,6.26640625 L9.5,8.125 L7.12005208,6.26640625 L3.21614583,9.80078125 L3.1171875,9.69921875 L6.48177083,5.76875 L0,0.7109375 L0,13 L19,13 Z"></path>
8
- <path d="M18.5893229,0 L0.395833333,0 L9.5,7.10429687 L18.5893229,0 Z"></path>
9
- </g>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
3
- <path d="M0 0h24v24H0z" fill="none"/>
4
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(4.000000, 6.000000)" stroke="#FFFFFF">
6
- <circle cx="5" cy="9" r="5"></circle>
7
- <path d="M5,14.5 L5,18.5" stroke-linecap="square"></path>
8
- <circle cx="12" cy="9" r="5"></circle>
9
- <path d="M2.5,16.5 L7.5,16.5" stroke-linecap="square"></path>
10
- <path d="M15.5,5.5 L19.5,1.5" stroke-linecap="square"></path>
11
- <path d="M15.4723074,1 L20,1" stroke-linecap="square"></path>
12
- <path d="M20,5.52769279 L20,1" stroke-linecap="square"></path>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1,8 +0,0 @@
1
- <svg fill="#757575" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24">
2
- <path d="M20,1.5h-4v2h2.6l-2.1,2.1c-1-0.7-2.2-1.1-3.5-1.1s-2.6,0.4-3.6,1.2C8.9,5.6,8.5,5.5,8,5.5c-3.3,0-6,2.7-6,6
3
- c0,3,2.2,5.4,5,5.9v1.1H3v2h4v2h2v-2h4v-2H9v-1.1c0.9-0.2,1.8-0.5,2.6-1.1c0.5,0.1,0.9,0.2,1.4,0.2c3.3,0,6-2.7,6-6
4
- C19,9.2,18.6,8,17.9,7L20,4.9v2.6h2v-4v-2H20z M11.1,14C9.9,13.3,9,12,9,10.5C9,9.6,9.3,8.7,9.9,8c1.2,0.7,2.1,2,2.1,3.5
5
- C12,12.4,11.7,13.3,11.1,14z M8,15.5c-2.2,0-4-1.8-4-4c0-2.1,1.7-3.9,3.8-4C7.3,8.4,7,9.4,7,10.5c0,1.9,0.9,3.7,2.3,4.8
6
- C8.9,15.4,8.5,15.5,8,15.5z M13.2,14.5c0.5-0.9,0.8-1.9,0.8-3c0-1.9-0.9-3.7-2.3-4.8c0.4-0.2,0.9-0.2,1.3-0.2c2.2,0,4,1.8,4,4
7
- C17,12.6,15.3,14.4,13.2,14.5z"/>
8
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(5.000000, 5.000000)" fill="#FFFFFF">
6
- <path d="M15.8709375,15.9065625 C15.105,15.6334375 14.0065625,15.5384375 13.3059375,15.3840625 C12.9021875,15.295 12.314375,15.069375 12.1184375,14.8378125 C11.9225,14.6003125 12.04125,12.409375 12.04125,12.409375 C12.04125,12.409375 12.4034375,11.839375 12.599375,11.340625 C12.7953125,10.841875 13.0090625,9.47625 13.0090625,9.47625 C13.0090625,9.47625 13.4128125,9.47625 13.5553125,8.7696875 C13.7096875,7.9978125 13.9471875,7.6771875 13.9175,7.10125 C13.8878125,6.566875 13.60875,6.5371875 13.5790625,6.5371875 L13.5790625,6.5371875 C13.5790625,6.5371875 13.87,5.7296875 13.9115625,4.0196875 C13.9590625,1.995 12.409375,0 9.5,0 C6.590625,0 5.046875,1.9890625 5.0884375,4.01375 C5.1240625,5.7178125 5.4209375,6.53125 5.4209375,6.53125 L5.4209375,6.53125 C5.39125,6.53125 5.1121875,6.5609375 5.0825,7.0953125 C5.0528125,7.67125 5.29625,7.98 5.4446875,8.751875 C5.5871875,9.4584375 5.9909375,9.464375 5.9909375,9.464375 C5.9909375,9.464375 6.2046875,10.8359375 6.400625,11.3346875 C6.5965625,11.839375 6.95875,12.4034375 6.95875,12.4034375 C6.95875,12.4034375 7.0775,14.594375 6.8815625,14.831875 C6.685625,15.069375 6.0978125,15.2890625 5.6940625,15.378125 C4.9875,15.5325 3.895,15.6334375 3.1290625,15.9065625 C2.363125,16.1796875 0,17.1 0,19 L9.5,19 L19,19 C19,17.1 16.636875,16.1796875 15.8709375,15.9065625 L15.8709375,15.9065625 Z"></path>
7
- </g>
8
- </g>
9
- </g>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"/>
3
- <path d="M0 0h24v24H0z" fill="none"/>
4
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(7.000000, 5.000000)" fill="#FFFFFF">
6
- <g>
7
- <path d="M12.375,8.03846154 L12.375,4.75 C12.375,2.12699519 10.1924062,0 7.50075,0 C4.80759375,0 2.625,2.12699519 2.625,4.75 L2.625,8.03846154 L0,8.03846154 L0,19 L15,19 L15,8.03846154 L12.375,8.03846154 L12.375,8.03846154 Z M7.875,13.8385769 L7.875,15.3461538 L7.125,15.3461538 L7.125,13.8385769 C6.47803125,13.6763005 6,13.1040625 6,12.4230769 C6,11.6158966 6.67157812,10.9615385 7.5,10.9615385 C8.32842188,10.9615385 9,11.6158966 9,12.4230769 C9,13.1040625 8.52196875,13.6763005 7.875,13.8385769 L7.875,13.8385769 Z M11.625,8.03846154 L3.375,8.03846154 L3.375,4.75 C3.375,2.53380529 5.2258125,0.730769231 7.50075,0.730769231 C9.77489063,0.730769231 11.625,2.53380529 11.625,4.75 L11.625,8.03846154 L11.625,8.03846154 Z"></path>
8
- <path d="M7.5,11.6923077 C7.08646875,11.6923077 6.75,12.020149 6.75,12.4230769 C6.75,12.8260048 7.08646875,13.1538462 7.5,13.1538462 C7.91353125,13.1538462 8.25,12.8260048 8.25,12.4230769 C8.25,12.020149 7.91353125,11.6923077 7.5,11.6923077 L7.5,11.6923077 Z"></path>
9
- </g>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 0h24v24H0z" fill="none"/>
3
- <path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6-5.1c1.71 0 3.1 1.39 3.1 3.1v2H9V6h-.1c0-1.71 1.39-3.1 3.1-3.1zM18 20H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/>
4
- </svg>
@@ -1,14 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(5.000000, 7.000000)" fill="#FFFFFF">
6
- <g>
7
- <path d="M0,12.6136364 L12.0170759,12.6136364 C12.2794286,12.0122727 12.8772076,11.5909091 13.5714286,11.5909091 C14.2656496,11.5909091 14.863471,12.0122727 15.1257812,12.6136364 L19,12.6136364 L19,13.9772727 L15.1257812,13.9772727 C14.8634286,14.5786364 14.2656496,15 13.5714286,15 C12.8772076,15 12.2793862,14.5786364 12.0170759,13.9772727 L0,13.9772727"></path>
8
- <path d="M0,6.81818182 L3.87421875,6.81818182 C4.13657143,6.21681818 4.73435045,5.79545455 5.42857143,5.79545455 C6.12279241,5.79545455 6.72061384,6.21681818 6.98292411,6.81818182 L19,6.81818182 L19,8.18181818 L6.98292411,8.18181818 C6.72057143,8.78318182 6.12279241,9.20454545 5.42857143,9.20454545 C4.73435045,9.20454545 4.13652902,8.78318182 3.87421875,8.18181818 L0,8.18181818"></path>
9
- <path d="M0,1.02272727 L12.0170759,1.02272727 C12.2794286,0.421363636 12.8772076,0 13.5714286,0 C14.2656496,0 14.863471,0.421363636 15.1257812,1.02272727 L19,1.02272727 L19,2.38636364 L15.1257812,2.38636364 C14.8634286,2.98772727 14.2656496,3.40909091 13.5714286,3.40909091 C12.8772076,3.40909091 12.2793862,2.98772727 12.0170759,2.38636364 L0,2.38636364"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,7 +0,0 @@
1
- <svg fill="#757575" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24">
2
- <g>
3
- <path d="M11.8,5C11.4,3.8,10.3,3,9,3S6.6,3.8,6.2,5H2v2h4.2C6.6,8.2,7.7,9,9,9s2.4-0.8,2.8-2H22V5H11.8z"/>
4
- <path d="M15,9c-1.3,0-2.4,0.8-2.8,2H2v2h10.2c0.4,1.2,1.5,2,2.8,2s2.4-0.8,2.8-2H22v-2h-4.2C17.4,9.8,16.3,9,15,9z"/>
5
- <path d="M11,15c-1.3,0-2.4,0.8-2.8,2H2v2h6.2c0.4,1.2,1.5,2,2.8,2s2.4-0.8,2.8-2H22v-2h-8.2C13.4,15.8,12.3,15,11,15z"/>
6
- </g>
7
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(6.000000, 6.000000)" fill="#FFFFFF">
6
- <path d="M16.2246459,12.3045326 C15.5215297,11.582153 13.5229462,10.2288952 12.2130312,10.2288952 C11.9096317,10.2288952 11.6447592,10.2963173 11.4280453,10.4359773 C10.7875354,10.8453258 10.2770538,11.1631728 10.0314448,11.1631728 C9.89660057,11.1631728 9.75212465,11.0427762 9.43427762,10.768272 L9.38130312,10.7201133 C8.5,9.95439093 8.3121813,9.75694051 7.97025496,9.40056657 L7.88356941,9.30906516 C7.82096317,9.24645892 7.76798867,9.18866856 7.71501416,9.13569405 C7.41643059,8.82747875 7.19971671,8.60594901 6.43399433,7.73909348 L6.40028329,7.70056657 C6.03427762,7.28640227 5.79348442,7.01671388 5.77903683,6.81926346 C5.76458924,6.6266289 5.93314448,6.31359773 6.36175637,5.73087819 C6.88186969,5.02776204 6.90113314,4.16090652 6.42436261,3.15439093 C6.04390935,2.35977337 5.42266289,1.59886686 4.87365439,0.929461756 L4.82549575,0.871671388 C4.35354108,0.293767705 3.80453258,0.00481586402 3.19291785,0.00481586402 C2.51388102,0.00481586402 1.95042493,0.37082153 1.65184136,0.563456091 C1.62776204,0.577903683 1.60368272,0.597167139 1.5796034,0.611614731 C0.9101983,1.03541076 0.423796034,1.61813031 0.240793201,2.21048159 C-0.0337110482,3.10141643 -0.216713881,4.2572238 1.098017,6.66033994 C2.23456091,8.7407932 3.26515581,10.1373938 4.90254958,11.8181303 C6.44362606,13.3977337 7.12747875,13.9082153 8.65892351,15.015864 C10.3637394,16.2487252 12.0011331,16.9566572 13.1473088,16.9566572 C14.2116147,16.9566572 15.0495751,16.9566572 16.2439093,15.5167139 C17.496034,14.0045326 16.9759207,13.0798867 16.2246459,12.3045326 L16.2246459,12.3045326 Z"></path>
7
- </g>
8
- </g>
9
- </g>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg fill="#757575" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 0h24v24H0z" fill="none"/>
3
- <path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>
4
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(4.000000, 10.000000)">
6
- <rect stroke="#FFFFFF" x="0" y="0" width="21" height="9" rx="6"></rect>
7
- <circle fill="#FFFFFF" cx="4.5" cy="4.5" r="2.5"></circle>
8
- </g>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,5 +0,0 @@
1
- <svg fill="#757575" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24">
2
- <path d="M20,9h-6c-0.9-1.2-2.3-2-4-2S6.9,7.8,6,9H4c-1.7,0-3,1.3-3,3s1.3,3,3,3h2c0.9,1.2,2.3,2,4,2s3.1-0.8,4-2h6c1.7,0,3-1.3,3-3
3
- S21.7,9,20,9z M4,13c-0.6,0-1-0.4-1-1s0.4-1,1-1h1.1C5,11.3,5,11.7,5,12s0,0.7,0.1,1H4z M20,13h-5.1c0.1-0.3,0.1-0.7,0.1-1
4
- s0-0.7-0.1-1H20c0.6,0,1,0.4,1,1S20.6,13,20,13z"/>
5
- </svg>
@@ -1,28 +0,0 @@
1
- <svg width="29px" height="29px" viewBox="0 0 29 29" xmlns="http://www.w3.org/2000/svg">
2
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
- <g>
4
- <rect fill="#8E8E93" x="0" y="0" width="29" height="29" rx="6"></rect>
5
- <g transform="translate(4.000000, 4.000000)" fill="#FFFFFF">
6
- <g>
7
- <path d="M10.5,0 L10.4899038,0 C10.4899038,0 10.4899038,0 10.4848558,0 L10.4747596,0 C4.68461538,0.0151442308 0,4.70985577 0,10.5 C0,16.2901442 4.68461538,20.9848558 10.4747596,21 L10.4848558,21 L10.4899038,21 L10.5,21 C16.3002404,21 21,16.3002404 21,10.5 C21,4.69975962 16.3002404,0 10.5,0 L10.5,0 Z M10.5,20.1620192 L10.4899038,20.1620192 C10.4899038,20.1620192 10.4899038,20.1620192 10.4848558,20.1620192 L10.4747596,20.1620192 C5.15408654,20.146875 0.837980769,15.8257212 0.837980769,10.5 C0.837980769,5.17427885 5.14903846,0.853125 10.4747596,0.843028846 L10.4848558,0.843028846 L10.4899038,0.843028846 L10.5,0.843028846 C15.8358173,0.843028846 20.1620192,5.16923077 20.1620192,10.5050481 C20.1620192,15.8358173 15.8358173,20.1620192 10.5,20.1620192 L10.5,20.1620192 Z"></path>
8
- <path d="M13.846875,6.24951923 C12.9028846,6.47668269 11.9286058,6.61298077 10.9240385,6.64326923 L10.9240385,10.0810096 L14.3365385,10.0810096 C14.30625,8.6625 14.1295673,7.37524038 13.846875,6.24951923 L13.846875,6.24951923 Z"></path>
9
- <path d="M10.9189904,1.74158654 L10.9189904,5.87596154 C11.8528846,5.84567308 12.7615385,5.72451923 13.6348558,5.5125 C12.9735577,3.42259615 11.94375,2.04951923 10.9189904,1.74158654 L10.9189904,1.74158654 Z"></path>
10
- <path d="M7.33990385,5.50745192 C8.22331731,5.71947115 9.13701923,5.84567308 10.0759615,5.87596154 L10.0759615,1.73149038 C9.05120192,2.02932692 8.00625,3.40240385 7.33990385,5.50745192 L7.33990385,5.50745192 Z"></path>
11
- <path d="M16.7899038,4.31105769 C15.6490385,3.15 14.1901442,2.30192308 12.5545673,1.91322115 C13.3016827,2.68557692 13.9276442,3.86682692 14.3769231,5.31057692 C15.2199519,5.053125 16.0276442,4.71995192 16.7899038,4.31105769 L16.7899038,4.31105769 Z"></path>
12
- <path d="M15.1088942,10.0810096 L19.3139423,10.0810096 C19.2230769,8.12235577 18.4911058,6.32524038 17.3199519,4.90168269 C16.4567308,5.37620192 15.5430288,5.76490385 14.5889423,6.05264423 C14.896875,7.26418269 15.0786058,8.63221154 15.1088942,10.0810096 L15.1088942,10.0810096 Z"></path>
13
- <path d="M6.63822115,10.0810096 L10.0810096,10.0810096 L10.0810096,6.64326923 C9.06634615,6.61298077 8.08197115,6.47668269 7.13293269,6.24447115 C6.84519231,7.37019231 6.66850962,8.6625 6.63822115,10.0810096 L6.63822115,10.0810096 Z"></path>
14
- <path d="M14.3365385,10.9189904 L10.9189904,10.9189904 L10.9189904,14.3516827 C11.9235577,14.3819712 12.9028846,14.5132212 13.846875,14.7454327 C14.1295673,13.6247596 14.30625,12.3324519 14.3365385,10.9189904 L14.3365385,10.9189904 Z"></path>
15
- <path d="M7.13293269,14.7504808 C8.08197115,14.5182692 9.06634615,14.3819712 10.0810096,14.3516827 L10.0810096,10.9189904 L6.63822115,10.9189904 C6.66850962,12.3375 6.84519231,13.6298077 7.13293269,14.7504808 L7.13293269,14.7504808 Z"></path>
16
- <path d="M10.0810096,19.2634615 L10.0810096,15.1189904 C9.14206731,15.1492788 8.22331731,15.2754808 7.33990385,15.4875 C8.00625,17.5925481 9.05120192,18.9706731 10.0810096,19.2634615 L10.0810096,19.2634615 Z"></path>
17
- <path d="M12.5545673,19.0867788 C14.1901442,18.6930288 15.6490385,17.85 16.7949519,16.6838942 C16.0326923,16.275 15.225,15.9418269 14.3819712,15.684375 C13.9326923,17.1331731 13.3016827,18.309375 12.5545673,19.0867788 L12.5545673,19.0867788 Z"></path>
18
- <path d="M8.41514423,1.92331731 C6.79471154,2.31706731 5.34591346,3.16009615 4.21009615,4.31610577 C4.96730769,4.71995192 5.76490385,5.053125 6.59783654,5.30552885 C7.04711538,3.86682692 7.67307692,2.69567308 8.41514423,1.92331731 L8.41514423,1.92331731 Z"></path>
19
- <path d="M14.5889423,14.9473558 C15.5480769,15.2350962 16.4617788,15.6237981 17.325,16.0983173 C18.4961538,14.6747596 19.228125,12.8776442 19.3189904,10.9189904 L15.1139423,10.9189904 C15.0786058,12.3677885 14.896875,13.7307692 14.5889423,14.9473558 L14.5889423,14.9473558 Z"></path>
20
- <path d="M10.9189904,15.1189904 L10.9189904,19.2584135 C11.94375,18.9504808 12.9735577,17.5774038 13.6348558,15.4824519 C12.7615385,15.2704327 11.8528846,15.1492788 10.9189904,15.1189904 L10.9189904,15.1189904 Z"></path>
21
- <path d="M6.39086538,6.04759615 C5.44182692,5.75985577 4.53317308,5.37620192 3.68004808,4.90168269 C2.50889423,6.32524038 1.77692308,8.12235577 1.68605769,10.0810096 L5.87091346,10.0810096 C5.89615385,8.62716346 6.08293269,7.25913462 6.39086538,6.04759615 L6.39086538,6.04759615 Z"></path>
22
- <path d="M5.86586538,10.9189904 L1.68100962,10.9189904 C1.771875,12.8776442 2.50384615,14.6747596 3.675,16.0983173 C4.528125,15.6288462 5.43677885,15.2401442 6.38581731,14.9524038 C6.08293269,13.7408654 5.89615385,12.3728365 5.86586538,10.9189904 L5.86586538,10.9189904 Z"></path>
23
- <path d="M4.20504808,16.6838942 C5.34086538,17.8399038 6.78966346,18.6829327 8.41514423,19.0766827 C7.67307692,18.3043269 7.04711538,17.128125 6.59783654,15.6894231 C5.76490385,15.946875 4.96225962,16.2800481 4.20504808,16.6838942 L4.20504808,16.6838942 Z"></path>
24
- </g>
25
- </g>
26
- </g>
27
- </g>
28
- </svg>