@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.64 → 1.1.65
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/IconTape2/index.d.ts +4 -0
- package/IconTape2/index.js +2 -0
- package/IconTape2/index.js.map +1 -0
- package/IconTape2/index.mjs +2 -0
- package/IconTape2/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
|
@@ -10178,6 +10178,13 @@
|
|
|
10178
10178
|
"iconName": "tape",
|
|
10179
10179
|
"pathname": "src/IconTape"
|
|
10180
10180
|
},
|
|
10181
|
+
{
|
|
10182
|
+
"svg": "<Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\" stroke=\"currentColor\"/><Path d=\"M8 15.5H16L17.5 19.5H6.5L8 15.5Z\" stroke=\"currentColor\"/><Rect x=\"6.00195\" y=\"7.75146\" width=\"4.49707\" height=\"4.49707\" rx=\"2.24854\" stroke=\"currentColor\"/><Rect x=\"13.502\" y=\"7.75098\" width=\"4.49756\" height=\"4.49756\" rx=\"2.24878\" stroke=\"currentColor\"/>",
|
|
10183
|
+
"tags": "Path, Rect",
|
|
10184
|
+
"componentName": "IconTape2",
|
|
10185
|
+
"iconName": "tape-2, cassette, record, music",
|
|
10186
|
+
"pathname": "src/IconTape2"
|
|
10187
|
+
},
|
|
10181
10188
|
{
|
|
10182
10189
|
"svg": "<Path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\"/><Path d=\"M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z\" stroke=\"currentColor\"/><Path d=\"M12.5 12C12.5 12.2761 12.2761 12.5 12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12Z\" stroke=\"currentColor\"/>",
|
|
10183
10190
|
"tags": "Path",
|