From a26bfb093a6d11f8b9c2a5102ed3bc38e65dfb84 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 13 Jul 2019 12:34:12 +0100 Subject: [PATCH] Add missing 'path' property to examples in README Should have been part of #1472 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ...' } */ ```