@charcoal-ui/icon-files 4.8.1-beta.3 → 4.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 +1 -1
- package/src/24/Collection.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/Collection.svg +1 -0
package/package.json
CHANGED
|
@@ -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 d="M12 9a.5.5 0 010 1h-1a.5.5 0 110-1h1zM14 7a.5.5 0 010 1h-3a.5.5 0 110-1h3z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 3.5l.204.01A2 2 0 0118 5.5v1.835c.226.097.437.239.621.423l2.121 2.12a2 2 0 010 2.829l-.452.451.765.51.082.06a1 1 0 01-1.104 1.657l-.033-.02V18.5a2 2 0 01-2 2H6a2 2 0 01-2-2v-3.136a.999.999 0 01-1.055-1.696l1.01-.674-.669-1.159a2 2 0 01.732-2.732L7 7.38V5.5a2 2 0 012-2h7zM5.018 10.835l.96 1.665H7V9.69l-1.982 1.145zM9 5.5v7h2.05l4.743-4.742c.066-.066.135-.127.207-.182V5.5H9zm4.879 7h4.242l1.207-1.207-2.121-2.121-3.328 3.328z" fill="currentColor"/></svg>'
|
package/src/index.cjs
CHANGED
|
@@ -59,6 +59,7 @@ module.exports = {
|
|
|
59
59
|
'24/Close': () => import('./24/Close.js').then(m => m.default),
|
|
60
60
|
'24/Codes': () => import('./24/Codes.js').then(m => m.default),
|
|
61
61
|
'24/Collapse': () => import('./24/Collapse.js').then(m => m.default),
|
|
62
|
+
'24/Collection': () => import('./24/Collection.js').then(m => m.default),
|
|
62
63
|
'24/CommentFill': () => import('./24/CommentFill.js').then(m => m.default),
|
|
63
64
|
'24/CommentOutline': () => import('./24/CommentOutline.js').then(m => m.default),
|
|
64
65
|
'24/Contest': () => import('./24/Contest.js').then(m => m.default),
|
package/src/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ declare var _default: {
|
|
|
59
59
|
'24/Close': () => Promise<string>;
|
|
60
60
|
'24/Codes': () => Promise<string>;
|
|
61
61
|
'24/Collapse': () => Promise<string>;
|
|
62
|
+
'24/Collection': () => Promise<string>;
|
|
62
63
|
'24/CommentFill': () => Promise<string>;
|
|
63
64
|
'24/CommentOutline': () => Promise<string>;
|
|
64
65
|
'24/Contest': () => Promise<string>;
|
package/src/index.js
CHANGED
|
@@ -59,6 +59,7 @@ export default {
|
|
|
59
59
|
'24/Close': () => import('./24/Close.js').then(m => m.default),
|
|
60
60
|
'24/Codes': () => import('./24/Codes.js').then(m => m.default),
|
|
61
61
|
'24/Collapse': () => import('./24/Collapse.js').then(m => m.default),
|
|
62
|
+
'24/Collection': () => import('./24/Collection.js').then(m => m.default),
|
|
62
63
|
'24/CommentFill': () => import('./24/CommentFill.js').then(m => m.default),
|
|
63
64
|
'24/CommentOutline': () => import('./24/CommentOutline.js').then(m => m.default),
|
|
64
65
|
'24/Contest': () => import('./24/Contest.js').then(m => m.default),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 9a.5.5 0 010 1h-1a.5.5 0 110-1h1zM14 7a.5.5 0 010 1h-3a.5.5 0 110-1h3z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 3.5l.204.01A2 2 0 0118 5.5v1.835c.226.097.437.239.621.423l2.121 2.12a2 2 0 010 2.829l-.452.451.765.51.082.06a1 1 0 01-1.104 1.657l-.033-.02V18.5a2 2 0 01-2 2H6a2 2 0 01-2-2v-3.136a.999.999 0 01-1.055-1.696l1.01-.674-.669-1.159a2 2 0 01.732-2.732L7 7.38V5.5a2 2 0 012-2h7zM5.018 10.835l.96 1.665H7V9.69l-1.982 1.145zM9 5.5v7h2.05l4.743-4.742c.066-.066.135-.127.207-.182V5.5H9zm4.879 7h4.242l1.207-1.207-2.121-2.121-3.328 3.328z" fill="currentColor"/></svg>
|