@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.313 → 1.1.315

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 React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconQuestionmark: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconQuestionmark;
@@ -0,0 +1,3 @@
1
+ var w=Object.create;var{getPrototypeOf:P,defineProperty:s,getOwnPropertyNames:h,getOwnPropertyDescriptor:v}=Object,c=Object.prototype.hasOwnProperty;function g(r){return this[r]}var y,H,k=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var a=o?y??=new WeakMap:H??=new WeakMap,l=a.get(r);if(l)return l}e=r!=null?w(P(r)):{};let i=o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e;for(let p of h(r))if(!c.call(i,p))s(i,p,{get:g.bind(r,p),enumerable:!0});if(t)a.set(r,i);return i},x=(r)=>{var o=(d??=new WeakMap).get(r),e;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of h(r))if(!c.call(o,t))s(o,t,{get:g.bind(r,t),enumerable:!(e=v(r,t))||e.enumerable})}return d.set(r,o),o},d;var S=(r)=>r;function M(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var b={};I(b,{CentralIconBase:()=>f});module.exports=x(b);var n=k(require("react")),C=require("react-native-svg"),f=({children:r,size:o=24,mode:e="masked",maskId:t,...a})=>{let l=e!=="raw"&&!!t;return n.default.createElement(C.Svg,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l?n.default.createElement(n.default.Fragment,null,n.default.createElement(C.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement(C.Rect,{width:"24",height:"24",fill:"#000"}),n.default.createElement(C.G,{color:"#fff"},r)),n.default.createElement(C.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var $={};I($,{default:()=>F,IconQuestionmark:()=>B});module.exports=x($);var m=k(require("react"));var u=require("react-native-svg"),B=m.default.memo((r)=>{return m.default.createElement(f,{...r,maskId:"square-filled-radius-0-stroke-1-IconQuestionmark"},m.default.createElement(u.Path,{d:"M12 18.0001C12.5522 18.0001 12.9998 18.448 13 19.0001C13 19.5524 12.5523 20.0001 12 20.0001C11.4477 20.0001 11 19.5524 11 19.0001C11.0002 18.448 11.4478 18.0001 12 18.0001Z",fill:"currentColor"}),m.default.createElement(u.Path,{d:"M12.1211 4.00111C12.1318 4.00136 12.1426 4.00178 12.1533 4.00209H12.1562C13.3215 4.02348 14.4974 4.40875 15.4062 5.17787C16.3734 5.99645 16.9999 7.21847 17 8.77357C17 9.85639 16.6776 10.6509 16.1748 11.2882C15.9641 11.5552 15.7203 11.7911 15.4727 12.006C15.1826 12.309 14.8769 12.5843 14.5811 12.8478C13.9927 13.3718 13.4503 13.8579 13.0664 14.4591C12.8762 14.9073 12.75 15.4801 12.75 16.2501H12.5068C12.5061 16.2641 12.5045 16.2781 12.5039 16.2921C12.4918 16.5678 12.259 16.7815 11.9834 16.7697C11.7081 16.7577 11.4938 16.5253 11.5049 16.2501H11.25C11.2501 14.9524 11.5455 13.9832 12.0283 13.213C12.5016 12.4582 13.1249 11.9462 13.665 11.5275C14.2351 11.0856 14.6703 10.7735 14.9971 10.3595C15.2908 9.98719 15.5 9.51988 15.5 8.77357C15.4999 7.6542 15.0638 6.8525 14.4375 6.3224C13.7957 5.77929 12.9148 5.49004 12.0088 5.50014C11.1038 5.5103 10.2242 5.81826 9.58105 6.40053C8.95154 6.97058 8.50013 7.84637 8.5 9.10267H7C7.00002 8.90266 7.00889 8.70796 7.02637 8.51869C7.02562 8.49755 7.02438 8.47585 7.02637 8.45424C7.30325 5.47433 9.64961 4.0256 11.9326 4.00014H11.9912C12.0345 3.99965 12.0778 4.00059 12.1211 4.00111Z",fill:"currentColor"}))}),F=B;
2
+
3
+ //# debugId=4F18428718A426BD64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQuestionmark/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQuestionmark: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconQuestionmark\"><Path d=\"M12 18.0001C12.5522 18.0001 12.9998 18.448 13 19.0001C13 19.5524 12.5523 20.0001 12 20.0001C11.4477 20.0001 11 19.5524 11 19.0001C11.0002 18.448 11.4478 18.0001 12 18.0001Z\" fill=\"currentColor\"/><Path d=\"M12.1211 4.00111C12.1318 4.00136 12.1426 4.00178 12.1533 4.00209H12.1562C13.3215 4.02348 14.4974 4.40875 15.4062 5.17787C16.3734 5.99645 16.9999 7.21847 17 8.77357C17 9.85639 16.6776 10.6509 16.1748 11.2882C15.9641 11.5552 15.7203 11.7911 15.4727 12.006C15.1826 12.309 14.8769 12.5843 14.5811 12.8478C13.9927 13.3718 13.4503 13.8579 13.0664 14.4591C12.8762 14.9073 12.75 15.4801 12.75 16.2501H12.5068C12.5061 16.2641 12.5045 16.2781 12.5039 16.2921C12.4918 16.5678 12.259 16.7815 11.9834 16.7697C11.7081 16.7577 11.4938 16.5253 11.5049 16.2501H11.25C11.2501 14.9524 11.5455 13.9832 12.0283 13.213C12.5016 12.4582 13.1249 11.9462 13.665 11.5275C14.2351 11.0856 14.6703 10.7735 14.9971 10.3595C15.2908 9.98719 15.5 9.51988 15.5 8.77357C15.4999 7.6542 15.0638 6.8525 14.4375 6.3224C13.7957 5.77929 12.9148 5.49004 12.0088 5.50014C11.1038 5.5103 10.2242 5.81826 9.58105 6.40053C8.95154 6.97058 8.50013 7.84637 8.5 9.10267H7C7.00002 8.90266 7.00889 8.70796 7.02637 8.51869C7.02562 8.49755 7.02438 8.47585 7.02637 8.45424C7.30325 5.47433 9.64961 4.0256 11.9326 4.00014H11.9912C12.0345 3.99965 12.0778 4.00059 12.1211 4.00111Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconQuestionmark;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,4EChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAqE,UAAM,KAAK,CAAC,IAAU,CACtG,OAAO,wBAAm6C,EAAn6C,IAAqB,EAAO,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kmCAAkmC,KAAK,eAAc,CAAI,EAC36C,EAEc",
9
+ "debugId": "4F18428718A426BD64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as p,Mask as f,Rect as n,G as u}from"react-native-svg";var s=({children:e,size:o=24,mode:a="masked",maskId:C,...l})=>{let i=a!=="raw"&&!!C;return r.createElement(p,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},i?r.createElement(r.Fragment,null,r.createElement(f,{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(n,{width:"24",height:"24",fill:"#000"}),r.createElement(u,{color:"#fff"},e)),r.createElement(n,{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):e)};import t from"react";import{Path as m}from"react-native-svg";var d=t.memo((e)=>{return t.createElement(s,{...e,maskId:"square-filled-radius-0-stroke-1-IconQuestionmark"},t.createElement(m,{d:"M12 18.0001C12.5522 18.0001 12.9998 18.448 13 19.0001C13 19.5524 12.5523 20.0001 12 20.0001C11.4477 20.0001 11 19.5524 11 19.0001C11.0002 18.448 11.4478 18.0001 12 18.0001Z",fill:"currentColor"}),t.createElement(m,{d:"M12.1211 4.00111C12.1318 4.00136 12.1426 4.00178 12.1533 4.00209H12.1562C13.3215 4.02348 14.4974 4.40875 15.4062 5.17787C16.3734 5.99645 16.9999 7.21847 17 8.77357C17 9.85639 16.6776 10.6509 16.1748 11.2882C15.9641 11.5552 15.7203 11.7911 15.4727 12.006C15.1826 12.309 14.8769 12.5843 14.5811 12.8478C13.9927 13.3718 13.4503 13.8579 13.0664 14.4591C12.8762 14.9073 12.75 15.4801 12.75 16.2501H12.5068C12.5061 16.2641 12.5045 16.2781 12.5039 16.2921C12.4918 16.5678 12.259 16.7815 11.9834 16.7697C11.7081 16.7577 11.4938 16.5253 11.5049 16.2501H11.25C11.2501 14.9524 11.5455 13.9832 12.0283 13.213C12.5016 12.4582 13.1249 11.9462 13.665 11.5275C14.2351 11.0856 14.6703 10.7735 14.9971 10.3595C15.2908 9.98719 15.5 9.51988 15.5 8.77357C15.4999 7.6542 15.0638 6.8525 14.4375 6.3224C13.7957 5.77929 12.9148 5.49004 12.0088 5.50014C11.1038 5.5103 10.2242 5.81826 9.58105 6.40053C8.95154 6.97058 8.50013 7.84637 8.5 9.10267H7C7.00002 8.90266 7.00889 8.70796 7.02637 8.51869C7.02562 8.49755 7.02438 8.47585 7.02637 8.45424C7.30325 5.47433 9.64961 4.0256 11.9326 4.00014H11.9912C12.0345 3.99965 12.0778 4.00059 12.1211 4.00111Z",fill:"currentColor"}))}),v=d;export{v as default,d as IconQuestionmark};
2
+
3
+ //# debugId=5FF1A3653F0F466564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQuestionmark/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQuestionmark: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconQuestionmark\"><Path d=\"M12 18.0001C12.5522 18.0001 12.9998 18.448 13 19.0001C13 19.5524 12.5523 20.0001 12 20.0001C11.4477 20.0001 11 19.5524 11 19.0001C11.0002 18.448 11.4478 18.0001 12 18.0001Z\" fill=\"currentColor\"/><Path d=\"M12.1211 4.00111C12.1318 4.00136 12.1426 4.00178 12.1533 4.00209H12.1562C13.3215 4.02348 14.4974 4.40875 15.4062 5.17787C16.3734 5.99645 16.9999 7.21847 17 8.77357C17 9.85639 16.6776 10.6509 16.1748 11.2882C15.9641 11.5552 15.7203 11.7911 15.4727 12.006C15.1826 12.309 14.8769 12.5843 14.5811 12.8478C13.9927 13.3718 13.4503 13.8579 13.0664 14.4591C12.8762 14.9073 12.75 15.4801 12.75 16.2501H12.5068C12.5061 16.2641 12.5045 16.2781 12.5039 16.2921C12.4918 16.5678 12.259 16.7815 11.9834 16.7697C11.7081 16.7577 11.4938 16.5253 11.5049 16.2501H11.25C11.2501 14.9524 11.5455 13.9832 12.0283 13.213C12.5016 12.4582 13.1249 11.9462 13.665 11.5275C14.2351 11.0856 14.6703 10.7735 14.9971 10.3595C15.2908 9.98719 15.5 9.51988 15.5 8.77357C15.4999 7.6542 15.0638 6.8525 14.4375 6.3224C13.7957 5.77929 12.9148 5.49004 12.0088 5.50014C11.1038 5.5103 10.2242 5.81826 9.58105 6.40053C8.95154 6.97058 8.50013 7.84637 8.5 9.10267H7C7.00002 8.90266 7.00889 8.70796 7.02637 8.51869C7.02562 8.49755 7.02438 8.47585 7.02637 8.45424C7.30325 5.47433 9.64961 4.0256 11.9326 4.00014H11.9912C12.0345 3.99965 12.0778 4.00059 12.1211 4.00111Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconQuestionmark;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAqE,EAAM,KAAK,CAAC,IAAU,CACtG,OAAO,gBAAm6C,EAAn6C,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kmCAAkmC,KAAK,eAAc,CAAI,EAC36C,EAEc",
9
+ "debugId": "5FF1A3653F0F466564756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconCircleQuestionmark: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconCircleQuestionmark;
3
+ export declare const IconQuestionmarkCircle: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconQuestionmarkCircle;
@@ -0,0 +1,3 @@
1
+ var v=Object.create;var{getPrototypeOf:w,defineProperty:s,getOwnPropertyNames:u,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(r){return this[r]}var y,M,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var l=o?y??=new WeakMap:M??=new WeakMap,i=l.get(r);if(i)return i}e=r!=null?v(w(r)):{};let a=o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e;for(let p of u(r))if(!c.call(a,p))s(a,p,{get:h.bind(r,p),enumerable:!0});if(t)l.set(r,a);return a},k=(r)=>{var o=(f??=new WeakMap).get(r),e;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!c.call(o,t))s(o,t,{get:h.bind(r,t),enumerable:!(e=P(r,t))||e.enumerable})}return f.set(r,o),o},f;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var Z={};x(Z,{CentralIconBase:()=>d});module.exports=k(Z);var n=g(require("react")),C=require("react-native-svg"),d=({children:r,size:o=24,mode:e="masked",maskId:t,...l})=>{let i=e!=="raw"&&!!t;return n.default.createElement(C.Svg,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},i?n.default.createElement(n.default.Fragment,null,n.default.createElement(C.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement(C.Rect,{width:"24",height:"24",fill:"#000"}),n.default.createElement(C.G,{color:"#fff"},r)),n.default.createElement(C.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var $={};x($,{default:()=>F,IconQuestionmarkCircle:()=>B});module.exports=k($);var m=g(require("react"));var I=require("react-native-svg"),B=m.default.memo((r)=>{return m.default.createElement(d,{...r,maskId:"square-filled-radius-0-stroke-1-IconQuestionmarkCircle"},m.default.createElement(I.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 16C11.5858 16 11.25 16.3358 11.25 16.75C11.25 17.1642 11.5858 17.5 12 17.5C12.4142 17.5 12.75 17.1642 12.75 16.75C12.75 16.3358 12.4142 16 12 16ZM11.9893 6.50098C11.2614 6.51658 10.5145 6.76683 9.94336 7.29102C9.36331 7.82341 9 8.60677 9 9.61035H10C10 8.86403 10.2617 8.35543 10.6191 8.02734C10.9855 7.69106 11.4886 7.51217 12.0107 7.50098C12.5344 7.48976 13.0408 7.64862 13.4062 7.94141C13.7604 8.22527 14 8.64685 14 9.22656C13.9999 9.69639 13.8767 9.99341 13.7021 10.2383C13.5047 10.5153 13.2514 10.7221 12.9053 11.0508C12.5768 11.3627 12.2143 11.7453 11.9414 12.3027C11.6677 12.8619 11.5 13.5633 11.5 14.5H12.5C12.5 13.6869 12.6449 13.1415 12.8398 12.7432C13.0356 12.3434 13.2983 12.0568 13.5947 11.7754C13.8735 11.5107 14.2455 11.1987 14.5166 10.8184C14.8106 10.4058 14.9999 9.9064 15 9.22656C15 8.33319 14.6144 7.6284 14.0312 7.16113C13.4592 6.7028 12.7156 6.48541 11.9893 6.50098Z",fill:"currentColor"}))}),F=B;
2
+
3
+ //# debugId=A83E1B331D7FCD5464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQuestionmarkCircle/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQuestionmarkCircle: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconQuestionmarkCircle\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 16C11.5858 16 11.25 16.3358 11.25 16.75C11.25 17.1642 11.5858 17.5 12 17.5C12.4142 17.5 12.75 17.1642 12.75 16.75C12.75 16.3358 12.4142 16 12 16ZM11.9893 6.50098C11.2614 6.51658 10.5145 6.76683 9.94336 7.29102C9.36331 7.82341 9 8.60677 9 9.61035H10C10 8.86403 10.2617 8.35543 10.6191 8.02734C10.9855 7.69106 11.4886 7.51217 12.0107 7.50098C12.5344 7.48976 13.0408 7.64862 13.4062 7.94141C13.7604 8.22527 14 8.64685 14 9.22656C13.9999 9.69639 13.8767 9.99341 13.7021 10.2383C13.5047 10.5153 13.2514 10.7221 12.9053 11.0508C12.5768 11.3627 12.2143 11.7453 11.9414 12.3027C11.6677 12.8619 11.5 13.5633 11.5 14.5H12.5C12.5 13.6869 12.6449 13.1415 12.8398 12.7432C13.0356 12.3434 13.2983 12.0568 13.5947 11.7754C13.8735 11.5107 14.2455 11.1987 14.5166 10.8184C14.8106 10.4058 14.9999 9.9064 15 9.22656C15 8.33319 14.6144 7.6284 14.0312 7.16113C13.4592 6.7028 12.7156 6.48541 11.9893 6.50098Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconQuestionmarkCircle;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,kFChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA2E,UAAM,KAAK,CAAC,IAAU,CAC5G,OAAO,wBAA8oC,EAA9oC,IAAqB,EAAO,OAAO,0DAAyD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6+BAA6+B,KAAK,eAAc,CAAI,EACtpC,EAEc",
9
+ "debugId": "A83E1B331D7FCD5464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as m,Mask as p,Rect as n,G as d}from"react-native-svg";var s=({children:e,size:o=24,mode:l="masked",maskId:t,...i})=>{let a=l!=="raw"&&!!t;return r.createElement(m,{...i,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?r.createElement(r.Fragment,null,r.createElement(p,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(n,{width:"24",height:"24",fill:"#000"}),r.createElement(d,{color:"#fff"},e)),r.createElement(n,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import C from"react";import{Path as f}from"react-native-svg";var u=C.memo((e)=>{return C.createElement(s,{...e,maskId:"square-filled-radius-0-stroke-1-IconQuestionmarkCircle"},C.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 16C11.5858 16 11.25 16.3358 11.25 16.75C11.25 17.1642 11.5858 17.5 12 17.5C12.4142 17.5 12.75 17.1642 12.75 16.75C12.75 16.3358 12.4142 16 12 16ZM11.9893 6.50098C11.2614 6.51658 10.5145 6.76683 9.94336 7.29102C9.36331 7.82341 9 8.60677 9 9.61035H10C10 8.86403 10.2617 8.35543 10.6191 8.02734C10.9855 7.69106 11.4886 7.51217 12.0107 7.50098C12.5344 7.48976 13.0408 7.64862 13.4062 7.94141C13.7604 8.22527 14 8.64685 14 9.22656C13.9999 9.69639 13.8767 9.99341 13.7021 10.2383C13.5047 10.5153 13.2514 10.7221 12.9053 11.0508C12.5768 11.3627 12.2143 11.7453 11.9414 12.3027C11.6677 12.8619 11.5 13.5633 11.5 14.5H12.5C12.5 13.6869 12.6449 13.1415 12.8398 12.7432C13.0356 12.3434 13.2983 12.0568 13.5947 11.7754C13.8735 11.5107 14.2455 11.1987 14.5166 10.8184C14.8106 10.4058 14.9999 9.9064 15 9.22656C15 8.33319 14.6144 7.6284 14.0312 7.16113C13.4592 6.7028 12.7156 6.48541 11.9893 6.50098Z",fill:"currentColor"}))}),P=u;export{P as default,u as IconQuestionmarkCircle};
2
+
3
+ //# debugId=1290C9859DFF1B6B64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQuestionmarkCircle/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQuestionmarkCircle: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconQuestionmarkCircle\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 16C11.5858 16 11.25 16.3358 11.25 16.75C11.25 17.1642 11.5858 17.5 12 17.5C12.4142 17.5 12.75 17.1642 12.75 16.75C12.75 16.3358 12.4142 16 12 16ZM11.9893 6.50098C11.2614 6.51658 10.5145 6.76683 9.94336 7.29102C9.36331 7.82341 9 8.60677 9 9.61035H10C10 8.86403 10.2617 8.35543 10.6191 8.02734C10.9855 7.69106 11.4886 7.51217 12.0107 7.50098C12.5344 7.48976 13.0408 7.64862 13.4062 7.94141C13.7604 8.22527 14 8.64685 14 9.22656C13.9999 9.69639 13.8767 9.99341 13.7021 10.2383C13.5047 10.5153 13.2514 10.7221 12.9053 11.0508C12.5768 11.3627 12.2143 11.7453 11.9414 12.3027C11.6677 12.8619 11.5 13.5633 11.5 14.5H12.5C12.5 13.6869 12.6449 13.1415 12.8398 12.7432C13.0356 12.3434 13.2983 12.0568 13.5947 11.7754C13.8735 11.5107 14.2455 11.1987 14.5166 10.8184C14.8106 10.4058 14.9999 9.9064 15 9.22656C15 8.33319 14.6144 7.6284 14.0312 7.16113C13.4592 6.7028 12.7156 6.48541 11.9893 6.50098Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconQuestionmarkCircle;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAA2E,EAAM,KAAK,CAAC,IAAU,CAC5G,OAAO,gBAA8oC,EAA9oC,IAAqB,EAAO,OAAO,0DAAyD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6+BAA6+B,KAAK,eAAc,CAAI,EACtpC,EAEc",
9
+ "debugId": "1290C9859DFF1B6B64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconQuestionmarkCircle2: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconQuestionmarkCircle2;
@@ -1,3 +1,3 @@
1
- var V=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:w}=Object,c=Object.prototype.hasOwnProperty;function h(r){return this[r]}var P,H,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var i=o?P??=new WeakMap:H??=new WeakMap,a=i.get(r);if(a)return a}e=r!=null?V(v(r)):{};let m=o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e;for(let C of u(r))if(!c.call(m,C))l(m,C,{get:h.bind(r,C),enumerable:!0});if(t)i.set(r,m);return m},k=(r)=>{var o=(f??=new WeakMap).get(r),e;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!c.call(o,t))l(o,t,{get:h.bind(r,t),enumerable:!(e=w(r,t))||e.enumerable})}return f.set(r,o),o},f;var y=(r)=>r;function M(r,o){this[r]=y.bind(null,o)}var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var S={};x(S,{CentralIconBase:()=>d});module.exports=k(S);var s=g(require("react")),n=require("react-native-svg"),d=({children:r,size:o=24,mode:e="masked",maskId:t,...i})=>{let a=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...i,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var b={};x(b,{default:()=>Z,IconCircleQuestionmark:()=>B});module.exports=k(b);var p=g(require("react"));var I=require("react-native-svg"),B=p.default.memo((r)=>{return p.default.createElement(d,{...r,maskId:"square-filled-radius-0-stroke-1-IconCircleQuestionmark"},p.default.createElement(I.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z",fill:"currentColor"}))}),Z=B;
1
+ var V=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:w}=Object,c=Object.prototype.hasOwnProperty;function h(r){return this[r]}var P,H,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var i=o?P??=new WeakMap:H??=new WeakMap,a=i.get(r);if(a)return a}e=r!=null?V(v(r)):{};let m=o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e;for(let C of u(r))if(!c.call(m,C))l(m,C,{get:h.bind(r,C),enumerable:!0});if(t)i.set(r,m);return m},k=(r)=>{var o=(f??=new WeakMap).get(r),e;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!c.call(o,t))l(o,t,{get:h.bind(r,t),enumerable:!(e=w(r,t))||e.enumerable})}return f.set(r,o),o},f;var y=(r)=>r;function M(r,o){this[r]=y.bind(null,o)}var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var S={};x(S,{CentralIconBase:()=>d});module.exports=k(S);var s=g(require("react")),n=require("react-native-svg"),d=({children:r,size:o=24,mode:e="masked",maskId:t,...i})=>{let a=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...i,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var b={};x(b,{default:()=>Z,IconQuestionmarkCircle2:()=>B});module.exports=k(b);var p=g(require("react"));var I=require("react-native-svg"),B=p.default.memo((r)=>{return p.default.createElement(d,{...r,maskId:"square-filled-radius-0-stroke-1-IconQuestionmarkCircle2"},p.default.createElement(I.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z",fill:"currentColor"}))}),Z=B;
2
2
 
3
- //# debugId=E4A509893E3123A764756E2164756E21
3
+ //# debugId=BF4D8EB6F6639C9064756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconCircleQuestionmark/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQuestionmarkCircle2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCircleQuestionmark: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconCircleQuestionmark\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconCircleQuestionmark;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQuestionmarkCircle2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconQuestionmarkCircle2\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconQuestionmarkCircle2;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,kFChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA2E,UAAM,KAAK,CAAC,IAAU,CAC5G,OAAO,wBAAoX,EAApX,IAAqB,EAAO,OAAO,0DAAyD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mNAAmN,KAAK,eAAc,CAAI,EAC5X,EAEc",
9
- "debugId": "E4A509893E3123A764756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,mFChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA4E,UAAM,KAAK,CAAC,IAAU,CAC7G,OAAO,wBAAqX,EAArX,IAAqB,EAAO,OAAO,2DAA0D,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mNAAmN,KAAK,eAAc,CAAI,EAC7X,EAEc",
9
+ "debugId": "BF4D8EB6F6639C9064756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";import{Svg as p,Mask as C,Rect as s,G as d}from"react-native-svg";var l=({children:e,size:o=24,mode:i="masked",maskId:t,...a})=>{let m=i!=="raw"&&!!t;return r.createElement(p,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?r.createElement(r.Fragment,null,r.createElement(C,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(d,{color:"#fff"},e)),r.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as f}from"react-native-svg";var u=n.memo((e)=>{return n.createElement(l,{...e,maskId:"square-filled-radius-0-stroke-1-IconCircleQuestionmark"},n.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconCircleQuestionmark};
1
+ import r from"react";import{Svg as p,Mask as C,Rect as s,G as d}from"react-native-svg";var l=({children:e,size:o=24,mode:i="masked",maskId:t,...a})=>{let m=i!=="raw"&&!!t;return r.createElement(p,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?r.createElement(r.Fragment,null,r.createElement(C,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(d,{color:"#fff"},e)),r.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as f}from"react-native-svg";var u=n.memo((e)=>{return n.createElement(l,{...e,maskId:"square-filled-radius-0-stroke-1-IconQuestionmarkCircle2"},n.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconQuestionmarkCircle2};
2
2
 
3
- //# debugId=11BB8A3B860003CA64756E2164756E21
3
+ //# debugId=F38268BE8B09B4B664756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconCircleQuestionmark/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconQuestionmarkCircle2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCircleQuestionmark: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconCircleQuestionmark\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconCircleQuestionmark;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconQuestionmarkCircle2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconQuestionmarkCircle2\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9 7H15V10.7831L12.5 12.2831V15H11.5V11.7169L14 10.2169V8H10V10H9V7ZM12.5 16V17.01H11.5V16H12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconQuestionmarkCircle2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAA2E,EAAM,KAAK,CAAC,IAAU,CAC5G,OAAO,gBAAoX,EAApX,IAAqB,EAAO,OAAO,0DAAyD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mNAAmN,KAAK,eAAc,CAAI,EAC5X,EAEc",
9
- "debugId": "11BB8A3B860003CA64756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAA4E,EAAM,KAAK,CAAC,IAAU,CAC7G,OAAO,gBAAqX,EAArX,IAAqB,EAAO,OAAO,2DAA0D,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mNAAmN,KAAK,eAAc,CAAI,EAC7X,EAEc",
9
+ "debugId": "F38268BE8B09B4B664756E2164756E21",
10
10
  "names": []
11
11
  }
package/README.md CHANGED
@@ -1198,7 +1198,7 @@ Below is a complete list of available icons:
1198
1198
  - IconSidebar
1199
1199
  - IconSquareInfo
1200
1200
  - IconCircleInfo
1201
- - IconCircleQuestionmark
1201
+ - IconQuestionmarkCircle2
1202
1202
  - IconCircleBanSign
1203
1203
  - IconExclamationTriangle
1204
1204
  - IconChainLink1
@@ -1334,6 +1334,8 @@ Below is a complete list of available icons:
1334
1334
  - IconBellActive
1335
1335
  - IconBell2Active
1336
1336
  - IconBell2Off
1337
+ - IconQuestionmarkCircle
1338
+ - IconQuestionmark
1337
1339
 
1338
1340
  ### Keyboard
1339
1341