@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.134 → 1.1.136
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/IconDecimalNumberComma/index.d.ts +4 -0
- package/IconDecimalNumberComma/index.js +2 -0
- package/IconDecimalNumberComma/index.js.map +1 -0
- package/IconDecimalNumberComma/index.mjs +2 -0
- package/IconDecimalNumberComma/index.mjs.map +1 -0
- package/IconDecimalNumberDot/index.d.ts +4 -0
- package/IconDecimalNumberDot/index.js +2 -0
- package/IconDecimalNumberDot/index.js.map +1 -0
- package/IconDecimalNumberDot/index.mjs +2 -0
- package/IconDecimalNumberDot/index.mjs.map +1 -0
- package/IconLetterACircle/index.d.ts +4 -0
- package/IconLetterACircle/index.js +2 -0
- package/IconLetterACircle/index.js.map +1 -0
- package/IconLetterACircle/index.mjs +2 -0
- package/IconLetterACircle/index.mjs.map +1 -0
- package/IconLetterASquare/index.d.ts +4 -0
- package/IconLetterASquare/index.js +2 -0
- package/IconLetterASquare/index.js.map +1 -0
- package/IconLetterASquare/index.mjs +2 -0
- package/IconLetterASquare/index.mjs.map +1 -0
- package/IconLetterZCircle/index.d.ts +4 -0
- package/IconLetterZCircle/index.js +2 -0
- package/IconLetterZCircle/index.js.map +1 -0
- package/IconLetterZCircle/index.mjs +2 -0
- package/IconLetterZCircle/index.mjs.map +1 -0
- package/IconLetterZSquare/index.d.ts +4 -0
- package/IconLetterZSquare/index.js +2 -0
- package/IconLetterZSquare/index.js.map +1 -0
- package/IconLetterZSquare/index.mjs +2 -0
- package/IconLetterZSquare/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +84 -0
- package/icons/index.d.ts +6 -0
- package/icons-index.json +15 -3
- package/index.d.ts +6 -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 +42 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4151,6 +4151,20 @@
|
|
|
4151
4151
|
"iconName": "debugger, debug",
|
|
4152
4152
|
"pathname": "src/IconDebugger"
|
|
4153
4153
|
},
|
|
4154
|
+
{
|
|
4155
|
+
"svg": "<Path d=\"M14.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\" fill=\"currentColor\"/><Path d=\"M12.0542 15.748C12.3398 15.748 12.5376 15.9165 12.5376 16.1875C12.5376 16.29 12.5229 16.3779 12.4937 16.4951L11.8125 19.1245C11.7539 19.3662 11.6294 19.4907 11.3877 19.4907C11.1606 19.4907 10.9849 19.3589 10.9849 19.1318C10.9849 19.0513 10.9995 18.9927 11.0068 18.9487L11.5708 16.1729C11.6294 15.8726 11.7832 15.748 12.0542 15.748Z\" fill=\"currentColor\"/><Path d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\" fill=\"currentColor\"/>",
|
|
4156
|
+
"tags": "Path",
|
|
4157
|
+
"componentName": "IconDecimalNumberComma",
|
|
4158
|
+
"iconName": "decimal-number-comma",
|
|
4159
|
+
"pathname": "src/IconDecimalNumberComma"
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"svg": "<Path d=\"M14.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\" fill=\"currentColor\"/><Path d=\"M12.0542 17.396C11.6733 17.396 11.3657 17.0957 11.3657 16.7148C11.3657 16.3267 11.6733 16.0264 12.0542 16.0264C12.4351 16.0264 12.7354 16.3267 12.7354 16.7148C12.7354 17.0957 12.4351 17.396 12.0542 17.396Z\" fill=\"currentColor\"/><Path d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\" fill=\"currentColor\"/>",
|
|
4163
|
+
"tags": "Path",
|
|
4164
|
+
"componentName": "IconDecimalNumberDot",
|
|
4165
|
+
"iconName": "decimal-number-dot",
|
|
4166
|
+
"pathname": "src/IconDecimalNumberDot"
|
|
4167
|
+
},
|
|
4154
4168
|
{
|
|
4155
4169
|
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.25 15.25L17.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.30556 3.24513C9.44122 2.7653 10.6896 2.5 12 2.5C13.3104 2.5 14.5588 2.7653 15.6944 3.24513M15.6944 20.7549C14.5588 21.2347 13.3104 21.5 12 21.5C10.6896 21.5 9.44122 21.2347 8.30556 20.7549M3.24513 15.6944C2.7653 14.5588 2.5 13.3104 2.5 12C2.5 10.6896 2.7653 9.44122 3.24513 8.30556M20.7549 8.30556C21.2347 9.44122 21.5 10.6896 21.5 12C21.5 13.3104 21.2347 14.5588 20.7549 15.6944\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4156
4170
|
"tags": "Circle, Path",
|
|
@@ -6979,6 +6993,34 @@
|
|
|
6979
6993
|
"iconName": "lemonsqueezy",
|
|
6980
6994
|
"pathname": "src/IconLemonsqueezy"
|
|
6981
6995
|
},
|
|
6996
|
+
{
|
|
6997
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M9.06641 16.082C8.76172 16.082 8.53906 15.8887 8.53906 15.6191C8.53906 15.543 8.55664 15.4551 8.60352 15.3262L11.3223 7.97266C11.4512 7.62695 11.668 7.46289 12.0137 7.46289C12.3359 7.46289 12.5469 7.62109 12.6758 7.9668L15.4004 15.3262C15.4473 15.4551 15.4648 15.543 15.4648 15.6191C15.4648 15.8887 15.2422 16.082 14.9375 16.082C14.6738 16.082 14.5215 15.959 14.4219 15.6777L13.6719 13.5801H10.3262L9.58203 15.6777C9.48242 15.959 9.33008 16.082 9.06641 16.082ZM10.6309 12.6836H13.373L12.0195 8.82812H11.9844L10.6309 12.6836Z\" fill=\"currentColor\"/>",
|
|
6998
|
+
"tags": "Circle, Path",
|
|
6999
|
+
"componentName": "IconLetterACircle",
|
|
7000
|
+
"iconName": "letter-a-circle",
|
|
7001
|
+
"pathname": "src/IconLetterACircle"
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M9.06641 16.3096C8.76172 16.3096 8.53906 16.1162 8.53906 15.8467C8.53906 15.7705 8.55664 15.6826 8.60352 15.5537L11.3223 8.2002C11.4512 7.85449 11.668 7.69043 12.0137 7.69043C12.3359 7.69043 12.5469 7.84863 12.6758 8.19434L15.4004 15.5537C15.4473 15.6826 15.4648 15.7705 15.4648 15.8467C15.4648 16.1162 15.2422 16.3096 14.9375 16.3096C14.6738 16.3096 14.5215 16.1865 14.4219 15.9053L13.6719 13.8076H10.3262L9.58203 15.9053C9.48242 16.1865 9.33008 16.3096 9.06641 16.3096ZM10.6309 12.9111H13.373L12.0195 9.05566H11.9844L10.6309 12.9111Z\" fill=\"currentColor\"/>",
|
|
7005
|
+
"tags": "Path",
|
|
7006
|
+
"componentName": "IconLetterASquare",
|
|
7007
|
+
"iconName": "letter-a-square, key",
|
|
7008
|
+
"pathname": "src/IconLetterASquare"
|
|
7009
|
+
},
|
|
7010
|
+
{
|
|
7011
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M9.43164 16.2275C9.09766 16.2275 8.875 16.0166 8.875 15.6943C8.875 15.5361 8.92773 15.4072 9.0625 15.2139L13.6973 8.7627V8.72168H9.45508C9.15625 8.72168 8.95117 8.52832 8.95117 8.24707C8.95117 7.96582 9.15625 7.77246 9.45508 7.77246H14.4531C14.7988 7.77246 15.0273 7.98926 15.0273 8.31152C15.0273 8.47559 14.9863 8.5752 14.8398 8.78613L10.2285 15.2373V15.2783H14.7109C15.0098 15.2783 15.2148 15.4717 15.2148 15.7529C15.2148 16.0342 15.0098 16.2275 14.7109 16.2275H9.43164Z\" fill=\"currentColor\"/>",
|
|
7012
|
+
"tags": "Circle, Path",
|
|
7013
|
+
"componentName": "IconLetterZCircle",
|
|
7014
|
+
"iconName": "letter-z-circle",
|
|
7015
|
+
"pathname": "src/IconLetterZCircle"
|
|
7016
|
+
},
|
|
7017
|
+
{
|
|
7018
|
+
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M9.43164 16.2275C9.09766 16.2275 8.875 16.0166 8.875 15.6943C8.875 15.5361 8.92773 15.4072 9.0625 15.2139L13.6973 8.7627V8.72168H9.45508C9.15625 8.72168 8.95117 8.52832 8.95117 8.24707C8.95117 7.96582 9.15625 7.77246 9.45508 7.77246H14.4531C14.7988 7.77246 15.0273 7.98926 15.0273 8.31152C15.0273 8.47559 14.9863 8.5752 14.8398 8.78613L10.2285 15.2373V15.2783H14.7109C15.0098 15.2783 15.2148 15.4717 15.2148 15.7529C15.2148 16.0342 15.0098 16.2275 14.7109 16.2275H9.43164Z\" fill=\"currentColor\"/>",
|
|
7019
|
+
"tags": "Path",
|
|
7020
|
+
"componentName": "IconLetterZSquare",
|
|
7021
|
+
"iconName": "letter-z-square, key",
|
|
7022
|
+
"pathname": "src/IconLetterZSquare"
|
|
7023
|
+
},
|
|
6982
7024
|
{
|
|
6983
7025
|
"svg": "<Path d=\"M3.5 3.5V20.5M8.5 3.5V20.5M12.5 3.5L20.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6984
7026
|
"tags": "Path",
|