@central-icons-react-native/round-filled-radius-2-stroke-1 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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12.0542 15.748C12.3398 15.748 12.5376 15.9165 12.5376 16.1875C12.5376 16.29 12.5229 16.3779 12.4937 16.4951L11.8125 19.1245C11.7539 19.3662 11.6294 19.4907 11.3877 19.4907C11.1606 19.4907 10.9849 19.3589 10.9849 19.1318C10.9849 19.0513 10.9995 18.9927 11.0068 18.9487L11.5708 16.1729C11.6294 15.8726 11.7832 15.748 12.0542 15.748Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z",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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0542 15.748C12.3398 15.748 12.5376 15.9165 12.5376 16.1875C12.5376 16.29 12.5229 16.3779 12.4937 16.4951L11.8125 19.1245C11.7539 19.3662 11.6294 19.4907 11.3877 19.4907C11.1606 19.4907 10.9849 19.3589 10.9849 19.1318C10.9849 19.0513 10.9995 18.9927 11.0068 18.9487L11.5708 16.1729C11.6294 15.8726 11.7832 15.748 12.0542 15.748Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\"\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,orBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wZACF,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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z",fill:"currentColor"}),C.createElement(e,{d:"M12.0542 15.748C12.3398 15.748 12.5376 15.9165 12.5376 16.1875C12.5376 16.29 12.5229 16.3779 12.4937 16.4951L11.8125 19.1245C11.7539 19.3662 11.6294 19.4907 11.3877 19.4907C11.1606 19.4907 10.9849 19.3589 10.9849 19.1318C10.9849 19.0513 10.9995 18.9927 11.0068 18.9487L11.5708 16.1729C11.6294 15.8726 11.7832 15.748 12.0542 15.748Z",fill:"currentColor"}),C.createElement(e,{d:"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z",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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0542 15.748C12.3398 15.748 12.5376 15.9165 12.5376 16.1875C12.5376 16.29 12.5229 16.3779 12.4937 16.4951L11.8125 19.1245C11.7539 19.3662 11.6294 19.4907 11.3877 19.4907C11.1606 19.4907 10.9849 19.3589 10.9849 19.1318C10.9849 19.0513 10.9995 18.9927 11.0068 18.9487L11.5708 16.1729C11.6294 15.8726 11.7832 15.748 12.0542 15.748Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\"\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,orBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wZACF,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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12.0542 17.396C11.6733 17.396 11.3657 17.0957 11.3657 16.7148C11.3657 16.3267 11.6733 16.0264 12.0542 16.0264C12.4351 16.0264 12.7354 16.3267 12.7354 16.7148C12.7354 17.0957 12.4351 17.396 12.0542 17.396Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z",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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0542 17.396C11.6733 17.396 11.3657 17.0957 11.3657 16.7148C11.3657 16.3267 11.6733 16.0264 12.0542 16.0264C12.4351 16.0264 12.7354 16.3267 12.7354 16.7148C12.7354 17.0957 12.4351 17.396 12.0542 17.396Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\"\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,orBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wZACF,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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z",fill:"currentColor"}),o.createElement(t,{d:"M12.0542 17.396C11.6733 17.396 11.3657 17.0957 11.3657 16.7148C11.3657 16.3267 11.6733 16.0264 12.0542 16.0264C12.4351 16.0264 12.7354 16.3267 12.7354 16.7148C12.7354 17.0957 12.4351 17.396 12.0542 17.396Z",fill:"currentColor"}),o.createElement(t,{d:"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z",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.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0542 17.396C11.6733 17.396 11.3657 17.0957 11.3657 16.7148C11.3657 16.3267 11.6733 16.0264 12.0542 16.0264C12.4351 16.0264 12.7354 16.3267 12.7354 16.7148C12.7354 17.0957 12.4351 17.396 12.0542 17.396Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\"\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,orBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wZACF,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-2-stroke-1",
|
|
8303
8303
|
"componentName": "IconDebugger"
|
|
8304
8304
|
},
|
|
8305
|
+
{
|
|
8306
|
+
"category": "Typography",
|
|
8307
|
+
"svg": "<path d=\"M14.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\" fill=\"currentColor\"/><path d=\"M12.0542 15.748C12.3398 15.748 12.5376 15.9165 12.5376 16.1875C12.5376 16.29 12.5229 16.3779 12.4937 16.4951L11.8125 19.1245C11.7539 19.3662 11.6294 19.4907 11.3877 19.4907C11.1606 19.4907 10.9849 19.3589 10.9849 19.1318C10.9849 19.0513 10.9995 18.9927 11.0068 18.9487L11.5708 16.1729C11.6294 15.8726 11.7832 15.748 12.0542 15.748Z\" fill=\"currentColor\"/><path d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\" fill=\"currentColor\"/>",
|
|
8308
|
+
"iconName": "decimal-number-comma",
|
|
8309
|
+
"variant": {
|
|
8310
|
+
"join": "round",
|
|
8311
|
+
"filled": "on",
|
|
8312
|
+
"radius": "2",
|
|
8313
|
+
"stroke": "1"
|
|
8314
|
+
},
|
|
8315
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8316
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
8317
|
+
"componentName": "IconDecimalNumberComma"
|
|
8318
|
+
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Typography",
|
|
8321
|
+
"svg": "<path d=\"M14.5049 17.3301C14.2046 17.3301 14.0068 17.1689 14.0068 16.9053C14.0068 16.7002 14.0581 16.605 14.2925 16.356L17.7642 12.7158C19.2656 11.1338 19.6611 10.4966 19.6611 9.56641C19.6611 8.37256 18.709 7.47168 17.4346 7.47168C16.0942 7.47168 15.2373 8.28467 14.959 9.46387C14.9004 9.68359 14.7832 9.83008 14.5049 9.83008C14.2119 9.83008 14.0435 9.63965 14.0435 9.37598C14.0435 9.28809 14.0508 9.21484 14.0654 9.1123C14.2339 7.88916 15.4277 6.59277 17.4199 6.59277C19.2949 6.59277 20.6572 7.82324 20.6572 9.51514C20.6572 10.6504 20.1226 11.522 18.3428 13.3677L15.4277 16.4072V16.4365H20.5327C20.811 16.4365 21.0015 16.6123 21.0015 16.8833C21.0015 17.1543 20.811 17.3301 20.5327 17.3301H14.5049Z\" fill=\"currentColor\"/><path d=\"M12.0542 17.396C11.6733 17.396 11.3657 17.0957 11.3657 16.7148C11.3657 16.3267 11.6733 16.0264 12.0542 16.0264C12.4351 16.0264 12.7354 16.3267 12.7354 16.7148C12.7354 17.0957 12.4351 17.396 12.0542 17.396Z\" fill=\"currentColor\"/><path d=\"M6.90088 17.4985C4.49854 17.4985 3.07031 15.3818 3.07031 12.042C3.07031 8.72412 4.51318 6.59277 6.90088 6.59277C9.2959 6.59277 10.7241 8.7168 10.7241 12.0347C10.7241 15.3745 9.30322 17.4985 6.90088 17.4985ZM6.90088 16.6196C8.68799 16.6196 9.7207 14.8398 9.7207 12.042C9.7207 9.26611 8.67334 7.479 6.90088 7.479C5.13574 7.479 4.08105 9.28076 4.08105 12.0347C4.08105 14.8398 5.11377 16.6196 6.90088 16.6196Z\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "decimal-number-dot",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "round",
|
|
8325
|
+
"filled": "on",
|
|
8326
|
+
"radius": "2",
|
|
8327
|
+
"stroke": "1"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8330
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
8331
|
+
"componentName": "IconDecimalNumberDot"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Interface General",
|
|
8307
8335
|
"svg": "<path d=\"M15.5 20.2939C15.7543 20.1867 16.0478 20.3063 16.1553 20.5605C16.2625 20.8148 16.1429 21.1084 15.8887 21.2158C14.6927 21.7211 13.3782 22 12 22C10.7941 22 9.63705 21.7864 8.56543 21.3945L8.11133 21.2158L8.02246 21.167C7.8306 21.0355 7.75085 20.7832 7.84473 20.5605C7.93876 20.338 8.1753 20.2189 8.40332 20.2646L8.5 20.2939L8.9082 20.4551C9.8718 20.8075 10.9129 21 12 21C13.2423 21 14.4248 20.7482 15.5 20.2939Z\" fill=\"currentColor\"/><path d=\"M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.2006 16.5764 14.3021 15.8711 15.1641L17.8535 17.1465L17.918 17.2246C18.0461 17.4187 18.0244 17.6827 17.8535 17.8535C17.6827 18.0244 17.4187 18.0461 17.2246 17.918L17.1465 17.8535L15.1641 15.8711C14.3021 16.5764 13.2006 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z\" fill=\"currentColor\"/><path d=\"M2.83301 8.02246C2.96451 7.8306 3.21684 7.75085 3.43945 7.84473C3.69374 7.95216 3.81334 8.24569 3.70605 8.5C3.25178 9.57519 3 10.7577 3 12C3 13.0871 3.19245 14.1282 3.54492 15.0918L3.70605 15.5L3.73535 15.5967C3.78107 15.8247 3.66202 16.0612 3.43945 16.1553C3.21684 16.2492 2.96451 16.1694 2.83301 15.9775L2.78418 15.8887L2.60547 15.4346C2.21359 14.363 2 13.2059 2 12C2 10.6218 2.27893 9.30734 2.78418 8.11133L2.83301 8.02246Z\" fill=\"currentColor\"/><path d=\"M20.5605 7.84473C20.7832 7.75085 21.0355 7.8306 21.167 8.02246L21.2158 8.11133L21.3945 8.56543C21.7864 9.63705 22 10.7941 22 12C22 13.3782 21.7211 14.6927 21.2158 15.8887C21.1084 16.1429 20.8148 16.2625 20.5605 16.1553C20.3063 16.0478 20.1867 15.7543 20.2939 15.5C20.7482 14.4248 21 13.2423 21 12C21 10.9129 20.8075 9.8718 20.4551 8.9082L20.2939 8.5L20.2646 8.40332C20.2189 8.1753 20.338 7.93876 20.5605 7.84473Z\" fill=\"currentColor\"/><path d=\"M12 2C13.2059 2 14.363 2.21359 15.4346 2.60547L15.8887 2.78418L15.9775 2.83301C16.1694 2.96451 16.2492 3.21684 16.1553 3.43945C16.0612 3.66202 15.8247 3.78107 15.5967 3.73535L15.5 3.70605L15.0918 3.54492C14.1282 3.19245 13.0871 3 12 3C10.7577 3 9.57519 3.25178 8.5 3.70605C8.24569 3.81334 7.95216 3.69374 7.84473 3.43945C7.73749 3.18516 7.85706 2.89161 8.11133 2.78418C9.30734 2.27893 10.6218 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-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.135",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/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";
|