terraform

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/terraform.tsx
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 };

Installation

npx shadcn@latest add @svgl/terraform

Usage

import { Terraform } from "@/components/terraform"
<Terraform />