mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Compare commits
2 Commits
c6861a3c8d
...
2244234bed
| Author | SHA1 | Date | |
|---|---|---|---|
| 2244234bed | |||
| 8dc9f3b5cc |
@@ -3784,5 +3784,11 @@ export const svgs: iSVG[] = [
|
||||
category: 'Library',
|
||||
route: '/library/eslint.svg',
|
||||
url: 'https://eslint.org/'
|
||||
},
|
||||
{
|
||||
title: 'PlainSignal',
|
||||
category: 'Analytics',
|
||||
route: '/library/plainsignal.svg',
|
||||
url: 'https://plainsignal.com/'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -30,4 +30,5 @@ export type tCategory =
|
||||
| 'IoT'
|
||||
| 'Config'
|
||||
| 'Secrets'
|
||||
| 'IaC';
|
||||
| 'IaC'
|
||||
| 'Analytics';
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
<svg width="64px" height="64px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<rect fill="#FFFFFF" x="0" y="0" width="64" height="64" rx="8"></rect>
|
||||
<circle fill="#2463EB" fill-rule="nonzero" cx="32" cy="32" r="24"></circle>
|
||||
<path d="M45.8858843,20 C47.582957,20.33 47.582957,20.33 49.314314,20.6666667 C49.8714339,21.7604167 49.8714339,21.7604167 50,23.3333333 C48.9022022,24.7483774 47.847647,25.9212415 46.5715702,27.1666667 C45.8666766,27.8823859 45.162241,28.5985319 44.4582647,29.3151042 C44.1129944,29.6615397 43.767724,30.0079753 43.411991,30.3649089 C42.2096837,31.5847091 41.0643228,32.846188 39.9289876,34.125 C37.3690573,36.9945118 34.7715098,39.8309009 32.1721652,42.6666667 C29.6621376,42.2764216 28.3697955,41.2778407 26.5152561,39.625 C26.0308833,39.1978906 25.5465104,38.7707812 25.0474596,38.3307292 C24.6832961,38.0015885 24.3191326,37.6724479 23.9439338,37.3333333 C21.5822375,38.2985453 20.2677591,39.5179641 18.6298676,41.4166667 C18.209135,41.8996354 17.7884024,42.3826042 17.3549203,42.8802083 C16.882922,43.4345052 16.882922,43.4345052 16.4013883,44 C14.7010701,43.3600689 13.8426306,43.0251745 13.0131354,41.4088542 C12.9729585,40 12.9729585,40 13.8113167,38.7369792 C14.2276299,38.315026 14.6439431,37.8930729 15.0728718,37.4583333 C15.51305,37.0002865 15.9532282,36.5422396 16.4067452,36.0703125 C16.8575302,35.6071094 17.3083151,35.1439063 17.7727602,34.6666667 C18.5640149,33.782463 19.3502258,32.8939531 20.1298057,32 C20.7096388,31.34 21.289472,30.68 21.8868759,30 C24.3969035,30.390245 25.6892456,31.388826 27.543785,33.0416667 C28.2703443,33.6823307 28.2703443,33.6823307 29.0115815,34.3359375 C29.375745,34.6650781 29.7399086,34.9942187 30.1151074,35.3333333 C32.1134857,34.4624379 33.4565309,33.5615764 34.9309798,31.9921875 C35.30575,31.5964453 35.6805202,31.2007031 36.0666472,30.7929687 C36.4502563,30.3800391 36.8338655,29.9671094 37.2290991,29.5416667 C37.7965578,28.9416081 37.7965578,28.9416081 38.3754803,28.3294271 C40.9413088,25.6034563 43.4248698,22.81564 45.8858843,20 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user