1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-28 08:11:00 +02:00

Fixed icons: arrow-up-circle

This commit is contained in:
codecalm
2023-03-07 00:31:36 +01:00
parent fbeb873fda
commit c3ca27e237
3 changed files with 16 additions and 15 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -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": {}
}

View File

@@ -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>

View File

@@ -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>