@infineon/infineon-icons 3.0.3--canary.45.7af36f1480941011b20bae89e8896832d29f8d51.0 → 3.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/dist/fonts/infineon-icons.css +1 -1
- package/package.json +1 -1
- package/readme.md +3 -11
@@ -4,7 +4,7 @@
|
|
4
4
|
font-style: normal;
|
5
5
|
font-weight: 400;
|
6
6
|
|
7
|
-
src: url("./infineon-icons.woff2?
|
7
|
+
src: url("./infineon-icons.woff2?1731665375292") format("woff2"), url("./infineon-icons.woff?1731665375292") format("woff"), url("./infineon-icons.ttf?1731665375292") format("truetype");
|
8
8
|
}
|
9
9
|
|
10
10
|
.icon {
|
package/package.json
CHANGED
package/readme.md
CHANGED
@@ -167,22 +167,14 @@ Include the icon as an SVG into your project:
|
|
167
167
|
|
168
168
|
---
|
169
169
|
|
170
|
-
Step 1: Obtain the `infineon-icons` Package**
|
170
|
+
Step 1: Obtain the `infineon-icons` Package**
|
171
171
|
If you have Node.js and NPM installed, you can install the package using the following command:
|
172
172
|
|
173
173
|
|
174
174
|
```bash
|
175
|
-
npm install infineon-icons --save
|
175
|
+
npm install @infineon/infineon-icons --save
|
176
176
|
```
|
177
|
-
This will download the package into your project's `node_modules` directory
|
178
|
-
If you prefer not to use NPM, you can manually download the package:
|
179
|
-
|
180
|
-
1. Visit the [NPM package page for infineon-icons](https://www.npmjs.com/package/infineon-icons) .
|
181
|
-
|
182
|
-
2. Download the package archive or clone the repository if available.
|
183
|
-
|
184
|
-
3. Extract the files to a directory in your project.
|
185
|
-
|
177
|
+
This will download the package into your project's `node_modules` directory.
|
186
178
|
|
187
179
|
---
|
188
180
|
|