@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.314 → 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,S,k=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var l=o?y??=new WeakMap:S??=new WeakMap,a=l.get(r);if(a)return a}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)l.set(r,i);return i},x=(r)=>{var o=(u??=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 u.set(r,o),o},u;var M=(r)=>r;function b(r,o){this[r]=M.bind(null,o)}var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var $={};I($,{CentralIconBase:()=>f});module.exports=x($);var n=k(require("react")),C=require("react-native-svg"),f=({children:r,size:o=24,mode:e="masked",maskId:t,...l})=>{let a=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"},a?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 F={};I(F,{default:()=>G,IconQuestionmark:()=>B});module.exports=x(F);var m=k(require("react"));var d=require("react-native-svg"),B=m.default.memo((r)=>{return m.default.createElement(f,{...r,maskId:"round-filled-radius-0-stroke-1-IconQuestionmark"},m.default.createElement(d.Path,{d:"M11.9997 18C12.552 18 12.9997 18.4477 12.9997 19C12.9997 19.5523 12.552 20 11.9997 20C11.4475 19.9999 10.9997 19.5522 10.9997 19C10.9997 18.4478 11.4475 18.0001 11.9997 18Z",fill:"currentColor"}),m.default.createElement(d.Path,{d:"M12.0651 4C12.2074 4.00008 12.3492 4.00562 12.4899 4.0166C13.6226 4.10509 14.7469 4.54234 15.5964 5.34766C16.4575 6.16413 16.9997 7.32629 16.9997 8.77344C16.9997 9.8556 16.6783 10.6512 16.1696 11.2812C16.005 11.4852 15.8211 11.668 15.6315 11.8359C15.2969 12.2083 14.9311 12.5356 14.5807 12.8477C13.8569 13.4923 13.2024 14.0789 12.8278 14.8945C12.7785 15.1431 12.7497 15.4256 12.7497 15.75C12.7497 15.9701 12.6527 16.1655 12.5016 16.3027C12.484 16.5731 12.2551 16.7812 11.9831 16.7695C11.7288 16.7584 11.5281 16.5588 11.5075 16.3115C11.3509 16.1741 11.2497 15.9748 11.2497 15.75C11.2497 14.5498 11.5544 13.6567 12.0505 12.9502C12.5307 12.2665 13.1604 11.8054 13.6901 11.4287C14.252 11.0292 14.6835 10.7341 15.0026 10.3389C15.2908 9.98187 15.4997 9.52082 15.4997 8.77344C15.4997 7.72745 15.1189 6.96255 14.5641 6.43652C13.9976 5.89945 13.2125 5.57827 12.3737 5.5127C10.6817 5.38058 8.9995 6.27482 8.5954 8.15723C8.52715 8.47515 8.26638 8.69923 7.96161 8.74023C7.86854 8.90925 7.68242 9.01687 7.47821 8.99805C7.20346 8.97243 7.00075 8.72885 7.02606 8.4541C7.30278 5.47405 9.64927 4.02554 11.9323 4H12.0651Z",fill:"currentColor"}))}),G=B;
2
+
3
+ //# debugId=79DE346FBF4AE32964756E2164756E21
@@ -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=\"round-filled-radius-0-stroke-1-IconQuestionmark\"><Path d=\"M11.9997 18C12.552 18 12.9997 18.4477 12.9997 19C12.9997 19.5523 12.552 20 11.9997 20C11.4475 19.9999 10.9997 19.5522 10.9997 19C10.9997 18.4478 11.4475 18.0001 11.9997 18Z\" fill=\"currentColor\"/><Path d=\"M12.0651 4C12.2074 4.00008 12.3492 4.00562 12.4899 4.0166C13.6226 4.10509 14.7469 4.54234 15.5964 5.34766C16.4575 6.16413 16.9997 7.32629 16.9997 8.77344C16.9997 9.8556 16.6783 10.6512 16.1696 11.2812C16.005 11.4852 15.8211 11.668 15.6315 11.8359C15.2969 12.2083 14.9311 12.5356 14.5807 12.8477C13.8569 13.4923 13.2024 14.0789 12.8278 14.8945C12.7785 15.1431 12.7497 15.4256 12.7497 15.75C12.7497 15.9701 12.6527 16.1655 12.5016 16.3027C12.484 16.5731 12.2551 16.7812 11.9831 16.7695C11.7288 16.7584 11.5281 16.5588 11.5075 16.3115C11.3509 16.1741 11.2497 15.9748 11.2497 15.75C11.2497 14.5498 11.5544 13.6567 12.0505 12.9502C12.5307 12.2665 13.1604 11.8054 13.6901 11.4287C14.252 11.0292 14.6835 10.7341 15.0026 10.3389C15.2908 9.98187 15.4997 9.52082 15.4997 8.77344C15.4997 7.72745 15.1189 6.96255 14.5641 6.43652C13.9976 5.89945 13.2125 5.57827 12.3737 5.5127C10.6817 5.38058 8.9995 6.27482 8.5954 8.15723C8.52715 8.47515 8.26638 8.69923 7.96161 8.74023C7.86854 8.90925 7.68242 9.01687 7.47821 8.99805C7.20346 8.97243 7.00075 8.72885 7.02606 8.4541C7.30278 5.47405 9.64927 4.02554 11.9323 4H12.0651Z\" 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,wBAAk5C,EAAl5C,IAAqB,EAAO,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,klCAAklC,KAAK,eAAc,CAAI,EAC15C,EAEc",
9
+ "debugId": "79DE346FBF4AE32964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as p,Mask as f,Rect as n,G as d}from"react-native-svg";var s=({children:e,size:o=24,mode:l="masked",maskId:C,...a})=>{let i=l!=="raw"&&!!C;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"},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(d,{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 u=t.memo((e)=>{return t.createElement(s,{...e,maskId:"round-filled-radius-0-stroke-1-IconQuestionmark"},t.createElement(m,{d:"M11.9997 18C12.552 18 12.9997 18.4477 12.9997 19C12.9997 19.5523 12.552 20 11.9997 20C11.4475 19.9999 10.9997 19.5522 10.9997 19C10.9997 18.4478 11.4475 18.0001 11.9997 18Z",fill:"currentColor"}),t.createElement(m,{d:"M12.0651 4C12.2074 4.00008 12.3492 4.00562 12.4899 4.0166C13.6226 4.10509 14.7469 4.54234 15.5964 5.34766C16.4575 6.16413 16.9997 7.32629 16.9997 8.77344C16.9997 9.8556 16.6783 10.6512 16.1696 11.2812C16.005 11.4852 15.8211 11.668 15.6315 11.8359C15.2969 12.2083 14.9311 12.5356 14.5807 12.8477C13.8569 13.4923 13.2024 14.0789 12.8278 14.8945C12.7785 15.1431 12.7497 15.4256 12.7497 15.75C12.7497 15.9701 12.6527 16.1655 12.5016 16.3027C12.484 16.5731 12.2551 16.7812 11.9831 16.7695C11.7288 16.7584 11.5281 16.5588 11.5075 16.3115C11.3509 16.1741 11.2497 15.9748 11.2497 15.75C11.2497 14.5498 11.5544 13.6567 12.0505 12.9502C12.5307 12.2665 13.1604 11.8054 13.6901 11.4287C14.252 11.0292 14.6835 10.7341 15.0026 10.3389C15.2908 9.98187 15.4997 9.52082 15.4997 8.77344C15.4997 7.72745 15.1189 6.96255 14.5641 6.43652C13.9976 5.89945 13.2125 5.57827 12.3737 5.5127C10.6817 5.38058 8.9995 6.27482 8.5954 8.15723C8.52715 8.47515 8.26638 8.69923 7.96161 8.74023C7.86854 8.90925 7.68242 9.01687 7.47821 8.99805C7.20346 8.97243 7.00075 8.72885 7.02606 8.4541C7.30278 5.47405 9.64927 4.02554 11.9323 4H12.0651Z",fill:"currentColor"}))}),v=u;export{v as default,u as IconQuestionmark};
2
+
3
+ //# debugId=0796F1541C1210CC64756E2164756E21
@@ -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=\"round-filled-radius-0-stroke-1-IconQuestionmark\"><Path d=\"M11.9997 18C12.552 18 12.9997 18.4477 12.9997 19C12.9997 19.5523 12.552 20 11.9997 20C11.4475 19.9999 10.9997 19.5522 10.9997 19C10.9997 18.4478 11.4475 18.0001 11.9997 18Z\" fill=\"currentColor\"/><Path d=\"M12.0651 4C12.2074 4.00008 12.3492 4.00562 12.4899 4.0166C13.6226 4.10509 14.7469 4.54234 15.5964 5.34766C16.4575 6.16413 16.9997 7.32629 16.9997 8.77344C16.9997 9.8556 16.6783 10.6512 16.1696 11.2812C16.005 11.4852 15.8211 11.668 15.6315 11.8359C15.2969 12.2083 14.9311 12.5356 14.5807 12.8477C13.8569 13.4923 13.2024 14.0789 12.8278 14.8945C12.7785 15.1431 12.7497 15.4256 12.7497 15.75C12.7497 15.9701 12.6527 16.1655 12.5016 16.3027C12.484 16.5731 12.2551 16.7812 11.9831 16.7695C11.7288 16.7584 11.5281 16.5588 11.5075 16.3115C11.3509 16.1741 11.2497 15.9748 11.2497 15.75C11.2497 14.5498 11.5544 13.6567 12.0505 12.9502C12.5307 12.2665 13.1604 11.8054 13.6901 11.4287C14.252 11.0292 14.6835 10.7341 15.0026 10.3389C15.2908 9.98187 15.4997 9.52082 15.4997 8.77344C15.4997 7.72745 15.1189 6.96255 14.5641 6.43652C13.9976 5.89945 13.2125 5.57827 12.3737 5.5127C10.6817 5.38058 8.9995 6.27482 8.5954 8.15723C8.52715 8.47515 8.26638 8.69923 7.96161 8.74023C7.86854 8.90925 7.68242 9.01687 7.47821 8.99805C7.20346 8.97243 7.00075 8.72885 7.02606 8.4541C7.30278 5.47405 9.64927 4.02554 11.9323 4H12.0651Z\" 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,gBAAk5C,EAAl5C,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,+KAA+K,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,klCAAklC,KAAK,eAAc,CAAI,EAC15C,EAEc",
9
+ "debugId": "0796F1541C1210CC64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1335,6 +1335,7 @@ Below is a complete list of available icons:
1335
1335
  - IconBell2Active
1336
1336
  - IconBell2Off
1337
1337
  - IconQuestionmarkCircle
1338
+ - IconQuestionmark
1338
1339
 
1339
1340
  ### Keyboard
1340
1341