@central-icons-react-native/round-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 4C3 3.44772 3.44772 3 4 3H11V21L4 21C3.44772 21 3 20.5523 3 20V4Z\" fill=\"currentColor\"/><Path d=\"M13 21L20 21C20.5523 21 21 20.5523 21 20V13H13V21Z\" fill=\"currentColor\"/><Path d=\"M21 11V4C21 3.44772 20.5523 3 20 3H13V11H21Z\" 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 5C5 3.89543 5.89543 3 7 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 21H7C5.89543 21 5 20.1046 5 19V5Z\" 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",
|