2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00

Update Twitter Emoji

This commit is contained in:
Vjacheslav Trushkin 2020-01-29 11:03:17 +02:00
parent be7b1b57ed
commit 91d81ca8d7
5 changed files with 745 additions and 106 deletions

View File

@ -806,7 +806,7 @@
}, },
"twemoji": { "twemoji": {
"name": "Twitter Emoji", "name": "Twitter Emoji",
"total": 3098, "total": 3236,
"author": "Twitter", "author": "Twitter",
"url": "https://github.com/twitter/twemoji", "url": "https://github.com/twitter/twemoji",
"license": "CC BY 4.0", "license": "CC BY 4.0",
@ -817,7 +817,7 @@
"duck", "duck",
"crossed-swords" "crossed-swords"
], ],
"version": "12.1.4", "version": "12.1.5",
"palette": "Colorful", "palette": "Colorful",
"category": "Emoji" "category": "Emoji"
}, },

View File

@ -469,12 +469,12 @@
### Twitter Emoji ### Twitter Emoji
* Number of icons: 3098 * Number of icons: 3236
* Author: Twitter * Author: Twitter
* URL: https://github.com/twitter/twemoji * URL: https://github.com/twitter/twemoji
* License: CC BY 4.0 * License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/ * License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 12.1.4 * Version: 12.1.5
* Palette: Colorful * Palette: Colorful

View File

@ -2,7 +2,7 @@
"name": "iconify/json", "name": "iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"type": "library", "type": "library",
"version": "1.1.85", "version": "1.1.86",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "@iconify/json", "name": "@iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"license": "MIT", "license": "MIT",
"version": "1.1.85", "version": "1.1.86",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js", "main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues", "bugs": "https://github.com/iconify/collections-json/issues",