@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/robots.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
User-agent: Googlebot
|
|
2
|
-
Allow: /
|
|
3
|
-
|
|
4
|
-
User-agent: Bingbot
|
|
5
|
-
Allow: /
|
|
6
|
-
|
|
7
|
-
User-agent: Twitterbot
|
|
8
|
-
Allow: /
|
|
9
|
-
|
|
10
|
-
User-agent: facebookexternalhit
|
|
11
|
-
Allow: /
|
|
12
|
-
|
|
13
|
-
User-agent: *
|
|
14
|
-
Allow: /
|
|
15
|
-
|
|
1
|
+
User-agent: Googlebot
|
|
2
|
+
Allow: /
|
|
3
|
+
|
|
4
|
+
User-agent: Bingbot
|
|
5
|
+
Allow: /
|
|
6
|
+
|
|
7
|
+
User-agent: Twitterbot
|
|
8
|
+
Allow: /
|
|
9
|
+
|
|
10
|
+
User-agent: facebookexternalhit
|
|
11
|
+
Allow: /
|
|
12
|
+
|
|
13
|
+
User-agent: *
|
|
14
|
+
Allow: /
|
|
15
|
+
|
|
16
16
|
Sitemap: https://iconode.web.app/sitemap.xml
|
package/dist/sitemap.xml
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
|
|
3
|
-
<url>
|
|
4
|
-
<loc>https://iconode.web.app/</loc>
|
|
5
|
-
<lastmod>2026-05-07T06:47:46.410Z</lastmod>
|
|
6
|
-
<changefreq>weekly</changefreq>
|
|
7
|
-
<priority>1.0</priority>
|
|
8
|
-
</url>
|
|
9
|
-
<url>
|
|
10
|
-
<loc>https://iconode.web.app/icons</loc>
|
|
11
|
-
<lastmod>2026-05-07T06:47:46.411Z</lastmod>
|
|
12
|
-
<changefreq>daily</changefreq>
|
|
13
|
-
<priority>0.8</priority>
|
|
14
|
-
</url>
|
|
15
|
-
<url>
|
|
16
|
-
<loc>https://iconode.web.app/docs</loc>
|
|
17
|
-
<lastmod>2026-05-07T06:47:46.411Z</lastmod>
|
|
18
|
-
<changefreq>weekly</changefreq>
|
|
19
|
-
<priority>0.7</priority>
|
|
20
|
-
</url>
|
|
21
|
-
<url>
|
|
22
|
-
<loc>https://iconode.web.app/contact</loc>
|
|
23
|
-
<lastmod>2026-05-07T06:47:46.411Z</lastmod>
|
|
24
|
-
<changefreq>monthly</changefreq>
|
|
25
|
-
<priority>0.7</priority>
|
|
26
|
-
</url>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
|
|
3
|
+
<url>
|
|
4
|
+
<loc>https://iconode.web.app/</loc>
|
|
5
|
+
<lastmod>2026-05-07T06:47:46.410Z</lastmod>
|
|
6
|
+
<changefreq>weekly</changefreq>
|
|
7
|
+
<priority>1.0</priority>
|
|
8
|
+
</url>
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://iconode.web.app/icons</loc>
|
|
11
|
+
<lastmod>2026-05-07T06:47:46.411Z</lastmod>
|
|
12
|
+
<changefreq>daily</changefreq>
|
|
13
|
+
<priority>0.8</priority>
|
|
14
|
+
</url>
|
|
15
|
+
<url>
|
|
16
|
+
<loc>https://iconode.web.app/docs</loc>
|
|
17
|
+
<lastmod>2026-05-07T06:47:46.411Z</lastmod>
|
|
18
|
+
<changefreq>weekly</changefreq>
|
|
19
|
+
<priority>0.7</priority>
|
|
20
|
+
</url>
|
|
21
|
+
<url>
|
|
22
|
+
<loc>https://iconode.web.app/contact</loc>
|
|
23
|
+
<lastmod>2026-05-07T06:47:46.411Z</lastmod>
|
|
24
|
+
<changefreq>monthly</changefreq>
|
|
25
|
+
<priority>0.7</priority>
|
|
26
|
+
</url>
|
|
27
27
|
</urlset>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconode/react",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A modern, accessible icon set with original brand colors, full TypeScript support, and delightful animations.",
|
|
6
6
|
"homepage": "https://iconode.web.app/",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@tabler/icons-react": "^3.44.0",
|
|
47
46
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
47
|
+
"animejs": "^4.5.0",
|
|
48
48
|
"lucide-react": "^1.23.0",
|
|
49
49
|
"mathjs": "^15.2.0",
|
|
50
50
|
"motion": "^12.23.12",
|