@central-icons-react-native/round-filled-radius-1-stroke-1.5 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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12.1284 15.6309C12.502 15.6309 12.7656 15.8506 12.7656 16.2095C12.7656 16.3413 12.751 16.4512 12.707 16.6123L12.0332 19.1318C11.9526 19.4468 11.7842 19.5933 11.4766 19.5933C11.1836 19.5933 10.9565 19.4248 10.9565 19.1318C10.9565 19.022 10.9712 18.9487 10.9785 18.9048L11.4985 16.1875C11.5791 15.7847 11.7842 15.6309 12.1284 15.6309Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z",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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1284 15.6309C12.502 15.6309 12.7656 15.8506 12.7656 16.2095C12.7656 16.3413 12.751 16.4512 12.707 16.6123L12.0332 19.1318C11.9526 19.4468 11.7842 19.5933 11.4766 19.5933C11.1836 19.5933 10.9565 19.4248 10.9565 19.1318C10.9565 19.022 10.9712 18.9487 10.9785 18.9048L11.4985 16.1875C11.5791 15.7847 11.7842 15.6309 12.1284 15.6309Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\"\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,krBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yZACF,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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z",fill:"currentColor"}),C.createElement(e,{d:"M12.1284 15.6309C12.502 15.6309 12.7656 15.8506 12.7656 16.2095C12.7656 16.3413 12.751 16.4512 12.707 16.6123L12.0332 19.1318C11.9526 19.4468 11.7842 19.5933 11.4766 19.5933C11.1836 19.5933 10.9565 19.4248 10.9565 19.1318C10.9565 19.022 10.9712 18.9487 10.9785 18.9048L11.4985 16.1875C11.5791 15.7847 11.7842 15.6309 12.1284 15.6309Z",fill:"currentColor"}),C.createElement(e,{d:"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z",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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1284 15.6309C12.502 15.6309 12.7656 15.8506 12.7656 16.2095C12.7656 16.3413 12.751 16.4512 12.707 16.6123L12.0332 19.1318C11.9526 19.4468 11.7842 19.5933 11.4766 19.5933C11.1836 19.5933 10.9565 19.4248 10.9565 19.1318C10.9565 19.022 10.9712 18.9487 10.9785 18.9048L11.4985 16.1875C11.5791 15.7847 11.7842 15.6309 12.1284 15.6309Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\"\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,krBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yZACF,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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12.1504 17.4033C11.6816 17.4033 11.3154 17.0371 11.3154 16.5684C11.3154 16.0996 11.6816 15.7334 12.1504 15.7334C12.6191 15.7334 12.9854 16.0996 12.9854 16.5684C12.9854 17.0371 12.6191 17.4033 12.1504 17.4033Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z",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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1504 17.4033C11.6816 17.4033 11.3154 17.0371 11.3154 16.5684C11.3154 16.0996 11.6816 15.7334 12.1504 15.7334C12.6191 15.7334 12.9854 16.0996 12.9854 16.5684C12.9854 17.0371 12.6191 17.4033 12.1504 17.4033Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\"\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,krBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yZACF,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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z",fill:"currentColor"}),o.createElement(t,{d:"M12.1504 17.4033C11.6816 17.4033 11.3154 17.0371 11.3154 16.5684C11.3154 16.0996 11.6816 15.7334 12.1504 15.7334C12.6191 15.7334 12.9854 16.0996 12.9854 16.5684C12.9854 17.0371 12.6191 17.4033 12.1504 17.4033Z",fill:"currentColor"}),o.createElement(t,{d:"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z",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.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1504 17.4033C11.6816 17.4033 11.3154 17.0371 11.3154 16.5684C11.3154 16.0996 11.6816 15.7334 12.1504 15.7334C12.6191 15.7334 12.9854 16.0996 12.9854 16.5684C12.9854 17.0371 12.6191 17.4033 12.1504 17.4033Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\"\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,krBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yZACF,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-1-stroke-1.5",
|
|
8303
8303
|
"componentName": "IconDebugger"
|
|
8304
8304
|
},
|
|
8305
|
+
{
|
|
8306
|
+
"category": "Typography",
|
|
8307
|
+
"svg": "<path d=\"M14.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\" fill=\"currentColor\"/><path d=\"M12.1284 15.6309C12.502 15.6309 12.7656 15.8506 12.7656 16.2095C12.7656 16.3413 12.751 16.4512 12.707 16.6123L12.0332 19.1318C11.9526 19.4468 11.7842 19.5933 11.4766 19.5933C11.1836 19.5933 10.9565 19.4248 10.9565 19.1318C10.9565 19.022 10.9712 18.9487 10.9785 18.9048L11.4985 16.1875C11.5791 15.7847 11.7842 15.6309 12.1284 15.6309Z\" fill=\"currentColor\"/><path d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\" fill=\"currentColor\"/>",
|
|
8308
|
+
"iconName": "decimal-number-comma",
|
|
8309
|
+
"variant": {
|
|
8310
|
+
"join": "round",
|
|
8311
|
+
"filled": "on",
|
|
8312
|
+
"radius": "1",
|
|
8313
|
+
"stroke": "1.5"
|
|
8314
|
+
},
|
|
8315
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8316
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
8317
|
+
"componentName": "IconDecimalNumberComma"
|
|
8318
|
+
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Typography",
|
|
8321
|
+
"svg": "<path d=\"M14.7622 17.3301C14.374 17.3301 14.125 17.1177 14.125 16.7881C14.125 16.5171 14.1836 16.3999 14.4985 16.0703L17.8823 12.54C19.3032 11.0532 19.6401 10.4893 19.6401 9.60303C19.6401 8.52637 18.8125 7.73535 17.6772 7.73535C16.5347 7.73535 15.7363 8.32861 15.3774 9.46387C15.2896 9.73486 15.1431 9.92529 14.7842 9.92529C14.396 9.92529 14.1763 9.68359 14.1763 9.33936C14.1763 9.24414 14.1836 9.16357 14.1982 9.07568C14.3521 7.9917 15.5166 6.58545 17.6772 6.58545C19.5815 6.58545 20.9585 7.81592 20.9585 9.52246C20.9585 10.6797 20.4312 11.5513 18.6221 13.4043L15.9707 16.1289V16.1582H20.585C20.9585 16.1582 21.2075 16.3926 21.2075 16.7441C21.2075 17.0957 20.9585 17.3301 20.585 17.3301H14.7622Z\" fill=\"currentColor\"/><path d=\"M12.1504 17.4033C11.6816 17.4033 11.3154 17.0371 11.3154 16.5684C11.3154 16.0996 11.6816 15.7334 12.1504 15.7334C12.6191 15.7334 12.9854 16.0996 12.9854 16.5684C12.9854 17.0371 12.6191 17.4033 12.1504 17.4033Z\" fill=\"currentColor\"/><path d=\"M6.74805 17.5059C4.27979 17.5059 2.85156 15.3818 2.85156 12.042C2.85156 8.73145 4.29443 6.58545 6.74805 6.58545C9.20166 6.58545 10.6299 8.7168 10.6299 12.0347C10.6299 15.3745 9.20898 17.5059 6.74805 17.5059ZM6.74805 16.356C8.396 16.356 9.3042 14.6787 9.3042 12.042C9.3042 9.44189 8.38135 7.74268 6.74805 7.74268C5.11475 7.74268 4.17725 9.45654 4.17725 12.0347C4.17725 14.6714 5.09277 16.356 6.74805 16.356Z\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "decimal-number-dot",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "round",
|
|
8325
|
+
"filled": "on",
|
|
8326
|
+
"radius": "1",
|
|
8327
|
+
"stroke": "1.5"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8330
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
8331
|
+
"componentName": "IconDecimalNumberDot"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Interface General",
|
|
8307
8335
|
"svg": "<path d=\"M15.0635 19.9355C15.4311 19.8383 15.8204 20.0339 15.957 20.3975C16.1026 20.7851 15.9062 21.2175 15.5186 21.3633L15.1035 21.5088C14.1257 21.8277 13.0823 22 12 22C10.9177 22 9.87431 21.8277 8.89648 21.5088L8.48145 21.3633L8.41113 21.333C8.0706 21.1641 7.90649 20.7609 8.04297 20.3975C8.17965 20.0339 8.56894 19.8383 8.93652 19.9355L9.00977 19.959L9.36133 20.083C10.1911 20.3537 11.0778 20.5 12 20.5C13.0538 20.5 14.061 20.3083 14.9902 19.959L15.0635 19.9355Z\" fill=\"currentColor\"/><path d=\"M12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.1101 16.6375 14.1352 16.0254 14.9648L18.0303 16.9697L18.082 17.0264C18.3223 17.3209 18.3049 17.7557 18.0303 18.0303C17.7557 18.3049 17.3209 18.3223 17.0264 18.082L16.9697 18.0303L14.9648 16.0254C14.1352 16.6375 13.1101 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5C12.9454 15.5 13.8018 15.1238 14.4316 14.5146C14.4443 14.4998 14.4557 14.4837 14.4697 14.4697C14.4837 14.4557 14.4998 14.4443 14.5146 14.4316C15.1238 13.8018 15.5 12.9454 15.5 12C15.5 10.067 13.933 8.5 12 8.5Z\" fill=\"currentColor\"/><path d=\"M2.63672 8.48145C2.78258 8.09392 3.21491 7.89823 3.60254 8.04395C3.99023 8.18971 4.18676 8.62206 4.04102 9.00977C3.69172 9.93898 3.5 10.9462 3.5 12C3.5 13.0538 3.69172 14.061 4.04102 14.9902C4.18676 15.3779 3.99023 15.8103 3.60254 15.9561C3.21491 16.1018 2.78258 15.9061 2.63672 15.5186C2.22494 14.4232 2 13.2368 2 12C2 10.7632 2.22494 9.57685 2.63672 8.48145Z\" fill=\"currentColor\"/><path d=\"M21.3633 15.5186C21.2174 15.9061 20.7851 16.1018 20.3975 15.9561C20.0098 15.8103 19.8132 15.3779 19.959 14.9902L21.3633 15.5186Z\" fill=\"currentColor\"/><path d=\"M21.3633 8.48145C21.7751 9.57685 22 10.7632 22 12C22 13.2368 21.7751 14.4232 21.3633 15.5186L20.6611 15.2539L19.959 14.9902C20.3083 14.061 20.5 13.0538 20.5 12C20.5 10.9462 20.3083 9.93898 19.959 9.00977L20.6611 8.74609L21.3633 8.48145Z\" fill=\"currentColor\"/><path d=\"M20.3975 8.04395C20.7851 7.89823 21.2174 8.09392 21.3633 8.48145L19.959 9.00977C19.8132 8.62206 20.0098 8.18971 20.3975 8.04395Z\" fill=\"currentColor\"/><path d=\"M12 2C13.0823 2 14.1257 2.17226 15.1035 2.49121L15.5186 2.63672L15.5889 2.66699C15.9294 2.83593 16.0935 3.23906 15.957 3.60254C15.8204 3.9661 15.4311 4.16173 15.0635 4.06445L14.9902 4.04102L14.6387 3.91699C13.8089 3.6463 12.9222 3.5 12 3.5C10.9462 3.5 9.93898 3.69172 9.00977 4.04102L8.93652 4.06445C8.56894 4.16173 8.17965 3.9661 8.04297 3.60254C7.89742 3.2149 8.09384 2.78245 8.48145 2.63672L8.89648 2.49121C9.87431 2.17226 10.9177 2 12 2Z\" 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-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.135",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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";
|