@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.85 → 1.1.86
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/IconBoard/index.d.ts +4 -0
- package/IconBoard/index.js +2 -0
- package/IconBoard/index.js.map +1 -0
- package/IconBoard/index.mjs +2 -0
- package/IconBoard/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1645,6 +1645,13 @@
|
|
|
1645
1645
|
"iconName": "blur",
|
|
1646
1646
|
"pathname": "src/IconBlur"
|
|
1647
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"svg": "<Path d=\"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM20 4H19V20H20H21V4H20ZM20 20V19H4V20V21H20V20ZM4 20H5V4H4H3V20H4ZM4 4V5H20V4V3H4V4Z\" fill=\"currentColor\"/><Path d=\"M12 4V12V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 12H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
1650
|
+
"tags": "Path",
|
|
1651
|
+
"componentName": "IconBoard",
|
|
1652
|
+
"iconName": "board, moodboard, layout, template",
|
|
1653
|
+
"pathname": "src/IconBoard"
|
|
1654
|
+
},
|
|
1648
1655
|
{
|
|
1649
1656
|
"svg": "<Path d=\"M6 12H13C15.2091 12 17 10.2091 17 8C17 5.79086 15.2091 4 13 4H6V12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M13 12H14C16.2091 12 18 13.7909 18 16C18 18.2091 16.2091 20 14 20H6V12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
1650
1657
|
"tags": "Path",
|