ma-icons 0.12.9 → 0.13.0
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 +25 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
**Ma Icons**
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
Still in development
|
|
3
|
+
*Ultra-minimalist UI icon pack.
|
|
4
|
+
Still in development.*
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-

|
|
8
|
-

|
|
9
|
-

|
|
10
|
-

|
|
6
|
+
<br/>
|
|
11
7
|
|
|
12
|
-
|
|
8
|
+
**Usage**
|
|
13
9
|
|
|
14
|
-
|
|
10
|
+
```
|
|
11
|
+
<script src="https://unpkg.com/ma-icons@0.12.x/dist/ma-icons.iife.js"></script>
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
<ma-icon
|
|
16
|
+
name="info-topright"
|
|
17
|
+
size="16"
|
|
18
|
+
weight="5"
|
|
19
|
+
color="hsl(0deg 0% 0%)"
|
|
20
|
+
></ma-icon>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
<br/>
|
|
24
|
+
|
|
25
|
+
**Icons**
|
|
26
|
+
|
|
27
|
+
<br/>
|
|
28
|
+
|
|
29
|
+
<img src="https://raw.githubusercontent.com/taavirubenhagen/ma-icons/refs/heads/main/13.svg" width="100%" />
|