techpack-icons 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # techpack-icons
2
2
 
3
- Анхны SVG файлуудаас үүсгэсэн Light болон Bold хувилбартай React SVG icon сан.
3
+ React SVG icon set with Light and Bold variants generated from the original SVG files.
4
4
 
5
- ## Суулгах
5
+ ## Install
6
6
 
7
7
  ```bash
8
8
  npm install techpack-icons
@@ -10,7 +10,7 @@ npm install techpack-icons
10
10
  yarn add techpack-icons
11
11
  ```
12
12
 
13
- ## Ашиглах
13
+ ## Usage
14
14
 
15
15
  ```tsx
16
16
  import { UserLight, UserBold } from "techpack-icons";
@@ -25,10 +25,7 @@ export function Example() {
25
25
  }
26
26
  ```
27
27
 
28
- Бүх icon-ууд:
29
- - `fill="currentColor"` ашигладаг тул `className`-аар өнгө өгөх боломжтой (жишээ нь Tailwind `text-*`).
30
- - `className` болон бусад `SVG` props-ыг хүлээн авна.
28
+ All icons:
29
+ - Use `fill="currentColor"` so you can control color with `className` (e.g. Tailwind `text-*`).
30
+ - Accept `className` and other `SVG` props.
31
31
 
32
- ## Ашиглах заавар
33
-
34
- Дэлгэрэнгүй заавар, icon сангийн жагсаалтыг эндээс үзнэ үү: [https://techpack-icons-web.vercel.app/](https://techpack-icons-web.vercel.app/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "techpack-icons",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Light and Bold, Regular, Filled React SVG icon set generated from techpack.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",