@central-icons-react-native/round-outlined-radius-2-stroke-2 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": "<Rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5H15.5C16.6046 8.5 17.5 9.39543 17.5 10.5C17.5 11.6046 16.6046 12.5 15.5 12.5H8.5C7.39543 12.5 6.5 11.6046 6.5 10.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7.72361 16.5528C7.893 16.214 8.23926 16 8.61803 16H15.382C15.7607 16 16.107 16.214 16.2764 16.5528L17.5 19H6.5L7.72361 16.5528Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"6.5\" y=\"8.5\" width=\"4\" height=\"4\" rx=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/><Rect x=\"13.5\" y=\"8.5\" width=\"4\" height=\"4\" rx=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
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 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"2\" strokeLinejoin=\"round\"/><Path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
10183
10190
|
"tags": "Path",
|