@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.269 → 1.1.271
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/IconHandTouch/index.d.ts +4 -0
- package/IconHandTouch/index.js +3 -0
- package/IconHandTouch/index.js.map +11 -0
- package/IconHandTouch/index.mjs +3 -0
- package/IconHandTouch/index.mjs.map +11 -0
- package/IconMagicHands/index.js +2 -2
- package/IconMagicHands/index.js.map +3 -3
- package/IconMagicHands/index.mjs +2 -2
- package/IconMagicHands/index.mjs.map +3 -3
- package/IconPinch/index.js +2 -2
- package/IconPinch/index.js.map +3 -3
- package/IconPinch/index.mjs +2 -2
- package/IconPinch/index.mjs.map +3 -3
- package/IconRocket2/index.d.ts +4 -0
- package/IconRocket2/index.js +3 -0
- package/IconRocket2/index.js.map +11 -0
- package/IconRocket2/index.mjs +3 -0
- package/IconRocket2/index.mjs.map +11 -0
- package/IconScript/index.js +2 -2
- package/IconScript/index.js.map +3 -3
- package/IconScript/index.mjs +2 -2
- package/IconScript/index.mjs.map +3 -3
- package/IconScript2/index.js +2 -2
- package/IconScript2/index.js.map +3 -3
- package/IconScript2/index.mjs +2 -2
- package/IconScript2/index.mjs.map +3 -3
- package/IconWebhooks/index.d.ts +4 -0
- package/IconWebhooks/index.js +3 -0
- package/IconWebhooks/index.js.map +11 -0
- package/IconWebhooks/index.mjs +3 -0
- package/IconWebhooks/index.mjs.map +11 -0
- package/README.md +3 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWebhooks/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWebhooks: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.57031 11.6289C5.05285 11.3603 5.66201 11.5341 5.93066 12.0166C6.19908 12.4989 6.02602 13.1072 5.54395 13.376C4.6211 13.8898 4 14.8733 4 16C4 17.6569 5.34315 19 7 19C8.65685 19 10 17.6569 10 16C10 15.4477 10.4477 15 11 15H15.5645C15.8807 14.5468 16.4055 14.25 17 14.25C17.9665 14.25 18.75 15.0335 18.75 16C18.75 16.9665 17.9665 17.75 17 17.75C16.4055 17.75 15.8807 17.4532 15.5645 17H11.8994C11.4361 19.2822 9.41892 21 7 21C4.23858 21 2 18.7614 2 16C2 14.1188 3.03925 12.4814 4.57031 11.6289Z\" fill=\"currentColor\"/><Path d=\"M12 5.25C12.9665 5.25 13.75 6.0335 13.75 7C13.75 7.27578 13.6839 7.53555 13.5703 7.76758L15.4951 11.2324C15.9708 11.0824 16.4762 11 17 11C19.7614 11 22 13.2386 22 16C22 18.7614 19.7614 21 17 21C16.1203 21 15.2905 20.7721 14.5703 20.3711C14.0879 20.1024 13.915 19.4932 14.1836 19.0107C14.4523 18.5283 15.0615 18.3554 15.5439 18.624C15.9742 18.8634 16.4697 19 17 19C18.6569 19 20 17.6569 20 16C20 14.3431 18.6569 13 17 13C16.4697 13 15.9742 13.1366 15.5439 13.376C15.3122 13.505 15.0383 13.5374 14.7832 13.4648C14.528 13.3921 14.3115 13.2203 14.1826 12.9883L11.8232 8.74121C10.9398 8.6526 10.25 7.90684 10.25 7C10.25 6.0335 11.0335 5.25 12 5.25Z\" fill=\"currentColor\"/><Path d=\"M12 2C14.7614 2 17 4.23858 17 7C17 7.55228 16.5523 8 16 8C15.4477 8 15 7.55228 15 7C15 5.34315 13.6569 4 12 4C10.3431 4 9 5.34315 9 7C9 8.12668 9.6211 9.11024 10.5439 9.62402C11.0256 9.89255 11.1992 10.5002 10.9316 10.9824L8.57031 15.2314C8.68419 15.4637 8.75 15.7239 8.75 16C8.75 16.9665 7.9665 17.75 7 17.75C6.0335 17.75 5.25 16.9665 5.25 16C5.25 15.0931 5.93971 14.3464 6.82324 14.2578L8.74609 10.7959C7.67838 9.87974 7 8.51962 7 7C7 4.23858 9.23858 2 12 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWebhooks;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAA2rD,EAA3rD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,soBAAsoB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+cAA+c,KAAK,eAAc,CAAI,GAGrrD",
|
|
9
|
+
"debugId": "9DC9331A295029DD64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -530,6 +530,7 @@ Below is a complete list of available icons:
|
|
|
530
530
|
- IconBridge
|
|
531
531
|
- IconAnimatePath
|
|
532
532
|
- IconAgents
|
|
533
|
+
- IconWebhooks
|
|
533
534
|
|
|
534
535
|
### Communication
|
|
535
536
|
|
|
@@ -1071,6 +1072,7 @@ Below is a complete list of available icons:
|
|
|
1071
1072
|
- IconHandshake
|
|
1072
1073
|
- IconBecepsLeftArm
|
|
1073
1074
|
- IconBecepsRightArm
|
|
1075
|
+
- IconHandTouch
|
|
1074
1076
|
|
|
1075
1077
|
### Health & Medical
|
|
1076
1078
|
|
|
@@ -2230,6 +2232,7 @@ Below is a complete list of available icons:
|
|
|
2230
2232
|
- IconSteeringWheel1
|
|
2231
2233
|
- IconBoat
|
|
2232
2234
|
- IconCarTaxi
|
|
2235
|
+
- IconRocket2
|
|
2233
2236
|
|
|
2234
2237
|
### Vehicles & Aircrafts
|
|
2235
2238
|
|