Initial commit: UK Data Services website
This commit is contained in:
12
assets/images/icon-twitter.svg
Normal file
12
assets/images/icon-twitter.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="twitterGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Twitter/X background -->
|
||||
<rect x="4" y="4" width="32" height="32" fill="url(#twitterGrad)" rx="6"/>
|
||||
<!-- X symbol -->
|
||||
<path d="M 14 14 L 26 26 M 26 14 L 14 26" stroke="white" stroke-width="3" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 555 B |
Reference in New Issue
Block a user