1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 18:04:10 +02:00

Fixed icons: alert-circle, help-circle, info-circle

This commit is contained in:
codecalm
2023-03-10 23:31:39 +01:00
parent beb6920a10
commit 9713f418ea
4 changed files with 1 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ glob(join(ICONS_SRC_DIR, '*.svg'), {}, function(er, files) {
svgFileContent = svgFileContent.replace(/><\/(polyline|line|rect|circle|path|ellipse)>/g, '/>')
.replace(/rx="([^"]+)"\s+ry="\1"/g, 'rx="$1"')
.replace(/<path stroke="red" stroke-width="\.1"([^>]+)?\/>/g, '')
.replace(/<path[^>]+d="M0 0h24v24h-24z"[^>]+\/>/g, '')
.replace(/\s?\/>/g, ' />')
.replace(/\n\s*<(line|circle|path|polyline|rect|ellipse)/g, '\n <$1')
// .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"')

View File

@@ -4,7 +4,6 @@ version: "1.0"
unicode: "ea05"
---
<svg>
<path d="M0 0h24v24h-24z" />
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
<path d="M12 8v4" />
<path d="M12 16h.01" />

View File

@@ -1,7 +1,6 @@
---
---
<svg>
<path d="M0 0h24v24h-24z" />
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
<path d="M12 16v.01" />
<path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />

View File

@@ -4,7 +4,6 @@ version: "1.0"
unicode: "eac5"
---
<svg>
<path d="M0 0h24v24h-24z" />
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
<path d="M12 9h.01" />
<path d="M11 12h1v4h1" />