@central-icons-react-native/square-filled-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=\"M3 21V3H11V21L3 21Z\" fill=\"currentColor\"/><Path d=\"M13 21L21 21V13H13V21Z\" fill=\"currentColor\"/><Path d=\"M21 11V3H13V11H21Z\" fill=\"currentColor\"/>",
|
|
1650
|
+
"tags": "Path",
|
|
1651
|
+
"componentName": "IconBoard",
|
|
1652
|
+
"iconName": "board, moodboard, layout, template",
|
|
1653
|
+
"pathname": "src/IconBoard"
|
|
1654
|
+
},
|
|
1648
1655
|
{
|
|
1649
1656
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 3H12.8333C15.8697 3 18.1667 5.55551 18.1667 8.5C18.1667 9.58312 17.8559 10.6136 17.3118 11.4836C18.3611 12.5023 19 13.9471 19 15.5C19 18.4445 16.703 21 13.6667 21H5V3Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.8333 10C13.4789 10 14.1667 9.4215 14.1667 8.5C14.1667 7.5785 13.4789 7 12.8333 7H9V10H12.8333Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9 14H13.6667C14.3122 14 15 14.5785 15 15.5C15 16.4215 14.3122 17 13.6667 17H9V14Z\" fill=\"currentColor\"/>",
|
|
1650
1657
|
"tags": "Path",
|