@charcoal-ui/icon-files 3.16.0 → 3.16.2
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/MultiSelect.js +2 -0
- package/src/Inline/MultiSelect.js +2 -0
- package/src/index.cjs +2 -0
- package/src/index.d.ts +2 -0
- package/src/index.js +2 -0
- package/svg/24/MultiSelect.svg +1 -0
- package/svg/Inline/MultiSelect.svg +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charcoal-ui/icon-files",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.2",
|
|
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": "2e331279f634b856524674aef914bbe3f87b8a87"
|
|
26
26
|
}
|
|
@@ -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="M7 3a4 4 0 00-4 4v10a4 4 0 004 4h10a4 4 0 004-4v-5a1 1 0 10-2 0v5a2 2 0 01-2 2H7a2 2 0 01-2-2V7a2 2 0 012-2h7a1 1 0 100-2H7zm.293 7.293a1 1 0 011.414 0L11 12.586l7.293-7.293a1 1 0 111.414 1.414L11 15.414l-3.707-3.707a1 1 0 010-1.414z" fill="currentColor"/></svg>'
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/** This file is auto generated. DO NOT EDIT BY HAND. */
|
|
2
|
+
export default '<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.368 1.579a.79.79 0 00-.789.79v5.263c0 .436.353.789.79.789h5.263a.79.79 0 00.789-.79V5.264a.79.79 0 111.579 0v2.369A2.368 2.368 0 017.632 10H2.368A2.368 2.368 0 010 7.632V2.368A2.368 2.368 0 012.368 0H5.79a.79.79 0 110 1.579H2.37zm6.611-.032a.79.79 0 010 1.117L4.474 7.169 2.6 5.295A.79.79 0 113.716 4.18l.758.757 3.389-3.389a.79.79 0 011.116 0z" fill="currentColor"/></svg>'
|
package/src/index.cjs
CHANGED
|
@@ -130,6 +130,7 @@ module.exports = {
|
|
|
130
130
|
'24/Microphone': () => import('./24/Microphone.js').then(m => m.default),
|
|
131
131
|
'24/MobilePhone': () => import('./24/MobilePhone.js').then(m => m.default),
|
|
132
132
|
'24/Move1': () => import('./24/Move1.js').then(m => m.default),
|
|
133
|
+
'24/MultiSelect': () => import('./24/MultiSelect.js').then(m => m.default),
|
|
133
134
|
'24/Next': () => import('./24/Next.js').then(m => m.default),
|
|
134
135
|
'24/NoImage': () => import('./24/NoImage.js').then(m => m.default),
|
|
135
136
|
'24/Notification': () => import('./24/Notification.js').then(m => m.default),
|
|
@@ -262,6 +263,7 @@ module.exports = {
|
|
|
262
263
|
'Inline/Location': () => import('./Inline/Location.js').then(m => m.default),
|
|
263
264
|
'Inline/Lock': () => import('./Inline/Lock.js').then(m => m.default),
|
|
264
265
|
'Inline/More': () => import('./Inline/More.js').then(m => m.default),
|
|
266
|
+
'Inline/MultiSelect': () => import('./Inline/MultiSelect.js').then(m => m.default),
|
|
265
267
|
'Inline/Nextworks': () => import('./Inline/Nextworks.js').then(m => m.default),
|
|
266
268
|
'Inline/OpenInNew': () => import('./Inline/OpenInNew.js').then(m => m.default),
|
|
267
269
|
'Inline/Pencil': () => import('./Inline/Pencil.js').then(m => m.default),
|
package/src/index.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ declare var _default: {
|
|
|
130
130
|
'24/Microphone': () => Promise<string>;
|
|
131
131
|
'24/MobilePhone': () => Promise<string>;
|
|
132
132
|
'24/Move1': () => Promise<string>;
|
|
133
|
+
'24/MultiSelect': () => Promise<string>;
|
|
133
134
|
'24/Next': () => Promise<string>;
|
|
134
135
|
'24/NoImage': () => Promise<string>;
|
|
135
136
|
'24/Notification': () => Promise<string>;
|
|
@@ -262,6 +263,7 @@ declare var _default: {
|
|
|
262
263
|
'Inline/Location': () => Promise<string>;
|
|
263
264
|
'Inline/Lock': () => Promise<string>;
|
|
264
265
|
'Inline/More': () => Promise<string>;
|
|
266
|
+
'Inline/MultiSelect': () => Promise<string>;
|
|
265
267
|
'Inline/Nextworks': () => Promise<string>;
|
|
266
268
|
'Inline/OpenInNew': () => Promise<string>;
|
|
267
269
|
'Inline/Pencil': () => Promise<string>;
|
package/src/index.js
CHANGED
|
@@ -130,6 +130,7 @@ export default {
|
|
|
130
130
|
'24/Microphone': () => import('./24/Microphone.js').then(m => m.default),
|
|
131
131
|
'24/MobilePhone': () => import('./24/MobilePhone.js').then(m => m.default),
|
|
132
132
|
'24/Move1': () => import('./24/Move1.js').then(m => m.default),
|
|
133
|
+
'24/MultiSelect': () => import('./24/MultiSelect.js').then(m => m.default),
|
|
133
134
|
'24/Next': () => import('./24/Next.js').then(m => m.default),
|
|
134
135
|
'24/NoImage': () => import('./24/NoImage.js').then(m => m.default),
|
|
135
136
|
'24/Notification': () => import('./24/Notification.js').then(m => m.default),
|
|
@@ -262,6 +263,7 @@ export default {
|
|
|
262
263
|
'Inline/Location': () => import('./Inline/Location.js').then(m => m.default),
|
|
263
264
|
'Inline/Lock': () => import('./Inline/Lock.js').then(m => m.default),
|
|
264
265
|
'Inline/More': () => import('./Inline/More.js').then(m => m.default),
|
|
266
|
+
'Inline/MultiSelect': () => import('./Inline/MultiSelect.js').then(m => m.default),
|
|
265
267
|
'Inline/Nextworks': () => import('./Inline/Nextworks.js').then(m => m.default),
|
|
266
268
|
'Inline/OpenInNew': () => import('./Inline/OpenInNew.js').then(m => m.default),
|
|
267
269
|
'Inline/Pencil': () => import('./Inline/Pencil.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 fill-rule="evenodd" clip-rule="evenodd" d="M7 3a4 4 0 00-4 4v10a4 4 0 004 4h10a4 4 0 004-4v-5a1 1 0 10-2 0v5a2 2 0 01-2 2H7a2 2 0 01-2-2V7a2 2 0 012-2h7a1 1 0 100-2H7zm.293 7.293a1 1 0 011.414 0L11 12.586l7.293-7.293a1 1 0 111.414 1.414L11 15.414l-3.707-3.707a1 1 0 010-1.414z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.368 1.579a.79.79 0 00-.789.79v5.263c0 .436.353.789.79.789h5.263a.79.79 0 00.789-.79V5.264a.79.79 0 111.579 0v2.369A2.368 2.368 0 017.632 10H2.368A2.368 2.368 0 010 7.632V2.368A2.368 2.368 0 012.368 0H5.79a.79.79 0 110 1.579H2.37zm6.611-.032a.79.79 0 010 1.117L4.474 7.169 2.6 5.295A.79.79 0 113.716 4.18l.758.757 3.389-3.389a.79.79 0 011.116 0z" fill="currentColor"/></svg>
|