Add MS Windows
This commit is contained in:
@@ -73,7 +73,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
|
||||
<tr>
|
||||
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/line.svg" width="125" alt="Line" /><br>455 Bytes</td>
|
||||
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/lastpass.svg" width="125" alt="LastPass" /><br>299 Bytes</td>
|
||||
<td></td>
|
||||
<td><img src="https://edent.github.io/SuperTinySocialIcons/tiny/windows.svg" width="125" alt="Microsoft Windows" /><br>339 Bytes</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
@@ -4,7 +4,7 @@ var items = [
|
||||
'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia',
|
||||
'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire',
|
||||
'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress', 'meetup', 'line',
|
||||
'lastpass'
|
||||
'lastpass', 'windows'
|
||||
];
|
||||
|
||||
var container = document.querySelector('.icons');
|
||||
|
7
tiny/windows.svg
Normal file
7
tiny/windows.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
||||
<rect fill="#00adef" height="512" rx="15%" width="512"/>
|
||||
<polygon points="24,92 210,66 210,243 24,243"/>
|
||||
<polygon points="24,264 210,264 210,440 24,415"/>
|
||||
<polygon points="233,62 480,28 480,243 233,243"/>
|
||||
<polygon points="233,264 480,264 480,480 233,444"/>
|
||||
</svg>
|
After Width: | Height: | Size: 339 B |
Reference in New Issue
Block a user