@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.8 → 1.1.9
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/IconFontStyle/index.d.ts +4 -0
- package/IconFontStyle/index.js +2 -0
- package/IconFontStyle/index.js.map +1 -0
- package/IconFontStyle/index.mjs +2 -0
- package/IconFontStyle/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
|
@@ -4900,6 +4900,13 @@
|
|
|
4900
4900
|
"iconName": "folder-upload",
|
|
4901
4901
|
"pathname": "src/IconFolderUpload"
|
|
4902
4902
|
},
|
|
4903
|
+
{
|
|
4904
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.4639 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H14.5C13.9477 21 13.5 20.5523 13.5 20C13.5 19.4477 13.9477 19 14.5 19H15.2578L13.9551 15H8.15625L6.85449 19H7.5C8.05228 19 8.5 19.4477 8.5 20C8.5 20.5523 8.05228 21 7.5 21H4.5C3.94772 21 3.5 20.5523 3.5 20C3.5 19.4477 3.94772 19 4.5 19H4.75L9.29418 5.04203C9.69064 3.82426 10.8258 3 12.1065 3C13.3871 3 14.5223 3.82418 14.9188 5.04188L19.4639 19ZM8.80762 13H13.3037L11.6262 7.8472C11.4464 7.29485 10.665 7.29485 10.4851 7.8472L8.80762 13Z\" fill=\"currentColor\"/>",
|
|
4905
|
+
"tags": "Path",
|
|
4906
|
+
"componentName": "IconFontStyle",
|
|
4907
|
+
"iconName": "font-style, fonts, serif",
|
|
4908
|
+
"pathname": "src/IconFontStyle"
|
|
4909
|
+
},
|
|
4903
4910
|
{
|
|
4904
4911
|
"svg": "<Path d=\"M3 18H21M10 19H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.9995 6C7.36641 6 3.55099 9.50088 3.05427 14.0016C2.99369 14.5506 3.44723 15 3.99952 15H19.9995C20.5518 15 21.0054 14.5506 20.9448 14.0016C20.4481 9.50088 16.6326 6 11.9995 6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 5V6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4905
4912
|
"tags": "Path",
|