feat: add providers to compose

This commit is contained in:
Mauricio Siu
2024-09-01 17:35:44 -06:00
parent 4c99e6000a
commit d57bbff87c
31 changed files with 18759 additions and 82 deletions

View File

@@ -256,8 +256,8 @@ export const DockerIcon = ({ className }: Props) => {
export const GitIcon = ({ className }: Props) => {
return (
<svg
width="24"
height="24"
width="20"
height="20"
viewBox="0 0 256 256"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMinYMin meet"