@andrsrxn/icons 4.1.0 → 4.1.1
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/CHANGELOG.md +8 -0
- package/README.md +4 -2
- package/dist/ui/bookmarks.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @andrsrxn/icons
|
|
2
2
|
|
|
3
|
+
## 4.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`53aa95f`](https://github.com/andrsrxn/icons/commit/53aa95f3c60e8a379927be3ed82ad5efd353b318) Thanks [@andrsrxn](https://github.com/andrsrxn)! - Update library logo and banner on README.md
|
|
8
|
+
|
|
9
|
+
- [`53aa95f`](https://github.com/andrsrxn/icons/commit/53aa95f3c60e8a379927be3ed82ad5efd353b318) Thanks [@andrsrxn](https://github.com/andrsrxn)! - Ensure the fill on `bookmarks` icon is always in the back
|
|
10
|
+
|
|
3
11
|
## 4.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<img src="https://res.cloudinary.com/dq5nfyajn/image/upload/
|
|
1
|
+
<img src="https://res.cloudinary.com/dq5nfyajn/image/upload/v1786396828/symbol_bo4gxs.svg" alt="andrsrxn/ui symbol" width="64" height="64" />
|
|
2
2
|
|
|
3
3
|
# andrsrxn/icons
|
|
4
4
|
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
React icon library with 800+ duotone icons and 250+ flag icons. Fully typed, RTL-aware, and optimized SVGs.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+

|
|
16
|
+
|
|
17
|
+
## Overview
|
|
16
18
|
|
|
17
19
|
This library was built to serve as the icon foundation for **[@andrsrxn/ui](https://ui.andrsrxn.com)**, an upcoming open-source, opinionated Design System and Component Library aimed at enterprise-grade products.
|
|
18
20
|
|
package/dist/ui/bookmarks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Icon } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @preview 
|
|
4
4
|
*/
|
|
5
5
|
export declare const IconBookmarks: Icon;
|