mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: add terraform logo
This commit is contained in:
@@ -3590,5 +3590,12 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: 'https://clerk.com/',
|
||||
brandUrl: 'https://clerk.com/design'
|
||||
},
|
||||
{
|
||||
title: 'Terraform',
|
||||
category: ['Software', 'Language', 'IaC'],
|
||||
route: 'library/terraform.svg',
|
||||
url: 'https://terraform.io',
|
||||
brandUrl: 'https://brand.hashicorp.com'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -29,4 +29,5 @@ export type tCategory =
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Config'
|
||||
| 'Secrets';
|
||||
| 'Secrets'
|
||||
| 'Iac';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="Logos" width="50" height="72" viewBox="0 0 50 72"><defs><style>.cls-1{fill:#a067da;fill-rule:evenodd;stroke-width:0}</style></defs><path d="m17.2 17.5 15.5 9v18l-15.5-9v-18ZM34.5 26.5v18l15.5-9v-18l-15.5 9ZM0 7.5v18l15.5 9v-18L0 7.5ZM17.2 55.5l15.5 9v-18l-15.5-9v18Z" class="cls-1"/></svg>
|
||||
|
After Width: | Height: | Size: 333 B |
Reference in New Issue
Block a user