@navikt/aksel-icons 7.9.0 → 7.9.2
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Aksel icons
|
|
2
2
|
|
|
3
|
-
800+ open source icons made by Aksel,
|
|
3
|
+
800+ open source icons made by Aksel, Nav's design system team.
|
|
4
4
|
|
|
5
5
|
- Designed for 24x24px
|
|
6
6
|
- Available in React and SVG
|
|
@@ -30,7 +30,7 @@ Tip: Use the `title` prop for accessible icons.
|
|
|
30
30
|
|
|
31
31
|
### Sizing
|
|
32
32
|
|
|
33
|
-
Each
|
|
33
|
+
Each icon's `width` and `height` is default `1em`. This allows you to use the native `fontSize`-prop to adjust sizing. We recommend using at least 1.5rem/24px for the best possible visual representation.
|
|
34
34
|
|
|
35
35
|
```jsx
|
|
36
36
|
<StarIcon fontSize="1.5rem" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-icons",
|
|
3
|
-
"version": "7.9.
|
|
3
|
+
"version": "7.9.2",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/ikoner",
|
|
6
6
|
"repository": {
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"react": "^18.0.0",
|
|
85
85
|
"rehype-parse": "8.0.4",
|
|
86
86
|
"tsc-alias": "1.8.8",
|
|
87
|
-
"tsx": "^4.
|
|
87
|
+
"tsx": "^4.19.1",
|
|
88
88
|
"typescript": "5.5.4",
|
|
89
89
|
"unified": "10.1.2",
|
|
90
|
-
"vitest": "^1.
|
|
90
|
+
"vitest": "^2.1.8"
|
|
91
91
|
}
|
|
92
92
|
}
|