@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.269 → 1.1.270

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRocket2: FC<CentralIconBaseProps>;
4
+ export default IconRocket2;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:i,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var F,M,B=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var m=o?F??=new WeakMap:M??=new WeakMap,c=m.get(r);if(c)return c}e=r!=null?g(h(r)):{};let C=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let a of i(r))if(!u.call(C,a))t(C,a,{get:d.bind(r,a),enumerable:!0});if(n)m.set(r,C);return C},I=(r)=>{var o=(s??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of i(r))if(!u.call(o,n))t(o,n,{get:d.bind(r,n),enumerable:!(e=y(r,n))||e.enumerable})}return s.set(r,o),o},s;var S=(r)=>r;function Z(r,o){this[r]=S.bind(null,o)}var L=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:Z.bind(o,e)})};var b={};L(b,{CentralIconBase:()=>f});module.exports=I(b);var v=B(require("react")),x=require("react-native-svg"),f=({children:r,size:o=24,...e})=>{return v.default.createElement(x.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var H={};L(H,{default:()=>w,IconRocket2:()=>P});module.exports=I(H);var l=B(require("react"));var p=require("react-native-svg"),P=(r)=>{return l.default.createElement(f,{...r},l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.3252 2.09961C15.9808 5.06419 17.7578 8.18841 17.9893 11.5205C18.2191 14.8309 16.9144 18.2431 14.6357 21.7793L14.4844 22.0156H9.51562L9.36426 21.7793C7.08564 18.2431 5.78093 14.8309 6.01074 11.5205C6.24221 8.18843 8.0193 5.06417 11.6748 2.09961L12 1.83594L12.3252 2.09961ZM12 10.25C11.0337 10.2503 10.25 11.0337 10.25 12C10.25 12.9663 11.0337 13.7497 12 13.75C12.9664 13.7498 13.75 12.9664 13.75 12C13.75 11.0336 12.9664 10.2502 12 10.25Z",fill:"currentColor"}),l.default.createElement(p.Path,{d:"M5.00098 12.4795C5.04811 15.3176 6.08482 18.1619 7.73242 21H3V14.8154L3.12012 14.6748L5.00098 12.4795Z",fill:"currentColor"}),l.default.createElement(p.Path,{d:"M20.8799 14.6748L21 14.8154V21H16.2676C17.9152 18.1619 18.9509 15.3176 18.998 12.4795L20.8799 14.6748Z",fill:"currentColor"}))},w=P;
2
+
3
+ //# debugId=B041F842E050BC6364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconRocket2/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 IconRocket2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3252 2.09961C15.9808 5.06419 17.7578 8.18841 17.9893 11.5205C18.2191 14.8309 16.9144 18.2431 14.6357 21.7793L14.4844 22.0156H9.51562L9.36426 21.7793C7.08564 18.2431 5.78093 14.8309 6.01074 11.5205C6.24221 8.18843 8.0193 5.06417 11.6748 2.09961L12 1.83594L12.3252 2.09961ZM12 10.25C11.0337 10.2503 10.25 11.0337 10.25 12C10.25 12.9663 11.0337 13.7497 12 13.75C12.9664 13.7498 13.75 12.9664 13.75 12C13.75 11.0336 12.9664 10.2502 12 10.25Z\" fill=\"currentColor\"/><Path d=\"M5.00098 12.4795C5.04811 15.3176 6.08482 18.1619 7.73242 21H3V14.8154L3.12012 14.6748L5.00098 12.4795Z\" fill=\"currentColor\"/><Path d=\"M20.8799 14.6748L21 14.8154V21H16.2676C17.9152 18.1619 18.9509 15.3176 18.998 12.4795L20.8799 14.6748Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRocket2;\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,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAAyyB,EAAzyB,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4bAA4b,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,CAAI,GAGnyB",
9
+ "debugId": "B041F842E050BC6364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...l})=>{return C.createElement(p,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return o.createElement(t,{...e},o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.3252 2.09961C15.9808 5.06419 17.7578 8.18841 17.9893 11.5205C18.2191 14.8309 16.9144 18.2431 14.6357 21.7793L14.4844 22.0156H9.51562L9.36426 21.7793C7.08564 18.2431 5.78093 14.8309 6.01074 11.5205C6.24221 8.18843 8.0193 5.06417 11.6748 2.09961L12 1.83594L12.3252 2.09961ZM12 10.25C11.0337 10.2503 10.25 11.0337 10.25 12C10.25 12.9663 11.0337 13.7497 12 13.75C12.9664 13.7498 13.75 12.9664 13.75 12C13.75 11.0336 12.9664 10.2502 12 10.25Z",fill:"currentColor"}),o.createElement(n,{d:"M5.00098 12.4795C5.04811 15.3176 6.08482 18.1619 7.73242 21H3V14.8154L3.12012 14.6748L5.00098 12.4795Z",fill:"currentColor"}),o.createElement(n,{d:"M20.8799 14.6748L21 14.8154V21H16.2676C17.9152 18.1619 18.9509 15.3176 18.998 12.4795L20.8799 14.6748Z",fill:"currentColor"}))},v=a;export{v as default,a as IconRocket2};
2
+
3
+ //# debugId=F3C47931C1A0069F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconRocket2/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 IconRocket2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3252 2.09961C15.9808 5.06419 17.7578 8.18841 17.9893 11.5205C18.2191 14.8309 16.9144 18.2431 14.6357 21.7793L14.4844 22.0156H9.51562L9.36426 21.7793C7.08564 18.2431 5.78093 14.8309 6.01074 11.5205C6.24221 8.18843 8.0193 5.06417 11.6748 2.09961L12 1.83594L12.3252 2.09961ZM12 10.25C11.0337 10.2503 10.25 11.0337 10.25 12C10.25 12.9663 11.0337 13.7497 12 13.75C12.9664 13.7498 13.75 12.9664 13.75 12C13.75 11.0336 12.9664 10.2502 12 10.25Z\" fill=\"currentColor\"/><Path d=\"M5.00098 12.4795C5.04811 15.3176 6.08482 18.1619 7.73242 21H3V14.8154L3.12012 14.6748L5.00098 12.4795Z\" fill=\"currentColor\"/><Path d=\"M20.8799 14.6748L21 14.8154V21H16.2676C17.9152 18.1619 18.9509 15.3176 18.998 12.4795L20.8799 14.6748Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRocket2;\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,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAAyyB,EAAzyB,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4bAA4b,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,CAAI,GAGnyB",
9
+ "debugId": "F3C47931C1A0069F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWebhooks: FC<CentralIconBaseProps>;
4
+ export default IconWebhooks;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:v,defineProperty:e,getOwnPropertyNames:c,getOwnPropertyDescriptor:b}=Object,i=Object.prototype.hasOwnProperty;function u(C){return this[C]}var y,F,B=(C,r,o)=>{var t=C!=null&&typeof C==="object";if(t){var s=r?y??=new WeakMap:F??=new WeakMap,f=s.get(C);if(f)return f}o=C!=null?h(v(C)):{};let p=r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o;for(let a of c(C))if(!i.call(p,a))e(p,a,{get:u.bind(C,a),enumerable:!0});if(t)s.set(C,p);return p},I=(C)=>{var r=(L??=new WeakMap).get(C),o;if(r)return r;if(r=e({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var t of c(C))if(!i.call(r,t))e(r,t,{get:u.bind(C,t),enumerable:!(o=b(C,t))||o.enumerable})}return L.set(C,r),r},L;var S=(C)=>C;function M(C,r){this[C]=S.bind(null,r)}var x=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0,configurable:!0,set:M.bind(r,o)})};var Z={};x(Z,{CentralIconBase:()=>m});module.exports=I(Z);var P=B(require("react")),g=require("react-native-svg"),m=({children:C,size:r=24,...o})=>{return P.default.createElement(g.Svg,{...o,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};var w={};x(w,{default:()=>H,IconWebhooks:()=>d});module.exports=I(w);var n=B(require("react"));var l=require("react-native-svg"),d=(C)=>{return n.default.createElement(m,{...C},n.default.createElement(l.Path,{d:"M5.66699 12.1611L5.79785 12.6729C4.20459 13.0832 3.02734 14.5304 3.02734 16.251C3.02784 18.2909 4.68258 19.9453 6.72266 19.9453C8.76254 19.9451 10.4165 18.2908 10.417 16.251V15.7227H15.5078C15.7348 14.9595 16.4415 14.4033 17.2783 14.4033C18.2983 14.4036 19.125 15.23 19.125 16.25C19.125 17.27 18.2983 18.0974 17.2783 18.0977C16.4418 18.0977 15.7351 17.541 15.5078 16.7783H11.4424C11.1796 19.1529 9.16722 21.0008 6.72266 21.001C4.09961 21.001 1.97315 18.8739 1.97266 16.251C1.97266 14.037 3.48662 12.1777 5.53516 11.6504L5.66699 12.1611Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12 4.90332C13.0202 4.90332 13.8476 5.72983 13.8477 6.75C13.8477 7.25264 13.646 7.70796 13.3203 8.04102L15.4463 11.8672C16.0103 11.6313 16.629 11.501 17.2773 11.501C19.9007 11.501 22.0273 13.6276 22.0273 16.251C22.0268 18.8739 19.9004 21.001 17.2773 21.001C16.007 21.0009 14.8519 20.5008 14 19.6885L14.7285 18.9248C15.3918 19.5572 16.2889 19.9452 17.2773 19.9453C19.3174 19.9453 20.9722 18.2909 20.9727 16.251C20.9727 14.2106 19.3177 12.5557 17.2773 12.5557C16.6253 12.5557 16.014 12.7251 15.4834 13.0205L15.0225 13.2773L12.3975 8.55273C12.2693 8.58085 12.1366 8.59766 12 8.59766C10.9798 8.59763 10.1533 7.77017 10.1533 6.75C10.1533 5.72985 10.9799 4.90335 12 4.90332Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12 2C14.6234 2 16.75 4.12762 16.75 6.75098C16.7499 7.15977 16.6983 7.55781 16.6006 7.9375L16.0889 7.80566L15.5781 7.6748C15.6539 7.38037 15.6943 7.07043 15.6943 6.75098C15.6943 4.71059 14.0404 3.05566 12 3.05566C9.95961 3.05566 8.30566 4.71059 8.30566 6.75098C8.306 8.13901 9.07166 9.34988 10.2061 9.98145L10.667 10.2373L10.4102 10.6982L8.04199 14.96C8.36757 15.293 8.56932 15.7475 8.56934 16.25C8.56934 17.27 7.74265 18.0974 6.72266 18.0977C5.70246 18.0977 4.875 17.2702 4.875 16.25C4.87503 15.2298 5.70248 14.4033 6.72266 14.4033C6.85914 14.4034 6.99207 14.4182 7.12012 14.4463L9.24609 10.6182C8.03971 9.75765 7.2503 8.34737 7.25 6.75098C7.25 4.12762 9.37665 2 12 2Z",fill:"currentColor"}))},H=d;
2
+
3
+ //# debugId=6C42F800144BC53564756E2164756E21
@@ -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=\"M5.66699 12.1611L5.79785 12.6729C4.20459 13.0832 3.02734 14.5304 3.02734 16.251C3.02784 18.2909 4.68258 19.9453 6.72266 19.9453C8.76254 19.9451 10.4165 18.2908 10.417 16.251V15.7227H15.5078C15.7348 14.9595 16.4415 14.4033 17.2783 14.4033C18.2983 14.4036 19.125 15.23 19.125 16.25C19.125 17.27 18.2983 18.0974 17.2783 18.0977C16.4418 18.0977 15.7351 17.541 15.5078 16.7783H11.4424C11.1796 19.1529 9.16722 21.0008 6.72266 21.001C4.09961 21.001 1.97315 18.8739 1.97266 16.251C1.97266 14.037 3.48662 12.1777 5.53516 11.6504L5.66699 12.1611Z\" fill=\"currentColor\"/><Path d=\"M12 4.90332C13.0202 4.90332 13.8476 5.72983 13.8477 6.75C13.8477 7.25264 13.646 7.70796 13.3203 8.04102L15.4463 11.8672C16.0103 11.6313 16.629 11.501 17.2773 11.501C19.9007 11.501 22.0273 13.6276 22.0273 16.251C22.0268 18.8739 19.9004 21.001 17.2773 21.001C16.007 21.0009 14.8519 20.5008 14 19.6885L14.7285 18.9248C15.3918 19.5572 16.2889 19.9452 17.2773 19.9453C19.3174 19.9453 20.9722 18.2909 20.9727 16.251C20.9727 14.2106 19.3177 12.5557 17.2773 12.5557C16.6253 12.5557 16.014 12.7251 15.4834 13.0205L15.0225 13.2773L12.3975 8.55273C12.2693 8.58085 12.1366 8.59766 12 8.59766C10.9798 8.59763 10.1533 7.77017 10.1533 6.75C10.1533 5.72985 10.9799 4.90335 12 4.90332Z\" fill=\"currentColor\"/><Path d=\"M12 2C14.6234 2 16.75 4.12762 16.75 6.75098C16.7499 7.15977 16.6983 7.55781 16.6006 7.9375L16.0889 7.80566L15.5781 7.6748C15.6539 7.38037 15.6943 7.07043 15.6943 6.75098C15.6943 4.71059 14.0404 3.05566 12 3.05566C9.95961 3.05566 8.30566 4.71059 8.30566 6.75098C8.306 8.13901 9.07166 9.34988 10.2061 9.98145L10.667 10.2373L10.4102 10.6982L8.04199 14.96C8.36757 15.293 8.56932 15.7475 8.56934 16.25C8.56934 17.27 7.74265 18.0974 6.72266 18.0977C5.70246 18.0977 4.875 17.2702 4.875 16.25C4.87503 15.2298 5.70248 14.4033 6.72266 14.4033C6.85914 14.4034 6.99207 14.4182 7.12012 14.4463L9.24609 10.6182C8.03971 9.75765 7.2503 8.34737 7.25 6.75098C7.25 4.12762 9.37665 2 12 2Z\" fill=\"currentColor\"/></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,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAA+8D,EAA/8D,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,2hBAA2hB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+pBAA+pB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,gqBAAgqB,KAAK,eAAc,CAAI,GAGz8D",
9
+ "debugId": "6C42F800144BC53564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...n})=>{return p.createElement(l,{...n,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as t}from"react-native-svg";var a=(o)=>{return r.createElement(e,{...o},r.createElement(t,{d:"M5.66699 12.1611L5.79785 12.6729C4.20459 13.0832 3.02734 14.5304 3.02734 16.251C3.02784 18.2909 4.68258 19.9453 6.72266 19.9453C8.76254 19.9451 10.4165 18.2908 10.417 16.251V15.7227H15.5078C15.7348 14.9595 16.4415 14.4033 17.2783 14.4033C18.2983 14.4036 19.125 15.23 19.125 16.25C19.125 17.27 18.2983 18.0974 17.2783 18.0977C16.4418 18.0977 15.7351 17.541 15.5078 16.7783H11.4424C11.1796 19.1529 9.16722 21.0008 6.72266 21.001C4.09961 21.001 1.97315 18.8739 1.97266 16.251C1.97266 14.037 3.48662 12.1777 5.53516 11.6504L5.66699 12.1611Z",fill:"currentColor"}),r.createElement(t,{d:"M12 4.90332C13.0202 4.90332 13.8476 5.72983 13.8477 6.75C13.8477 7.25264 13.646 7.70796 13.3203 8.04102L15.4463 11.8672C16.0103 11.6313 16.629 11.501 17.2773 11.501C19.9007 11.501 22.0273 13.6276 22.0273 16.251C22.0268 18.8739 19.9004 21.001 17.2773 21.001C16.007 21.0009 14.8519 20.5008 14 19.6885L14.7285 18.9248C15.3918 19.5572 16.2889 19.9452 17.2773 19.9453C19.3174 19.9453 20.9722 18.2909 20.9727 16.251C20.9727 14.2106 19.3177 12.5557 17.2773 12.5557C16.6253 12.5557 16.014 12.7251 15.4834 13.0205L15.0225 13.2773L12.3975 8.55273C12.2693 8.58085 12.1366 8.59766 12 8.59766C10.9798 8.59763 10.1533 7.77017 10.1533 6.75C10.1533 5.72985 10.9799 4.90335 12 4.90332Z",fill:"currentColor"}),r.createElement(t,{d:"M12 2C14.6234 2 16.75 4.12762 16.75 6.75098C16.7499 7.15977 16.6983 7.55781 16.6006 7.9375L16.0889 7.80566L15.5781 7.6748C15.6539 7.38037 15.6943 7.07043 15.6943 6.75098C15.6943 4.71059 14.0404 3.05566 12 3.05566C9.95961 3.05566 8.30566 4.71059 8.30566 6.75098C8.306 8.13901 9.07166 9.34988 10.2061 9.98145L10.667 10.2373L10.4102 10.6982L8.04199 14.96C8.36757 15.293 8.56932 15.7475 8.56934 16.25C8.56934 17.27 7.74265 18.0974 6.72266 18.0977C5.70246 18.0977 4.875 17.2702 4.875 16.25C4.87503 15.2298 5.70248 14.4033 6.72266 14.4033C6.85914 14.4034 6.99207 14.4182 7.12012 14.4463L9.24609 10.6182C8.03971 9.75765 7.2503 8.34737 7.25 6.75098C7.25 4.12762 9.37665 2 12 2Z",fill:"currentColor"}))},P=a;export{P as default,a as IconWebhooks};
2
+
3
+ //# debugId=3A25AD7C3427397664756E2164756E21
@@ -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=\"M5.66699 12.1611L5.79785 12.6729C4.20459 13.0832 3.02734 14.5304 3.02734 16.251C3.02784 18.2909 4.68258 19.9453 6.72266 19.9453C8.76254 19.9451 10.4165 18.2908 10.417 16.251V15.7227H15.5078C15.7348 14.9595 16.4415 14.4033 17.2783 14.4033C18.2983 14.4036 19.125 15.23 19.125 16.25C19.125 17.27 18.2983 18.0974 17.2783 18.0977C16.4418 18.0977 15.7351 17.541 15.5078 16.7783H11.4424C11.1796 19.1529 9.16722 21.0008 6.72266 21.001C4.09961 21.001 1.97315 18.8739 1.97266 16.251C1.97266 14.037 3.48662 12.1777 5.53516 11.6504L5.66699 12.1611Z\" fill=\"currentColor\"/><Path d=\"M12 4.90332C13.0202 4.90332 13.8476 5.72983 13.8477 6.75C13.8477 7.25264 13.646 7.70796 13.3203 8.04102L15.4463 11.8672C16.0103 11.6313 16.629 11.501 17.2773 11.501C19.9007 11.501 22.0273 13.6276 22.0273 16.251C22.0268 18.8739 19.9004 21.001 17.2773 21.001C16.007 21.0009 14.8519 20.5008 14 19.6885L14.7285 18.9248C15.3918 19.5572 16.2889 19.9452 17.2773 19.9453C19.3174 19.9453 20.9722 18.2909 20.9727 16.251C20.9727 14.2106 19.3177 12.5557 17.2773 12.5557C16.6253 12.5557 16.014 12.7251 15.4834 13.0205L15.0225 13.2773L12.3975 8.55273C12.2693 8.58085 12.1366 8.59766 12 8.59766C10.9798 8.59763 10.1533 7.77017 10.1533 6.75C10.1533 5.72985 10.9799 4.90335 12 4.90332Z\" fill=\"currentColor\"/><Path d=\"M12 2C14.6234 2 16.75 4.12762 16.75 6.75098C16.7499 7.15977 16.6983 7.55781 16.6006 7.9375L16.0889 7.80566L15.5781 7.6748C15.6539 7.38037 15.6943 7.07043 15.6943 6.75098C15.6943 4.71059 14.0404 3.05566 12 3.05566C9.95961 3.05566 8.30566 4.71059 8.30566 6.75098C8.306 8.13901 9.07166 9.34988 10.2061 9.98145L10.667 10.2373L10.4102 10.6982L8.04199 14.96C8.36757 15.293 8.56932 15.7475 8.56934 16.25C8.56934 17.27 7.74265 18.0974 6.72266 18.0977C5.70246 18.0977 4.875 17.2702 4.875 16.25C4.87503 15.2298 5.70248 14.4033 6.72266 14.4033C6.85914 14.4034 6.99207 14.4182 7.12012 14.4463L9.24609 10.6182C8.03971 9.75765 7.2503 8.34737 7.25 6.75098C7.25 4.12762 9.37665 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,gBAA+8D,EAA/8D,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,2hBAA2hB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+pBAA+pB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gqBAAgqB,KAAK,eAAc,CAAI,GAGz8D",
9
+ "debugId": "3A25AD7C3427397664756E2164756E21",
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
 
@@ -2230,6 +2231,7 @@ Below is a complete list of available icons:
2230
2231
  - IconSteeringWheel1
2231
2232
  - IconBoat
2232
2233
  - IconCarTaxi
2234
+ - IconRocket2
2233
2235
 
2234
2236
  ### Vehicles & Aircrafts
2235
2237