Skip to content

Commit 7c82ded

Browse files
chore: update workflow config. jaywcjlove/icongo@5022a86
0 parents  commit 7c82ded

8 files changed

+127
-0
lines changed

.nojekyll

Whitespace-only changes.

asset-manifest.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.2ed1b161.css",
4+
"main.js": "/static/js/main.c3e85f61.js",
5+
"index.html": "/index.html",
6+
"main.2ed1b161.css.map": "/static/css/main.2ed1b161.css.map",
7+
"main.c3e85f61.js.map": "/static/js/main.c3e85f61.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.2ed1b161.css",
11+
"static/js/main.c3e85f61.js"
12+
]
13+
}

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta name="theme-color" content="#000000"><title>React Icons</title><script defer="defer" src="./static/js/main.c3e85f61.js"></script><link href="./static/css/main.2ed1b161.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/css/main.2ed1b161.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.2ed1b161.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.c3e85f61.js

+3
Large diffs are not rendered by default.
+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
/*!
2+
* @uiw/copy-to-clipboard v1.0.12
3+
* Copy to clipboard.
4+
*
5+
* Copyright (c) 2021 Kenny Wang
6+
* https://github.com/uiwjs/copy-to-clipboard.git
7+
*
8+
* Licensed under the MIT license.
9+
*/
10+
11+
/*!
12+
* Determine if an object is a Buffer
13+
*
14+
* @author Feross Aboukhadijeh <https://feross.org>
15+
* @license MIT
16+
*/
17+
18+
/**
19+
* @license React
20+
* react-dom.production.min.js
21+
*
22+
* Copyright (c) Facebook, Inc. and its affiliates.
23+
*
24+
* This source code is licensed under the MIT license found in the
25+
* LICENSE file in the root directory of this source tree.
26+
*/
27+
28+
/**
29+
* @license React
30+
* react-is.production.min.js
31+
*
32+
* Copyright (c) Facebook, Inc. and its affiliates.
33+
*
34+
* This source code is licensed under the MIT license found in the
35+
* LICENSE file in the root directory of this source tree.
36+
*/
37+
38+
/**
39+
* @license React
40+
* react-jsx-runtime.production.min.js
41+
*
42+
* Copyright (c) Facebook, Inc. and its affiliates.
43+
*
44+
* This source code is licensed under the MIT license found in the
45+
* LICENSE file in the root directory of this source tree.
46+
*/
47+
48+
/**
49+
* @license React
50+
* react.production.min.js
51+
*
52+
* Copyright (c) Facebook, Inc. and its affiliates.
53+
*
54+
* This source code is licensed under the MIT license found in the
55+
* LICENSE file in the root directory of this source tree.
56+
*/
57+
58+
/**
59+
* @license React
60+
* scheduler.production.min.js
61+
*
62+
* Copyright (c) Facebook, Inc. and its affiliates.
63+
*
64+
* This source code is licensed under the MIT license found in the
65+
* LICENSE file in the root directory of this source tree.
66+
*/
67+
68+
/**
69+
* React Router DOM v6.3.0
70+
*
71+
* Copyright (c) Remix Software Inc.
72+
*
73+
* This source code is licensed under the MIT license found in the
74+
* LICENSE.md file in the root directory of this source tree.
75+
*
76+
* @license MIT
77+
*/
78+
79+
/**
80+
* React Router v6.3.0
81+
*
82+
* Copyright (c) Remix Software Inc.
83+
*
84+
* This source code is licensed under the MIT license found in the
85+
* LICENSE.md file in the root directory of this source tree.
86+
*
87+
* @license MIT
88+
*/
89+
90+
/** @license React v16.13.1
91+
* react-is.production.min.js
92+
*
93+
* Copyright (c) Facebook, Inc. and its affiliates.
94+
*
95+
* This source code is licensed under the MIT license found in the
96+
* LICENSE file in the root directory of this source tree.
97+
*/
98+
99+
/** @license React v17.0.2
100+
* react-is.production.min.js
101+
*
102+
* Copyright (c) Facebook, Inc. and its affiliates.
103+
*
104+
* This source code is licensed under the MIT license found in the
105+
* LICENSE file in the root directory of this source tree.
106+
*/

static/js/main.c3e85f61.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)