@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.135 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterACircle: FC<CentralIconBaseProps>;
4
+ export default IconLetterACircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!L.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconLetterACircle:()=>i,default:()=>H});module.exports=g(h);var p=c(require("react"));var s=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(m.Svg,{...t,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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(l.Path,{d:"M8.14844 16L11.1484 7.54492H12.8535L15.8535 16H14.2715L13.5625 13.8145H10.4336L9.73047 16H8.14844ZM11.9512 9.11523L10.8145 12.6484H13.1875L12.0508 9.11523H11.9512Z",fill:"currentColor"})),H=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterACircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.14844 16L11.1484 7.54492H12.8535L15.8535 16H14.2715L13.5625 13.8145H10.4336L9.73047 16H8.14844ZM11.9512 9.11523L10.8145 12.6484H13.1875L12.0508 9.11523H11.9512Z\"\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,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 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{Circle as C,Path as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(C,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(a,{d:"M8.14844 16L11.1484 7.54492H12.8535L15.8535 16H14.2715L13.5625 13.8145H10.4336L9.73047 16H8.14844ZM11.9512 9.11523L10.8145 12.6484H13.1875L12.0508 9.11523H11.9512Z",fill:"currentColor"})),P=c;export{c as IconLetterACircle,P 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterACircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.14844 16L11.1484 7.54492H12.8535L15.8535 16H14.2715L13.5625 13.8145H10.4336L9.73047 16H8.14844ZM11.9512 9.11523L10.8145 12.6484H13.1875L12.0508 9.11523H11.9512Z\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconLetterACircle","props","React","CentralIconBase","IconLetterACircle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterASquare: FC<CentralIconBaseProps>;
4
+ export default IconLetterASquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of H(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var d={};L(d,{IconLetterASquare:()=>u,default:()=>g});module.exports=P(d);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(a.Path,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(a.Path,{d:"M8.14844 16.2275L11.1484 7.77246H12.8535L15.8535 16.2275H14.2715L13.5625 14.042H10.4336L9.73047 16.2275H8.14844ZM11.9512 9.34277L10.8145 12.876H13.1875L12.0508 9.34277H11.9512Z",fill:"currentColor"})),g=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=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.14844 16.2275L11.1484 7.77246H12.8535L15.8535 16.2275H14.2715L13.5625 14.042H10.4336L9.73047 16.2275H8.14844ZM11.9512 9.34277L10.8145 12.876H13.1875L12.0508 9.34277H11.9512Z\"\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,qCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mLACF,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 t from"react";import a from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>a.createElement(l,{...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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M8.14844 16.2275L11.1484 7.77246H12.8535L15.8535 16.2275H14.2715L13.5625 14.042H10.4336L9.73047 16.2275H8.14844ZM11.9512 9.34277L10.8145 12.876H13.1875L12.0508 9.34277H11.9512Z",fill:"currentColor"})),x=s;export{s as IconLetterASquare,x 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=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.14844 16.2275L11.1484 7.77246H12.8535L15.8535 16.2275H14.2715L13.5625 14.042H10.4336L9.73047 16.2275H8.14844ZM11.9512 9.34277L10.8145 12.876H13.1875L12.0508 9.34277H11.9512Z\"\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,qCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterASquare","props","React","CentralIconBase","IconLetterASquare_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterZCircle: FC<CentralIconBaseProps>;
4
+ export default IconLetterZCircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconLetterZCircle:()=>i,default:()=>h});module.exports=V(v);var p=c(require("react"));var s=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(m.Svg,{...t,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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(l.Path,{d:"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z",fill:"currentColor"})),h=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z\"\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,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{Circle as C,Path as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(C,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(a,{d:"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z",fill:"currentColor"})),g=c;export{c as IconLetterZCircle,g 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconLetterZCircle","props","React","CentralIconBase","IconLetterZCircle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterZSquare: FC<CentralIconBaseProps>;
4
+ export default IconLetterZSquare;
@@ -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,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(V(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconLetterZSquare:()=>u,default:()=>H});module.exports=g(d);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(a.Path,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(a.Path,{d:"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z",fill:"currentColor"})),H=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 d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z\"\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,EAAE,qCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,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 a from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>a.createElement(l,{...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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z",fill:"currentColor"})),x=s;export{s as IconLetterZSquare,x 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 d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z\"\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,EAAE,qCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterZSquare","props","React","CentralIconBase","IconLetterZSquare_default"]}
package/README.md CHANGED
@@ -1952,6 +1952,10 @@ Below is a complete list of available icons:
1952
1952
  - IconHorizontalAlignmentCenter
1953
1953
  - IconHorizontalAlignmentTop
1954
1954
  - IconItalic
1955
+ - IconLetterACircle
1956
+ - IconLetterASquare
1957
+ - IconLetterZCircle
1958
+ - IconLetterZSquare
1955
1959
  - IconLinebreak
1956
1960
  - IconLineHeight
1957
1961
  - IconNumber0Circle
@@ -13986,6 +13986,62 @@
13986
13986
  "packageName": "square-outlined-radius-0-stroke-1.5",
13987
13987
  "componentName": "IconLemonsqueezy"
13988
13988
  },
13989
+ {
13990
+ "category": "Typography",
13991
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.14844 16L11.1484 7.54492H12.8535L15.8535 16H14.2715L13.5625 13.8145H10.4336L9.73047 16H8.14844ZM11.9512 9.11523L10.8145 12.6484H13.1875L12.0508 9.11523H11.9512Z\" fill=\"currentColor\"/>",
13992
+ "iconName": "letter-a-circle",
13993
+ "variant": {
13994
+ "join": "square",
13995
+ "filled": "off",
13996
+ "radius": "0",
13997
+ "stroke": "1.5"
13998
+ },
13999
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14000
+ "packageName": "square-outlined-radius-0-stroke-1.5",
14001
+ "componentName": "IconLetterACircle"
14002
+ },
14003
+ {
14004
+ "category": "Typography",
14005
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.14844 16.2275L11.1484 7.77246H12.8535L15.8535 16.2275H14.2715L13.5625 14.042H10.4336L9.73047 16.2275H8.14844ZM11.9512 9.34277L10.8145 12.876H13.1875L12.0508 9.34277H11.9512Z\" fill=\"currentColor\"/>",
14006
+ "iconName": "letter-a-square, key",
14007
+ "variant": {
14008
+ "join": "square",
14009
+ "filled": "off",
14010
+ "radius": "0",
14011
+ "stroke": "1.5"
14012
+ },
14013
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14014
+ "packageName": "square-outlined-radius-0-stroke-1.5",
14015
+ "componentName": "IconLetterASquare"
14016
+ },
14017
+ {
14018
+ "category": "Typography",
14019
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z\" fill=\"currentColor\"/>",
14020
+ "iconName": "letter-z-circle",
14021
+ "variant": {
14022
+ "join": "square",
14023
+ "filled": "off",
14024
+ "radius": "0",
14025
+ "stroke": "1.5"
14026
+ },
14027
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14028
+ "packageName": "square-outlined-radius-0-stroke-1.5",
14029
+ "componentName": "IconLetterZCircle"
14030
+ },
14031
+ {
14032
+ "category": "Typography",
14033
+ "svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.78125 16.2275V15.2197L13.2285 9.14941V9.04395H8.9043V7.77246H15.0977V8.78027L10.668 14.8506V14.9561H15.209V16.2275H8.78125Z\" fill=\"currentColor\"/>",
14034
+ "iconName": "letter-z-square, key",
14035
+ "variant": {
14036
+ "join": "square",
14037
+ "filled": "off",
14038
+ "radius": "0",
14039
+ "stroke": "1.5"
14040
+ },
14041
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14042
+ "packageName": "square-outlined-radius-0-stroke-1.5",
14043
+ "componentName": "IconLetterZSquare"
14044
+ },
13989
14045
  {
13990
14046
  "category": "Folders & Files",
13991
14047
  "svg": "<path d=\"M3.75 3.75V20.25M8.75 3.75V20.25M12.75 3.75L20.25 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -998,6 +998,10 @@ export type CentralIconName =
998
998
  | "IconLayoutWindow"
999
999
  | "IconLeaderboard"
1000
1000
  | "IconLemonsqueezy"
1001
+ | "IconLetterACircle"
1002
+ | "IconLetterASquare"
1003
+ | "IconLetterZCircle"
1004
+ | "IconLetterZSquare"
1001
1005
  | "IconLibrary"
1002
1006
  | "IconLifeVest"
1003
1007
  | "IconLightBulb"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.135",
3
+ "version": "1.1.136",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1812,
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": 77,
1866
+ "count": 81,
1867
1867
  "icons": [
1868
1868
  "IconAlignmentCenter",
1869
1869
  "IconAlignmentJustify",
@@ -1890,6 +1890,10 @@
1890
1890
  "IconHorizontalAlignmentCenter",
1891
1891
  "IconHorizontalAlignmentTop",
1892
1892
  "IconItalic",
1893
+ "IconLetterACircle",
1894
+ "IconLetterASquare",
1895
+ "IconLetterZCircle",
1896
+ "IconLetterZSquare",
1893
1897
  "IconLinebreak",
1894
1898
  "IconLineHeight",
1895
1899
  "IconNumber0Circle",
@@ -3013,6 +3017,10 @@
3013
3017
  "IconLayoutWindow": "layout-window, grid, window",
3014
3018
  "IconLeaderboard": "leaderboard, winner, stats, graph",
3015
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",
3016
3024
  "IconLibrary": "library, stuff, vinyl-records",
3017
3025
  "IconLifeVest": "life-vest, vest",
3018
3026
  "IconLightBulb": "light-bulb, idea, light",
package/index.d.ts CHANGED
@@ -997,6 +997,10 @@ export { IconLayoutTopbar, default as IconLayoutTopbarDefault, } from "./IconLay
997
997
  export { IconLayoutWindow, default as IconLayoutWindowDefault, } from "./IconLayoutWindow";
998
998
  export { IconLeaderboard, default as IconLeaderboardDefault, } from "./IconLeaderboard";
999
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";
1000
1004
  export { IconLibrary, default as IconLibraryDefault } from "./IconLibrary";
1001
1005
  export { IconLifeVest, default as IconLifeVestDefault } from "./IconLifeVest";
1002
1006
  export { IconLightBulb, default as IconLightBulbDefault, } from "./IconLightBulb";