strapi

PreviousNext
Docs
svglcomponent

Preview

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

const Strapi = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 256 256" preserveAspectRatio="xMidYMid">
    <path
      fill="#4945FF"
      d="M0 88.747c0-41.836 0-62.754 12.997-75.75C25.993 0 46.91 0 88.747 0h78.507c41.835 0 62.752 0 75.75 12.997C256 25.993 256 46.91 256 88.747v78.507c0 41.835 0 62.752-12.997 75.75C230.006 256 209.09 256 167.253 256H88.748c-41.836 0-62.754 0-75.75-12.997C0 230.006 0 209.09 0 167.253V88.748Z"
    />
    <path
      fill="#FFF"
      d="M176.64 77.653H90.453V121.6H134.4v43.946h43.946V79.36c0-.943-.764-1.707-1.706-1.707Z"
    />
    <path fill="#FFF" d="M132.693 121.6h1.707v1.707h-1.707z" />
    <path
      fill="#9593FF"
      d="M90.453 121.6h42.24c.943 0 1.707.764 1.707 1.706v42.24H92.16a1.706 1.706 0 0 1-1.707-1.706V121.6ZM134.4 165.546h43.946l-42.49 42.49c-.537.538-1.456.157-1.456-.602v-41.888ZM90.453 121.6H48.566c-.76 0-1.14-.92-.603-1.457l42.49-42.49V121.6Z"
    />
  </svg>
);

export { Strapi };

Installation

npx shadcn@latest add @svgl/strapi

Usage

import { Strapi } from "@/components/strapi"
<Strapi />