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:
@@ -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"')
|
||||
|
@@ -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" />
|
||||
|
@@ -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" />
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user