Skip to content
Esc
navigateopen⌘Jpreview

ChartColumnBig

Install

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

Use it in your framework

import { ChartColumnBig } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamChartColumnBig></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="M22 22H8a6 6 0 0 1-6-6V2"/><path d="M14.636 16.25V5.75c0-.464.173-.91.48-1.237A1.58 1.58 0 0 1 16.273 4h1.09c.435 0 .85.184 1.158.513.307.328.479.773.479 1.237v10.5c0 .464-.172.91-.48 1.237a1.58 1.58 0 0 1-1.156.513h-1.091c-.434 0-.85-.184-1.157-.513a1.8 1.8 0 0 1-.48-1.237M7 16.25v-5.833c0-.464.172-.91.48-1.238a1.58 1.58 0 0 1 1.156-.512h1.091c.434 0 .85.184 1.157.512s.48.774.48 1.238v5.833c0 .464-.173.91-.48 1.237A1.58 1.58 0 0 1 9.727 18h-1.09c-.435 0-.85-.184-1.158-.513A1.8 1.8 0 0 1 7 16.25"/>
</svg>
import iconUrl from "vadivam/icons/chart-column-big.svg";

Keep exploring