@central-icons-react-native/round-filled-radius-1-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.
- 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 +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +11 -3
- package/index.d.ts +4 -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 +28 -0
|
@@ -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,p)=>{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:!(p=d(o,t))||p.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 C=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 l=require("react-native-svg"),i=r=>C.default.createElement(s,{...r},C.default.createElement(l.Path,{d:"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z",fill:"currentColor"}),C.default.createElement(l.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.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z",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=\"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z\"\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.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z\"\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,wkBACF,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 l from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>l.createElement(p,{...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 a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z",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.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z",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=\"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z\"\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.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z\"\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,wkBACF,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 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,l)=>{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:!(l=d(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(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,{IconLetterASquare:()=>u,default:()=>P});module.exports=L(g);var C=m(require("react"));var f=m(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"),u=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M11.9766 9.56543L12.9668 12.8232H10.9688L11.9297 9.56543H11.9766Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM11.9648 7.64355C11.127 7.64355 10.6055 8.03613 10.2949 8.89746L8.20898 14.6279C8.11523 14.8857 8.05664 15.1494 8.05664 15.3311C8.05664 15.9697 8.47266 16.3564 9.15234 16.3564C9.72656 16.3564 10.0488 16.0635 10.2539 15.3486L10.541 14.4463H13.4355L13.7227 15.3838C13.9102 16.0752 14.2324 16.3564 14.8535 16.3564C15.4805 16.3564 15.9316 15.9287 15.9316 15.3252C15.9316 15.1025 15.8906 14.9033 15.791 14.6279L13.6875 8.89746C13.3652 8.01855 12.8496 7.64355 11.9648 7.64355Z",fill:"currentColor"})),P=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=\"M11.9766 9.56543L12.9668 12.8232H10.9688L11.9297 9.56543H11.9766Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM11.9648 7.64355C11.127 7.64355 10.6055 8.03613 10.2949 8.89746L8.20898 14.6279C8.11523 14.8857 8.05664 15.1494 8.05664 15.3311C8.05664 15.9697 8.47266 16.3564 9.15234 16.3564C9.72656 16.3564 10.0488 16.0635 10.2539 15.3486L10.541 14.4463H13.4355L13.7227 15.3838C13.9102 16.0752 14.2324 16.3564 14.8535 16.3564C15.4805 16.3564 15.9316 15.9287 15.9316 15.3252C15.9316 15.1025 15.8906 14.9033 15.791 14.6279L13.6875 8.89746C13.3652 8.01855 12.8496 7.64355 11.9648 7.64355Z\"\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,ilBACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...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 a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M11.9766 9.56543L12.9668 12.8232H10.9688L11.9297 9.56543H11.9766Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM11.9648 7.64355C11.127 7.64355 10.6055 8.03613 10.2949 8.89746L8.20898 14.6279C8.11523 14.8857 8.05664 15.1494 8.05664 15.3311C8.05664 15.9697 8.47266 16.3564 9.15234 16.3564C9.72656 16.3564 10.0488 16.0635 10.2539 15.3486L10.541 14.4463H13.4355L13.7227 15.3838C13.9102 16.0752 14.2324 16.3564 14.8535 16.3564C15.4805 16.3564 15.9316 15.9287 15.9316 15.3252C15.9316 15.1025 15.8906 14.9033 15.791 14.6279L13.6875 8.89746C13.3652 8.01855 12.8496 7.64355 11.9648 7.64355Z",fill:"currentColor"})),v=a;export{a as IconLetterASquare,v 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=\"M11.9766 9.56543L12.9668 12.8232H10.9688L11.9297 9.56543H11.9766Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM11.9648 7.64355C11.127 7.64355 10.6055 8.03613 10.2949 8.89746L8.20898 14.6279C8.11523 14.8857 8.05664 15.1494 8.05664 15.3311C8.05664 15.9697 8.47266 16.3564 9.15234 16.3564C9.72656 16.3564 10.0488 16.0635 10.2539 15.3486L10.541 14.4463H13.4355L13.7227 15.3838C13.9102 16.0752 14.2324 16.3564 14.8535 16.3564C15.4805 16.3564 15.9316 15.9287 15.9316 15.3252C15.9316 15.1025 15.8906 14.9033 15.791 14.6279L13.6875 8.89746C13.3652 8.01855 12.8496 7.64355 11.9648 7.64355Z\"\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,ilBACF,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=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})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconLetterZCircle:()=>i,default:()=>h});module.exports=v(y);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{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.57422 7.77246C8.99414 7.77246 8.61914 8.08887 8.61914 8.63965C8.61914 9.19043 9 9.50684 9.57422 9.50684H12.6797V9.55371L8.95898 14.4697C8.74805 14.7451 8.66016 14.9736 8.66016 15.2666C8.66016 15.8525 9.08789 16.2275 9.73242 16.2275H14.4902C15.0586 16.2275 15.4453 15.9111 15.4453 15.3604C15.4453 14.8096 15.0703 14.4932 14.4902 14.4932H11.2031V14.4463L14.8887 9.54785C15.0527 9.3252 15.2051 9.1084 15.2051 8.77441C15.2051 8.15918 14.7891 7.77246 14.127 7.77246H9.57422Z",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 { Path } from \"react-native-svg\";\n\nexport const IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\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.57422 7.77246C8.99414 7.77246 8.61914 8.08887 8.61914 8.63965C8.61914 9.19043 9 9.50684 9.57422 9.50684H12.6797V9.55371L8.95898 14.4697C8.74805 14.7451 8.66016 14.9736 8.66016 15.2666C8.66016 15.8525 9.08789 16.2275 9.73242 16.2275H14.4902C15.0586 16.2275 15.4453 15.9111 15.4453 15.3604C15.4453 14.8096 15.0703 14.4932 14.4902 14.4932H11.2031V14.4463L14.8887 9.54785C15.0527 9.3252 15.2051 9.1084 15.2051 8.77441C15.2051 8.15918 14.7891 7.77246 14.127 7.77246H9.57422Z\"\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,EAAE,2kBACF,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{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.57422 7.77246C8.99414 7.77246 8.61914 8.08887 8.61914 8.63965C8.61914 9.19043 9 9.50684 9.57422 9.50684H12.6797V9.55371L8.95898 14.4697C8.74805 14.7451 8.66016 14.9736 8.66016 15.2666C8.66016 15.8525 9.08789 16.2275 9.73242 16.2275H14.4902C15.0586 16.2275 15.4453 15.9111 15.4453 15.3604C15.4453 14.8096 15.0703 14.4932 14.4902 14.4932H11.2031V14.4463L14.8887 9.54785C15.0527 9.3252 15.2051 9.1084 15.2051 8.77441C15.2051 8.15918 14.7891 7.77246 14.127 7.77246H9.57422Z",fill:"currentColor"})),P=l;export{l as IconLetterZCircle,P 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 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.57422 7.77246C8.99414 7.77246 8.61914 8.08887 8.61914 8.63965C8.61914 9.19043 9 9.50684 9.57422 9.50684H12.6797V9.55371L8.95898 14.4697C8.74805 14.7451 8.66016 14.9736 8.66016 15.2666C8.66016 15.8525 9.08789 16.2275 9.73242 16.2275H14.4902C15.0586 16.2275 15.4453 15.9111 15.4453 15.3604C15.4453 14.8096 15.0703 14.4932 14.4902 14.4932H11.2031V14.4463L14.8887 9.54785C15.0527 9.3252 15.2051 9.1084 15.2051 8.77441C15.2051 8.15918 14.7891 7.77246 14.127 7.77246H9.57422Z\"\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,EAAE,2kBACF,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 d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{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:!(p=B(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var H={};x(H,{IconLetterZSquare:()=>u,default:()=>g});module.exports=P(H);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.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 f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM9.57227 7.77246C8.99219 7.77246 8.61719 8.08887 8.61719 8.63965C8.61719 9.19043 8.99805 9.50684 9.57227 9.50684H12.6777V9.55371L8.95703 14.4697C8.74609 14.7451 8.6582 14.9736 8.6582 15.2666C8.6582 15.8525 9.08594 16.2275 9.73047 16.2275H14.4883C15.0566 16.2275 15.4434 15.9111 15.4434 15.3604C15.4434 14.8096 15.0684 14.4932 14.4883 14.4932H11.2012V14.4463L14.8867 9.54785C15.0508 9.3252 15.2031 9.1084 15.2031 8.77441C15.2031 8.15918 14.7871 7.77246 14.125 7.77246H9.57227Z",fill:"currentColor"})),g=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=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM9.57227 7.77246C8.99219 7.77246 8.61719 8.08887 8.61719 8.63965C8.61719 9.19043 8.99805 9.50684 9.57227 9.50684H12.6777V9.55371L8.95703 14.4697C8.74609 14.7451 8.6582 14.9736 8.6582 15.2666C8.6582 15.8525 9.08594 16.2275 9.73047 16.2275H14.4883C15.0566 16.2275 15.4434 15.9111 15.4434 15.3604C15.4434 14.8096 15.0684 14.4932 14.4883 14.4932H11.2012V14.4463L14.8867 9.54785C15.0508 9.3252 15.2031 9.1084 15.2031 8.77441C15.2031 8.15918 14.7871 7.77246 14.125 7.77246H9.57227Z\"\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,slBACF,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 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{Path as l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM9.57227 7.77246C8.99219 7.77246 8.61719 8.08887 8.61719 8.63965C8.61719 9.19043 8.99805 9.50684 9.57227 9.50684H12.6777V9.55371L8.95703 14.4697C8.74609 14.7451 8.6582 14.9736 8.6582 15.2666C8.6582 15.8525 9.08594 16.2275 9.73047 16.2275H14.4883C15.0566 16.2275 15.4434 15.9111 15.4434 15.3604C15.4434 14.8096 15.0684 14.4932 14.4883 14.4932H11.2012V14.4463L14.8867 9.54785C15.0508 9.3252 15.2031 9.1084 15.2031 8.77441C15.2031 8.15918 14.7871 7.77246 14.125 7.77246H9.57227Z",fill:"currentColor"})),v=a;export{a as IconLetterZSquare,v 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=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM9.57227 7.77246C8.99219 7.77246 8.61719 8.08887 8.61719 8.63965C8.61719 9.19043 8.99805 9.50684 9.57227 9.50684H12.6777V9.55371L8.95703 14.4697C8.74609 14.7451 8.6582 14.9736 8.6582 15.2666C8.6582 15.8525 9.08594 16.2275 9.73047 16.2275H14.4883C15.0566 16.2275 15.4434 15.9111 15.4434 15.3604C15.4434 14.8096 15.0684 14.4932 14.4883 14.4932H11.2012V14.4463L14.8867 9.54785C15.0508 9.3252 15.2031 9.1084 15.2031 8.77441C15.2031 8.15918 14.7871 7.77246 14.125 7.77246H9.57227Z\"\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,slBACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -13986,6 +13986,62 @@
|
|
|
13986
13986
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
13987
13987
|
"componentName": "IconLemonsqueezy"
|
|
13988
13988
|
},
|
|
13989
|
+
{
|
|
13990
|
+
"category": "Typography",
|
|
13991
|
+
"svg": "<path d=\"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z\" 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.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z\" fill=\"currentColor\"/>",
|
|
13992
|
+
"iconName": "letter-a-circle",
|
|
13993
|
+
"variant": {
|
|
13994
|
+
"join": "round",
|
|
13995
|
+
"filled": "on",
|
|
13996
|
+
"radius": "1",
|
|
13997
|
+
"stroke": "2"
|
|
13998
|
+
},
|
|
13999
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14000
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
14001
|
+
"componentName": "IconLetterACircle"
|
|
14002
|
+
},
|
|
14003
|
+
{
|
|
14004
|
+
"category": "Typography",
|
|
14005
|
+
"svg": "<path d=\"M11.9766 9.56543L12.9668 12.8232H10.9688L11.9297 9.56543H11.9766Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM11.9648 7.64355C11.127 7.64355 10.6055 8.03613 10.2949 8.89746L8.20898 14.6279C8.11523 14.8857 8.05664 15.1494 8.05664 15.3311C8.05664 15.9697 8.47266 16.3564 9.15234 16.3564C9.72656 16.3564 10.0488 16.0635 10.2539 15.3486L10.541 14.4463H13.4355L13.7227 15.3838C13.9102 16.0752 14.2324 16.3564 14.8535 16.3564C15.4805 16.3564 15.9316 15.9287 15.9316 15.3252C15.9316 15.1025 15.8906 14.9033 15.791 14.6279L13.6875 8.89746C13.3652 8.01855 12.8496 7.64355 11.9648 7.64355Z\" fill=\"currentColor\"/>",
|
|
14006
|
+
"iconName": "letter-a-square, key",
|
|
14007
|
+
"variant": {
|
|
14008
|
+
"join": "round",
|
|
14009
|
+
"filled": "on",
|
|
14010
|
+
"radius": "1",
|
|
14011
|
+
"stroke": "2"
|
|
14012
|
+
},
|
|
14013
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14014
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
14015
|
+
"componentName": "IconLetterASquare"
|
|
14016
|
+
},
|
|
14017
|
+
{
|
|
14018
|
+
"category": "Typography",
|
|
14019
|
+
"svg": "<path 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.57422 7.77246C8.99414 7.77246 8.61914 8.08887 8.61914 8.63965C8.61914 9.19043 9 9.50684 9.57422 9.50684H12.6797V9.55371L8.95898 14.4697C8.74805 14.7451 8.66016 14.9736 8.66016 15.2666C8.66016 15.8525 9.08789 16.2275 9.73242 16.2275H14.4902C15.0586 16.2275 15.4453 15.9111 15.4453 15.3604C15.4453 14.8096 15.0703 14.4932 14.4902 14.4932H11.2031V14.4463L14.8887 9.54785C15.0527 9.3252 15.2051 9.1084 15.2051 8.77441C15.2051 8.15918 14.7891 7.77246 14.127 7.77246H9.57422Z\" fill=\"currentColor\"/>",
|
|
14020
|
+
"iconName": "letter-z-circle",
|
|
14021
|
+
"variant": {
|
|
14022
|
+
"join": "round",
|
|
14023
|
+
"filled": "on",
|
|
14024
|
+
"radius": "1",
|
|
14025
|
+
"stroke": "2"
|
|
14026
|
+
},
|
|
14027
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14028
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
14029
|
+
"componentName": "IconLetterZCircle"
|
|
14030
|
+
},
|
|
14031
|
+
{
|
|
14032
|
+
"category": "Typography",
|
|
14033
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM9.57227 7.77246C8.99219 7.77246 8.61719 8.08887 8.61719 8.63965C8.61719 9.19043 8.99805 9.50684 9.57227 9.50684H12.6777V9.55371L8.95703 14.4697C8.74609 14.7451 8.6582 14.9736 8.6582 15.2666C8.6582 15.8525 9.08594 16.2275 9.73047 16.2275H14.4883C15.0566 16.2275 15.4434 15.9111 15.4434 15.3604C15.4434 14.8096 15.0684 14.4932 14.4883 14.4932H11.2012V14.4463L14.8867 9.54785C15.0508 9.3252 15.2031 9.1084 15.2031 8.77441C15.2031 8.15918 14.7871 7.77246 14.125 7.77246H9.57227Z\" fill=\"currentColor\"/>",
|
|
14034
|
+
"iconName": "letter-z-square, key",
|
|
14035
|
+
"variant": {
|
|
14036
|
+
"join": "round",
|
|
14037
|
+
"filled": "on",
|
|
14038
|
+
"radius": "1",
|
|
14039
|
+
"stroke": "2"
|
|
14040
|
+
},
|
|
14041
|
+
"createdAt": "2026-02-18T13:00:26.775075+00:00",
|
|
14042
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
14043
|
+
"componentName": "IconLetterZSquare"
|
|
14044
|
+
},
|
|
13989
14045
|
{
|
|
13990
14046
|
"category": "Folders & Files",
|
|
13991
14047
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.6489 3.06394C14.166 2.87002 14.7424 3.13203 14.9363 3.64915L20.9363 19.6491C21.1302 20.1663 20.8682 20.7427 20.3511 20.9366C19.834 21.1305 19.2576 20.8685 19.0637 20.3514L13.0637 4.35139C12.8698 3.83427 13.1318 3.25786 13.6489 3.06394ZM4 3.00027C4.55228 3.00027 5 3.44799 5 4.00027V20.0003C5 20.5526 4.55228 21.0003 4 21.0003C3.44772 21.0003 3 20.5526 3 20.0003V4.00027C3 3.44799 3.44772 3.00027 4 3.00027ZM9 3.00027C9.55228 3.00027 10 3.44799 10 4.00027V20.0003C10 20.5526 9.55228 21.0003 9 21.0003C8.44772 21.0003 8 20.5526 8 20.0003V4.00027C8 3.44799 8.44772 3.00027 9 3.00027Z\" fill=\"currentColor\"/>",
|
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-filled-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.136",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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":
|
|
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",
|
|
@@ -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";
|