emojidex-vectors 1.0.33 → 1.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/emoji/extended/axe.svg +236 -0
- data/emoji/extended/emoji.json +35 -0
- data/emoji/extended/eyes(br).svg +490 -0
- data/emoji/extended/eyes(gr).svg +490 -0
- data/emoji/extended/eyes(hazel).svg +490 -0
- data/emoji/extended/eyes(pink).svg +490 -0
- data/emoji/extended/eyes(vapor).svg +490 -0
- data/emoji/extended/eyes(wave).svg +490 -0
- data/emoji/utf/billed_cap.svg +81 -0
- data/emoji/utf/bowl_with_spoon.svg +75 -0
- data/emoji/utf/canned_food.svg +227 -0
- data/emoji/utf/couch_and_lamp.svg +120 -0
- data/emoji/utf/cup_with_straw.svg +448 -0
- data/emoji/utf/eject_button.svg +72 -0
- data/emoji/utf/emoji.json +302 -4
- data/emoji/utf/ferry.svg +127 -0
- data/emoji/utf/head_scarf(bk).svg +476 -460
- data/emoji/utf/head_scarf(br).svg +476 -460
- data/emoji/utf/head_scarf(p).svg +476 -460
- data/emoji/utf/head_scarf(wh).svg +476 -460
- data/emoji/utf/head_scarf(ye).svg +476 -460
- data/emoji/utf/head_scarf.svg +476 -460
- data/emoji/utf/latin_cross.svg +26 -0
- data/emoji/utf/man_with_scarf(bk).svg +1183 -0
- data/emoji/utf/man_with_scarf(br).svg +1183 -0
- data/emoji/utf/man_with_scarf(p).svg +1183 -0
- data/emoji/utf/man_with_scarf(wh).svg +1183 -0
- data/emoji/utf/man_with_scarf(ye).svg +1183 -0
- data/emoji/utf/man_with_scarf.svg +1183 -0
- data/emoji/utf/motorway.svg +109 -0
- data/emoji/utf/mountain.svg +101 -0
- data/emoji/utf/next_track_button.svg +100 -0
- data/emoji/utf/passenger_ship.svg +123 -0
- data/emoji/utf/pause_button.svg +105 -0
- data/emoji/utf/person_with_scarf(bk).svg +1425 -0
- data/emoji/utf/person_with_scarf(br).svg +1425 -0
- data/emoji/utf/person_with_scarf(p).svg +1425 -0
- data/emoji/utf/person_with_scarf(wh).svg +1425 -0
- data/emoji/utf/person_with_scarf(ye).svg +1425 -0
- data/emoji/utf/person_with_scarf.svg +1425 -0
- data/emoji/utf/play_or_pause_button.svg +80 -0
- data/emoji/utf/previous_track_button.svg +98 -0
- data/emoji/utf/railway_track.svg +90 -0
- data/emoji/utf/record_button.svg +38 -0
- data/emoji/utf/satellite.svg +188 -47
- data/emoji/utf/satellite_antenna.svg +47 -0
- data/emoji/utf/sauropod.svg +144 -0
- data/emoji/utf/scarf.svg +47 -0
- data/emoji/utf/shamrock.svg +58 -0
- data/emoji/utf/shopping_bags.svg +98 -0
- data/emoji/utf/small_airplane.svg +187 -0
- data/emoji/utf/socks.svg +209 -0
- data/emoji/utf/stop_button.svg +36 -0
- data/emoji/utf/woman_with_scarf(bk).svg +1648 -0
- data/emoji/utf/woman_with_scarf(br).svg +1648 -0
- data/emoji/utf/woman_with_scarf(p).svg +1648 -0
- data/emoji/utf/woman_with_scarf(wh).svg +1648 -0
- data/emoji/utf/woman_with_scarf(ye).svg +1648 -0
- data/emoji/utf/woman_with_scarf.svg +1648 -0
- data/emojidex-vectors.gemspec +1 -1
- metadata +52 -2
data/emojidex-vectors.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'emojidex-vectors'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.34'
|
4
4
|
s.license = 'emojidex Open License'
|
5
5
|
s.summary = 'Vectorized [SVG] emoji assets for emojidex.'
|
6
6
|
s.description = 'Vectorized [SVG] assets for emojidex. These assets can be used as a gem and combined with emojidex-toolkit and emojidex-converter.'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: emojidex-vectors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yoshihiro Tsuchiyama
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2017-
|
15
|
+
date: 2017-08-19 00:00:00.000000000 Z
|
16
16
|
dependencies: []
|
17
17
|
description: Vectorized [SVG] assets for emojidex. These assets can be used as a gem
|
18
18
|
and combined with emojidex-toolkit and emojidex-converter.
|
@@ -143,6 +143,7 @@ files:
|
|
143
143
|
- emoji/extended/astonished(pudding).svg
|
144
144
|
- emoji/extended/astonished(slime).svg
|
145
145
|
- emoji/extended/astonished(smiley).svg
|
146
|
+
- emoji/extended/axe.svg
|
146
147
|
- emoji/extended/bacteria.svg
|
147
148
|
- emoji/extended/bagel_with_lox.svg
|
148
149
|
- emoji/extended/bgok.svg
|
@@ -330,6 +331,12 @@ files:
|
|
330
331
|
- emoji/extended/expressionless(smiley).svg
|
331
332
|
- emoji/extended/extraterrestrial_alien_simple.svg
|
332
333
|
- emoji/extended/eyeliner.svg
|
334
|
+
- emoji/extended/eyes(br).svg
|
335
|
+
- emoji/extended/eyes(gr).svg
|
336
|
+
- emoji/extended/eyes(hazel).svg
|
337
|
+
- emoji/extended/eyes(pink).svg
|
338
|
+
- emoji/extended/eyes(vapor).svg
|
339
|
+
- emoji/extended/eyes(wave).svg
|
333
340
|
- emoji/extended/eyeshadow.svg
|
334
341
|
- emoji/extended/face_palm(bk).svg
|
335
342
|
- emoji/extended/face_palm(br).svg
|
@@ -1227,6 +1234,7 @@ files:
|
|
1227
1234
|
- emoji/utf/bicyclist.svg
|
1228
1235
|
- emoji/utf/bike.svg
|
1229
1236
|
- emoji/utf/bikini.svg
|
1237
|
+
- emoji/utf/billed_cap.svg
|
1230
1238
|
- emoji/utf/biohazard_sign.svg
|
1231
1239
|
- emoji/utf/bird.svg
|
1232
1240
|
- emoji/utf/birthday.svg
|
@@ -1294,6 +1302,7 @@ files:
|
|
1294
1302
|
- emoji/utf/bouquet.svg
|
1295
1303
|
- emoji/utf/bouquet_of_flowers.svg
|
1296
1304
|
- emoji/utf/bow_and_arrow.svg
|
1305
|
+
- emoji/utf/bowl_with_spoon.svg
|
1297
1306
|
- emoji/utf/bowling.svg
|
1298
1307
|
- emoji/utf/boxing_glove.svg
|
1299
1308
|
- emoji/utf/boy(bk).svg
|
@@ -1366,6 +1375,7 @@ files:
|
|
1366
1375
|
- emoji/utf/cancellation_x.svg
|
1367
1376
|
- emoji/utf/candle.svg
|
1368
1377
|
- emoji/utf/candy.svg
|
1378
|
+
- emoji/utf/canned_food.svg
|
1369
1379
|
- emoji/utf/canoe.svg
|
1370
1380
|
- emoji/utf/capital_abcd.svg
|
1371
1381
|
- emoji/utf/car_sliding.svg
|
@@ -1513,6 +1523,7 @@ files:
|
|
1513
1523
|
- emoji/utf/cool.svg
|
1514
1524
|
- emoji/utf/copyright.svg
|
1515
1525
|
- emoji/utf/corn.svg
|
1526
|
+
- emoji/utf/couch_and_lamp.svg
|
1516
1527
|
- emoji/utf/couple(bk).svg
|
1517
1528
|
- emoji/utf/couple(br).svg
|
1518
1529
|
- emoji/utf/couple(p).svg
|
@@ -1672,6 +1683,7 @@ files:
|
|
1672
1683
|
- emoji/utf/crystal_ball.svg
|
1673
1684
|
- emoji/utf/cu.svg
|
1674
1685
|
- emoji/utf/cucumber.svg
|
1686
|
+
- emoji/utf/cup_with_straw.svg
|
1675
1687
|
- emoji/utf/cupid.svg
|
1676
1688
|
- emoji/utf/curling_stone.svg
|
1677
1689
|
- emoji/utf/curly_loop.svg
|
@@ -1854,6 +1866,7 @@ files:
|
|
1854
1866
|
- emoji/utf/eggplant.svg
|
1855
1867
|
- emoji/utf/eight_pointed_black_star.svg
|
1856
1868
|
- emoji/utf/eight_spoked_asterisk.svg
|
1869
|
+
- emoji/utf/eject_button.svg
|
1857
1870
|
- emoji/utf/electric_plug.svg
|
1858
1871
|
- emoji/utf/elephant.svg
|
1859
1872
|
- emoji/utf/emoji.json
|
@@ -2189,6 +2202,7 @@ files:
|
|
2189
2202
|
- emoji/utf/female_technologist.svg
|
2190
2203
|
- emoji/utf/fencer.svg
|
2191
2204
|
- emoji/utf/ferris_wheel.svg
|
2205
|
+
- emoji/utf/ferry.svg
|
2192
2206
|
- emoji/utf/fi.svg
|
2193
2207
|
- emoji/utf/field_hockey_stick_and_ball.svg
|
2194
2208
|
- emoji/utf/file_cabinet.svg
|
@@ -2601,6 +2615,7 @@ files:
|
|
2601
2615
|
- emoji/utf/last_quarter_moon.svg
|
2602
2616
|
- emoji/utf/last_quarter_moon_symbol.svg
|
2603
2617
|
- emoji/utf/last_quarter_moon_with_face.svg
|
2618
|
+
- emoji/utf/latin_cross.svg
|
2604
2619
|
- emoji/utf/laughing(bk).svg
|
2605
2620
|
- emoji/utf/laughing(br).svg
|
2606
2621
|
- emoji/utf/laughing(p).svg
|
@@ -2889,6 +2904,12 @@ files:
|
|
2889
2904
|
- emoji/utf/man_with_head_scarf(wh).svg
|
2890
2905
|
- emoji/utf/man_with_head_scarf(ye).svg
|
2891
2906
|
- emoji/utf/man_with_head_scarf.svg
|
2907
|
+
- emoji/utf/man_with_scarf(bk).svg
|
2908
|
+
- emoji/utf/man_with_scarf(br).svg
|
2909
|
+
- emoji/utf/man_with_scarf(p).svg
|
2910
|
+
- emoji/utf/man_with_scarf(wh).svg
|
2911
|
+
- emoji/utf/man_with_scarf(ye).svg
|
2912
|
+
- emoji/utf/man_with_scarf.svg
|
2892
2913
|
- emoji/utf/mans_shoe.svg
|
2893
2914
|
- emoji/utf/mantelpiece_clock.svg
|
2894
2915
|
- emoji/utf/map_symbol_for_lighthouse.svg
|
@@ -2977,7 +2998,9 @@ files:
|
|
2977
2998
|
- emoji/utf/mother_christmas(ye).svg
|
2978
2999
|
- emoji/utf/mother_christmas.svg
|
2979
3000
|
- emoji/utf/motor_scooter.svg
|
3001
|
+
- emoji/utf/motorway.svg
|
2980
3002
|
- emoji/utf/mount_fuji.svg
|
3003
|
+
- emoji/utf/mountain.svg
|
2981
3004
|
- emoji/utf/mountain_bicyclist(bk).svg
|
2982
3005
|
- emoji/utf/mountain_bicyclist(br).svg
|
2983
3006
|
- emoji/utf/mountain_bicyclist(p).svg
|
@@ -3035,6 +3058,7 @@ files:
|
|
3035
3058
|
- emoji/utf/new_moon.svg
|
3036
3059
|
- emoji/utf/new_moon_with_face.svg
|
3037
3060
|
- emoji/utf/newspaper.svg
|
3061
|
+
- emoji/utf/next_track_button.svg
|
3038
3062
|
- emoji/utf/ng.svg
|
3039
3063
|
- emoji/utf/ng2.svg
|
3040
3064
|
- emoji/utf/night_with_stars.svg
|
@@ -3160,7 +3184,9 @@ files:
|
|
3160
3184
|
- emoji/utf/partially_recycled_paper_symbol.svg
|
3161
3185
|
- emoji/utf/partly_sunny.svg
|
3162
3186
|
- emoji/utf/pass_mark.svg
|
3187
|
+
- emoji/utf/passenger_ship.svg
|
3163
3188
|
- emoji/utf/passport_control.svg
|
3189
|
+
- emoji/utf/pause_button.svg
|
3164
3190
|
- emoji/utf/peace_symbol.svg
|
3165
3191
|
- emoji/utf/peach.svg
|
3166
3192
|
- emoji/utf/peanuts.svg
|
@@ -3244,6 +3270,12 @@ files:
|
|
3244
3270
|
- emoji/utf/person_with_blond_hair(wh).svg
|
3245
3271
|
- emoji/utf/person_with_blond_hair(ye).svg
|
3246
3272
|
- emoji/utf/person_with_blond_hair.svg
|
3273
|
+
- emoji/utf/person_with_scarf(bk).svg
|
3274
|
+
- emoji/utf/person_with_scarf(br).svg
|
3275
|
+
- emoji/utf/person_with_scarf(p).svg
|
3276
|
+
- emoji/utf/person_with_scarf(wh).svg
|
3277
|
+
- emoji/utf/person_with_scarf(ye).svg
|
3278
|
+
- emoji/utf/person_with_scarf.svg
|
3247
3279
|
- emoji/utf/ph.svg
|
3248
3280
|
- emoji/utf/pick.svg
|
3249
3281
|
- emoji/utf/pie.svg
|
@@ -3263,6 +3295,7 @@ files:
|
|
3263
3295
|
- emoji/utf/pk.svg
|
3264
3296
|
- emoji/utf/pl.svg
|
3265
3297
|
- emoji/utf/place_of_worship.svg
|
3298
|
+
- emoji/utf/play_or_pause_button.svg
|
3266
3299
|
- emoji/utf/pocket_calculator.svg
|
3267
3300
|
- emoji/utf/point_down(bk).svg
|
3268
3301
|
- emoji/utf/point_down(br).svg
|
@@ -3333,6 +3366,7 @@ files:
|
|
3333
3366
|
- emoji/utf/pregnant_woman(ye).svg
|
3334
3367
|
- emoji/utf/pregnant_woman.svg
|
3335
3368
|
- emoji/utf/pretzel.svg
|
3369
|
+
- emoji/utf/previous_track_button.svg
|
3336
3370
|
- emoji/utf/prince(bk).svg
|
3337
3371
|
- emoji/utf/prince(br).svg
|
3338
3372
|
- emoji/utf/prince(p).svg
|
@@ -3382,6 +3416,7 @@ files:
|
|
3382
3416
|
- emoji/utf/rage(ye).svg
|
3383
3417
|
- emoji/utf/rage.svg
|
3384
3418
|
- emoji/utf/railway_car.svg
|
3419
|
+
- emoji/utf/railway_track.svg
|
3385
3420
|
- emoji/utf/rainbow.svg
|
3386
3421
|
- emoji/utf/rainbow_flag.svg
|
3387
3422
|
- emoji/utf/rainbow_heart.svg
|
@@ -3424,6 +3459,7 @@ files:
|
|
3424
3459
|
- emoji/utf/ram.svg
|
3425
3460
|
- emoji/utf/ramen.svg
|
3426
3461
|
- emoji/utf/rat.svg
|
3462
|
+
- emoji/utf/record_button.svg
|
3427
3463
|
- emoji/utf/recycle.svg
|
3428
3464
|
- emoji/utf/recycled_paper_symbol.svg
|
3429
3465
|
- emoji/utf/recycling_symbol_for_generic_materials.svg
|
@@ -3593,7 +3629,10 @@ files:
|
|
3593
3629
|
- emoji/utf/santa(ye).svg
|
3594
3630
|
- emoji/utf/santa.svg
|
3595
3631
|
- emoji/utf/satellite.svg
|
3632
|
+
- emoji/utf/satellite_antenna.svg
|
3633
|
+
- emoji/utf/sauropod.svg
|
3596
3634
|
- emoji/utf/saxophone.svg
|
3635
|
+
- emoji/utf/scarf.svg
|
3597
3636
|
- emoji/utf/school.svg
|
3598
3637
|
- emoji/utf/school_satchel.svg
|
3599
3638
|
- emoji/utf/scientist(bk).svg
|
@@ -3633,6 +3672,7 @@ files:
|
|
3633
3672
|
- emoji/utf/sextile.svg
|
3634
3673
|
- emoji/utf/sg.svg
|
3635
3674
|
- emoji/utf/shallow_pan_of_food.svg
|
3675
|
+
- emoji/utf/shamrock.svg
|
3636
3676
|
- emoji/utf/shark.svg
|
3637
3677
|
- emoji/utf/shaved_ice.svg
|
3638
3678
|
- emoji/utf/sheep.svg
|
@@ -3641,6 +3681,7 @@ files:
|
|
3641
3681
|
- emoji/utf/shinto_shrine.svg
|
3642
3682
|
- emoji/utf/ship.svg
|
3643
3683
|
- emoji/utf/shirt.svg
|
3684
|
+
- emoji/utf/shopping_bags.svg
|
3644
3685
|
- emoji/utf/shopping_trolley.svg
|
3645
3686
|
- emoji/utf/shower.svg
|
3646
3687
|
- emoji/utf/shrimp.svg
|
@@ -3715,6 +3756,7 @@ files:
|
|
3715
3756
|
- emoji/utf/slightly_smiling(ye).svg
|
3716
3757
|
- emoji/utf/slightly_smiling.svg
|
3717
3758
|
- emoji/utf/slot_machine.svg
|
3759
|
+
- emoji/utf/small_airplane.svg
|
3718
3760
|
- emoji/utf/small_blue_diamond.svg
|
3719
3761
|
- emoji/utf/small_orange_diamond.svg
|
3720
3762
|
- emoji/utf/small_red_triangle.svg
|
@@ -3772,6 +3814,7 @@ files:
|
|
3772
3814
|
- emoji/utf/sob(ye).svg
|
3773
3815
|
- emoji/utf/sob.svg
|
3774
3816
|
- emoji/utf/soccer.svg
|
3817
|
+
- emoji/utf/socks.svg
|
3775
3818
|
- emoji/utf/soft_shell_floppy_disk.svg
|
3776
3819
|
- emoji/utf/solid_quilt_square_ornament.svg
|
3777
3820
|
- emoji/utf/solid_quilt_square_ornament_in_black_square.svg
|
@@ -3862,6 +3905,7 @@ files:
|
|
3862
3905
|
- emoji/utf/steam_locomotive.svg
|
3863
3906
|
- emoji/utf/stew.svg
|
3864
3907
|
- emoji/utf/stock_chart.svg
|
3908
|
+
- emoji/utf/stop_button.svg
|
3865
3909
|
- emoji/utf/stopwatch.svg
|
3866
3910
|
- emoji/utf/stopwatch/animation.json
|
3867
3911
|
- emoji/utf/stopwatch/stopwatch-15s.svg
|
@@ -4375,6 +4419,12 @@ files:
|
|
4375
4419
|
- emoji/utf/woman_with_head_scarf(wh).svg
|
4376
4420
|
- emoji/utf/woman_with_head_scarf(ye).svg
|
4377
4421
|
- emoji/utf/woman_with_head_scarf.svg
|
4422
|
+
- emoji/utf/woman_with_scarf(bk).svg
|
4423
|
+
- emoji/utf/woman_with_scarf(br).svg
|
4424
|
+
- emoji/utf/woman_with_scarf(p).svg
|
4425
|
+
- emoji/utf/woman_with_scarf(wh).svg
|
4426
|
+
- emoji/utf/woman_with_scarf(ye).svg
|
4427
|
+
- emoji/utf/woman_with_scarf.svg
|
4378
4428
|
- emoji/utf/womans_clothes.svg
|
4379
4429
|
- emoji/utf/womans_hat.svg
|
4380
4430
|
- emoji/utf/womens.svg
|