atum-icons 2.0.3 → 2.0.4

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/package.json +1 -1
  2. package/readme.md +0 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atum-icons",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A scalable SVG-based React icon library",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
package/readme.md CHANGED
@@ -1,33 +1,3 @@
1
- # Atum Icons
2
-
3
- ```{=html}
4
- <p align="center">
5
- ```
6
- `<strong>`{=html}A modern, scalable React icon library built for design
7
- systems`</strong>`{=html}
8
- ```{=html}
9
- </p>
10
- ```
11
- ```{=html}
12
- <p align="center">
13
- ```
14
- Theme-ready • Scalable • Automated • Design-system focused
15
- ```{=html}
16
- </p>
17
- ```
18
- ```{=html}
19
- <p align="center">
20
- ```
21
- `<a href="https://www.npmjs.com/package/atum-icons">`{=html}
22
- `<img src="https://img.shields.io/npm/v/atum-icons.svg" alt="npm version" />`{=html}
23
- `</a>`{=html}
24
- `<a href="https://www.npmjs.com/package/atum-icons">`{=html}
25
- `<img src="https://img.shields.io/npm/dm/atum-icons.svg" alt="npm downloads" />`{=html}
26
- `</a>`{=html}
27
- `<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT license" />`{=html}
28
- ```{=html}
29
- </p>
30
- ```
31
1
 
32
2
  ------------------------------------------------------------------------
33
3