@charcoal-ui/icon-files 5.0.0-rc.0 → 5.1.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 +1 -1
- package/src/24/Login.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/Login.svg +1 -0
package/package.json
CHANGED
package/src/24/Login.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="M9 3a1 1 0 00-1 1v1a1 1 0 102 0h6.764l-2.211 1.105A1 1 0 0014 7v10h-4a1 1 0 10-2 0v1a1 1 0 001 1h5v2a1 1 0 001.447.894l6-3A1 1 0 0022 18V4a1 1 0 00-1-1H9zm11 14.382l-4 2V7.618l4-2v11.764z" fill="currentColor"/><path d="M7.707 7.293a1 1 0 10-1.414 1.414L7.586 10H3a1 1 0 000 2h4.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3z" fill="currentColor"/></svg>'
|
package/src/index.cjs
CHANGED
|
@@ -129,6 +129,7 @@ module.exports = {
|
|
|
129
129
|
'24/List': () => import('./24/List.js').then(m => m.default),
|
|
130
130
|
'24/LockLock': () => import('./24/LockLock.js').then(m => m.default),
|
|
131
131
|
'24/LockUnlock': () => import('./24/LockUnlock.js').then(m => m.default),
|
|
132
|
+
'24/Login': () => import('./24/Login.js').then(m => m.default),
|
|
132
133
|
'24/Logout': () => import('./24/Logout.js').then(m => m.default),
|
|
133
134
|
'24/Manga': () => import('./24/Manga.js').then(m => m.default),
|
|
134
135
|
'24/Menu': () => import('./24/Menu.js').then(m => m.default),
|
package/src/index.d.ts
CHANGED
|
@@ -129,6 +129,7 @@ declare var _default: {
|
|
|
129
129
|
'24/List': () => Promise<string>;
|
|
130
130
|
'24/LockLock': () => Promise<string>;
|
|
131
131
|
'24/LockUnlock': () => Promise<string>;
|
|
132
|
+
'24/Login': () => Promise<string>;
|
|
132
133
|
'24/Logout': () => Promise<string>;
|
|
133
134
|
'24/Manga': () => Promise<string>;
|
|
134
135
|
'24/Menu': () => Promise<string>;
|
package/src/index.js
CHANGED
|
@@ -129,6 +129,7 @@ export default {
|
|
|
129
129
|
'24/List': () => import('./24/List.js').then(m => m.default),
|
|
130
130
|
'24/LockLock': () => import('./24/LockLock.js').then(m => m.default),
|
|
131
131
|
'24/LockUnlock': () => import('./24/LockUnlock.js').then(m => m.default),
|
|
132
|
+
'24/Login': () => import('./24/Login.js').then(m => m.default),
|
|
132
133
|
'24/Logout': () => import('./24/Logout.js').then(m => m.default),
|
|
133
134
|
'24/Manga': () => import('./24/Manga.js').then(m => m.default),
|
|
134
135
|
'24/Menu': () => import('./24/Menu.js').then(m => m.default),
|
package/svg/24/Login.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="M9 3a1 1 0 00-1 1v1a1 1 0 102 0h6.764l-2.211 1.105A1 1 0 0014 7v10h-4a1 1 0 10-2 0v1a1 1 0 001 1h5v2a1 1 0 001.447.894l6-3A1 1 0 0022 18V4a1 1 0 00-1-1H9zm11 14.382l-4 2V7.618l4-2v11.764z" fill="currentColor"/><path d="M7.707 7.293a1 1 0 10-1.414 1.414L7.586 10H3a1 1 0 000 2h4.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3z" fill="currentColor"/></svg>
|