Browse Source

Fixed icons: `arrow-up-circle`

codecalm 2 years ago
parent
commit
c3ca27e237
3 changed files with 16 additions and 15 deletions
  1. 13 0
      .vscode/settings.json
  2. 0 11
      src/_icons/arrow-top-circle.svg
  3. 3 4
      src/_icons/arrow-up-circle.svg

+ 13 - 0
.vscode/settings.json

@@ -0,0 +1,13 @@
+{
+   "files.exclude": {
+      "**/.git": true,
+      "**/.svn": true,
+      "**/.hg": true,
+      "**/CVS": true,
+      "**/.DS_Store": true,
+      "**/Thumbs.db": true,
+      "**/.idea/": true,
+      "icons": true
+   },
+   "explorerExclude.backup": {}
+}

+ 0 - 11
src/_icons/arrow-top-circle.svg

@@ -1,11 +0,0 @@
----
-tags: [proceed, swipe, below, shape, up, north]
-category: Arrows
-version: "2.3"
-unicode: "f6f3"
----
-<svg>
-  <path d="M12 17v-14" />
-  <path d="M15 6l-3 -3l-3 3" />
-  <path d="M12 17a2 2 0 1 0 0 4a2 2 0 0 0 0 -4" />
-</svg>

+ 3 - 4
src/_icons/arrow-up-circle.svg

@@ -5,8 +5,7 @@ version: "1.0"
 unicode: "ea20"
 ---
 <svg>
-  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
-  <path d="M12 8l-4 4" />
-  <path d="M12 8l0 8" />
-  <path d="M16 12l-4 -4" />
+  <path d="M12 17v-14" />
+  <path d="M15 6l-3 -3l-3 3" />
+  <path d="M12 17a2 2 0 1 0 0 4a2 2 0 0 0 0 -4" />
 </svg>