vue

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/vue.tsx
import type { SVGProps } from "react";

const Vue = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 256 221" preserveAspectRatio="xMidYMid">
    <path
      d="M204.8 0H256L128 220.8 0 0h97.92L128 51.2 157.44 0h47.36Z"
      fill="#41B883"
    />
    <path d="m0 0 128 220.8L256 0h-51.2L128 132.48 50.56 0H0Z" fill="#41B883" />
    <path
      d="M50.56 0 128 133.12 204.8 0h-47.36L128 51.2 97.92 0H50.56Z"
      fill="#35495E"
    />
  </svg>
);

export { Vue };

Installation

npx shadcn@latest add @svgl/vue

Usage

import { Vue } from "@/components/vue"
<Vue />