@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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.75 4.75H21.25V19.25H2.75V4.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.25 10.5C6.25 9.25736 7.25736 8.25 8.5 8.25H15.5007C16.7434 8.25 17.7507 9.25736 17.7507 10.5C17.7507 11.7426 16.7434 12.75 15.5007 12.75H8.5C7.25736 12.75 6.25 11.7426 6.25 10.5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 15.75H16L17.5 19.25H6.5L8 15.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"6.25195\" y=\"8.25146\" width=\"4.49707\" height=\"4.49707\" rx=\"2.24854\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"13.252\" y=\"8.25098\" width=\"4.49756\" height=\"4.49756\" rx=\"2.24878\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><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\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
|
|
10183
10190
|
"tags": "Path",
|