@central-icons-react/square-outlined-radius-0-stroke-2 0.0.42 → 0.0.44
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/IconTextareaDrag/index.d.ts +4 -0
- package/IconTextareaDrag/index.js +2 -0
- package/IconTextareaDrag/index.js.map +1 -0
- package/IconTextareaDrag/index.mjs +2 -0
- package/IconTextareaDrag/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +13 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +5 -1
- package/tsx-icons.json +6 -0
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@central-icons-react/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.44",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"homepage": "https://iconists.co/central",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/Iconists/central-icons-react/issues",
|
|
8
|
+
"email": "info@iconists.co"
|
|
9
|
+
},
|
|
6
10
|
"sideEffects": false,
|
|
7
11
|
"main": "./index.js",
|
|
8
12
|
"module": "./index.mjs",
|
package/tsx-icons.json
CHANGED
|
@@ -8034,6 +8034,12 @@
|
|
|
8034
8034
|
"iconName": "text-2",
|
|
8035
8035
|
"pathname": "src/IconText2"
|
|
8036
8036
|
},
|
|
8037
|
+
{
|
|
8038
|
+
"svg": "<path d=\"M14.5 21.5L21.5 14.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M6.5 21.5L21.5 6.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
8039
|
+
"componentName": "IconTextareaDrag",
|
|
8040
|
+
"iconName": "textarea-drag",
|
|
8041
|
+
"pathname": "src/IconTextareaDrag"
|
|
8042
|
+
},
|
|
8037
8043
|
{
|
|
8038
8044
|
"svg": "<path d=\"M13 5.5H20M13 8.5H17M13 15.5H20M13 18.5H17M4 5H8V9H4V5ZM4 15H8V19H4V15Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
8039
8045
|
"componentName": "IconTextBlock",
|