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 +6 -9
- package/package.json +1 -1
- package/dist/index.d.mts +0 -6051
- package/dist/index.d.ts +0 -6051
- package/dist/index.js +0 -18990
- package/dist/index.mjs +0 -15939
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# techpack-icons
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
29
|
-
- `fill="currentColor"`
|
|
30
|
-
- `className`
|
|
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/)
|