@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.125 → 1.1.126
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/IconPencil2/index.d.ts +4 -0
- package/IconPencil2/index.js +2 -0
- package/IconPencil2/index.js.map +1 -0
- package/IconPencil2/index.mjs +2 -0
- package/IconPencil2/index.mjs.map +1 -0
- package/IconPencil3/index.d.ts +4 -0
- package/IconPencil3/index.js +2 -0
- package/IconPencil3/index.js.map +1 -0
- package/IconPencil3/index.mjs +2 -0
- package/IconPencil3/index.mjs.map +1 -0
- package/IconPencilAi/index.d.ts +4 -0
- package/IconPencilAi/index.js +2 -0
- package/IconPencilAi/index.js.map +1 -0
- package/IconPencilAi/index.mjs +2 -0
- package/IconPencilAi/index.mjs.map +1 -0
- package/IconSelectLasso/index.d.ts +4 -0
- package/IconSelectLasso/index.js +2 -0
- package/IconSelectLasso/index.js.map +1 -0
- package/IconSelectLasso/index.mjs +2 -0
- package/IconSelectLasso/index.mjs.map +1 -0
- package/IconSelectLassoDashed/index.d.ts +4 -0
- package/IconSelectLassoDashed/index.js +2 -0
- package/IconSelectLassoDashed/index.js.map +1 -0
- package/IconSelectLassoDashed/index.mjs +2 -0
- package/IconSelectLassoDashed/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +13 -3
- package/index.d.ts +5 -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 +35 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -8372,6 +8372,27 @@
|
|
|
8372
8372
|
"iconName": "pencil, edit, write",
|
|
8373
8373
|
"pathname": "src/IconPencil"
|
|
8374
8374
|
},
|
|
8375
|
+
{
|
|
8376
|
+
"svg": "<Path d=\"M18.249 11.6638L9.48633 20.4284L2.25781 21.7429L3.57227 14.5143L12.335 5.74969L18.249 11.6638Z\" fill=\"currentColor\"/><Path d=\"M14.543 3.54266C16.1761 1.90977 18.8239 1.90977 20.457 3.54266C22.0901 5.17576 22.09 7.82354 20.457 9.45673L19.6631 10.2497L13.749 4.33563L14.543 3.54266Z\" fill=\"currentColor\"/>",
|
|
8377
|
+
"tags": "Path",
|
|
8378
|
+
"componentName": "IconPencil2",
|
|
8379
|
+
"iconName": "pencil-2, edit, write, prompt",
|
|
8380
|
+
"pathname": "src/IconPencil2"
|
|
8381
|
+
},
|
|
8382
|
+
{
|
|
8383
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.543 3.54266C16.1761 1.90977 18.8239 1.90977 20.457 3.54266C22.0901 5.17576 22.09 7.82354 20.457 9.45673L9.48633 20.4284L2.25781 21.7429L3.57227 14.5143L14.543 3.54266ZM13.0859 9.50067L14.5 10.9147L18.6641 6.75067L17.25 5.33661L13.0859 9.50067Z\" fill=\"currentColor\"/>",
|
|
8384
|
+
"tags": "Path",
|
|
8385
|
+
"componentName": "IconPencil3",
|
|
8386
|
+
"iconName": "pencil-3, edit, write, prompt",
|
|
8387
|
+
"pathname": "src/IconPencil3"
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
"svg": "<Path d=\"M19.249 12.6636L10.4863 21.4283L3.25781 22.7427L4.57227 15.5142L13.335 6.74957L19.249 12.6636Z\" fill=\"currentColor\"/><Path d=\"M15.543 4.54254C17.1761 2.90965 19.8239 2.90965 21.457 4.54254C23.0901 6.17564 23.09 8.82342 21.457 10.4566L20.6631 11.2496L14.749 5.33551L15.543 4.54254Z\" fill=\"currentColor\"/><Path d=\"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z\" fill=\"currentColor\"/>",
|
|
8391
|
+
"tags": "Path",
|
|
8392
|
+
"componentName": "IconPencilAi",
|
|
8393
|
+
"iconName": "pencil-ai, edit, write, auto-write, prompt-suggestion, auto-prompt",
|
|
8394
|
+
"pathname": "src/IconPencilAi"
|
|
8395
|
+
},
|
|
8375
8396
|
{
|
|
8376
8397
|
"svg": "<Path d=\"M16.5 1.58582L22.4142 7.50003L7.91421 22H2V16.0858L16.5 1.58582Z\" fill=\"currentColor\"/><Path d=\"M13 20V22H22V20H13Z\" fill=\"currentColor\"/>",
|
|
8377
8398
|
"tags": "Path",
|
|
@@ -9625,6 +9646,20 @@
|
|
|
9625
9646
|
"iconName": "secret-phrase, code, private-phrase",
|
|
9626
9647
|
"pathname": "src/IconSecretPhrase"
|
|
9627
9648
|
},
|
|
9649
|
+
{
|
|
9650
|
+
"svg": "<Path d=\"M2 12C2 6.47715 6.47715 2 12 2V4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 10.3962 19.4247 9.34036 18.6123 8.6543C17.7709 7.94393 16.582 7.55487 15.2695 7.49902C13.9603 7.44339 12.6117 7.72442 11.5264 8.25684C10.4289 8.79521 9.70991 9.53141 9.44824 10.3164L7.55176 9.68359C8.04014 8.21879 9.25874 7.14225 10.6455 6.46191C12.0444 5.77569 13.7274 5.4317 15.3555 5.50098C16.9802 5.57019 18.6355 6.05636 19.9033 7.12695C21.2 8.22214 22 9.85404 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\" fill=\"currentColor\"/>",
|
|
9651
|
+
"tags": "Path",
|
|
9652
|
+
"componentName": "IconSelectLasso",
|
|
9653
|
+
"iconName": "select-lasso, circle-to-search, encircle, mark",
|
|
9654
|
+
"pathname": "src/IconSelectLasso"
|
|
9655
|
+
},
|
|
9656
|
+
{
|
|
9657
|
+
"svg": "<Path d=\"M14.9316 21.6152L13.9502 21.8096C13.3186 21.9345 12.6665 22 12 22C11.3335 22 10.6814 21.9345 10.0498 21.8096L9.06836 21.6152L9.45703 19.6533L10.4375 19.8477C10.942 19.9475 11.4644 20 12 20C12.5356 20 13.058 19.9475 13.5625 19.8477L14.543 19.6533L14.9316 21.6152ZM5.34668 16.4443C5.93103 17.3172 6.68282 18.069 7.55566 18.6533L8.38672 19.209L7.27441 20.8711L6.44336 20.3154C5.35328 19.5856 4.41436 18.6467 3.68457 17.5566L3.12891 16.7256L4.79102 15.6133L5.34668 16.4443ZM20.8711 16.7256L20.3154 17.5566C19.5856 18.6467 18.6467 19.5856 17.5566 20.3154L16.7256 20.8711L15.6133 19.209L16.4443 18.6533C17.3172 18.069 18.069 17.3172 18.6533 16.4443L19.209 15.6133L20.8711 16.7256ZM2 12C2 11.3335 2.06551 10.6814 2.19043 10.0498L2.38477 9.06836L4.34668 9.45703L4.15234 10.4375C4.05254 10.942 4 11.4644 4 12C4 12.5356 4.05254 13.058 4.15234 13.5625L4.34668 14.543L2.38477 14.9316L2.19043 13.9502C2.06551 13.3186 2 12.6665 2 12ZM20 12C20 11.3139 19.8942 10.7349 19.7178 10.248L19.377 9.30762L21.2568 8.62598L21.5977 9.56641C21.8614 10.2939 22 11.1063 22 12C22 12.6665 21.9345 13.3186 21.8096 13.9502L21.6152 14.9316L19.6533 14.543L19.8477 13.5625C19.9475 13.058 20 12.5356 20 12ZM11.1084 8.36133L10.3574 9.02246C9.90425 9.42148 9.60023 9.86046 9.44824 10.3164L9.13281 11.2646L7.23535 10.6328L7.55176 9.68359C7.83676 8.82879 8.37296 8.10536 9.03613 7.52148L9.78711 6.86035L11.1084 8.36133ZM8.38672 4.79102L7.55566 5.34668C6.68282 5.93103 5.93103 6.68282 5.34668 7.55566L4.79102 8.38672L3.12891 7.27441L3.68457 6.44336C4.41436 5.35328 5.35328 4.41436 6.44336 3.68457L7.27441 3.12891L8.38672 4.79102ZM13.3994 5.61133C14.9592 5.37078 16.6396 5.482 18.1104 6.06641L19.0391 6.43555L18.3008 8.29395L17.3711 7.9248C16.2908 7.49563 14.9807 7.391 13.7041 7.58789L12.7158 7.74023L12.4111 5.76367L13.3994 5.61133ZM13 2V4H12C11.4644 4 10.942 4.05254 10.4375 4.15234L9.45703 4.34668L9.06836 2.38477L10.0498 2.19043C10.6814 2.06551 11.3335 2 12 2H13Z\" fill=\"currentColor\"/>",
|
|
9658
|
+
"tags": "Path",
|
|
9659
|
+
"componentName": "IconSelectLassoDashed",
|
|
9660
|
+
"iconName": "select-lasso-dashed, circle-to-search-dashed, encircle, mark",
|
|
9661
|
+
"pathname": "src/IconSelectLassoDashed"
|
|
9662
|
+
},
|
|
9628
9663
|
{
|
|
9629
9664
|
"svg": "<Path d=\"M14.3607 22.9387L21.6554 2.3233L1.00781 9.94701L10.2515 13.772L14.3607 22.9387Z\" fill=\"currentColor\"/>",
|
|
9630
9665
|
"tags": "Path",
|