platzi

PreviousNext
Docs
svglcomponent

Preview

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

const Platzi = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} style={{ color: "#98ca3f" }} viewBox="0 0 24 24">
    <path
      d="M10.64 1.13 2.49 9.28a3.84 3.84 0 0 0 0 5.44l8.15 8.15a3.84 3.84 0 0 0 5.44 0l2.72-2.71-2.72-2.72-2.72 2.72L5.2 12l8.16-8.16 5.44 5.44-5.44 5.44 2.72 2.72L21.5 12a3.84 3.84 0 0 0 0-5.44l-5.44-5.43a3.83 3.83 0 0 0-5.43 0z"
      fill="#98ca3f"
    />
  </svg>
);

export { Platzi };

Installation

npx shadcn@latest add @svgl/platzi

Usage

import { Platzi } from "@/components/platzi"
<Platzi />