import type { SVGProps } from "react";
const Terraform = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} id="Logos" viewBox="0 0 50 72">
<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" />
</svg>
);
export { Terraform };
npx shadcn@latest add @svgl/terraformimport { Terraform } from "@/components/terraform"<Terraform />