@charcoal-ui/icon-files 3.7.0 → 3.9.0
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/package.json +2 -2
- package/src/24/Click.js +2 -0
- package/src/index.cjs +1 -0
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/svg/24/Click.svg +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charcoal-ui/icon-files",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.cjs",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"url": "https://github.com/pixiv/charcoal.git",
|
|
23
23
|
"directory": "packages/icon-files"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "fe760d136886d2227013d73067544c5a42ff075b"
|
|
26
26
|
}
|
package/src/24/Click.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/** This file is auto generated. DO NOT EDIT BY HAND. */
|
|
2
|
+
export default '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.034 2.74c.545 0 .986.442.986.986v1.972a.986.986 0 01-1.971 0V3.726c0-.544.441-.986.986-.986zm-4.47 2.43A.986.986 0 005.17 6.564l1.394 1.394a.986.986 0 101.394-1.394L6.564 5.17zm13.04 11.38l-2.238-2.239.912-.911a1 1 0 00-.482-1.682l-7.033-1.63a.5.5 0 00-.6.598l1.594 7.064a1 1 0 001.683.488l.95-.95 2.237 2.238a1 1 0 001.415 0l1.562-1.563a1 1 0 000-1.414zm-15.878-6.5a.986.986 0 100 1.97h1.972a.986.986 0 100-1.97H3.726z" fill="currentColor"/></svg>'
|
package/src/index.cjs
CHANGED
|
@@ -54,6 +54,7 @@ module.exports = {
|
|
|
54
54
|
'24/ChatBot': () => import('./24/ChatBot.js').then(m => m.default),
|
|
55
55
|
'24/Check': () => import('./24/Check.js').then(m => m.default),
|
|
56
56
|
'24/ChromaticAberration': () => import('./24/ChromaticAberration.js').then(m => m.default),
|
|
57
|
+
'24/Click': () => import('./24/Click.js').then(m => m.default),
|
|
57
58
|
'24/Close': () => import('./24/Close.js').then(m => m.default),
|
|
58
59
|
'24/Codes': () => import('./24/Codes.js').then(m => m.default),
|
|
59
60
|
'24/Collapse': () => import('./24/Collapse.js').then(m => m.default),
|
package/src/index.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ declare var _default: {
|
|
|
54
54
|
'24/ChatBot': () => Promise<string>;
|
|
55
55
|
'24/Check': () => Promise<string>;
|
|
56
56
|
'24/ChromaticAberration': () => Promise<string>;
|
|
57
|
+
'24/Click': () => Promise<string>;
|
|
57
58
|
'24/Close': () => Promise<string>;
|
|
58
59
|
'24/Codes': () => Promise<string>;
|
|
59
60
|
'24/Collapse': () => Promise<string>;
|
package/src/index.js
CHANGED
|
@@ -54,6 +54,7 @@ export default {
|
|
|
54
54
|
'24/ChatBot': () => import('./24/ChatBot.js').then(m => m.default),
|
|
55
55
|
'24/Check': () => import('./24/Check.js').then(m => m.default),
|
|
56
56
|
'24/ChromaticAberration': () => import('./24/ChromaticAberration.js').then(m => m.default),
|
|
57
|
+
'24/Click': () => import('./24/Click.js').then(m => m.default),
|
|
57
58
|
'24/Close': () => import('./24/Close.js').then(m => m.default),
|
|
58
59
|
'24/Codes': () => import('./24/Codes.js').then(m => m.default),
|
|
59
60
|
'24/Collapse': () => import('./24/Collapse.js').then(m => m.default),
|
package/svg/24/Click.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.034 2.74c.545 0 .986.442.986.986v1.972a.986.986 0 01-1.971 0V3.726c0-.544.441-.986.986-.986zm-4.47 2.43A.986.986 0 005.17 6.564l1.394 1.394a.986.986 0 101.394-1.394L6.564 5.17zm13.04 11.38l-2.238-2.239.912-.911a1 1 0 00-.482-1.682l-7.033-1.63a.5.5 0 00-.6.598l1.594 7.064a1 1 0 001.683.488l.95-.95 2.237 2.238a1 1 0 001.415 0l1.562-1.563a1 1 0 000-1.414zm-15.878-6.5a.986.986 0 100 1.97h1.972a.986.986 0 100-1.97H3.726z" fill="currentColor"/></svg>
|