@charcoal-ui/icon-files 3.11.0 → 3.12.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/PencilAdd.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/PencilAdd.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.12.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": "817a068941a10855b03ca57f380412e54f8bdf4b"
|
|
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="M5.44 14.29l-.766 3.832A1 1 0 005.851 19.3l3.832-.766L19.76 8.456a2 2 0 000-2.828l-1.415-1.414a2 2 0 00-2.828 0l-1.414 1.414 4.242 4.243-1.414 1.414-4.242-4.243L5.44 14.29zM21 17h-2v-2a1 1 0 10-2 0v2h-2a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2z" fill="currentColor"/></svg>'
|
package/src/index.cjs
CHANGED
|
@@ -142,6 +142,7 @@ module.exports = {
|
|
|
142
142
|
'24/Pause': () => import('./24/Pause.js').then(m => m.default),
|
|
143
143
|
'24/PauseAlt': () => import('./24/PauseAlt.js').then(m => m.default),
|
|
144
144
|
'24/Pencil': () => import('./24/Pencil.js').then(m => m.default),
|
|
145
|
+
'24/PencilAdd': () => import('./24/PencilAdd.js').then(m => m.default),
|
|
145
146
|
'24/PencilDraw': () => import('./24/PencilDraw.js').then(m => m.default),
|
|
146
147
|
'24/PencilLive': () => import('./24/PencilLive.js').then(m => m.default),
|
|
147
148
|
'24/PencilText': () => import('./24/PencilText.js').then(m => m.default),
|
package/src/index.d.ts
CHANGED
|
@@ -142,6 +142,7 @@ declare var _default: {
|
|
|
142
142
|
'24/Pause': () => Promise<string>;
|
|
143
143
|
'24/PauseAlt': () => Promise<string>;
|
|
144
144
|
'24/Pencil': () => Promise<string>;
|
|
145
|
+
'24/PencilAdd': () => Promise<string>;
|
|
145
146
|
'24/PencilDraw': () => Promise<string>;
|
|
146
147
|
'24/PencilLive': () => Promise<string>;
|
|
147
148
|
'24/PencilText': () => Promise<string>;
|
package/src/index.js
CHANGED
|
@@ -142,6 +142,7 @@ export default {
|
|
|
142
142
|
'24/Pause': () => import('./24/Pause.js').then(m => m.default),
|
|
143
143
|
'24/PauseAlt': () => import('./24/PauseAlt.js').then(m => m.default),
|
|
144
144
|
'24/Pencil': () => import('./24/Pencil.js').then(m => m.default),
|
|
145
|
+
'24/PencilAdd': () => import('./24/PencilAdd.js').then(m => m.default),
|
|
145
146
|
'24/PencilDraw': () => import('./24/PencilDraw.js').then(m => m.default),
|
|
146
147
|
'24/PencilLive': () => import('./24/PencilLive.js').then(m => m.default),
|
|
147
148
|
'24/PencilText': () => import('./24/PencilText.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="M5.44 14.29l-.766 3.832A1 1 0 005.851 19.3l3.832-.766L19.76 8.456a2 2 0 000-2.828l-1.415-1.414a2 2 0 00-2.828 0l-1.414 1.414 4.242 4.243-1.414 1.414-4.242-4.243L5.44 14.29zM21 17h-2v-2a1 1 0 10-2 0v2h-2a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2z" fill="currentColor"/></svg>
|