瀏覽代碼

Adds react icon, fixes #52

Julien Deswaef 7 年之前
父節點
當前提交
3d947708fb
共有 3 個文件被更改,包括 15 次插入2 次删除
  1. 6 2
      src/icons/.fontcustom-manifest.json
  2. 8 0
      src/icons/icons.yml
  3. 1 0
      src/icons/svg/react.svg

+ 6 - 2
src/icons/.fontcustom-manifest.json

@@ -1,7 +1,7 @@
 {
 {
   "checksum": {
   "checksum": {
-    "previous": "6f06b7363d00bc572074c89c921faf4fe0d0c0829f1418944fa21f82bf6857c2",
-    "current": "6f06b7363d00bc572074c89c921faf4fe0d0c0829f1418944fa21f82bf6857c2"
+    "previous": "1d3fb79056bcfade5ccee9ba5f95ebd6d8529d11f74d4eb69fb290a0774f3f38",
+    "current": "1d3fb79056bcfade5ccee9ba5f95ebd6d8529d11f74d4eb69fb290a0774f3f38"
   },
   },
   "fonts": [
   "fonts": [
     "forkawesome/forkawesome.ttf",
     "forkawesome/forkawesome.ttf",
@@ -1963,6 +1963,10 @@
       "codepoint": 62169,
       "codepoint": 62169,
       "source": "svg/ravelry.svg"
       "source": "svg/ravelry.svg"
     },
     },
+    "react": {
+      "codepoint": 62210,
+      "source": "svg/react.svg"
+    },
     "rebel": {
     "rebel": {
       "codepoint": 61904,
       "codepoint": 61904,
       "source": "svg/rebel.svg"
       "source": "svg/rebel.svg"

+ 8 - 0
src/icons/icons.yml

@@ -6884,3 +6884,11 @@ icons:
     categories:
     categories:
       - Payment Icons
       - Payment Icons
       - Brand Icons
       - Brand Icons
+
+  - name:       React
+    id:         react
+    unicode:    f302
+    created:    1.0
+    url:        reactjs.org
+    categories:
+      - Brand Icons

文件差異過大導致無法顯示
+ 1 - 0
src/icons/svg/react.svg


部分文件因文件數量過多而無法顯示