mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Adding embed card icons
This commit is contained in:
parent
334d4494a8
commit
2203834861
@ -0,0 +1,7 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<g stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
|
||||
<path d="M16 4l12 7.8v8.4L16 28 4 20.2v-8.4zM16 28v-7.8"/>
|
||||
<path d="M28 11.8l-12 8.4-12-8.4"/>
|
||||
<path d="M4 20.2l12-8.4 12 8.4M16 4v7.8"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 366 B |
@ -0,0 +1,6 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M2 2h19l9 9v19H2z"/>
|
||||
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M11 21l-3-3 3-3M21 21l3-3-3-3M14 21l4-6M21.041 2.137v8.913h8.904"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 391 B |
@ -0,0 +1,3 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M24.75 2C27.648 2 30 4.352 30 7.25v17.5c0 2.897-2.352 5.249-5.25 5.249h-3.427V19.153h3.627l.547-4.23h-4.174v-2.696c0-1.222.328-2.042 2.096-2.042l2.224-.019V6.393c-.383-.054-1.714-.164-3.245-.164-3.227 0-5.45 1.968-5.45 5.578v3.117h-3.646v4.229h3.646v10.846H7.25c-2.898 0-5.25-2.352-5.25-5.25V7.25C2 4.353 4.352 2 7.25 2h17.5z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 529 B |
@ -0,0 +1,5 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<g stroke-linejoin="round" stroke="#738A94" stroke-linecap="round" fill="none" fill-rule="evenodd">
|
||||
<path d="M17.193 22.348c.232.005 9.352.005 9.411.005 1.876 0 3.396-1.566 3.396-3.499 0-1.932-1.52-3.5-3.396-3.5-.466 0-.91.098-1.313.272C25.02 12.473 22.454 10 19.323 10c-.766 0-1.513.156-2.172.42-.258.1-.325.206-.327.411v11.104c.003.213.164.408.37.413zM14.353 10.824v11.529m-2.47-10.25v10.25m-2.471-9.61v9.61m-2.47-7.05v7.05m-2.471-7.05v7.05M2 16.588v5.108"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 573 B |
@ -0,0 +1,3 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M30 7.932c-1.016.457-1.871.472-2.78.02 1.17-.706 1.224-1.202 1.647-2.536-1.095.654-2.309 1.13-3.6 1.387C24.235 5.695 22.76 5 21.13 5 18 5 15.462 7.558 15.462 10.71c0 .446.05.882.146 1.3-4.71-.237-8.889-2.51-11.684-5.965-.488.843-.768 1.825-.768 2.871 0 1.982 1.002 3.728 2.522 4.752-.93-.03-1.803-.286-2.566-.714l-.002.072c0 2.767 1.954 5.073 4.549 5.599-.831.227-1.707.262-2.561.099.722 2.266 2.815 3.917 5.296 3.964C7.968 24.603 4.96 25.4 2 25.05c2.51 1.62 5.488 2.564 8.69 2.564 10.427 0 16.129-8.699 16.129-16.244l-.015-.739c1.105-.804 2.436-1.554 3.196-2.7z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 766 B |
@ -0,0 +1,3 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M25.814 6H6.185C3.873 6 2 7.924 2 10.299v11.402C2 24.076 3.873 26 6.185 26h19.63C28.125 26 30 24.076 30 21.701V10.299C29.999 7.924 28.125 6 25.814 6zM13.2 10.783l8.424 5.25-8.424 5.249v-10.5z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 395 B |
Loading…
Reference in New Issue
Block a user