@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.133 → 1.1.135
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/IconDecimalNumberComma/index.d.ts +4 -0
- package/IconDecimalNumberComma/index.js +2 -0
- package/IconDecimalNumberComma/index.js.map +1 -0
- package/IconDecimalNumberComma/index.mjs +2 -0
- package/IconDecimalNumberComma/index.mjs.map +1 -0
- package/IconDecimalNumberDot/index.d.ts +4 -0
- package/IconDecimalNumberDot/index.js +2 -0
- package/IconDecimalNumberDot/index.js.map +1 -0
- package/IconDecimalNumberDot/index.mjs +2 -0
- package/IconDecimalNumberDot/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,C)=>{for(var o in C)n(r,o,{get:C[o],enumerable:!0})},m=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of I(C))!P.call(r,e)&&e!==o&&n(r,e,{get:()=>C[e],enumerable:!(l=B(C,e))||l.enumerable});return r};var a=(r,C,o)=>(o=r!=null?u(x(r)):{},m(C||!r||!r.__esModule?n(o,"default",{value:r,enumerable:!0}):o,r)),d=r=>m(n({},"__esModule",{value:!0}),r);var b={};g(b,{IconDecimalNumberComma:()=>i,default:()=>v});module.exports=d(b);var t=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12.1962 15.4697C12.6869 15.4697 13.0165 15.7554 13.0165 16.2168C13.0165 16.356 13.0019 16.4878 12.9579 16.6416L12.3354 19.1245C12.2328 19.5566 12.0131 19.7544 11.581 19.7544C11.1488 19.7544 10.8778 19.4761 10.8998 19.0806C10.8998 19.0073 10.9071 18.9561 10.9145 18.9268L11.3393 16.2314C11.4198 15.6968 11.7201 15.4697 12.1962 15.4697Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z",fill:"currentColor"})),v=i;0&&(module.exports={IconDecimalNumberComma});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDecimalNumberComma/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDecimalNumberComma: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1962 15.4697C12.6869 15.4697 13.0165 15.7554 13.0165 16.2168C13.0165 16.356 13.0019 16.4878 12.9579 16.6416L12.3354 19.1245C12.2328 19.5566 12.0131 19.7544 11.581 19.7544C11.1488 19.7544 10.8778 19.4761 10.8998 19.0806C10.8998 19.0073 10.9071 18.9561 10.9145 18.9268L11.3393 16.2314C11.4198 15.6968 11.7201 15.4697 12.1962 15.4697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDecimalNumberComma;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8qBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDecimalNumberComma_exports","__export","IconDecimalNumberComma","IconDecimalNumberComma_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDecimalNumberComma","props","React","CentralIconBase","IconDecimalNumberComma_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var m=o=>C.createElement(t,{...o},C.createElement(e,{d:"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z",fill:"currentColor"}),C.createElement(e,{d:"M12.1962 15.4697C12.6869 15.4697 13.0165 15.7554 13.0165 16.2168C13.0165 16.356 13.0019 16.4878 12.9579 16.6416L12.3354 19.1245C12.2328 19.5566 12.0131 19.7544 11.581 19.7544C11.1488 19.7544 10.8778 19.4761 10.8998 19.0806C10.8998 19.0073 10.9071 18.9561 10.9145 18.9268L11.3393 16.2314C11.4198 15.6968 11.7201 15.4697 12.1962 15.4697Z",fill:"currentColor"}),C.createElement(e,{d:"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z",fill:"currentColor"})),P=m;export{m as IconDecimalNumberComma,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDecimalNumberComma/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDecimalNumberComma: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1962 15.4697C12.6869 15.4697 13.0165 15.7554 13.0165 16.2168C13.0165 16.356 13.0019 16.4878 12.9579 16.6416L12.3354 19.1245C12.2328 19.5566 12.0131 19.7544 11.581 19.7544C11.1488 19.7544 10.8778 19.4761 10.8998 19.0806C10.8998 19.0073 10.9071 18.9561 10.9145 18.9268L11.3393 16.2314C11.4198 15.6968 11.7201 15.4697 12.1962 15.4697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDecimalNumberComma;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8qBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDecimalNumberComma","props","React","CentralIconBase","IconDecimalNumberComma_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>m(n({},"__esModule",{value:!0}),r);var b={};g(b,{IconDecimalNumberDot:()=>i,default:()=>v});module.exports=d(b);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>f.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12.1889 17.4106C11.5956 17.4106 11.1342 16.9492 11.1342 16.356C11.1342 15.77 11.5956 15.3013 12.1889 15.3013C12.7748 15.3013 13.2362 15.77 13.2362 16.356C13.2362 16.9492 12.7748 17.4106 12.1889 17.4106Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z",fill:"currentColor"})),v=i;0&&(module.exports={IconDecimalNumberDot});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDecimalNumberDot/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDecimalNumberDot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1889 17.4106C11.5956 17.4106 11.1342 16.9492 11.1342 16.356C11.1342 15.77 11.5956 15.3013 12.1889 15.3013C12.7748 15.3013 13.2362 15.77 13.2362 16.356C13.2362 16.9492 12.7748 17.4106 12.1889 17.4106Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDecimalNumberDot;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8qBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDecimalNumberDot_exports","__export","IconDecimalNumberDot","IconDecimalNumberDot_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDecimalNumberDot","props","React","CentralIconBase","IconDecimalNumberDot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:C,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var m=C=>o.createElement(e,{...C},o.createElement(t,{d:"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z",fill:"currentColor"}),o.createElement(t,{d:"M12.1889 17.4106C11.5956 17.4106 11.1342 16.9492 11.1342 16.356C11.1342 15.77 11.5956 15.3013 12.1889 15.3013C12.7748 15.3013 13.2362 15.77 13.2362 16.356C13.2362 16.9492 12.7748 17.4106 12.1889 17.4106Z",fill:"currentColor"}),o.createElement(t,{d:"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z",fill:"currentColor"})),P=m;export{m as IconDecimalNumberDot,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDecimalNumberDot/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDecimalNumberDot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1889 17.4106C11.5956 17.4106 11.1342 16.9492 11.1342 16.356C11.1342 15.77 11.5956 15.3013 12.1889 15.3013C12.7748 15.3013 13.2362 15.77 13.2362 16.356C13.2362 16.9492 12.7748 17.4106 12.1889 17.4106Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDecimalNumberDot;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8qBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDecimalNumberDot","props","React","CentralIconBase","IconDecimalNumberDot_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -8302,6 +8302,34 @@
|
|
|
8302
8302
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
8303
8303
|
"componentName": "IconDebugger"
|
|
8304
8304
|
},
|
|
8305
|
+
{
|
|
8306
|
+
"category": "Typography",
|
|
8307
|
+
"svg": "<path d=\"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\" fill=\"currentColor\"/><path d=\"M12.1962 15.4697C12.6869 15.4697 13.0165 15.7554 13.0165 16.2168C13.0165 16.356 13.0019 16.4878 12.9579 16.6416L12.3354 19.1245C12.2328 19.5566 12.0131 19.7544 11.581 19.7544C11.1488 19.7544 10.8778 19.4761 10.8998 19.0806C10.8998 19.0073 10.9071 18.9561 10.9145 18.9268L11.3393 16.2314C11.4198 15.6968 11.7201 15.4697 12.1962 15.4697Z\" fill=\"currentColor\"/><path d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\" fill=\"currentColor\"/>",
|
|
8308
|
+
"iconName": "decimal-number-comma",
|
|
8309
|
+
"variant": {
|
|
8310
|
+
"join": "round",
|
|
8311
|
+
"filled": "on",
|
|
8312
|
+
"radius": "3",
|
|
8313
|
+
"stroke": "2"
|
|
8314
|
+
},
|
|
8315
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8316
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
8317
|
+
"componentName": "IconDecimalNumberComma"
|
|
8318
|
+
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Typography",
|
|
8321
|
+
"svg": "<path d=\"M14.9656 17.3301C14.3797 17.3301 14.0721 17.0078 14.0721 16.5317C14.0721 16.1655 14.1966 15.9458 14.5994 15.5649L17.8294 12.3643C19.177 11.0312 19.514 10.4966 19.514 9.69092C19.514 8.74609 18.7889 8.06494 17.7708 8.06494C16.8187 8.06494 16.1521 8.54834 15.7786 9.50049C15.5882 9.88135 15.3685 10.0791 14.9363 10.0791C14.4236 10.0791 14.116 9.76416 14.116 9.29541C14.116 9.15625 14.138 9.02441 14.1746 8.8999C14.4603 7.75732 15.7273 6.54883 17.7854 6.54883C19.9021 6.54883 21.3597 7.80127 21.3597 9.57373C21.3597 10.8115 20.7664 11.6465 19.0159 13.3604L16.5916 15.748V15.7847H20.8104C21.3084 15.7847 21.616 16.0923 21.616 16.561C21.616 17.0225 21.3084 17.3301 20.8104 17.3301H14.9656Z\" fill=\"currentColor\"/><path d=\"M12.1889 17.4106C11.5956 17.4106 11.1342 16.9492 11.1342 16.356C11.1342 15.77 11.5956 15.3013 12.1889 15.3013C12.7748 15.3013 13.2362 15.77 13.2362 16.356C13.2362 16.9492 12.7748 17.4106 12.1889 17.4106Z\" fill=\"currentColor\"/><path d=\"M6.62891 17.5425C4.02148 17.5425 2.46875 15.4258 2.46875 12.0347C2.46875 8.6582 4.03613 6.54883 6.62891 6.54883C9.21436 6.54883 10.7744 8.64355 10.7744 12.0273C10.7744 15.4111 9.229 17.5425 6.62891 17.5425ZM6.62891 15.9971C8.05713 15.9971 8.87012 14.5396 8.87012 12.0347C8.87012 9.55908 8.04248 8.09424 6.62891 8.09424C5.20801 8.09424 4.37305 9.56641 4.37305 12.0273C4.37305 14.5322 5.19336 15.9971 6.62891 15.9971Z\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "decimal-number-dot",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "round",
|
|
8325
|
+
"filled": "on",
|
|
8326
|
+
"radius": "3",
|
|
8327
|
+
"stroke": "2"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8330
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
8331
|
+
"componentName": "IconDecimalNumberDot"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Interface General",
|
|
8307
8335
|
"svg": "<path d=\"M14.5551 19.5832C15.0784 19.4074 15.6456 19.6888 15.8217 20.2121C15.9974 20.7355 15.7152 21.3028 15.1918 21.4787C13.1239 22.1735 10.8749 22.1736 8.80701 21.4787C8.28366 21.3028 8.00149 20.7355 8.17712 20.2121C8.35314 19.6888 8.92035 19.4074 9.44373 19.5832C11.0983 20.1392 12.9004 20.1391 14.5551 19.5832Z\" fill=\"currentColor\"/><path d=\"M12.0004 10.0002C13.1048 10.0003 14.0004 10.8957 14.0004 12.0002C14.0002 13.1044 13.1047 14 12.0004 14.0002C10.8959 14.0002 10.0006 13.1045 10.0004 12.0002C10.0004 10.8956 10.8958 10.0002 12.0004 10.0002Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0004 7.00016C14.7617 7.00032 17.0004 9.23883 17.0004 12.0002C17.0003 13.019 16.6937 13.9657 16.1703 14.756L17.7074 16.2931L17.7758 16.3693C18.0958 16.7621 18.0734 17.3412 17.7074 17.7072C17.3414 18.0731 16.7623 18.0956 16.3695 17.7755L16.2933 17.7072L14.7562 16.1701C13.9659 16.6934 13.0192 17.0001 12.0004 17.0002C9.23907 17.0002 7.00058 14.7614 7.00037 12.0002C7.00037 9.23874 9.23894 7.00016 12.0004 7.00016ZM12.0004 9.00016C10.3435 9.00016 9.00037 10.3433 9.00037 12.0002C9.00058 13.6568 10.3436 15.0002 12.0004 15.0002C13.657 15 15.0002 13.6567 15.0004 12.0002C15.0004 10.3434 13.6571 9.00032 12.0004 9.00016Z\" fill=\"currentColor\"/><path d=\"M2.55798 8.71207C2.7672 8.25053 3.29676 8.01302 3.78748 8.17789C4.31076 8.35391 4.59217 8.92111 4.41638 9.4445L4.31873 9.757C3.86283 11.3242 3.89517 13.0048 4.41638 14.5558C4.59198 15.0791 4.31067 15.6464 3.78748 15.8224C3.26414 15.9981 2.69688 15.7158 2.52087 15.1925C1.826 13.1247 1.8261 10.8757 2.52087 8.80778L2.55798 8.71207Z\" fill=\"currentColor\"/><path d=\"M9.19666 2.39957C11.1553 1.82949 13.253 1.87016 15.1918 2.52164C15.7153 2.69757 15.9976 3.26473 15.8217 3.78825C15.6455 4.31128 15.0783 4.59291 14.5551 4.41715C12.9004 3.86112 11.0984 3.86111 9.44373 4.41715L9.34509 4.4445C8.85112 4.55628 8.34221 4.27854 8.17712 3.78825C8.00123 3.26483 8.28368 2.69768 8.80701 2.52164L9.19666 2.39957Z\" fill=\"currentColor\"/><path d=\"M21.4779 15.1922C22.1728 13.1243 22.1727 10.8754 21.4779 8.80745C21.302 8.28393 20.7348 8.00164 20.2113 8.17756C19.6882 8.35369 19.4066 8.92087 19.5824 9.44416C20.1384 11.0988 20.1384 12.9009 19.5824 14.5555C19.4069 15.0787 19.6882 15.6461 20.2113 15.8221C20.7347 15.998 21.3018 15.7155 21.4779 15.1922Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.135",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1812,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 68,
|
|
@@ -1863,7 +1863,7 @@
|
|
|
1863
1863
|
]
|
|
1864
1864
|
},
|
|
1865
1865
|
"Typography": {
|
|
1866
|
-
"count":
|
|
1866
|
+
"count": 77,
|
|
1867
1867
|
"icons": [
|
|
1868
1868
|
"IconAlignmentCenter",
|
|
1869
1869
|
"IconAlignmentJustify",
|
|
@@ -1878,6 +1878,8 @@
|
|
|
1878
1878
|
"IconCloseQuote1",
|
|
1879
1879
|
"IconCloseQuote2",
|
|
1880
1880
|
"IconConcise",
|
|
1881
|
+
"IconDecimalNumberComma",
|
|
1882
|
+
"IconDecimalNumberDot",
|
|
1881
1883
|
"IconDivider",
|
|
1882
1884
|
"IconFontStyle",
|
|
1883
1885
|
"IconH1",
|
|
@@ -2605,6 +2607,8 @@
|
|
|
2605
2607
|
"IconDateWeekly": "date-weekly",
|
|
2606
2608
|
"IconDateYearly": "date-yearly, fireworks, new-year",
|
|
2607
2609
|
"IconDebugger": "debugger, debug",
|
|
2610
|
+
"IconDecimalNumberComma": "decimal-number-comma",
|
|
2611
|
+
"IconDecimalNumberDot": "decimal-number-dot",
|
|
2608
2612
|
"IconDeepSearch": "deep-search, deep-research, focus-search",
|
|
2609
2613
|
"IconDeepseek": "deepseek",
|
|
2610
2614
|
"IconDeliveryBike": "delivery-bike",
|
package/index.d.ts
CHANGED
|
@@ -591,6 +591,8 @@ export { IconDateWeekdays, default as IconDateWeekdaysDefault, } from "./IconDat
|
|
|
591
591
|
export { IconDateWeekly, default as IconDateWeeklyDefault, } from "./IconDateWeekly";
|
|
592
592
|
export { IconDateYearly, default as IconDateYearlyDefault, } from "./IconDateYearly";
|
|
593
593
|
export { IconDebugger, default as IconDebuggerDefault } from "./IconDebugger";
|
|
594
|
+
export { IconDecimalNumberComma, default as IconDecimalNumberCommaDefault, } from "./IconDecimalNumberComma";
|
|
595
|
+
export { IconDecimalNumberDot, default as IconDecimalNumberDotDefault, } from "./IconDecimalNumberDot";
|
|
594
596
|
export { IconDeepSearch, default as IconDeepSearchDefault, } from "./IconDeepSearch";
|
|
595
597
|
export { IconDeepseek, default as IconDeepseekDefault } from "./IconDeepseek";
|
|
596
598
|
export { IconDeliveryBike, default as IconDeliveryBikeDefault, } from "./IconDeliveryBike";
|