@central-icons-react-native/round-outlined-radius-2-stroke-2 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,l)=>{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:!(l=x(o,e))||l.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 v={};P(v,{IconLetterACircle:()=>i,default:()=>h});module.exports=g(v);var C=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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z",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 cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z\"\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,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,whBACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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 l,Path as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(a,{d:"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z",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 cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z\"\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,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,whBACF,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 I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!L.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconLetterASquare:()=>u,default:()=>d});module.exports=g(h);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z",fill:"currentColor"})),d=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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z\"\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,2HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yhBACF,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 p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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 l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z",fill:"currentColor"})),L=l;export{l as IconLetterASquare,L 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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z\"\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,2HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yhBACF,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,l)=>{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:!(l=x(o,e))||l.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)),h=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconLetterZCircle:()=>i,default:()=>v});module.exports=h(y);var C=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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),v=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 cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\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,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,8dACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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 l,Path as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(a,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",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 cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\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,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,8dACF,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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>l(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconLetterZSquare:()=>u,default:()=>d});module.exports=H(h);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),d=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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\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,2HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8dACF,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 a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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 l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),P=l;export{l as IconLetterZSquare,P 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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\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,2HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8dACF,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": "round-outlined-radius-2-stroke-2",
13987
13987
  "componentName": "IconLemonsqueezy"
13988
13988
  },
13989
+ {
13990
+ "category": "Typography",
13991
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z\" fill=\"currentColor\"/>",
13992
+ "iconName": "letter-a-circle",
13993
+ "variant": {
13994
+ "join": "round",
13995
+ "filled": "off",
13996
+ "radius": "2",
13997
+ "stroke": "2"
13998
+ },
13999
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14000
+ "packageName": "round-outlined-radius-2-stroke-2",
14001
+ "componentName": "IconLetterACircle"
14002
+ },
14003
+ {
14004
+ "category": "Typography",
14005
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z\" fill=\"currentColor\"/>",
14006
+ "iconName": "letter-a-square, key",
14007
+ "variant": {
14008
+ "join": "round",
14009
+ "filled": "off",
14010
+ "radius": "2",
14011
+ "stroke": "2"
14012
+ },
14013
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14014
+ "packageName": "round-outlined-radius-2-stroke-2",
14015
+ "componentName": "IconLetterASquare"
14016
+ },
14017
+ {
14018
+ "category": "Typography",
14019
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\" fill=\"currentColor\"/>",
14020
+ "iconName": "letter-z-circle",
14021
+ "variant": {
14022
+ "join": "round",
14023
+ "filled": "off",
14024
+ "radius": "2",
14025
+ "stroke": "2"
14026
+ },
14027
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14028
+ "packageName": "round-outlined-radius-2-stroke-2",
14029
+ "componentName": "IconLetterZCircle"
14030
+ },
14031
+ {
14032
+ "category": "Typography",
14033
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\" fill=\"currentColor\"/>",
14034
+ "iconName": "letter-z-square, key",
14035
+ "variant": {
14036
+ "join": "round",
14037
+ "filled": "off",
14038
+ "radius": "2",
14039
+ "stroke": "2"
14040
+ },
14041
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14042
+ "packageName": "round-outlined-radius-2-stroke-2",
14043
+ "componentName": "IconLetterZSquare"
14044
+ },
13989
14045
  {
13990
14046
  "category": "Folders & Files",
13991
14047
  "svg": "<path d=\"M4 4V20M9 4V20M14 4L20 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" 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/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.135",
3
+ "version": "1.1.136",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";