@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.134 → 1.1.136
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/IconLetterACircle/index.d.ts +4 -0
- package/IconLetterACircle/index.js +2 -0
- package/IconLetterACircle/index.js.map +1 -0
- package/IconLetterACircle/index.mjs +2 -0
- package/IconLetterACircle/index.mjs.map +1 -0
- package/IconLetterASquare/index.d.ts +4 -0
- package/IconLetterASquare/index.js +2 -0
- package/IconLetterASquare/index.js.map +1 -0
- package/IconLetterASquare/index.mjs +2 -0
- package/IconLetterASquare/index.mjs.map +1 -0
- package/IconLetterZCircle/index.d.ts +4 -0
- package/IconLetterZCircle/index.js +2 -0
- package/IconLetterZCircle/index.js.map +1 -0
- package/IconLetterZCircle/index.mjs +2 -0
- package/IconLetterZCircle/index.mjs.map +1 -0
- package/IconLetterZSquare/index.d.ts +4 -0
- package/IconLetterZSquare/index.js +2 -0
- package/IconLetterZSquare/index.js.map +1 -0
- package/IconLetterZSquare/index.mjs +2 -0
- package/IconLetterZSquare/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +84 -0
- package/icons/index.d.ts +6 -0
- package/icons-index.json +15 -3
- package/index.d.ts +6 -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 +42 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=V(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDecimalNumberComma:()=>i,default:()=>d});module.exports=g(v);var C=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,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=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M14.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M10.8438 19.8862L11.5103 15.9897H12.6309L11.5762 19.8862H10.8438Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z",fill:"currentColor"})),d=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.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.8438 19.8862L11.5103 15.9897H12.6309L11.5762 19.8862H10.8438Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z\"\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,maACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6bACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:e,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"},e);import{Path as t}from"react-native-svg";var m=e=>o.createElement(C,{...e},o.createElement(t,{d:"M14.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z",fill:"currentColor"}),o.createElement(t,{d:"M10.8438 19.8862L11.5103 15.9897H12.6309L11.5762 19.8862H10.8438Z",fill:"currentColor"}),o.createElement(t,{d:"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z",fill:"currentColor"})),x=m;export{m as IconDecimalNumberComma,x 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.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.8438 19.8862L11.5103 15.9897H12.6309L11.5762 19.8862H10.8438Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z\"\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,maACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6bACF,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 V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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 B(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=V(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(I(r)):{},m(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDecimalNumberDot:()=>i,default:()=>d});module.exports=g(v);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.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12.0596 17.3887C11.6274 17.3887 11.2832 17.0444 11.2832 16.6196C11.2832 16.1875 11.6274 15.8433 12.0596 15.8433C12.4917 15.8433 12.8286 16.1875 12.8286 16.6196C12.8286 17.0444 12.4917 17.3887 12.0596 17.3887Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z",fill:"currentColor"})),d=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.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0596 17.3887C11.6274 17.3887 11.2832 17.0444 11.2832 16.6196C11.2832 16.1875 11.6274 15.8433 12.0596 15.8433C12.4917 15.8433 12.8286 16.1875 12.8286 16.6196C12.8286 17.0444 12.4917 17.3887 12.0596 17.3887Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z\"\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,maACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6bACF,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.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z",fill:"currentColor"}),o.createElement(t,{d:"M12.0596 17.3887C11.6274 17.3887 11.2832 17.0444 11.2832 16.6196C11.2832 16.1875 11.6274 15.8433 12.0596 15.8433C12.4917 15.8433 12.8286 16.1875 12.8286 16.6196C12.8286 17.0444 12.4917 17.3887 12.0596 17.3887Z",fill:"currentColor"}),o.createElement(t,{d:"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z",fill:"currentColor"})),x=m;export{m as IconDecimalNumberDot,x 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.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0596 17.3887C11.6274 17.3887 11.2832 17.0444 11.2832 16.6196C11.2832 16.1875 11.6274 15.8433 12.0596 15.8433C12.4917 15.8433 12.8286 16.1875 12.8286 16.6196C12.8286 17.0444 12.4917 17.3887 12.0596 17.3887Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z\"\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,maACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6bACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDecimalNumberDot","props","React","CentralIconBase","IconDecimalNumberDot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=d(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconLetterACircle:()=>i,default:()=>P});module.exports=L(g);var l=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.Svg,{...e,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=>l.default.createElement(s,{...r},l.default.createElement(p.Path,{d:"M12.0469 8.91016L13.3711 12.6836H10.6289L11.9531 8.91016H12.0469Z",fill:"currentColor"}),l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.4785 7.54492L8.36133 16H9.46875L10.3184 13.5801H13.6816L14.5312 16H15.6387L12.5215 7.54492H11.4785Z",fill:"currentColor"})),P=i;0&&(module.exports={IconLetterACircle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterACircle/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 IconLetterACircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0469 8.91016L13.3711 12.6836H10.6289L11.9531 8.91016H12.0469Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.4785 7.54492L8.36133 16H9.46875L10.3184 13.5801H13.6816L14.5312 16H15.6387L12.5215 7.54492H11.4785Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterACircle;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterACircle_exports","__export","IconLetterACircle","IconLetterACircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterACircle","props","React","CentralIconBase","IconLetterACircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...l})=>p.createElement(C,{...l,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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M12.0469 8.91016L13.3711 12.6836H10.6289L11.9531 8.91016H12.0469Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.4785 7.54492L8.36133 16H9.46875L10.3184 13.5801H13.6816L14.5312 16H15.6387L12.5215 7.54492H11.4785Z",fill:"currentColor"})),v=a;export{a as IconLetterACircle,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterACircle/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 IconLetterACircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0469 8.91016L13.3711 12.6836H10.6289L11.9531 8.91016H12.0469Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.4785 7.54492L8.36133 16H9.46875L10.3184 13.5801H13.6816L14.5312 16H15.6387L12.5215 7.54492H11.4785Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterACircle;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterACircle","props","React","CentralIconBase","IconLetterACircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=d(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(H(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>m(n({},"__esModule",{value:!0}),r);var P={};v(P,{IconLetterASquare:()=>u,default:()=>L});module.exports=x(P);var p=C(require("react"));var f=C(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M12.0469 9.10742L13.3711 12.8809H10.6289L11.9531 9.10742H12.0469Z",fill:"currentColor"}),p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11.4785 7.74219L8.36133 16.1973H9.46875L10.3184 13.7773H13.6816L14.5312 16.1973H15.6387L12.5215 7.74219H11.4785Z",fill:"currentColor"})),L=u;0&&(module.exports={IconLetterASquare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterASquare/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 IconLetterASquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0469 9.10742L13.3711 12.8809H10.6289L11.9531 9.10742H12.0469Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM11.4785 7.74219L8.36133 16.1973H9.46875L10.3184 13.7773H13.6816L14.5312 16.1973H15.6387L12.5215 7.74219H11.4785Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterASquare;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterASquare_exports","__export","IconLetterASquare","IconLetterASquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterASquare","props","React","CentralIconBase","IconLetterASquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 n}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(n,{d:"M12.0469 9.10742L13.3711 12.8809H10.6289L11.9531 9.10742H12.0469Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11.4785 7.74219L8.36133 16.1973H9.46875L10.3184 13.7773H13.6816L14.5312 16.1973H15.6387L12.5215 7.74219H11.4785Z",fill:"currentColor"})),I=m;export{m as IconLetterASquare,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterASquare/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 IconLetterASquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0469 9.10742L13.3711 12.8809H10.6289L11.9531 9.10742H12.0469Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM11.4785 7.74219L8.36133 16.1973H9.46875L10.3184 13.7773H13.6816L14.5312 16.1973H15.6387L12.5215 7.74219H11.4785Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterASquare;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterASquare","props","React","CentralIconBase","IconLetterASquare_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 d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var V={};x(V,{IconLetterZCircle:()=>i,default:()=>g});module.exports=P(V);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(s,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z",fill:"currentColor"})),g=i;0&&(module.exports={IconLetterZCircle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterZCircle/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 IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZCircle;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterZCircle_exports","__export","IconLetterZCircle","IconLetterZCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterZCircle","props","React","CentralIconBase","IconLetterZCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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 C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z",fill:"currentColor"})),v=a;export{a as IconLetterZCircle,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterZCircle/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 IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZCircle;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterZCircle","props","React","CentralIconBase","IconLetterZCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(V(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};v(g,{IconLetterZSquare:()=>u,default:()=>P});module.exports=x(g);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z",fill:"currentColor"})),P=u;0&&(module.exports={IconLetterZSquare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterZSquare/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 IconLetterZSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZSquare;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterZSquare_exports","__export","IconLetterZSquare","IconLetterZSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterZSquare","props","React","CentralIconBase","IconLetterZSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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 a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z",fill:"currentColor"})),d=m;export{m as IconLetterZSquare,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLetterZSquare/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 IconLetterZSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZSquare;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterZSquare","props","React","CentralIconBase","IconLetterZSquare_default"]}
|
package/README.md
CHANGED
|
@@ -1940,6 +1940,8 @@ Below is a complete list of available icons:
|
|
|
1940
1940
|
- IconCloseQuote1
|
|
1941
1941
|
- IconCloseQuote2
|
|
1942
1942
|
- IconConcise
|
|
1943
|
+
- IconDecimalNumberComma
|
|
1944
|
+
- IconDecimalNumberDot
|
|
1943
1945
|
- IconDivider
|
|
1944
1946
|
- IconFontStyle
|
|
1945
1947
|
- IconH1
|
|
@@ -1950,6 +1952,10 @@ Below is a complete list of available icons:
|
|
|
1950
1952
|
- IconHorizontalAlignmentCenter
|
|
1951
1953
|
- IconHorizontalAlignmentTop
|
|
1952
1954
|
- IconItalic
|
|
1955
|
+
- IconLetterACircle
|
|
1956
|
+
- IconLetterASquare
|
|
1957
|
+
- IconLetterZCircle
|
|
1958
|
+
- IconLetterZSquare
|
|
1953
1959
|
- IconLinebreak
|
|
1954
1960
|
- IconLineHeight
|
|
1955
1961
|
- IconNumber0Circle
|
package/filtered-icons.json
CHANGED
|
@@ -8302,6 +8302,34 @@
|
|
|
8302
8302
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
8303
8303
|
"componentName": "IconDebugger"
|
|
8304
8304
|
},
|
|
8305
|
+
{
|
|
8306
|
+
"category": "Typography",
|
|
8307
|
+
"svg": "<path d=\"M14.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z\" fill=\"currentColor\"/><path d=\"M10.8438 19.8862L11.5103 15.9897H12.6309L11.5762 19.8862H10.8438Z\" fill=\"currentColor\"/><path d=\"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z\" fill=\"currentColor\"/>",
|
|
8308
|
+
"iconName": "decimal-number-comma",
|
|
8309
|
+
"variant": {
|
|
8310
|
+
"join": "square",
|
|
8311
|
+
"filled": "on",
|
|
8312
|
+
"radius": "0",
|
|
8313
|
+
"stroke": "1"
|
|
8314
|
+
},
|
|
8315
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8316
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
8317
|
+
"componentName": "IconDecimalNumberComma"
|
|
8318
|
+
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Typography",
|
|
8321
|
+
"svg": "<path d=\"M14.2539 17.3301V16.627L17.894 12.7231C19.3589 11.1558 19.7764 10.5405 19.7764 9.58105V9.56641C19.7764 8.35059 18.8755 7.42041 17.5205 7.42041C16.1436 7.42041 15.1841 8.34326 15.1694 9.67627V9.68359H14.21L14.1953 9.67627C14.2173 7.85254 15.6235 6.5415 17.5791 6.5415C19.4028 6.5415 20.7944 7.79395 20.7944 9.47119V9.48584C20.7944 10.665 20.2817 11.5366 18.4214 13.4629L15.6528 16.334V16.4219H21.0508V17.3301H14.2539Z\" fill=\"currentColor\"/><path d=\"M12.0596 17.3887C11.6274 17.3887 11.2832 17.0444 11.2832 16.6196C11.2832 16.1875 11.6274 15.8433 12.0596 15.8433C12.4917 15.8433 12.8286 16.1875 12.8286 16.6196C12.8286 17.0444 12.4917 17.3887 12.0596 17.3887Z\" fill=\"currentColor\"/><path d=\"M6.63525 17.5498C4.31348 17.5498 2.92188 15.4258 2.92188 12.0566V12.0347C2.92188 8.6582 4.31348 6.5415 6.63525 6.5415C8.95703 6.5415 10.3633 8.6582 10.3633 12.0347V12.0566C10.3633 15.4331 8.95703 17.5498 6.63525 17.5498ZM6.63525 16.6709C8.3418 16.6709 9.35986 14.8911 9.35986 12.0566V12.0347C9.35986 9.19287 8.3418 7.42773 6.63525 7.42773C4.93604 7.42773 3.92529 9.2002 3.92529 12.0347V12.0566C3.92529 14.8911 4.93604 16.6709 6.63525 16.6709Z\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "decimal-number-dot",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "square",
|
|
8325
|
+
"filled": "on",
|
|
8326
|
+
"radius": "0",
|
|
8327
|
+
"stroke": "1"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2026-02-17T12:00:46.259292+00:00",
|
|
8330
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
8331
|
+
"componentName": "IconDecimalNumberDot"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Interface General",
|
|
8307
8335
|
"svg": "<path d=\"M15.8887 21.2158C14.6927 21.7211 13.3782 22 12 22C10.6218 22 9.30734 21.7211 8.11133 21.2158L8.5 20.2939C9.57519 20.7482 10.7577 21 12 21C13.2423 21 14.4248 20.7482 15.5 20.2939L15.8887 21.2158Z\" 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.1641L18.1035 17.3965L17.3965 18.1035L15.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=\"M3.70605 8.5C3.25178 9.57519 3 10.7577 3 12C3 13.2423 3.25178 14.4248 3.70605 15.5L2.78418 15.8887C2.27893 14.6927 2 13.3782 2 12C2 10.6218 2.27893 9.30734 2.78418 8.11133L3.70605 8.5Z\" fill=\"currentColor\"/><path d=\"M21.2158 8.11133C21.7211 9.30734 22 10.6218 22 12C22 13.3782 21.7211 14.6927 21.2158 15.8887L20.2939 15.5C20.7482 14.4248 21 13.2423 21 12C21 10.7577 20.7482 9.57519 20.2939 8.5L21.2158 8.11133Z\" fill=\"currentColor\"/><path d=\"M12 2C13.3782 2 14.6927 2.27893 15.8887 2.78418L15.5 3.70605C14.4248 3.25178 13.2423 3 12 3C10.7577 3 9.57519 3.25178 8.5 3.70605L8.11133 2.78418C9.30734 2.27893 10.6218 2 12 2Z\" fill=\"currentColor\"/>",
|
|
@@ -13958,6 +13986,62 @@
|
|
|
13958
13986
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
13959
13987
|
"componentName": "IconLemonsqueezy"
|
|
13960
13988
|
},
|
|
13989
|
+
{
|
|
13990
|
+
"category": "Typography",
|
|
13991
|
+
"svg": "<path d=\"M12.0469 8.91016L13.3711 12.6836H10.6289L11.9531 8.91016H12.0469Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.4785 7.54492L8.36133 16H9.46875L10.3184 13.5801H13.6816L14.5312 16H15.6387L12.5215 7.54492H11.4785Z\" fill=\"currentColor\"/>",
|
|
13992
|
+
"iconName": "letter-a-circle",
|
|
13993
|
+
"variant": {
|
|
13994
|
+
"join": "square",
|
|
13995
|
+
"filled": "on",
|
|
13996
|
+
"radius": "0",
|
|
13997
|
+
"stroke": "1"
|
|
13998
|
+
},
|
|
13999
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14000
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14001
|
+
"componentName": "IconLetterACircle"
|
|
14002
|
+
},
|
|
14003
|
+
{
|
|
14004
|
+
"category": "Typography",
|
|
14005
|
+
"svg": "<path d=\"M12.0469 9.10742L13.3711 12.8809H10.6289L11.9531 9.10742H12.0469Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM11.4785 7.74219L8.36133 16.1973H9.46875L10.3184 13.7773H13.6816L14.5312 16.1973H15.6387L12.5215 7.74219H11.4785Z\" fill=\"currentColor\"/>",
|
|
14006
|
+
"iconName": "letter-a-square, key",
|
|
14007
|
+
"variant": {
|
|
14008
|
+
"join": "square",
|
|
14009
|
+
"filled": "on",
|
|
14010
|
+
"radius": "0",
|
|
14011
|
+
"stroke": "1"
|
|
14012
|
+
},
|
|
14013
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14014
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14015
|
+
"componentName": "IconLetterASquare"
|
|
14016
|
+
},
|
|
14017
|
+
{
|
|
14018
|
+
"category": "Typography",
|
|
14019
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z\" fill=\"currentColor\"/>",
|
|
14020
|
+
"iconName": "letter-z-circle",
|
|
14021
|
+
"variant": {
|
|
14022
|
+
"join": "square",
|
|
14023
|
+
"filled": "on",
|
|
14024
|
+
"radius": "0",
|
|
14025
|
+
"stroke": "1"
|
|
14026
|
+
},
|
|
14027
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14028
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14029
|
+
"componentName": "IconLetterZCircle"
|
|
14030
|
+
},
|
|
14031
|
+
{
|
|
14032
|
+
"category": "Typography",
|
|
14033
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM9.03516 7.77246V8.72168H13.6582V8.81543L8.87109 15.4775V16.2275H15.123V15.2783H10.2598V15.1846L15.0234 8.52246V7.77246H9.03516Z\" fill=\"currentColor\"/>",
|
|
14034
|
+
"iconName": "letter-z-square, key",
|
|
14035
|
+
"variant": {
|
|
14036
|
+
"join": "square",
|
|
14037
|
+
"filled": "on",
|
|
14038
|
+
"radius": "0",
|
|
14039
|
+
"stroke": "1"
|
|
14040
|
+
},
|
|
14041
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14042
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14043
|
+
"componentName": "IconLetterZSquare"
|
|
14044
|
+
},
|
|
13961
14045
|
{
|
|
13962
14046
|
"category": "Folders & Files",
|
|
13963
14047
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7395 2.83447L21.1653 20.7393L20.2605 21.1651L11.8347 3.26027L12.7395 2.83447ZM4 2.99978V20.9998H3V2.99978H4ZM9 2.99978V20.9998H8V2.99978H9Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -592,6 +592,8 @@ export type CentralIconName =
|
|
|
592
592
|
| "IconDateWeekly"
|
|
593
593
|
| "IconDateYearly"
|
|
594
594
|
| "IconDebugger"
|
|
595
|
+
| "IconDecimalNumberComma"
|
|
596
|
+
| "IconDecimalNumberDot"
|
|
595
597
|
| "IconDeepSearch"
|
|
596
598
|
| "IconDeepseek"
|
|
597
599
|
| "IconDeliveryBike"
|
|
@@ -996,6 +998,10 @@ export type CentralIconName =
|
|
|
996
998
|
| "IconLayoutWindow"
|
|
997
999
|
| "IconLeaderboard"
|
|
998
1000
|
| "IconLemonsqueezy"
|
|
1001
|
+
| "IconLetterACircle"
|
|
1002
|
+
| "IconLetterASquare"
|
|
1003
|
+
| "IconLetterZCircle"
|
|
1004
|
+
| "IconLetterZSquare"
|
|
999
1005
|
| "IconLibrary"
|
|
1000
1006
|
| "IconLifeVest"
|
|
1001
1007
|
| "IconLightBulb"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.136",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1816,
|
|
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": 81,
|
|
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",
|
|
@@ -1888,6 +1890,10 @@
|
|
|
1888
1890
|
"IconHorizontalAlignmentCenter",
|
|
1889
1891
|
"IconHorizontalAlignmentTop",
|
|
1890
1892
|
"IconItalic",
|
|
1893
|
+
"IconLetterACircle",
|
|
1894
|
+
"IconLetterASquare",
|
|
1895
|
+
"IconLetterZCircle",
|
|
1896
|
+
"IconLetterZSquare",
|
|
1891
1897
|
"IconLinebreak",
|
|
1892
1898
|
"IconLineHeight",
|
|
1893
1899
|
"IconNumber0Circle",
|
|
@@ -2605,6 +2611,8 @@
|
|
|
2605
2611
|
"IconDateWeekly": "date-weekly",
|
|
2606
2612
|
"IconDateYearly": "date-yearly, fireworks, new-year",
|
|
2607
2613
|
"IconDebugger": "debugger, debug",
|
|
2614
|
+
"IconDecimalNumberComma": "decimal-number-comma",
|
|
2615
|
+
"IconDecimalNumberDot": "decimal-number-dot",
|
|
2608
2616
|
"IconDeepSearch": "deep-search, deep-research, focus-search",
|
|
2609
2617
|
"IconDeepseek": "deepseek",
|
|
2610
2618
|
"IconDeliveryBike": "delivery-bike",
|
|
@@ -3009,6 +3017,10 @@
|
|
|
3009
3017
|
"IconLayoutWindow": "layout-window, grid, window",
|
|
3010
3018
|
"IconLeaderboard": "leaderboard, winner, stats, graph",
|
|
3011
3019
|
"IconLemonsqueezy": "lemonsqueezy",
|
|
3020
|
+
"IconLetterACircle": "letter-a-circle",
|
|
3021
|
+
"IconLetterASquare": "letter-a-square, key",
|
|
3022
|
+
"IconLetterZCircle": "letter-z-circle",
|
|
3023
|
+
"IconLetterZSquare": "letter-z-square, key",
|
|
3012
3024
|
"IconLibrary": "library, stuff, vinyl-records",
|
|
3013
3025
|
"IconLifeVest": "life-vest, vest",
|
|
3014
3026
|
"IconLightBulb": "light-bulb, idea, light",
|
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";
|
|
@@ -995,6 +997,10 @@ export { IconLayoutTopbar, default as IconLayoutTopbarDefault, } from "./IconLay
|
|
|
995
997
|
export { IconLayoutWindow, default as IconLayoutWindowDefault, } from "./IconLayoutWindow";
|
|
996
998
|
export { IconLeaderboard, default as IconLeaderboardDefault, } from "./IconLeaderboard";
|
|
997
999
|
export { IconLemonsqueezy, default as IconLemonsqueezyDefault, } from "./IconLemonsqueezy";
|
|
1000
|
+
export { IconLetterACircle, default as IconLetterACircleDefault, } from "./IconLetterACircle";
|
|
1001
|
+
export { IconLetterASquare, default as IconLetterASquareDefault, } from "./IconLetterASquare";
|
|
1002
|
+
export { IconLetterZCircle, default as IconLetterZCircleDefault, } from "./IconLetterZCircle";
|
|
1003
|
+
export { IconLetterZSquare, default as IconLetterZSquareDefault, } from "./IconLetterZSquare";
|
|
998
1004
|
export { IconLibrary, default as IconLibraryDefault } from "./IconLibrary";
|
|
999
1005
|
export { IconLifeVest, default as IconLifeVestDefault } from "./IconLifeVest";
|
|
1000
1006
|
export { IconLightBulb, default as IconLightBulbDefault, } from "./IconLightBulb";
|