windows

PreviousNext
Docs
svglcomponent

Preview

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

const Windows = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 88 88">
    <path
      d="m0 12.402 35.687-4.86.016 34.423-35.67.203zm35.67 33.529.028 34.453L.028 75.48.026 45.7zm4.326-39.025L87.314 0v41.527l-47.318.376zm47.329 39.349-.011 41.34-47.318-6.678-.066-34.739z"
      fill="#00adef"
    />
  </svg>
);

export { Windows };

Installation

npx shadcn@latest add @svgl/windows

Usage

import { Windows } from "@/components/windows"
<Windows />