Skip to content

Commit f6254a2

Browse files
authored
fix(icons): Unclosed svg path (#15693)
1 parent 405960d commit f6254a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/icon/icons.indigo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const refresh: IMXIcon = {
238238

239239
const search: IMXIcon = {
240240
name: 'search',
241-
value: `<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 24 24"><path d="M10.393 3a7.393 7.393 0 1 0 4.068 13.567l3.996 3.997a1.49 1.49 0 1 0 2.107-2.107l-3.997-3.996A7.393 7.393 0 0 0 10.393 3ZM6 10.393a4.393 4.393 0 1 1 8.786 0 4.393 4.393 0 0 1-8.786 0Z"></svg>`,
241+
value: `<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 24 24"><path d="M10.393 3a7.393 7.393 0 1 0 4.068 13.567l3.996 3.997a1.49 1.49 0 1 0 2.107-2.107l-3.997-3.996A7.393 7.393 0 0 0 10.393 3ZM6 10.393a4.393 4.393 0 1 1 8.786 0 4.393 4.393 0 0 1-8.786 0Z"/></svg>`,
242242
categories: ['editor'],
243243
fontSet: 'indigo'
244244
}

0 commit comments

Comments
 (0)