@central-icons-react/round-outlined-radius-0-stroke-1.5 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/round-outlined-radius-0-stroke-1.5",
|
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.75 21.25L21.25 14.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><path d=\"M6.75 21.25L21.25 6.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
|
8039
|
+
"componentName": "IconTextareaDrag",
|
8040
|
+
"iconName": "textarea-drag",
|
8041
|
+
"pathname": "src/IconTextareaDrag"
|
8042
|
+
},
|
8037
8043
|
{
|
8038
8044
|
"svg": "<path d=\"M12.75 5.25H20.25M12.75 8.75H17.25M12.75 15.25H20.25M12.75 18.75H17.25M3.75 4.75H8.25V9.25H3.75V4.75ZM3.75 14.75H8.25V19.25H3.75V14.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
8039
8045
|
"componentName": "IconTextBlock",
|