@central-icons-react/round-outlined-radius-1-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/round-outlined-radius-1-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=\"M15 21L21 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><path d=\"M7 21L21 7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
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.5H17M5 19H7C7.55228 19 8 18.5523 8 18V16C8 15.4477 7.55228 15 7 15H5C4.44772 15 4 15.4477 4 16V18C4 18.5523 4.44772 19 5 19ZM5 9H7C7.55228 9 8 8.55228 8 8V6C8 5.44772 7.55228 5 7 5H5C4.44772 5 4 5.44772 4 6V8C4 8.55228 4.44772 9 5 9Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8039
8045
|
"componentName": "IconTextBlock",
|