Skip to content

Commit 6b3b184

Browse files
committed
ion- svg glyph names
1 parent 23db7f2 commit 6b3b184

File tree

5 files changed

+529
-528
lines changed

5 files changed

+529
-528
lines changed

builder/generate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def rename_svg_glyph_names(data):
3939
for ionicon in data['icons']:
4040
# uniF2CA
4141
org_name = 'uni%s' % (ionicon['code'].replace('0x', '').upper())
42-
svg_text = svg_text.replace(org_name, ionicon['name'])
42+
ion_name = 'ion-%s' % (ionicon['name'])
43+
svg_text = svg_text.replace(org_name, ion_name)
4344

4445
svg_file.write(svg_text)
4546
svg_file.close()

fonts/ionicons.eot

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)