vueuse

PreviousNext
Docs
svglcomponent

Preview

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

const Vueuse = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} preserveAspectRatio="xMidYMid" viewBox="0 0 256 277">
    <path
      fill="#35495E"
      d="M202.968 0v148.146c0 41.405-33.563 74.967-74.968 74.967s-74.968-33.562-74.968-74.967V0h53.036v148.146a21.932 21.932 0 1 0 43.864 0V0h53.036Z"
    />
    <path
      fill="#41B883"
      d="M256 0v148.146c0 70.694-57.306 128.019-128 128.019S0 218.84 0 148.145V0h53.032v148.146c0 41.405 33.566 74.967 74.968 74.967s74.968-33.562 74.968-74.967V0H256Z"
    />
  </svg>
);

export { Vueuse };

Installation

npx shadcn@latest add @svgl/vueuse

Usage

import { Vueuse } from "@/components/vueuse"
<Vueuse />