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.
Files changed (2) hide show
  1. package/README.md +25 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,29 @@
1
- # Ma Icons
1
+ **Ma Icons**
2
2
 
3
- Minimalist UI icon pack by Taavi Rübenhagen.
4
- Still in development.
3
+ *Ultra-minimalist UI icon pack.
4
+ Still in development.*
5
5
 
6
- ![Alt text](https://raw.githubusercontent.com/taavirubenhagen/ma-icons/refs/heads/main/icons/add.svg "a title")
7
- ![Alt text](https://raw.githubusercontent.com/taavirubenhagen/ma-icons/refs/heads/main/icons/audio.svg "a title")
8
- ![Alt text](https://raw.githubusercontent.com/taavirubenhagen/ma-icons/refs/heads/main/icons/bottomleft.svg "a title")
9
- ![Alt text](https://raw.githubusercontent.com/taavirubenhagen/ma-icons/refs/heads/main/icons/bottomright.svg "a title")
10
- ![Alt text](icons/camera.svg "a title")
6
+ <br/>
11
7
 
12
- [Usage](https://rubenhagen.com/ma-icons)
8
+ **Usage**
13
9
 
14
- [License](https://github.com/taavirubenhagen/ma-icons?tab=License-1-ov-file)
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%" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ma-icons",
3
- "version": "0.12.9",
3
+ "version": "0.13.0",
4
4
  "description": "Ma Icons by Taavi Rübenhagen",
5
5
  "type": "module",
6
6
  "main": "./dist/ma-icons.js",