diff --git a/README.md b/README.md index 08351461..21a7d951 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ console.log(simpleIcons['Simple Icons']); title: 'Simple Icons', hex: '111111', source: 'https://simpleicons.org/', - svg: '...' + svg: '...', + path: 'M12 12v-1.5c-2.484 ...' } */ ``` @@ -67,7 +68,8 @@ console.log(icon); title: 'Simple Icons', hex: '111111', source: 'https://simpleicons.org/', - svg: '...' + svg: '...', + path: 'M12 12v-1.5c-2.484 ...' } */ ```