modular icon pack

This commit is contained in:
Klemek
2019-07-16 10:13:00 +02:00
parent 1d0b7f25c6
commit e56e13f10a
5 changed files with 58 additions and 36 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ describe('getIcon', () => {
test('double type', () => {
const res = rendering().getIcon('circle far solid');
expect(res).toEqual({
path: solidCirclePath,
path: regularCirclePath,
width: 512
});
});