@central-icons-react-native/square-outlined-radius-0-stroke-1 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/IconFistbump/index.js +2 -2
- package/IconFistbump/index.js.map +3 -3
- package/IconFistbump/index.mjs +2 -2
- package/IconFistbump/index.mjs.map +3 -3
- 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/IconTouch/index.js +2 -2
- package/IconTouch/index.js.map +3 -3
- package/IconTouch/index.mjs +2 -2
- package/IconTouch/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
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconScript2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconScript2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconScript2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.5 20.5H4.5C3.39543 20.5 2.5 19.6046 2.5 18.5V16.5H14.5V19C14.5 19.8284 15.1716 20.5 16 20.5C16.8284 20.5 17.4999 19.8284 17.4999 19V5.25C17.4999 4.2835 18.2834 3.5 19.2499 3.5C20.2164 3.5 20.9999 4.2835 20.9999 5.25V9.5H17.4999\" stroke=\"currentColor\"/><Path d=\"M19 3.5H7.5C6.39543 3.5 5.5 4.39543 5.5 5.5V16.5\" stroke=\"currentColor\"/><Path d=\"M16 20.5H6\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconScript2;\n"
|
|
7
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,EAAwC,CAAC,IAAU,CAC9D,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAAoa,EAApa,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yOAAyO,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mDAAmD,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAc,CAAI,GAG9Z",
|
|
9
|
+
"debugId": "BF26619E9AEF0CB564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconTouch/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var d=Object.create;var{getPrototypeOf:y,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,B=Object.prototype.hasOwnProperty;function I(r){return this[r]}var S,b,x=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var l=o?S??=new WeakMap:b??=new WeakMap,c=l.get(r);if(c)return c}t=r!=null?d(y(r)):{};let C=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let a of u(r))if(!B.call(C,a))n(C,a,{get:I.bind(r,a),enumerable:!0});if(e)l.set(r,C);return C},P=(r)=>{var o=(f??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!B.call(o,e))n(o,e,{get:I.bind(r,e),enumerable:!(t=F(r,e))||t.enumerable})}return f.set(r,o),o},f;var L=(r)=>r;function V(r,o){this[r]=L.bind(null,o)}var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:V.bind(o,t)})};var k={};g(k,{CentralIconBase:()=>s});module.exports=P(k);var i=x(require("react")),h=require("react-native-svg"),s=({children:r,size:o=24,...t})=>{return i.default.createElement(h.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};g(w,{default:()=>H,IconTouch:()=>v});module.exports=P(w);var p=x(require("react"));var m=require("react-native-svg"),v=(r)=>{return p.default.createElement(s,{...r},p.default.createElement(m.Path,{d:"M12.4983 8V11.5H16.276C18.0556 11.5 19.4983 12.7511 19.4983 14.5V16.2222C19.4983 19.1371 17.0939 21.5 14.1279 21.5H13.205C11.7685 21.5 10.4271 20.7945 9.63024 19.6198L6.60938 15.1667L6.8164 14.658C7.28314 13.5113 8.31418 13.0015 9.43825 13.5538L9.49826 13.5833V8C9.49826 7.17157 10.1698 6.5 10.9983 6.5C11.8267 6.5 12.4983 7.17157 12.4983 8Z",stroke:"currentColor"}),p.default.createElement(m.Path,{d:"M16.5 8C16.5 4.96243 14.0376 2.5 11 2.5C7.96243 2.5 5.5 4.96243 5.5 8C5.5 8.70558 5.63286 9.38014 5.87494 10",stroke:"currentColor"}))},H=v;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=EFA158F91F46792464756E2164756E21
|
package/IconTouch/index.js.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconTouch/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.4983 8V11.5H16.276C18.0556 11.5 19.4983 12.7511 19.4983 14.5V16.2222C19.4983 19.1371 17.0939 21.5 14.1279 21.5H13.205C11.7685 21.5 10.4271 20.7945 9.63024 19.6198L6.60938 15.1667L6.8164 14.658C7.28314 13.5113 8.31418 13.0015 9.43825 13.5538L9.49826 13.5833V8C9.49826 7.17157 10.1698 6.5 10.9983 6.5C11.8267 6.5 12.4983 7.17157 12.4983 8Z\" stroke=\"currentColor\"/><Path d=\"M16.5 8C16.5 4.96243 14.0376 2.5 11 2.5C7.96243 2.5 5.5 4.96243 5.5 8C5.5 8.70558 5.63286 9.38014 5.87494 10\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTouch;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,qECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,qECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,wBAAmiB,EAAniB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,wVAAwV,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+GAA+G,OAAO,eAAc,CAAI,GAG7hB",
|
|
9
|
+
"debugId": "EFA158F91F46792464756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconTouch/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import p from"react";import{Svg as
|
|
1
|
+
import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>{return p.createElement(a,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var s=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M12.4983 8V11.5H16.276C18.0556 11.5 19.4983 12.7511 19.4983 14.5V16.2222C19.4983 19.1371 17.0939 21.5 14.1279 21.5H13.205C11.7685 21.5 10.4271 20.7945 9.63024 19.6198L6.60938 15.1667L6.8164 14.658C7.28314 13.5113 8.31418 13.0015 9.43825 13.5538L9.49826 13.5833V8C9.49826 7.17157 10.1698 6.5 10.9983 6.5C11.8267 6.5 12.4983 7.17157 12.4983 8Z",stroke:"currentColor"}),t.createElement(n,{d:"M16.5 8C16.5 4.96243 14.0376 2.5 11 2.5C7.96243 2.5 5.5 4.96243 5.5 8C5.5 8.70558 5.63286 9.38014 5.87494 10",stroke:"currentColor"}))},i=s;export{i as default,s as IconTouch};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=6648F52FE122E2B164756E2164756E21
|
package/IconTouch/index.mjs.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconTouch/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTouch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.4983 8V11.5H16.276C18.0556 11.5 19.4983 12.7511 19.4983 14.5V16.2222C19.4983 19.1371 17.0939 21.5 14.1279 21.5H13.205C11.7685 21.5 10.4271 20.7945 9.63024 19.6198L6.60938 15.1667L6.8164 14.658C7.28314 13.5113 8.31418 13.0015 9.43825 13.5538L9.49826 13.5833V8C9.49826 7.17157 10.1698 6.5 10.9983 6.5C11.8267 6.5 12.4983 7.17157 12.4983 8Z\" stroke=\"currentColor\"/><Path d=\"M16.5 8C16.5 4.96243 14.0376 2.5 11 2.5C7.96243 2.5 5.5 4.96243 5.5 8C5.5 8.70558 5.63286 9.38014 5.87494 10\" stroke=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTouch;\n"
|
|
7
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,EAAsC,CAAC,IAAU,CAC5D,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,EAAsC,CAAC,IAAU,CAC5D,OAAO,gBAAmiB,EAAniB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,wVAAwV,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+GAA+G,OAAO,eAAc,CAAI,GAG7hB",
|
|
9
|
+
"debugId": "6648F52FE122E2B164756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:b,defineProperty:l,getOwnPropertyNames:i,getOwnPropertyDescriptor:d}=Object,u=Object.prototype.hasOwnProperty;function x(r){return this[r]}var F,L,B=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?F??=new WeakMap:L??=new WeakMap,a=m.get(r);if(a)return a}t=r!=null?v(b(r)):{};let p=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let c of i(r))if(!u.call(p,c))l(p,c,{get:x.bind(r,c),enumerable:!0});if(e)m.set(r,p);return p},I=(r)=>{var o=(f??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!u.call(o,e))l(o,e,{get:x.bind(r,e),enumerable:!(t=d(r,e))||t.enumerable})}return f.set(r,o),o},f;var S=(r)=>r;function k(r,o){this[r]=S.bind(null,o)}var y=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:k.bind(o,t)})};var M={};y(M,{CentralIconBase:()=>s});module.exports=I(M);var P=B(require("react")),g=require("react-native-svg"),s=({children:r,size:o=24,...t})=>{return P.default.createElement(g.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};y(w,{default:()=>W,IconWebhooks:()=>h});module.exports=I(w);var n=B(require("react"));var C=require("react-native-svg"),h=(r)=>{return n.default.createElement(s,{...r},n.default.createElement(C.Circle,{cx:"11.9996",cy:"6.75005",r:"1.84722",fill:"currentColor"}),n.default.createElement(C.Circle,{cx:"6.72222",cy:"16.2501",r:"1.84722",fill:"currentColor"}),n.default.createElement(C.Circle,{cx:"17.2779",cy:"16.2501",r:"1.84722",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M12 6.75005L14.0509 10.4416L15.2269 12.5585C15.8341 12.2204 16.5335 12.0278 17.2778 12.0278C19.6096 12.0278 21.5 13.9182 21.5 16.2501C21.5 18.5819 19.6096 20.4723 17.2778 20.4723C16.1479 20.4723 15.1217 20.0287 14.3639 19.3059M6.72222 16.2501L8.77309 12.5585L9.94913 10.4416C8.65396 9.72053 7.77778 8.33761 7.77778 6.75005C7.77778 4.41819 9.66813 2.52783 12 2.52783C14.3319 2.52783 16.2222 4.41819 16.2222 6.75005C16.2222 7.11454 16.1761 7.46823 16.0892 7.80561M17.2778 16.2501H10.9444C10.9444 18.5819 9.05409 20.4723 6.72222 20.4723C4.39035 20.4723 2.5 18.5819 2.5 16.2501C2.5 14.2827 3.84559 12.6295 5.66667 12.1608",stroke:"currentColor",strokeWidth:"1.05556"}))},W=h;
|
|
2
|
+
|
|
3
|
+
//# debugId=B777A07458808E6D64756E2164756E21
|
|
@@ -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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconWebhooks: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Circle cx=\"11.9996\" cy=\"6.75005\" r=\"1.84722\" fill=\"currentColor\"/><Circle cx=\"6.72222\" cy=\"16.2501\" r=\"1.84722\" fill=\"currentColor\"/><Circle cx=\"17.2779\" cy=\"16.2501\" r=\"1.84722\" fill=\"currentColor\"/><Path d=\"M12 6.75005L14.0509 10.4416L15.2269 12.5585C15.8341 12.2204 16.5335 12.0278 17.2778 12.0278C19.6096 12.0278 21.5 13.9182 21.5 16.2501C21.5 18.5819 19.6096 20.4723 17.2778 20.4723C16.1479 20.4723 15.1217 20.0287 14.3639 19.3059M6.72222 16.2501L8.77309 12.5585L9.94913 10.4416C8.65396 9.72053 7.77778 8.33761 7.77778 6.75005C7.77778 4.41819 9.66813 2.52783 12 2.52783C14.3319 2.52783 16.2222 4.41819 16.2222 6.75005C16.2222 7.11454 16.1761 7.46823 16.0892 7.80561M17.2778 16.2501H10.9444C10.9444 18.5819 9.05409 20.4723 6.72222 20.4723C4.39035 20.4723 2.5 18.5819 2.5 16.2501C2.5 14.2827 3.84559 12.6295 5.66667 12.1608\" stroke=\"currentColor\" strokeWidth=\"1.05556\"/></CentralIconBase>;\n};\n\nexport default IconWebhooks;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAE6B,IAA7B,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAw4B,EAAx4B,IAAqB,GAAO,wBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,KAAK,eAAc,EAAE,wBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,KAAK,eAAc,EAAE,wBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4mBAA4mB,OAAO,eAAe,YAAY,UAAS,CAAI,GAGl4B",
|
|
9
|
+
"debugId": "B777A07458808E6D64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...C})=>{return l.createElement(p,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t)};import o from"react";import{Circle as e,Path as c}from"react-native-svg";var s=(t)=>{return o.createElement(n,{...t},o.createElement(e,{cx:"11.9996",cy:"6.75005",r:"1.84722",fill:"currentColor"}),o.createElement(e,{cx:"6.72222",cy:"16.2501",r:"1.84722",fill:"currentColor"}),o.createElement(e,{cx:"17.2779",cy:"16.2501",r:"1.84722",fill:"currentColor"}),o.createElement(c,{d:"M12 6.75005L14.0509 10.4416L15.2269 12.5585C15.8341 12.2204 16.5335 12.0278 17.2778 12.0278C19.6096 12.0278 21.5 13.9182 21.5 16.2501C21.5 18.5819 19.6096 20.4723 17.2778 20.4723C16.1479 20.4723 15.1217 20.0287 14.3639 19.3059M6.72222 16.2501L8.77309 12.5585L9.94913 10.4416C8.65396 9.72053 7.77778 8.33761 7.77778 6.75005C7.77778 4.41819 9.66813 2.52783 12 2.52783C14.3319 2.52783 16.2222 4.41819 16.2222 6.75005C16.2222 7.11454 16.1761 7.46823 16.0892 7.80561M17.2778 16.2501H10.9444C10.9444 18.5819 9.05409 20.4723 6.72222 20.4723C4.39035 20.4723 2.5 18.5819 2.5 16.2501C2.5 14.2827 3.84559 12.6295 5.66667 12.1608",stroke:"currentColor",strokeWidth:"1.05556"}))},g=s;export{g as default,s as IconWebhooks};
|
|
2
|
+
|
|
3
|
+
//# debugId=AEBD7314822F3A6064756E2164756E21
|
|
@@ -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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconWebhooks: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Circle cx=\"11.9996\" cy=\"6.75005\" r=\"1.84722\" fill=\"currentColor\"/><Circle cx=\"6.72222\" cy=\"16.2501\" r=\"1.84722\" fill=\"currentColor\"/><Circle cx=\"17.2779\" cy=\"16.2501\" r=\"1.84722\" fill=\"currentColor\"/><Path d=\"M12 6.75005L14.0509 10.4416L15.2269 12.5585C15.8341 12.2204 16.5335 12.0278 17.2778 12.0278C19.6096 12.0278 21.5 13.9182 21.5 16.2501C21.5 18.5819 19.6096 20.4723 17.2778 20.4723C16.1479 20.4723 15.1217 20.0287 14.3639 19.3059M6.72222 16.2501L8.77309 12.5585L9.94913 10.4416C8.65396 9.72053 7.77778 8.33761 7.77778 6.75005C7.77778 4.41819 9.66813 2.52783 12 2.52783C14.3319 2.52783 16.2222 4.41819 16.2222 6.75005C16.2222 7.11454 16.1761 7.46823 16.0892 7.80561M17.2778 16.2501H10.9444C10.9444 18.5819 9.05409 20.4723 6.72222 20.4723C4.39035 20.4723 2.5 18.5819 2.5 16.2501C2.5 14.2827 3.84559 12.6295 5.66667 12.1608\" stroke=\"currentColor\" strokeWidth=\"1.05556\"/></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,iBAAS,UAAQ,yBAEV,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAw4B,EAAx4B,IAAqB,GAAO,gBAAC,EAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,UAAU,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4mBAA4mB,OAAO,eAAe,YAAY,UAAS,CAAI,GAGl4B",
|
|
9
|
+
"debugId": "AEBD7314822F3A6064756E2164756E21",
|
|
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
|
|