* Add print/printer icon *Add file to images/svg folder *Add file to images/reference folder * Update md files for print/printer icon *Update index.md *Update readme.md (in Misc section)
This commit is contained in:
committed by
Terence Eden
parent
8819db094b
commit
6202a668fd
@@ -312,6 +312,7 @@ Say thanks!
|
|||||||
<td>ePub<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/epub.svg" width="125" title="ePub" /><br>323 Bytes</td>
|
<td>ePub<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/epub.svg" width="125" title="ePub" /><br>323 Bytes</td>
|
||||||
<td>NextCloud<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nextcloud.svg" width="125" title="NextCloud" /><br>312 Bytes</td>
|
<td>NextCloud<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nextcloud.svg" width="125" title="NextCloud" /><br>312 Bytes</td>
|
||||||
<td>Raspberry Pi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/raspberry_pi.svg" width="125" title="Raspberry Pi" /><br>1002 Bytes</td>
|
<td>Raspberry Pi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/raspberry_pi.svg" width="125" title="Raspberry Pi" /><br>1002 Bytes</td>
|
||||||
|
<td>Printer<br><img src="images/svg/print.svg" width="125" title="Printer" /><br>583 Bytes</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@@ -165,3 +165,4 @@ Where possible this links to the organisation's brand guidelines page.
|
|||||||
| <img src="/images/svg/clojure.svg" width="256" /> | <img src="/images/reference/Clojure_logo.svg.png" width="256" /> | https://clojure.org/index |
|
| <img src="/images/svg/clojure.svg" width="256" /> | <img src="/images/reference/Clojure_logo.svg.png" width="256" /> | https://clojure.org/index |
|
||||||
| <img src="/images/svg/coffeescript.svg" width="256" /> | <img src="/images/reference/coffeescript-logo.svg" width="256" /> | http://coffeescript.org/ |
|
| <img src="/images/svg/coffeescript.svg" width="256" /> | <img src="/images/reference/coffeescript-logo.svg" width="256" /> | http://coffeescript.org/ |
|
||||||
| <img src="/images/svg/threema.svg" width="256" /> | <img src="/images/reference/threema.png" width="256" /> | https://threema.ch/press-files/5_graphics/1_icons_and_logos.zip |
|
| <img src="/images/svg/threema.svg" width="256" /> | <img src="/images/reference/threema.png" width="256" /> | https://threema.ch/press-files/5_graphics/1_icons_and_logos.zip |
|
||||||
|
| <img src="/images/svg/print.svg" width="256" /> | <img src="/images/reference/print.svg" width="256" /> | https://www.iconfinder.com/icons/326675/print_icon#size=512 |
|
||||||
|
1
images/reference/print.svg
Normal file
1
images/reference/print.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" ?><svg height="18px" version="1.1" viewBox="0 0 20 18" width="20px" xmlns="http://www.w3.org/2000/svg" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="Page-1" stroke="none" stroke-width="1"><g fill="#000000" id="Core" transform="translate(-254.000000, -339.000000)"><g id="print" transform="translate(254.000000, 339.000000)"><path d="M17,5 L3,5 C1.3,5 0,6.3 0,8 L0,14 L4,14 L4,18 L16,18 L16,14 L20,14 L20,8 C20,6.3 18.7,5 17,5 L17,5 Z M14,16 L6,16 L6,11 L14,11 L14,16 L14,16 Z M17,9 C16.4,9 16,8.6 16,8 C16,7.4 16.4,7 17,7 C17.6,7 18,7.4 18,8 C18,8.6 17.6,9 17,9 L17,9 Z M16,0 L4,0 L4,4 L16,4 L16,0 L16,0 Z" id="Shape"/></g></g></g></svg>
|
After Width: | Height: | Size: 771 B |
6
images/svg/print.svg
Normal file
6
images/svg/print.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||||||
|
aria-label="Printer" role="img"
|
||||||
|
viewBox="0 0 512 512">
|
||||||
|
<rect width="512" height="512" rx="15%" fill="#fff"/>
|
||||||
|
<path d="M416.155 164.483H95.845c-38.895 0-68.638 29.743-68.638 68.638v137.275h91.517v91.518h274.552v-91.518h91.517V233.121c0-38.895-29.743-68.638-68.638-68.638zm-68.638 251.672H164.483V301.759h183.034v114.396zM416.155 256c-13.728 0-22.879-9.152-22.879-22.879 0-13.728 9.151-22.88 22.879-22.88 13.728 0 22.879 9.152 22.879 22.88 0 13.727-9.151 22.879-22.879 22.879zM393.276 50.086H118.724v91.518h274.552V50.086z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 578 B |
Reference in New Issue
Block a user