1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Add missing 'path' property to examples in README

Should have been part of #1472
This commit is contained in:
Eric Cornelissen 2019-07-13 12:34:12 +01:00
parent 9ef19f59dc
commit a26bfb093a

View File

@ -49,7 +49,8 @@ console.log(simpleIcons['Simple Icons']);
title: 'Simple Icons',
hex: '111111',
source: 'https://simpleicons.org/',
svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>'
svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/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 role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>'
svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>',
path: 'M12 12v-1.5c-2.484 ...'
}
*/
```