Skip to content
Esc
navigateopen⌘Jpreview

Aperture

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { Aperture } from "vadivam-react";

<Aperture />
<script setup>
import { Aperture } from "vadivam-vue";
</script>

<template>
  <Aperture />
</template>
<script>
  import { Aperture } from "vadivam-svelte";
</script>

<Aperture />
import { Aperture } from "vadivam-solid";

<Aperture />
import { Aperture } from "vadivam-preact";

<Aperture />
---
import { Aperture } from "vadivam-astro";
---

<Aperture />
import { Aperture } from "vadivam-angular";

<svg vadivamAperture></svg>

Raw SVG & assets

View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.31 8c2.655 2.878 4.47 6.26 5.74 9.94M9.69 8a33.4 33.4 0 0 1 11.48 0M7.38 12a36.5 36.5 0 0 1 5.74-9.94M9.69 16c-2.736-2.814-4.58-6.214-5.74-9.94M14.311 16A33.5 33.5 0 0 1 2.83 16m13.791-4c-1.367 3.632-3.365 6.89-5.74 9.94M22 12a10 10 0 1 1-20.001 0A10 10 0 0 1 22 12"/>
</svg>
import iconUrl from "vadivam/icons/aperture.svg";

Keep exploring