fake_picture 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +39 -6
  3. data/lib/fake_picture/avatar/avatar.rb +1 -1
  4. data/lib/fake_picture/avatar/pack/man-1.svg +85 -0
  5. data/lib/fake_picture/avatar/pack/man-2.svg +110 -0
  6. data/lib/fake_picture/avatar/pack/man-3.svg +75 -0
  7. data/lib/fake_picture/avatar/pack/man-4.svg +125 -0
  8. data/lib/fake_picture/avatar/pack/man-5.svg +81 -0
  9. data/lib/fake_picture/avatar/pack/man-6.svg +110 -0
  10. data/lib/fake_picture/avatar/pack/woman-1.svg +82 -0
  11. data/lib/fake_picture/avatar/pack/woman-2.svg +123 -0
  12. data/lib/fake_picture/avatar/pack/woman-3.svg +102 -0
  13. data/lib/fake_picture/avatar/pack/woman-4.svg +84 -0
  14. data/lib/fake_picture/avatar/pack/woman-5.svg +66 -0
  15. data/lib/fake_picture/avatar/pack/woman-6.svg +77 -0
  16. data/lib/fake_picture/avatar/pack/woman-7.svg +76 -0
  17. data/lib/fake_picture/avatar/pack/woman-8.svg +75 -0
  18. data/lib/fake_picture/blog/blog.rb +1 -1
  19. data/lib/fake_picture/people/people.rb +1 -1
  20. data/lib/fake_picture/version.rb +1 -1
  21. data/lib/fake_picture.rb +11 -23
  22. metadata +16 -18
  23. data/lib/fake_picture/avatar/pack/man-1.png +0 -0
  24. data/lib/fake_picture/avatar/pack/man-10.png +0 -0
  25. data/lib/fake_picture/avatar/pack/man-11.png +0 -0
  26. data/lib/fake_picture/avatar/pack/man-2.png +0 -0
  27. data/lib/fake_picture/avatar/pack/man-3.png +0 -0
  28. data/lib/fake_picture/avatar/pack/man-4.png +0 -0
  29. data/lib/fake_picture/avatar/pack/man-5.png +0 -0
  30. data/lib/fake_picture/avatar/pack/man-6.png +0 -0
  31. data/lib/fake_picture/avatar/pack/man-7.png +0 -0
  32. data/lib/fake_picture/avatar/pack/man-8.png +0 -0
  33. data/lib/fake_picture/avatar/pack/man-9.png +0 -0
  34. data/lib/fake_picture/avatar/pack/woman-1.png +0 -0
  35. data/lib/fake_picture/avatar/pack/woman-2.png +0 -0
  36. data/lib/fake_picture/avatar/pack/woman-3.png +0 -0
  37. data/lib/fake_picture/avatar/pack/woman-4.png +0 -0
  38. data/lib/fake_picture/avatar/pack/woman-5.png +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 607eb7dc633184356601998488a313cfeeb3f737d70dde0a9f67dc33bbd0b958
4
- data.tar.gz: 01b8cf8f9152b8b25260da011050f10f9a6b5e3b6230fd5557a085dbfe8d051a
3
+ metadata.gz: 86f16622bed0099ab513c8cda8c7c5783d78182d10eaf6947ecae457a0bd89e8
4
+ data.tar.gz: 579a129524e3fd8d8036eaf0c1f3027ded09256cc07a3e7ebcb35b4b74e50c33
5
5
  SHA512:
6
- metadata.gz: 0eb559f6b81a803f3a37f5b2733b33869a6fbc257cbdb6430cb7d68a9e73df29c574c2b5fe17714da41eeeb45683aa0594ecaa6636baf84db5be656160f3ceda
7
- data.tar.gz: e381374da3a8f8f70624a05151f784365fc16d0c6f9c1a0836625cce9a32d3effde74b0846d1c1bd140d8f6111b28afc1b12a458b2ca2313770900b6598919ae
6
+ metadata.gz: 31dabf26858c49c204b09e014639dbdefdb43c6c255d5a9a551a847b75ceae9c49b02136b174f3991dcfaa231822739b128217df7e80beed53526e2940249c70
7
+ data.tar.gz: 1d3f847dc14a35eec24038296a81932a56fe5dd9b19713240adb19994a7b7860c7de97db6dbeaa43f32f14758c6ac9b3dcc2842d85a6370bc5b1bd47a9c2defe
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
- # FakePicture
2
1
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/fake_picture`. To experiment with that code, run `bin/console` for an interactive prompt.
2
+ # FakePicture
4
3
 
5
- TODO: Delete this and the text above, and describe your gem
4
+ Welcome to my new gem! This is a gem for simple seeding, testing and etc by uploading fake pictures. Now you don't need create too many flders with pictures, because you can use this gem which can give you path to random picture of selectedd category or file, if you need it.
6
5
 
7
6
  ## Installation
8
7
 
@@ -22,17 +21,51 @@ Or install it yourself as:
22
21
 
23
22
  ## Usage
24
23
 
25
- TODO: Write usage instructions here
24
+ ###### FakePicture::Avatar:
25
+
26
+ ```ruby
27
+ FakePicture::Avatar.man #=> /Users/username/workdirectory/fake_picture/lib/fake_picture/avatar/pack/man-4.jpg
28
+
29
+ FakePicture::Avatar.man_file #=> #<File:/Users/username/workdirectory/fake_picture/lib/fake_picture/avatar/pack/man-2.jpg>
30
+
31
+ FakePicture::Avatar.woman #=> /Users/username/workdirectory/fake_picture/lib/fake_picture/avatar/pack/woman-4.jpg
32
+
33
+ FakePicture::Avatar.woman_file #=> #<File:/Users/username/workdirectory/fake_picture/lib/fake_picture/avatar/pack/woman-2.jpg>
34
+ ```
35
+
36
+ ###### FakePicture::Blog:
37
+
38
+ ```ruby
39
+ FakePicture::Blog.day_street #=> /Users/username/workdirectory/fake_picture/lib/fake_picture/blog/pack/day_street-4.jpg
40
+
41
+ FakePicture::Blog.day_street_file #=> #<File:/Users/username/workdirectory/fake_picture/lib/fake_picture/blog/pack/day_street-2.jpg>
42
+
43
+ FakePicture::Blog.night_street #=> /Users/username/workdirectory/fake_picture/lib/fake_picture/blog/pack/night_street-4.jpg
44
+
45
+ FakePicture::Blog.night_street_file #=> #<File:/Users/username/workdirectory/fake_picture/lib/fake_picture/blog/pack/night_street-2.jpg>
46
+ ```
47
+
48
+ ###### FakePicture::People:
49
+
50
+ ```ruby
51
+ FakePicture::People.man #=> /Users/username/workdirectory/fake_picture/lib/fake_picture/people/pack/man-4.jpg
52
+
53
+ FakePicture::People.man_file #=> #<File:/Users/username/workdirectory/fake_picture/lib/fake_picture/people/pack/man-2.jpg>
54
+
55
+ FakePicture::People.woman #=> /Users/username/workdirectory/fake_picture/lib/fake_picture/people/pack/woman-4.jpg
56
+
57
+ FakePicture::People.woman_file #=> #<File:/Users/username/workdirectory/fake_picture/lib/fake_picture/people/pack/woman-2.jpg>
58
+ ```
26
59
 
27
60
  ## Development
28
61
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
62
+ Run `rake spec` to run the tests. You can also run `rake console` for an interactive prompt that will allow you to experiment.
30
63
 
31
64
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
65
 
33
66
  ## Contributing
34
67
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fake_picture.
68
+ Bug reports and pull requests are welcome on GitHub at https://github.com/loqimean/fake_picture.
36
69
 
37
70
  ## License
38
71
 
@@ -1,5 +1,5 @@
1
1
  module FakePicture
2
2
  class Avatar < Base
3
- define_methods(__dir__, :man, :woman)
3
+ initialize_fake_picture_methods(:man, :woman)
4
4
  end
5
5
  end
@@ -0,0 +1,85 @@
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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 145 145" style="enable-background:new 0 0 145 145;" xml:space="preserve">
5
+ <g id="men_5">
6
+ <rect style="fill:#5ABCBB;" width="145" height="145"/>
7
+ <g>
8
+ <g>
9
+ <g>
10
+ <g>
11
+ <path style="fill:#F1C9A5;" d="M109.374,115.394c-4.964-9.396-36.875-15.292-36.875-15.292s-31.91,5.896-36.874,15.292
12
+ C31.957,128.433,28.888,145,28.888,145h43.611h43.612C116.112,145,114.04,127.236,109.374,115.394z"/>
13
+ <path style="fill:#E4B692;" d="M72.499,100.102c0,0,31.911,5.896,36.875,15.292c4.665,11.842,6.737,29.606,6.737,29.606H72.499
14
+ V100.102z"/>
15
+ <rect x="63.813" y="81" style="fill:#F1C9A5;" width="17.374" height="29.077"/>
16
+ <rect x="72.499" y="81" style="fill:#E4B692;" width="8.688" height="29.077"/>
17
+ <path style="opacity:0.1;fill:#DDAC8C;enable-background:new ;" d="M63.813,94.474c1.563,4.485,7.868,7.057,12.499,7.057
18
+ c1.676,0,3.306-0.281,4.875-0.795V81H63.813V94.474z"/>
19
+ <path style="fill:#F1C9A5;" d="M94.837,62.653c0-18.162-10.001-28.489-22.338-28.489c-12.336,0-22.337,10.327-22.337,28.489
20
+ c0,24.428,10.001,32.886,22.337,32.886C84.837,95.539,94.837,86.063,94.837,62.653z"/>
21
+ <path style="fill:#F1C9A5;" d="M94.837,62.653c0-18.162-10.001-28.489-22.338-28.489c-12.336,0-22.337,10.327-22.337,28.489
22
+ c0,24.428,10.001,32.886,22.337,32.886C84.837,95.539,94.837,86.063,94.837,62.653z"/>
23
+ <path style="fill:#F1C9A5;" d="M45.161,67.031c-0.684-4.957,2.046-9.318,6.092-9.74c4.053-0.422,7.888,3.259,8.567,8.216
24
+ c0.683,4.953-2.053,9.315-6.1,9.739C49.671,75.665,45.84,71.988,45.161,67.031z"/>
25
+ <path style="fill:#E4B692;" d="M94.837,62.653c0-18.162-10.001-28.489-22.338-28.489v61.375
26
+ C84.837,95.539,94.837,86.063,94.837,62.653z"/>
27
+ <path style="fill:#102F41;" d="M109.374,115.394c-3.181-6.021-17.418-10.601-27.242-13.117
28
+ c-0.382,4.99-4.545,8.923-9.633,8.923c-5.088,0-9.25-3.933-9.632-8.923c-9.824,2.516-24.061,7.096-27.242,13.117
29
+ C31.957,128.433,28.888,145,28.888,145h43.611h43.612C116.112,145,114.04,127.236,109.374,115.394z"/>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ <path style="fill:#231F20;" d="M53.941,84.27c4.859,8.252,9.698,9.528,9.698,9.528l1.466,4.755H63h-1.65l-0.915-2.051H58.42
34
+ l-0.733-2.517l-1.996,0.839l-0.475-2.797h-1.833l-0.641-2.331l-1.374,0.653l-1.374-2.145l-1.923-1.025l0.916-3.17h-2.289
35
+ l0.092-3.357l-1.741,0.56l-0.641-2.983l-2.931-1.119l2.564-2.611l-1.282-0.466l1.373-2.423l-1.007-0.466l-0.184-2.891l-2.93-0.559
36
+ l1.649-2.611l-2.016-3.17l2.382-1.306l-1.282-3.169l0.732-2.984l-2.747-2.238l3.846-0.372v-2.797l1.1-2.424l-1.1-2.051
37
+ l2.016-1.678l-2.016-1.679l2.198-2.238v-1.305l2.016-1.678l-0.916-2.611l3.662,0.746l0.184-4.475l2.748,0.932l0.915-1.864
38
+ l3.114,0.373c0,0-0.732-1.492,0.549-1.492c1.282,0,4.397,1.306,4.397,1.306l1.648-2.238l3.663,2.611l1.283-2.611l2.381,2.797
39
+ l2.234-2.797c0,0,0,15.664,0,25.36c-2.895-0.248-4.433-0.248-10.782-2.735c-2.197,1.492-9.28,11.686-9.28,12.68
40
+ s-1.222,11.189-1.222,11.189l-1.274-6.08C50.093,67.081,51.363,79.891,53.941,84.27z"/>
41
+ <path style="fill:#231F20;" d="M90.629,84.27c-4.669,8.252-9.318,9.528-9.318,9.528l-1.408,4.755h2.022h1.585l0.88-2.051h1.937
42
+ l0.703-2.517l1.919,0.839l0.457-2.797h1.761l0.615-2.331l1.32,0.653l1.32-2.145l1.848-1.025l-0.88-3.17h2.199l-0.088-3.357
43
+ l1.673,0.56l0.615-2.983l2.816-1.119l-2.465-2.611l1.233-0.466l-1.32-2.423l0.968-0.466l0.177-2.891l2.814-0.559l-1.584-2.611
44
+ l1.937-3.17l-2.288-1.306l1.231-3.169l-0.703-2.984l2.64-2.238l-3.695-0.372v-2.797l-1.057-2.424l1.057-2.051l-1.937-1.678
45
+ l1.937-1.679l-2.112-2.238v-1.305l-1.936-1.678l0.881-2.611l-3.52,0.746l-0.177-4.475l-2.64,0.932l-0.88-1.864l-2.992,0.373
46
+ c0,0,0.704-1.492-0.527-1.492c-1.232,0-4.225,1.306-4.225,1.306l-1.584-2.238l-3.52,2.611l-1.232-2.611l-2.288,2.797l-2.146-2.797
47
+ c0,0,0,15.664,0,25.36c2.78-0.248,4.259-0.248,10.359-2.735c2.112,1.492,8.917,11.686,8.917,12.68s1.174,11.189,1.174,11.189
48
+ l1.225-6.08C94.327,67.081,93.107,79.891,90.629,84.27z"/>
49
+ <path style="fill:#F1C9A5;" d="M45.161,67.031c-0.684-4.957,2.046-9.318,6.092-9.74c4.053-0.422,7.888,3.259,8.567,8.216
50
+ c0.683,4.953-2.053,9.315-6.1,9.739C49.671,75.665,45.84,71.988,45.161,67.031z"/>
51
+ <path style="fill:#E4B692;" d="M91.438,75.246c-4.05-0.424-6.783-4.787-6.098-9.739c0.677-4.957,4.513-8.638,8.563-8.216
52
+ c4.047,0.422,6.777,4.783,6.094,9.74C99.318,71.988,95.487,75.665,91.438,75.246z"/>
53
+ </g>
54
+ </g>
55
+ <g>
56
+ </g>
57
+ <g>
58
+ </g>
59
+ <g>
60
+ </g>
61
+ <g>
62
+ </g>
63
+ <g>
64
+ </g>
65
+ <g>
66
+ </g>
67
+ <g>
68
+ </g>
69
+ <g>
70
+ </g>
71
+ <g>
72
+ </g>
73
+ <g>
74
+ </g>
75
+ <g>
76
+ </g>
77
+ <g>
78
+ </g>
79
+ <g>
80
+ </g>
81
+ <g>
82
+ </g>
83
+ <g>
84
+ </g>
85
+ </svg>
@@ -0,0 +1,110 @@
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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 145 145" style="enable-background:new 0 0 145 145;" xml:space="preserve">
5
+ <g id="men_8">
6
+ <rect style="fill:#D98A90;" width="145" height="145"/>
7
+ <g>
8
+ <g>
9
+ <g>
10
+ <path style="fill:#F1C9A5;" d="M109.374,115.394c-4.964-9.396-36.874-15.292-36.874-15.292s-31.911,5.896-36.875,15.292
11
+ C31.957,128.433,28.888,145,28.888,145H72.5h43.611C116.112,145,114.041,127.236,109.374,115.394z"/>
12
+ <path style="fill:#E4B692;" d="M72.501,100.102c0,0,31.91,5.896,36.874,15.292c4.666,11.842,6.737,29.606,6.737,29.606H72.501
13
+ V100.102z"/>
14
+ <rect x="63.814" y="81.001" style="fill:#F1C9A5;" width="17.374" height="29.077"/>
15
+ <rect x="72.501" y="81.001" style="fill:#E4B692;" width="8.688" height="29.077"/>
16
+ <path style="opacity:0.1;fill:#DDAC8C;enable-background:new ;" d="M63.814,94.474c1.563,4.485,7.867,7.057,12.498,7.057
17
+ c1.677,0,3.306-0.281,4.876-0.795V81.001H63.814V94.474z"/>
18
+ <path style="fill:#FFFFFF;" d="M109.374,115.394c-2.898-5.487-14.979-9.777-24.534-12.399
19
+ c-0.374,6.499-5.746,11.658-12.34,11.658c-6.593,0-11.965-5.159-12.339-11.658c-9.557,2.622-21.636,6.912-24.536,12.399
20
+ C31.957,128.433,28.888,145,28.888,145H72.5h43.611C116.112,145,114.041,127.236,109.374,115.394z"/>
21
+ <path style="fill:#F1C9A5;" d="M94.837,62.652c0-18.162-10.001-28.489-22.337-28.489c-12.337,0-22.338,10.327-22.338,28.489
22
+ c0,7.609,2.329,24.456,6.301,27.889c2.73,2.424,11.637,6.576,15.991,6.576h0.002c0.015,0,0.029-0.002,0.046-0.002
23
+ c0.015,0,0.028,0.002,0.043,0.002h0.002c4.357,0,13.264-4.152,15.991-6.576C92.669,86.178,94.837,69.636,94.837,62.652z"/>
24
+ <path style="fill:#E4B692;" d="M72.503,97.116c0.015,0,0.028,0.002,0.043,0.002h0.002c4.357,0,13.264-4.152,15.991-6.576
25
+ c4.13-4.364,6.299-20.905,6.299-27.889c0-18.162-10.001-28.489-22.337-28.489v62.952H72.503z"/>
26
+ <path style="fill:#E4B692;" d="M91.439,75.247c-4.049-0.424-6.783-4.787-6.098-9.739c0.677-4.957,4.513-8.638,8.563-8.216
27
+ c4.047,0.422,6.777,4.783,6.094,9.739C99.319,71.988,95.488,75.665,91.439,75.247z"/>
28
+ <path style="fill:#F1C9A5;" d="M45.162,67.031c-0.684-4.957,2.047-9.317,6.092-9.739c4.053-0.422,7.888,3.259,8.567,8.216
29
+ c0.684,4.953-2.053,9.315-6.1,9.739C49.672,75.665,45.841,71.988,45.162,67.031z"/>
30
+ <g>
31
+ <path style="fill:#262421;" d="M50.541,46.682c-2.182,4.591-1.903,11.531-1.903,11.531s2.661,0.734,3.569,4.067
32
+ c0-8.026,1.091-17.088,7.725-17.718c5.981-0.567,5.526,2.044,12.569,2.044c0-9.54,0-14.809,0-14.809
33
+ S57.613,31.797,50.541,46.682z"/>
34
+ <path style="fill:#262421;" d="M94.46,46.682c-6.266-14.885-21.959-14.885-21.959-14.885s0,5.269,0,14.809
35
+ c7.042,0,6.587-2.611,12.568-2.044c6.634,0.63,7.723,9.692,7.723,17.718c0.91-3.333,3.559-4.158,3.559-4.158
36
+ S96.431,51.366,94.46,46.682z"/>
37
+ </g>
38
+ <g>
39
+ <polygon style="fill:#262421;" points="72.503,81.001 72.503,83.74 64.791,85.032 64.791,84.005 "/>
40
+ <polygon style="fill:#262421;" points="72.501,81.001 72.501,83.74 80.212,85.032 80.212,84.005 "/>
41
+ </g>
42
+ </g>
43
+ </g>
44
+ <path style="fill:#E00315;" d="M43.649,145h28.852h28.851v-36.042c-4.9-2.464-11.108-4.48-16.511-5.962
45
+ c-0.374,6.499-5.746,11.658-12.34,11.658c-6.593,0-11.965-5.159-12.339-11.658c-5.403,1.482-11.612,3.499-16.513,5.964
46
+ C43.649,108.96,43.649,145,43.649,145z"/>
47
+ <g>
48
+ <g>
49
+ <g>
50
+ <g>
51
+ <path style="fill:#3C1E1C;" d="M55.19,136.889L49.42,145l-5.771-8.111l5.771-8.111L55.19,136.889z"/>
52
+ <path style="fill:#3C1E1C;" d="M66.73,136.889L60.959,145l-5.77-8.111l5.77-8.111L66.73,136.889z"/>
53
+ <path style="fill:#3C1E1C;" d="M78.27,136.889L72.501,145l-5.771-8.111l5.771-8.111L78.27,136.889z"/>
54
+ <path style="fill:#3C1E1C;" d="M89.811,136.889L84.041,145l-5.771-8.111l5.771-8.111L89.811,136.889z"/>
55
+ <path style="fill:#3C1E1C;" d="M101.351,136.889L95.581,145l-5.77-8.111l5.77-8.111L101.351,136.889z"/>
56
+ </g>
57
+ <g>
58
+ <path style="fill:#3C1E1C;" d="M55.19,110.078l-5.77,8.11l-5.771-8.11l5.771-8.111L55.19,110.078z"/>
59
+ <path style="fill:#3C1E1C;" d="M66.73,110.078l-5.771,8.11l-5.77-8.11l5.77-8.111L66.73,110.078z"/>
60
+ <path style="fill:#3C1E1C;" d="M78.27,110.078l-5.769,8.11l-5.771-8.11l5.771-8.111L78.27,110.078z"/>
61
+ <path style="fill:#3C1E1C;" d="M89.811,110.078l-5.77,8.11l-5.771-8.11l5.771-8.111L89.811,110.078z"/>
62
+ <path style="fill:#3C1E1C;" d="M101.351,110.078l-5.77,8.11l-5.77-8.11l5.77-8.111L101.351,110.078z"/>
63
+ </g>
64
+ <g>
65
+ <path style="fill:#3C1E1C;" d="M60.959,123.997l-5.77,8.111l-5.77-8.111l5.77-8.111L60.959,123.997z"/>
66
+ <path style="fill:#3C1E1C;" d="M72.501,123.997l-5.771,8.111l-5.771-8.111l5.771-8.111L72.501,123.997z"/>
67
+ <path style="fill:#3C1E1C;" d="M84.041,123.997l-5.771,8.111l-5.769-8.111l5.769-8.111L84.041,123.997z"/>
68
+ <path style="fill:#3C1E1C;" d="M95.581,123.997l-5.77,8.111l-5.77-8.111l5.77-8.111L95.581,123.997z"/>
69
+ <polygon style="fill:#3C1E1C;" points="95.581,123.997 101.351,132.108 101.351,115.886 "/>
70
+ <polygon style="fill:#3C1E1C;" points="49.42,123.997 43.649,115.886 43.649,132.108 "/>
71
+ </g>
72
+ </g>
73
+ </g>
74
+ </g>
75
+ <path style="fill:#FFFFFF;" d="M72.501,116.411c7.587,0,13.917-5.387,15.373-12.545c-1.56-0.464-3.091-0.894-4.541-1.277
76
+ c-0.532,5.516-5.178,9.828-10.832,9.828c-5.655,0-10.301-4.312-10.833-9.828c-1.45,0.383-2.981,0.813-4.541,1.277
77
+ C58.583,111.024,64.913,116.411,72.501,116.411z"/>
78
+ </g>
79
+ </g>
80
+ <g>
81
+ </g>
82
+ <g>
83
+ </g>
84
+ <g>
85
+ </g>
86
+ <g>
87
+ </g>
88
+ <g>
89
+ </g>
90
+ <g>
91
+ </g>
92
+ <g>
93
+ </g>
94
+ <g>
95
+ </g>
96
+ <g>
97
+ </g>
98
+ <g>
99
+ </g>
100
+ <g>
101
+ </g>
102
+ <g>
103
+ </g>
104
+ <g>
105
+ </g>
106
+ <g>
107
+ </g>
108
+ <g>
109
+ </g>
110
+ </svg>
@@ -0,0 +1,75 @@
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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 145 145" style="enable-background:new 0 0 145 145;" xml:space="preserve">
5
+ <g id="men_3">
6
+ <rect style="fill:#AD1925;" width="145" height="145"/>
7
+ <g>
8
+ <g>
9
+ <g>
10
+ <g>
11
+ <path style="fill:#F1C9A5;" d="M109.375,115.394c-4.965-9.396-36.875-15.292-36.875-15.292s-31.91,5.896-36.875,15.292
12
+ C31.957,128.433,28.889,145,28.889,145H72.5h43.611C116.111,145,114.039,127.236,109.375,115.394z"/>
13
+ <path style="fill:#E4B692;" d="M72.5,100.102c0,0,31.91,5.896,36.875,15.292c4.664,11.842,6.736,29.606,6.736,29.606H72.5
14
+ V100.102z"/>
15
+ <rect x="63.812" y="81" style="fill:#F1C9A5;" width="17.375" height="29.077"/>
16
+ <rect x="72.5" y="81" style="fill:#E4B692;" width="8.688" height="29.077"/>
17
+ <path style="opacity:0.1;fill:#DDAC8C;enable-background:new ;" d="M63.813,94.474c1.563,4.485,7.869,7.056,12.5,7.056
18
+ c1.676,0,3.305-0.28,4.875-0.794V81H63.813V94.474z"/>
19
+ <path style="fill:#F1C9A5;" d="M94.838,62.652c0-18.162-10.002-28.489-22.338-28.489S50.162,44.491,50.162,62.652
20
+ c0,24.429,10.002,32.887,22.338,32.887S94.838,86.063,94.838,62.652z"/>
21
+ <path style="fill:#E4B692;" d="M91.438,75.246c-4.049-0.424-6.783-4.787-6.098-9.74c0.678-4.957,4.514-8.637,8.564-8.215
22
+ c4.047,0.422,6.777,4.782,6.094,9.739C99.318,71.988,95.486,75.665,91.438,75.246z"/>
23
+ <path style="fill:#F1C9A5;" d="M45.16,67.031c-0.684-4.957,2.047-9.317,6.092-9.739c4.053-0.422,7.889,3.259,8.568,8.215
24
+ c0.684,4.953-2.053,9.316-6.1,9.74C49.672,75.665,45.84,71.988,45.16,67.031z"/>
25
+ <path style="fill:#E4B692;" d="M94.838,62.652c0-18.162-10.002-28.489-22.338-28.489v61.376
26
+ C84.836,95.539,94.838,86.063,94.838,62.652z"/>
27
+ </g>
28
+ <path style="fill:#303030;" d="M92.594,77.874c-1.201,3.378-3.234,7.44-6.908,7.44c-4.59,0-7.875-3.731-13.141-3.731
29
+ c-0.016,0-0.029,0.002-0.043,0.002c-0.016,0-0.031-0.002-0.047-0.002c-5.266,0-8.547,3.731-13.141,3.731
30
+ c-3.672,0-5.705-4.062-6.906-7.44l-1.039-6.508v7.788c0,0,1.744,9.171,5.094,11.387c2.728,2.424,11.637,6.576,15.992,6.576l0,0
31
+ c0.016,0,0.031-0.002,0.047-0.002c0.014,0,0.029,0.002,0.043,0.002h0.002c4.357,0,13.264-4.152,15.99-6.576
32
+ c3.35-2.216,5.096-11.387,5.096-11.387v-7.788L92.594,77.874z"/>
33
+ <path style="fill:#FFFFFF;" d="M76.135,87.437c0,0-0.531-2.367-3.635-2.367c-2.836,0-3.635,2.367-3.635,2.367H76.135z"/>
34
+ </g>
35
+ </g>
36
+ <path style="fill:#303030;" d="M86.063,44.711c0,0-1.861,5.851-15.158,11.701s-19.146,7.712-18.082,13.562
37
+ c-5.714-10.433-3.59-39.224,18.613-39.224C88.854,30.75,88.189,40.988,86.063,44.711z"/>
38
+ <path style="fill:#303030;" d="M94.713,59.204c0,0-7.721-13.562-13.172-14.226c2.395-7.845,5.6-7.313,5.6-7.313
39
+ S95.791,39.253,94.713,59.204z"/>
40
+ <path style="fill:#1F3A4D;" d="M109.375,115.394c-2.9-5.487-14.98-9.777-24.535-12.399c0.076-1.333-2.316,6.524-2.316,6.524
41
+ l-9.707,21.768l-9.08-20.298l-3.576-7.994c-9.555,2.622-21.635,6.912-24.535,12.399C31.957,128.433,28.889,145,28.889,145H72.5
42
+ h43.611C116.111,145,114.039,127.236,109.375,115.394z"/>
43
+ </g>
44
+ </g>
45
+ <g>
46
+ </g>
47
+ <g>
48
+ </g>
49
+ <g>
50
+ </g>
51
+ <g>
52
+ </g>
53
+ <g>
54
+ </g>
55
+ <g>
56
+ </g>
57
+ <g>
58
+ </g>
59
+ <g>
60
+ </g>
61
+ <g>
62
+ </g>
63
+ <g>
64
+ </g>
65
+ <g>
66
+ </g>
67
+ <g>
68
+ </g>
69
+ <g>
70
+ </g>
71
+ <g>
72
+ </g>
73
+ <g>
74
+ </g>
75
+ </svg>
@@ -0,0 +1,125 @@
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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 145 145" style="enable-background:new 0 0 145 145;" xml:space="preserve">
5
+ <g id="men_4">
6
+ <rect style="fill:#F2A88F;" width="145" height="145"/>
7
+ <g>
8
+ <g>
9
+ <ellipse style="fill:#3C2A20;" cx="71.516" cy="26.72" rx="5.26" ry="5.598"/>
10
+ <ellipse style="fill:#3C2A20;" cx="79.144" cy="27.765" rx="5.261" ry="5.598"/>
11
+ <ellipse style="fill:#3C2A20;" cx="93.707" cy="33.363" rx="5.262" ry="5.599"/>
12
+ <ellipse style="fill:#3C2A20;" cx="99.661" cy="42.892" rx="5.261" ry="5.598"/>
13
+ <ellipse style="fill:#3C2A20;" cx="102.379" cy="50.705" rx="5.26" ry="5.599"/>
14
+ <ellipse style="fill:#3C2A20;" cx="62.617" cy="26.842" rx="4.449" ry="4.734"/>
15
+ <ellipse style="fill:#3C2A20;" cx="103.417" cy="58.759" rx="4.448" ry="4.735"/>
16
+ <ellipse style="fill:#3C2A20;" cx="103.417" cy="67.061" rx="4.448" ry="4.735"/>
17
+ <ellipse style="fill:#3C2A20;" cx="98.967" cy="72.78" rx="4.449" ry="4.735"/>
18
+ <ellipse style="fill:#3C2A20;" cx="42.103" cy="63.494" rx="4.448" ry="4.734"/>
19
+ <ellipse style="fill:#3C2A20;" cx="43.604" cy="71.796" rx="4.45" ry="4.735"/>
20
+ <ellipse style="fill:#3C2A20;" cx="45.916" cy="75.116" rx="4.449" ry="4.735"/>
21
+ <ellipse style="fill:#3C2A20;" cx="87.409" cy="26.903" rx="4.45" ry="4.735"/>
22
+ <ellipse style="fill:#3C2A20;" cx="97.118" cy="40.433" rx="4.45" ry="4.735"/>
23
+ <ellipse style="fill:#3C2A20;" cx="56.434" cy="27.765" rx="4.393" ry="4.674"/>
24
+ <ellipse style="fill:#3C2A20;" cx="54.238" cy="31.577" rx="4.393" ry="4.674"/>
25
+ <ellipse style="fill:#3C2A20;" cx="44.642" cy="39.821" rx="4.966" ry="5.285"/>
26
+ <ellipse style="fill:#3C2A20;" cx="42.103" cy="47.566" rx="4.394" ry="4.674"/>
27
+ <ellipse style="fill:#3C2A20;" cx="41.523" cy="56.051" rx="4.393" ry="4.674"/>
28
+ <ellipse style="fill:#3C2A20;" cx="47.996" cy="32.439" rx="4.393" ry="4.674"/>
29
+ <path style="fill:#3C2A20;" d="M49.189,79.3l4.299,1.472c0,0-4.58-12.17-2.488-18.446c2.09-6.275,5.738-17.438,11.166-16.331
30
+ c5.43,1.107,13.742,2.615,20.104-0.076c3.477-1.031,10.518,4.503,9.838,11.053s4.354,14.083-0.508,22.323
31
+ c5.088-1.23,10.01-3.32,10.01-3.32l1.807-17.216L101.61,45.18L90.92,27.765l-14.615-0.862L61.631,26.72L51,31.577l-5.654,10.268
32
+ l-3.281,13.099l2.828,14.574L49.189,79.3z"/>
33
+ <path style="fill:#3C2A20;" d="M49.189,79.3l4.299,1.472c0,0-4.58-12.17-2.488-18.446c2.09-6.275,5.738-17.438,11.166-16.331
34
+ c5.43,1.107,13.742,2.615,20.104-0.076c3.477-1.031,10.518,4.503,9.838,11.053s4.354,14.083-0.508,22.323
35
+ c5.088-1.23,10.01-3.32,10.01-3.32l1.807-17.216L101.61,45.18L90.92,27.765l-14.615-0.862L61.631,26.72L51,31.577l-5.654,10.268
36
+ l-3.281,13.099l2.828,14.574L49.189,79.3z"/>
37
+ </g>
38
+ <g>
39
+ <g>
40
+ <g>
41
+ <path style="fill:#F1C9A5;" d="M109.375,115.394c-4.965-9.396-36.875-15.291-36.875-15.291s-31.91,5.896-36.875,15.291
42
+ C31.957,128.433,28.889,145,28.889,145H72.5h43.611C116.111,145,114.039,127.236,109.375,115.394z"/>
43
+ <path style="fill:#E4B692;" d="M72.5,100.103c0,0,31.91,5.896,36.875,15.291c4.664,11.842,6.736,29.606,6.736,29.606H72.5
44
+ V100.103z"/>
45
+ <rect x="63.813" y="81.001" style="fill:#F1C9A5;" width="17.373" height="29.077"/>
46
+ <rect x="72.5" y="81.001" style="fill:#E4B692;" width="8.686" height="29.077"/>
47
+ <path style="opacity:0.1;fill:#DDAC8C;enable-background:new ;" d="M63.813,94.475c1.563,4.485,7.869,7.056,12.5,7.056
48
+ c1.674,0,3.305-0.28,4.873-0.794V81.001H63.813V94.475z"/>
49
+ <path style="fill:#FFFFFF;" d="M109.375,115.394c-2.9-5.487-14.98-9.777-24.537-12.398c-0.373,6.5-5.746,11.658-12.338,11.658
50
+ c-6.594,0-11.967-5.159-12.34-11.658c-9.555,2.622-21.637,6.912-24.535,12.398C31.957,128.433,28.889,145,28.889,145H72.5
51
+ h43.611C116.111,145,114.039,127.236,109.375,115.394z"/>
52
+ <path style="fill:#F1C9A5;" d="M94.838,62.653c0-18.162-10.002-28.489-22.338-28.489S50.162,44.492,50.162,62.653
53
+ c0,7.609,2.328,24.455,6.301,27.889c2.728,2.425,11.635,6.577,15.992,6.577l0,0c0.014,0,0.031-0.002,0.045-0.002
54
+ c0.016,0,0.031,0.002,0.043,0.002h0.002c4.357,0,13.264-4.152,15.992-6.577C92.668,86.178,94.838,69.637,94.838,62.653z"/>
55
+ <path style="fill:#F1C9A5;" d="M94.838,62.653c0-18.162-10.002-28.489-22.338-28.489S50.162,44.492,50.162,62.653
56
+ c0,7.609,2.328,24.455,6.301,27.889c2.728,2.425,11.635,6.577,15.992,6.577l0,0c0.014,0,0.031-0.002,0.045-0.002
57
+ c0.016,0,0.031,0.002,0.043,0.002h0.002c4.357,0,13.264-4.152,15.992-6.577C92.668,86.178,94.838,69.637,94.838,62.653z"/>
58
+ <path style="fill:#E4B692;" d="M72.5,97.116c0.016,0,0.031,0.002,0.043,0.002h0.002c4.357,0,13.264-4.152,15.992-6.577
59
+ c4.131-4.364,6.301-20.905,6.301-27.889c0-18.162-10.002-28.489-22.338-28.489V97.116L72.5,97.116z"/>
60
+ <path style="fill:#E4B692;" d="M91.438,75.247c-4.049-0.424-6.783-4.787-6.098-9.74c0.676-4.957,4.512-8.637,8.562-8.215
61
+ c4.047,0.421,6.777,4.782,6.094,9.739C99.316,71.988,95.486,75.666,91.438,75.247z"/>
62
+ <path style="fill:#F1C9A5;" d="M45.16,67.031c-0.684-4.957,2.047-9.318,6.092-9.739c4.053-0.422,7.887,3.258,8.566,8.215
63
+ c0.684,4.953-2.053,9.316-6.1,9.74C49.67,75.666,45.84,71.988,45.16,67.031z"/>
64
+ </g>
65
+ </g>
66
+ </g>
67
+ <path d="M93.975,59.211c-0.01-0.303-0.041-0.604-0.059-0.906c-0.01-0.136-0.076-0.222-0.207-0.256
68
+ c-0.096-0.023-0.186-0.05-0.279-0.063c-1.338-0.21-2.682-0.415-4.033-0.511c-1.082-0.074-2.162-0.123-3.244-0.17
69
+ c-2.084-0.093-4.166-0.048-6.238,0.214c-1.264,0.161-2.519,0.389-3.734,0.782c-0.617,0.201-1.223,0.432-1.838,0.627
70
+ c-0.963,0.305-1.949,0.442-2.947,0.255c-0.598-0.112-1.191-0.284-1.773-0.471c-1.051-0.342-2.105-0.677-3.195-0.879
71
+ c-2.123-0.391-4.264-0.572-6.26-0.551c-1.625,0.003-3.086,0.059-4.541,0.233c-1.191,0.142-2.383,0.302-3.576,0.465
72
+ c-0.252,0.034-0.5,0.108-0.746,0.174c-0.133,0.034-0.221,0.123-0.225,0.27c-0.023,0.704-0.049,1.407-0.066,2.112
73
+ c-0.002,0.107,0.023,0.213,0.039,0.318c0.014,0.09,0.063,0.153,0.148,0.189c0.092,0.04,0.188,0.079,0.266,0.136
74
+ c0.393,0.272,0.58,0.685,0.728,1.114c0.108,0.305,0.178,0.624,0.264,0.936c0.057,0.194,0.131,0.386,0.174,0.582
75
+ c0.205,0.917,0.398,1.84,0.609,2.757c0.203,0.875,0.465,1.731,0.883,2.531c0.467,0.894,1.133,1.58,2.08,1.974
76
+ c0.572,0.238,1.168,0.39,1.779,0.486c1.092,0.173,2.193,0.196,3.299,0.115c1.117-0.08,2.219-0.25,3.295-0.576
77
+ c0.799-0.24,1.553-0.578,2.193-1.123c0.977-0.833,1.764-1.823,2.367-2.959c0.607-1.131,1.027-2.338,1.408-3.56
78
+ c0.111-0.352,0.215-0.704,0.342-1.049c0.188-0.508,0.549-0.822,1.092-0.906c0.172-0.025,0.352-0.033,0.525-0.022
79
+ c0.406,0.022,0.797,0.109,1.068,0.448c0.117,0.148,0.227,0.312,0.303,0.483c0.148,0.336,0.287,0.677,0.398,1.027
80
+ c0.478,1.51,1.109,2.95,1.91,4.317c0.664,1.135,1.541,2.053,2.701,2.687c0.822,0.447,1.697,0.734,2.613,0.911
81
+ c1.377,0.267,2.766,0.332,4.162,0.272c0.844-0.037,1.678-0.144,2.49-0.388c0.832-0.249,1.564-0.655,2.113-1.352
82
+ c0.356-0.448,0.617-0.947,0.834-1.475c0.453-1.107,0.746-2.266,1.01-3.432c0.129-0.57,0.264-1.141,0.404-1.709
83
+ c0.072-0.295,0.164-0.589,0.244-0.883c0.078-0.276,0.145-0.556,0.318-0.794c0.174-0.239,0.355-0.476,0.646-0.578
84
+ c0.129-0.048,0.195-0.137,0.221-0.257c0.021-0.093,0.045-0.188,0.045-0.282C93.986,60.053,93.986,59.63,93.975,59.211z
85
+ M92.166,59.638c-0.457,0-0.826-0.091-0.826-0.202c0-0.113,0.369-0.205,0.826-0.205c0.451,0,0.82,0.092,0.82,0.205
86
+ C92.986,59.547,92.617,59.638,92.166,59.638z"/>
87
+ <path style="fill:#3C2A20;" d="M101.609,45.18L90.92,27.765l-14.615-0.862L61.631,26.72L51,31.577l-5.654,10.268l-3.281,13.099
88
+ l2.828,14.574l1.023,10.333l8.322,7.094c0,0-1.664-5.73-2.768-11.881c-3.135-0.833-5.76-4.011-6.311-8.033
89
+ c-0.684-4.957,2.047-9.318,6.092-9.739c0.5-0.052,0.994-0.041,1.482,0.027c0.424-5.942,3.143-13.124,9.432-11.323
90
+ c5.484,1.57,13.742,2.615,20.104-0.076c5.139-2.393,10.518,4.503,9.838,11.053c-0.014,0.128-0.014,0.278-0.025,0.412
91
+ c0.598-0.115,1.205-0.156,1.82-0.092c4.047,0.421,6.777,4.782,6.094,9.739c-0.594,4.336-3.6,7.693-7.053,8.185
92
+ c-0.066,4.093-0.66,8.05-2.475,11.124c5.09-1.23,11.141-10.365,11.141-10.365l1.807-17.216L101.609,45.18z"/>
93
+ </g>
94
+ </g>
95
+ <g>
96
+ </g>
97
+ <g>
98
+ </g>
99
+ <g>
100
+ </g>
101
+ <g>
102
+ </g>
103
+ <g>
104
+ </g>
105
+ <g>
106
+ </g>
107
+ <g>
108
+ </g>
109
+ <g>
110
+ </g>
111
+ <g>
112
+ </g>
113
+ <g>
114
+ </g>
115
+ <g>
116
+ </g>
117
+ <g>
118
+ </g>
119
+ <g>
120
+ </g>
121
+ <g>
122
+ </g>
123
+ <g>
124
+ </g>
125
+ </svg>
@@ -0,0 +1,81 @@
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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 145 145" style="enable-background:new 0 0 145 145;" xml:space="preserve">
5
+ <g id="men_2">
6
+ <rect style="fill:#D69648;" width="145" height="145"/>
7
+ <g>
8
+ <g>
9
+ <g>
10
+ <path style="fill:#F1C9A5;" d="M109.374,115.394c-4.963-9.395-36.874-15.291-36.874-15.291s-31.91,5.896-36.874,15.291
11
+ C31.957,128.432,28.888,145,28.888,145h43.611h43.612C116.112,145,114.04,127.235,109.374,115.394z"/>
12
+ <path style="fill:#E4B692;" d="M72.499,100.103c0,0,31.911,5.896,36.874,15.291c4.666,11.842,6.738,29.606,6.738,29.606H72.499
13
+ V100.103z"/>
14
+ <rect x="63.813" y="81" style="fill:#F1C9A5;" width="17.374" height="29.077"/>
15
+ <rect x="72.499" y="81" style="fill:#E4B692;" width="8.688" height="29.077"/>
16
+ <path style="opacity:0.1;fill:#DDAC8C;enable-background:new ;" d="M63.813,94.475c1.561,4.485,7.868,7.055,12.499,7.055
17
+ c1.676,0,3.306-0.28,4.875-0.793V81H63.813V94.475z"/>
18
+ <path style="fill:#F1C9A5;" d="M94.837,62.653c0-18.162-10.001-28.49-22.338-28.49c-12.336,0-22.337,10.328-22.337,28.49
19
+ c0,24.427,10.001,32.885,22.337,32.885C84.837,95.538,94.837,86.063,94.837,62.653z"/>
20
+ <path style="fill:#E4B692;" d="M91.438,75.247c-4.05-0.424-6.783-4.787-6.098-9.739c0.677-4.957,4.512-8.639,8.563-8.217
21
+ c4.047,0.422,6.776,4.782,6.093,9.739C99.318,71.987,95.487,75.664,91.438,75.247z"/>
22
+ <path style="fill:#F1C9A5;" d="M45.161,67.03c-0.684-4.957,2.046-9.317,6.091-9.739c4.054-0.422,7.889,3.26,8.568,8.217
23
+ c0.683,4.952-2.053,9.315-6.1,9.739C49.67,75.664,45.84,71.987,45.161,67.03z"/>
24
+ <path style="fill:#E4B692;" d="M94.837,62.653c0-18.162-10.001-28.49-22.338-28.49v61.375
25
+ C84.837,95.538,94.837,86.063,94.837,62.653z"/>
26
+ </g>
27
+ </g>
28
+ <path style="fill:#231F20;" d="M109.374,115.394c-2.465-4.667-11.57-8.467-20.116-11.111c-1.94,5.845-8.696,10.163-16.758,10.163
29
+ c-8.06,0-14.817-4.318-16.757-10.163c-8.546,2.644-17.652,6.444-20.117,11.111C31.957,128.432,28.888,145,28.888,145h43.611
30
+ h43.612C116.112,145,114.04,127.235,109.374,115.394z"/>
31
+ <path style="fill:#FFFFFF;" d="M52.581,105.309c1.46,6.91,9.809,12.212,19.919,12.212s18.459-5.302,19.919-12.212
32
+ c-1.053-0.359-2.111-0.701-3.161-1.026c-1.94,5.845-8.696,10.163-16.758,10.163c-8.06,0-14.817-4.318-16.757-10.163
33
+ C54.693,104.607,53.634,104.949,52.581,105.309z"/>
34
+ <g>
35
+ <path style="fill:#FFFFFF;" d="M66.513,144.571c-3.413,0-5.289-1.969-5.289-5.411v-1.692c0-2.061,0.615-3.659,2.092-4.491
36
+ c-1.415-0.769-2.092-2.214-2.092-4.337v-0.676c0-3.444,1.876-5.414,5.289-5.414c3.415,0,5.291,1.97,5.291,5.414v0.676
37
+ c0,2.123-0.708,3.568-2.092,4.337c1.477,0.832,2.092,2.431,2.092,4.491v1.692C71.804,142.602,69.928,144.571,66.513,144.571z
38
+ M64.607,129.285c0,1.723,0.8,2.277,1.906,2.277c1.077,0,1.907-0.555,1.907-2.277v-1.198c0-1.938-0.83-2.461-1.907-2.461
39
+ c-1.075,0-1.906,0.523-1.906,2.461V129.285z M66.513,141.496c1.077,0,1.877-0.522,1.907-2.43v-1.999
40
+ c0-1.692-0.707-2.43-1.907-2.43c-1.199,0-1.906,0.737-1.906,2.43v1.999C64.607,140.974,65.438,141.496,66.513,141.496z"/>
41
+ <path style="fill:#FFFFFF;" d="M83.775,138.975c0,3.628-1.661,5.597-5.167,5.597c-3.321,0-5.044-1.969-5.044-5.411v-0.555h3.198
42
+ v0.769c0,1.538,0.677,2.122,1.753,2.122c1.2,0,1.876-0.584,1.876-2.645v-3.937c-0.584,1.23-1.63,1.907-3.137,1.907
43
+ c-2.491,0-3.753-1.753-3.753-4.921v-3.938c0-3.444,1.816-5.414,5.137-5.414c3.322,0,5.137,1.97,5.137,5.414V138.975z
44
+ M80.391,131.624v-3.876c0-1.537-0.676-2.09-1.753-2.09c-1.075,0-1.753,0.553-1.753,2.09v3.876c0,1.538,0.678,2.121,1.753,2.121
45
+ C79.715,133.745,80.391,133.162,80.391,131.624z"/>
46
+ </g>
47
+ <path style="fill:#231F20;" d="M95.004,57.259c-0.891-14.288-10.622-25.543-22.505-25.543c-11.882,0-21.613,11.255-22.504,25.543
48
+ H95.004z"/>
49
+ </g>
50
+ </g>
51
+ <g>
52
+ </g>
53
+ <g>
54
+ </g>
55
+ <g>
56
+ </g>
57
+ <g>
58
+ </g>
59
+ <g>
60
+ </g>
61
+ <g>
62
+ </g>
63
+ <g>
64
+ </g>
65
+ <g>
66
+ </g>
67
+ <g>
68
+ </g>
69
+ <g>
70
+ </g>
71
+ <g>
72
+ </g>
73
+ <g>
74
+ </g>
75
+ <g>
76
+ </g>
77
+ <g>
78
+ </g>
79
+ <g>
80
+ </g>
81
+ </svg>