forked from edent/SuperTinyIcons
add: Sentry, fix #257
This commit is contained in:
14
images/android-vector-drawable/sentry.xml
Normal file
14
images/android-vector-drawable/sentry.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#221f20"
|
||||
android:pathData="M283 122a31 31 0 00-54 0l-44 77 11 6a216 216 0 01108 174h-31a185 185 0 00-92-147l-11-7-42 72 12 6a104 104 0 0150 76h-71a5 5 0 01-4-7l20-34a72 72 0 00-23-13l-19 34a31 31 0 0026 46h98v-13a129 129 0 00-54-104l16-27a160 160 0 0169 131v13h82v-13a242 242 0 00-110-203l32-54a5 5 0 018 0l137 237a5 5 0 01-5 7h-32v26h33a31 31 0 0026-46z" />
|
||||
</vector>
|
@@ -177,4 +177,5 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/flutter.svg" width="256" /> | <img src="/images/reference/flutter.svg" width="256" /> | https://flutter.dev/brand |
|
||||
| <img src="/images/svg/orcid.svg" width="256" /> | <img src="/images/reference/orcid.png" width="256" /> | https://orcid.org/ |
|
||||
| <img src="/images/svg/javascript.svg" width="256" /> | <img src="/images/reference/javascript.png" width="256" /> | https://commons.wikimedia.org/wiki/File:Unofficial_JavaScript_logo_2.svg |
|
||||
| <img src="/images/svg/google_drive.svg" width="256" /> | <img src="/images/reference/google_drive.jpg" width="256" /> | https://developers.google.com/drive/api/v2/branding |
|
||||
| <img src="/images/svg/google_drive.svg" width="256" /> | <img src="/images/reference/google_drive.jpg" width="256" /> | https://developers.google.com/drive/api/v2/branding |
|
||||
| <img src="/images/svg/sentry.svg" width="256"/> | <img src="/images/reference/sentry.svg" width="256" /> | https://sentry.io/branding/ |
|
||||
|
1
images/reference/sentry.svg
Normal file
1
images/reference/sentry.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 265.98 249.68"><title>sentry-glyph-black</title><path d="M144.9,65.43a13.75,13.75,0,0,0-23.81,0l-19.6,33.95,5,2.87a96.14,96.14,0,0,1,47.83,77.4H140.56a82.4,82.4,0,0,0-41-65.54l-5-2.86L76.3,143l5,2.87a46.35,46.35,0,0,1,22.46,33.78H72.33a2.27,2.27,0,0,1-2-3.41l8.76-15.17a31.87,31.87,0,0,0-10-5.71L60.42,170.5a13.75,13.75,0,0,0,11.91,20.62h43.25v-5.73A57.16,57.16,0,0,0,91.84,139l6.88-11.92a70.93,70.93,0,0,1,30.56,58.26v5.74h36.65v-5.73A107.62,107.62,0,0,0,117.09,95.3L131,71.17a2.27,2.27,0,0,1,3.93,0l60.66,105.07a2.27,2.27,0,0,1-2,3.41H179.4c.18,3.83.2,7.66,0,11.48h14.24a13.75,13.75,0,0,0,11.91-20.62Z" style="fill:#221f20"/></svg>
|
After Width: | Height: | Size: 686 B |
6
images/svg/sentry.svg
Normal file
6
images/svg/sentry.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="Sentry" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#fff"/><path d="M283 122a31 31 0 00-54 0l-44 77 11 6a216 216 0 01108 174h-31a185 185 0 00-92-147l-11-7-42 72 12 6a104 104 0 0150 76h-71a5 5 0 01-4-7l20-34a72 72 0 00-23-13l-19 34a31 31 0 0026 46h98v-13a129 129 0 00-54-104l16-27a160 160 0 0169 131v13h82v-13a242 242 0 00-110-203l32-54a5 5 0 018 0l137 237a5 5 0 01-5 7h-32v26h33a31 31 0 0026-46z" fill="#221f20"/></svg>
|
After Width: | Height: | Size: 507 B |
Reference in New Issue
Block a user