Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

22
node_modules/@tabler/icons/docs/sprite.mdx generated vendored Normal file
View File

@@ -0,0 +1,22 @@
---
title: SVG sprite version
---
![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-sprite.png)
## Installation
<TabsPackage name="@tabler/icons-sprite" />
or just [download from Github](https://github.com/tabler/tabler-icons/releases).
## Usage
Add an icon to be displayed on your page with the following markup (`activity` in the following example can be replaced with
any valid icon name):
```html
<svg width="24" height="24">
<use xlink:href="path/to/tabler-sprite.svg#tabler-activity" />
</svg>
```