@iconode/react 2.6.7 → 2.6.9
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/LICENSE +20 -20
- package/README.md +173 -173
- package/dist/BingSiteAuth.xml +3 -3
- package/dist/assets/index-BqgiQ3aX.css +1 -0
- package/dist/assets/index-BrHlL_ia.js +9970 -0
- package/dist/assets/{index-C9-8SXSP.js → index-D5z6ow5R.js} +2314 -823
- package/dist/assets/index-Dfjudsxh.css +1 -0
- package/dist/heart.svg +162 -0
- package/dist/iconode.svg +3 -3
- package/dist/index.cjs +9202 -2336
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +807 -11
- package/dist/index.d.ts +807 -11
- package/dist/index.html +54 -54
- package/dist/index.js +8405 -2337
- package/dist/index.js.map +1 -1
- package/dist/robots.txt +15 -15
- package/dist/sitemap.xml +26 -26
- package/package.json +2 -2
- package/dist/assets/index-ChqjYPkR.js +0 -7203
- package/dist/assets/index-DgLy_azh.css +0 -1
- package/dist/assets/index-W5v0CFyt.css +0 -1
package/dist/index.html
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en" dir="ltr">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="application-name" content="IcoNode" />
|
|
6
|
-
<meta name="apple-mobile-web-app-title" content="IcoNode" />
|
|
7
|
-
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
8
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
10
|
-
<link rel="canonical" href="https://iconode.web.app/" />
|
|
11
|
-
<link rel="icon" href="/iconode.svg" sizes="any" />
|
|
12
|
-
<link rel="apple-touch-icon" href="/iconode.png" />
|
|
13
|
-
<!-- onreder -->
|
|
14
|
-
<meta name="google-site-verification" content="7PzAqi1DWfX62BrTx7kiGt8jQuA5_MLJiJJl8zJpASU" />
|
|
15
|
-
<meta name="theme-color" content="#000000" />
|
|
16
|
-
|
|
17
|
-
<title>IcoNode - Modern React Icon Library</title>
|
|
18
|
-
<meta name="author" content="IcoNode" />
|
|
19
|
-
<meta
|
|
20
|
-
name="description"
|
|
21
|
-
content="IcoNode | A modern icon library for developers and designers. Explore thousands of customizable, accessible icons with brand colors and animations."
|
|
22
|
-
/>
|
|
23
|
-
|
|
24
|
-
<!-- Open Graph -->
|
|
25
|
-
<meta property="og:title" content="IcoNode - Modern Icon Library" />
|
|
26
|
-
<meta
|
|
27
|
-
property="og:description"
|
|
28
|
-
content="A modern icon library for developers, designers, and teams. Explore thousands of customizable, accessible icons with brand colors and animations."
|
|
29
|
-
/>
|
|
30
|
-
<meta property="og:type" content="website" />
|
|
31
|
-
<meta property="og:url" content="https://iconode.web.app/" />
|
|
32
|
-
<meta property="og:site_name" content="IcoNode" />
|
|
33
|
-
<meta property="og:image" content="https://iconode.web.app/iconode-og.png" />
|
|
34
|
-
|
|
35
|
-
<!-- Twitter -->
|
|
36
|
-
<meta name="twitter:card" content="summary" />
|
|
37
|
-
<meta name="twitter:title" content="IcoNode - React Icon Library" />
|
|
38
|
-
<meta
|
|
39
|
-
name="twitter:description"
|
|
40
|
-
content="A modern icon library for developers, designers, and teams. Explore thousands of customizable, accessible icons with brand colors and animations."
|
|
41
|
-
/>
|
|
42
|
-
<meta name="twitter:image" content="https://iconode.web.app/iconode-og.png" />
|
|
43
|
-
|
|
44
|
-
<!-- Microsoft Edge -->
|
|
45
|
-
<meta name="msapplication-TileColor" content="#000000" />
|
|
46
|
-
<meta name="msapplication-TileImage" content="/iconode.png" />
|
|
47
|
-
<script type="module" crossorigin src="/assets/index-
|
|
48
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
49
|
-
</head>
|
|
50
|
-
|
|
51
|
-
<body>
|
|
52
|
-
<div id="root"></div>
|
|
53
|
-
</body>
|
|
54
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en" dir="ltr">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="application-name" content="IcoNode" />
|
|
6
|
+
<meta name="apple-mobile-web-app-title" content="IcoNode" />
|
|
7
|
+
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
8
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
9
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
10
|
+
<link rel="canonical" href="https://iconode.web.app/" />
|
|
11
|
+
<link rel="icon" href="/iconode.svg" sizes="any" />
|
|
12
|
+
<link rel="apple-touch-icon" href="/iconode.png" />
|
|
13
|
+
<!-- onreder -->
|
|
14
|
+
<meta name="google-site-verification" content="7PzAqi1DWfX62BrTx7kiGt8jQuA5_MLJiJJl8zJpASU" />
|
|
15
|
+
<meta name="theme-color" content="#000000" />
|
|
16
|
+
|
|
17
|
+
<title>IcoNode - Modern React Icon Library</title>
|
|
18
|
+
<meta name="author" content="IcoNode" />
|
|
19
|
+
<meta
|
|
20
|
+
name="description"
|
|
21
|
+
content="IcoNode | A modern icon library for developers and designers. Explore thousands of customizable, accessible icons with brand colors and animations."
|
|
22
|
+
/>
|
|
23
|
+
|
|
24
|
+
<!-- Open Graph -->
|
|
25
|
+
<meta property="og:title" content="IcoNode - Modern Icon Library" />
|
|
26
|
+
<meta
|
|
27
|
+
property="og:description"
|
|
28
|
+
content="A modern icon library for developers, designers, and teams. Explore thousands of customizable, accessible icons with brand colors and animations."
|
|
29
|
+
/>
|
|
30
|
+
<meta property="og:type" content="website" />
|
|
31
|
+
<meta property="og:url" content="https://iconode.web.app/" />
|
|
32
|
+
<meta property="og:site_name" content="IcoNode" />
|
|
33
|
+
<meta property="og:image" content="https://iconode.web.app/iconode-og.png" />
|
|
34
|
+
|
|
35
|
+
<!-- Twitter -->
|
|
36
|
+
<meta name="twitter:card" content="summary" />
|
|
37
|
+
<meta name="twitter:title" content="IcoNode - React Icon Library" />
|
|
38
|
+
<meta
|
|
39
|
+
name="twitter:description"
|
|
40
|
+
content="A modern icon library for developers, designers, and teams. Explore thousands of customizable, accessible icons with brand colors and animations."
|
|
41
|
+
/>
|
|
42
|
+
<meta name="twitter:image" content="https://iconode.web.app/iconode-og.png" />
|
|
43
|
+
|
|
44
|
+
<!-- Microsoft Edge -->
|
|
45
|
+
<meta name="msapplication-TileColor" content="#000000" />
|
|
46
|
+
<meta name="msapplication-TileImage" content="/iconode.png" />
|
|
47
|
+
<script type="module" crossorigin src="/assets/index-BrHlL_ia.js"></script>
|
|
48
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Dfjudsxh.css">
|
|
49
|
+
</head>
|
|
50
|
+
|
|
51
|
+
<body>
|
|
52
|
+
<div id="root"></div>
|
|
53
|
+
</body>
|
|
54
|
+
</html>
|