@central-icons-react-native/square-filled-radius-0-stroke-1 0.0.49 → 0.0.51

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 IconBanana: FC<CentralIconBaseProps>;
4
+ export default IconBanana;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},a=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!d.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(p=u(r,e))||p.enumerable});return o};var l=(o,r,C)=>(C=o!=null?i(I(o)):{},a(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconBanana:()=>f,default:()=>P});module.exports=x(g);var t=l(require("react"));var m=l(require("react")),L=require("react-native-svg"),s=({children:o,size:r=24,...C})=>m.default.createElement(L.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var c=require("react-native-svg"),f=o=>t.default.createElement(s,{...o},t.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z",fill:"currentColor"})),P=f;0&&(module.exports={IconBanana});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBanana/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 IconBanana: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBanana;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,i8CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBanana_exports","__export","IconBanana","IconBanana_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...n})=>t.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>e.createElement(C,{...r},e.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z",fill:"currentColor"})),d=l;export{l as IconBanana,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBanana/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 IconBanana: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBanana;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,i8CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBanana","props","React","CentralIconBase","IconBanana_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMorningBrief: FC<CentralIconBaseProps>;
4
+ export default IconMorningBrief;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var l in o)C(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!a.call(r,t)&&t!==l&&C(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var i=(r,o,l)=>(l=r!=null?c(M(r)):{},f(o||!r||!r.__esModule?C(l,"default",{value:r,enumerable:!0}):l,r)),L=r=>f(C({},"__esModule",{value:!0}),r);var Z={};I(Z,{IconMorningBrief:()=>s,default:()=>V});module.exports=L(Z);var n=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...l})=>u.default.createElement(d.Svg,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),s=r=>n.default.createElement(m,{...r},n.default.createElement(e.Path,{d:"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M16 21H7V20H16V21Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M19 17H7V16H19V17Z",fill:"currentColor"}),n.default.createElement(e.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M12.5 5H11.5V1H12.5V5Z",fill:"currentColor"})),V=s;0&&(module.exports={IconMorningBrief});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMorningBrief/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 IconMorningBrief: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M16 21H7V20H16V21Z\" fill=\"currentColor\" />\n <Path\n d=\"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19 17H7V16H19V17Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 5H11.5V1H12.5V5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,uLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGE,EAAQJ","names":["IconMorningBrief_exports","__export","IconMorningBrief","IconMorningBrief_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:l=24,...t})=>C.createElement(p,{...t,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(e,{...n},r.createElement(o,{d:"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z",fill:"currentColor"}),r.createElement(o,{d:"M16 21H7V20H16V21Z",fill:"currentColor"}),r.createElement(o,{d:"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z",fill:"currentColor"}),r.createElement(o,{d:"M19 17H7V16H19V17Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z",fill:"currentColor"}),r.createElement(o,{d:"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z",fill:"currentColor"}),r.createElement(o,{d:"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z",fill:"currentColor"}),r.createElement(o,{d:"M12.5 5H11.5V1H12.5V5Z",fill:"currentColor"})),a=f;export{f as IconMorningBrief,a as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMorningBrief/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 IconMorningBrief: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M16 21H7V20H16V21Z\" fill=\"currentColor\" />\n <Path\n d=\"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19 17H7V16H19V17Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 5H11.5V1H12.5V5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMorningBrief;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,uLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMorningBrief","props","React","CentralIconBase","IconMorningBrief_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVercel: FC<CentralIconBaseProps>;
4
+ export default IconVercel;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=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 e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?I(x(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>l(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconVercel:()=>B,default:()=>h});module.exports=v(y);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),h=B;0&&(module.exports={IconVercel});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVercel/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 IconVercel: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVercel_exports","__export","IconVercel","IconVercel_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVercel","props","React","CentralIconBase","IconVercel_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,...n})=>p.createElement(a,{...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 m=o=>t.createElement(e,{...o},t.createElement(l,{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),P=m;export{m as IconVercel,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVercel/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 IconVercel: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVercel","props","React","CentralIconBase","IconVercel_default"]}
package/README.md CHANGED
@@ -701,6 +701,7 @@ Below is a complete list of available icons:
701
701
  - IconAppleNewton
702
702
  - IconApples
703
703
  - IconAvocado
704
+ - IconBanana
704
705
  - IconBirthdayCake
705
706
  - IconBottle
706
707
  - IconBreakfast
@@ -907,6 +908,7 @@ Below is a complete list of available icons:
907
908
  - IconMathScientific
908
909
  - IconMinusLarge
909
910
  - IconMinusSmall
911
+ - IconMorningBrief
910
912
  - IconPaperclip1
911
913
  - IconPaperclip2
912
914
  - IconPaperclip3
@@ -1357,6 +1359,7 @@ Below is a complete list of available icons:
1357
1359
  - IconTwitch
1358
1360
  - IconTwitter
1359
1361
  - IconVenmo
1362
+ - IconVercel
1360
1363
  - IconVkontakte
1361
1364
  - IconWebflow
1362
1365
  - IconWhatsapp
@@ -2198,6 +2198,20 @@
2198
2198
  "packageName": "square-filled-radius-0-stroke-1",
2199
2199
  "componentName": "IconBalloon"
2200
2200
  },
2201
+ {
2202
+ "category": "Food",
2203
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z\" fill=\"currentColor\"/>",
2204
+ "iconName": "banana, fruit",
2205
+ "variant": {
2206
+ "join": "square",
2207
+ "filled": "on",
2208
+ "radius": "0",
2209
+ "stroke": "1"
2210
+ },
2211
+ "createdAt": "2025-08-22T08:30:44.654882+00:00",
2212
+ "packageName": "square-filled-radius-0-stroke-1",
2213
+ "componentName": "IconBanana"
2214
+ },
2201
2215
  {
2202
2216
  "category": "Building",
2203
2217
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9984 1.42224L1.9984 7.21171V9.99999H3.9984V17H3.13802L1.80469 21H22.1921L20.8588 17H19.9984V9.99999H21.9984V7.21171L11.9984 1.42224ZM15.9984 9.99999H18.9984V17H15.9984V9.99999ZM7.9984 17H4.9984V9.99999H7.9984V17ZM8.9984 17V9.99999H14.9984V17H8.9984Z\" fill=\"currentColor\"/>",
@@ -12754,6 +12768,20 @@
12754
12768
  "packageName": "square-filled-radius-0-stroke-1",
12755
12769
  "componentName": "IconMoonStar"
12756
12770
  },
12771
+ {
12772
+ "category": "Interface General",
12773
+ "svg": "<path d=\"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z\" fill=\"currentColor\"/><path d=\"M16 21H7V20H16V21Z\" fill=\"currentColor\"/><path d=\"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z\" fill=\"currentColor\"/><path d=\"M19 17H7V16H19V17Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z\" fill=\"currentColor\"/><path d=\"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z\" fill=\"currentColor\"/><path d=\"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z\" fill=\"currentColor\"/><path d=\"M12.5 5H11.5V1H12.5V5Z\" fill=\"currentColor\"/>",
12774
+ "iconName": "morning-brief, daily-todo",
12775
+ "variant": {
12776
+ "join": "square",
12777
+ "filled": "on",
12778
+ "radius": "0",
12779
+ "stroke": "1"
12780
+ },
12781
+ "createdAt": "2025-08-22T08:30:44.654882+00:00",
12782
+ "packageName": "square-filled-radius-0-stroke-1",
12783
+ "componentName": "IconMorningBrief"
12784
+ },
12757
12785
  {
12758
12786
  "category": "Things",
12759
12787
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 4H16.3772L18.1138 10.0783C18.4014 10.0268 18.6976 10 19 10C21.7614 10 24 12.2386 24 15C24 17.7614 21.7614 20 19 20C16.2386 20 14 17.7614 14 15C14 12.8913 15.3054 11.0875 17.1521 10.3526L16.8421 9.26735L9.62821 13.1045C9.86787 13.6891 10 14.3291 10 15C10 17.7614 7.76142 20 5 20C2.23858 20 0 17.7614 0 15C0 12.2386 2.23858 10 5 10C6.73348 10 8.26092 10.8821 9.15789 12.222L10.3558 11.5848L7.06397 7H6V6H10V7H8.29503L11.2467 11.111L16.5612 8.28411L15.6228 5H13V4ZM8.26928 12.6947C7.54503 11.6695 6.3507 11 5 11C2.79086 11 1 12.7909 1 15C1 17.2091 2.79086 19 5 19C7.20914 19 9 17.2091 9 15C9 14.4989 8.90785 14.0193 8.73956 13.5772L4.79337 15.6762L4.32376 14.7934L8.26928 12.6947ZM17.4287 11.3204C16.0007 11.931 15 13.3487 15 15C15 17.2091 16.7909 19 19 19C21.2091 19 23 17.2091 23 15C23 12.7909 21.2091 11 19 11C18.7927 11 18.5891 11.0158 18.3903 11.0462L19.6181 15.3434L18.6566 15.6181L17.4287 11.3204Z\" fill=\"currentColor\"/>",
@@ -19796,6 +19824,20 @@
19796
19824
  "packageName": "square-filled-radius-0-stroke-1",
19797
19825
  "componentName": "IconVenmo"
19798
19826
  },
19827
+ {
19828
+ "category": "Social Media & Brands",
19829
+ "svg": "<path d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\" fill=\"currentColor\"/>",
19830
+ "iconName": "vercel",
19831
+ "variant": {
19832
+ "join": "square",
19833
+ "filled": "on",
19834
+ "radius": "0",
19835
+ "stroke": "1"
19836
+ },
19837
+ "createdAt": "2025-08-22T09:00:42.724302+00:00",
19838
+ "packageName": "square-filled-radius-0-stroke-1",
19839
+ "componentName": "IconVercel"
19840
+ },
19799
19841
  {
19800
19842
  "category": "Sports",
19801
19843
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM13 8H17.5001V10H16.5001V9H14V11.5H17.5001L17.5 16H12.9999L13 14L14 14L14 15H16.5001L16.5001 12.5H13V8ZM7 8V13.3333L8.25 15H8.75L10 13.3333V8H11V13.6667L9.25 16H7.75L6 13.6667V8H7Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -156,6 +156,7 @@ export type CentralIconName =
156
156
  | "IconBag"
157
157
  | "IconBag2"
158
158
  | "IconBalloon"
159
+ | "IconBanana"
159
160
  | "IconBank"
160
161
  | "IconBanknote1"
161
162
  | "IconBanknote2"
@@ -910,6 +911,7 @@ export type CentralIconName =
910
911
  | "IconMoneyHand"
911
912
  | "IconMoon"
912
913
  | "IconMoonStar"
914
+ | "IconMorningBrief"
913
915
  | "IconMountainBike"
914
916
  | "IconMouse"
915
917
  | "IconMouseScrollDown"
@@ -1413,6 +1415,7 @@ export type CentralIconName =
1413
1415
  | "IconVault"
1414
1416
  | "IconVectorLogo"
1415
1417
  | "IconVenmo"
1418
+ | "IconVercel"
1416
1419
  | "IconVersusCircle"
1417
1420
  | "IconVerticalAlignmentCenter"
1418
1421
  | "IconVerticalAlignmentLeft"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1489,
14
+ "totalIcons": 1492,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -596,11 +596,12 @@
596
596
  ]
597
597
  },
598
598
  "Food": {
599
- "count": 40,
599
+ "count": 41,
600
600
  "icons": [
601
601
  "IconAppleNewton",
602
602
  "IconApples",
603
603
  "IconAvocado",
604
+ "IconBanana",
604
605
  "IconBirthdayCake",
605
606
  "IconBottle",
606
607
  "IconBreakfast",
@@ -715,7 +716,7 @@
715
716
  ]
716
717
  },
717
718
  "Interface General": {
718
- "count": 159,
719
+ "count": 160,
719
720
  "icons": [
720
721
  "IconAnchor1",
721
722
  "IconAnchor2",
@@ -815,6 +816,7 @@
815
816
  "IconMathScientific",
816
817
  "IconMinusLarge",
817
818
  "IconMinusSmall",
819
+ "IconMorningBrief",
818
820
  "IconPaperclip1",
819
821
  "IconPaperclip2",
820
822
  "IconPaperclip3",
@@ -1211,7 +1213,7 @@
1211
1213
  ]
1212
1214
  },
1213
1215
  "Social Media & Brands": {
1214
- "count": 76,
1216
+ "count": 77,
1215
1217
  "icons": [
1216
1218
  "IconAnthropic",
1217
1219
  "IconApple",
@@ -1283,6 +1285,7 @@
1283
1285
  "IconTwitch",
1284
1286
  "IconTwitter",
1285
1287
  "IconVenmo",
1288
+ "IconVercel",
1286
1289
  "IconVkontakte",
1287
1290
  "IconWebflow",
1288
1291
  "IconWhatsapp",
@@ -1831,6 +1834,7 @@
1831
1834
  "IconBag": "bag, luggage, buggage",
1832
1835
  "IconBag2": "bag-2, luggage, buggage",
1833
1836
  "IconBalloon": "balloon, birthday",
1837
+ "IconBanana": "banana, fruit",
1834
1838
  "IconBank": "bank",
1835
1839
  "IconBanknote1": "banknote-1, money, bill",
1836
1840
  "IconBanknote2": "banknote-2, money, bill",
@@ -2585,6 +2589,7 @@
2585
2589
  "IconMoneyHand": "money-hand, coins, pay",
2586
2590
  "IconMoon": "moon, dark-mode, night",
2587
2591
  "IconMoonStar": "moon-star, night",
2592
+ "IconMorningBrief": "morning-brief, daily-todo",
2588
2593
  "IconMountainBike": "mountain-bike",
2589
2594
  "IconMouse": "mouse",
2590
2595
  "IconMouseScrollDown": "mouse-scroll-down",
@@ -3088,6 +3093,7 @@
3088
3093
  "IconVault": "vault, safe",
3089
3094
  "IconVectorLogo": "vector-logo, svg",
3090
3095
  "IconVenmo": "venmo",
3096
+ "IconVercel": "vercel",
3091
3097
  "IconVersusCircle": "versus-circle, vs",
3092
3098
  "IconVerticalAlignmentCenter": "vertical-alignment-center",
3093
3099
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -1099,6 +1099,13 @@
1099
1099
  "iconName": "balloon, birthday",
1100
1100
  "pathname": "src/IconBalloon"
1101
1101
  },
1102
+ {
1103
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.6934 3C18.9065 3.00014 19.9483 3.92803 20.0127 5.16602C20.1495 7.79828 19.9681 10.1018 19.1064 12.7578C19.8414 13.2072 20.3983 13.8522 20.7383 14.624C21.6012 16.5836 20.9739 19.157 18.6387 20.9004L18.5049 21H15.2422L15.54 20.3027C16.1287 18.9292 16.3887 17.9549 16.3721 17.126C14.6199 18.6758 12.6081 20.0078 10.4707 20.6279C8.1182 21.3104 5.62302 21.1266 3.21484 19.458L3 19.3086V16.4023L3.47656 16.3789C6.60954 16.2307 9.07433 14.9609 11.0498 12.6221C9.93435 12.4891 8.83739 12.5081 7.69922 12.7979L7.35449 12.8857L7.1582 12.5879L5.84668 10.5928L6.16504 10.3047C7.59404 9.01327 9.98545 7.98118 11.9482 8.08496C12.6173 8.12037 13.2648 8.2916 13.8047 8.65234L15.5107 4.46777C15.8723 3.58045 16.7352 3 17.6934 3ZM19.8232 15.0273C19.2525 13.7314 17.7821 12.7589 15.499 13.1562C16.4483 14.2702 17.0671 15.2368 17.2852 16.3096C17.5103 17.417 17.296 18.5644 16.7432 20H18.168C20.0759 18.5011 20.457 16.467 19.8232 15.0273ZM17.6934 4C17.1418 4 16.6447 4.33392 16.4365 4.84473L14.5732 9.41602C15.0407 10.1034 15.2434 11.0305 15.1533 12.2041C16.3051 11.9782 17.3307 12.0453 18.1934 12.334C18.9775 9.86703 19.1436 7.71679 19.0137 5.21777C18.9781 4.53751 18.401 4.00014 17.6934 4ZM11.8955 9.08398C10.3831 9.00398 8.45335 9.7577 7.16211 10.7734L7.80371 11.749C9.16509 11.459 10.469 11.5077 11.7568 11.7129L11.7598 11.71L11.7656 11.7139C12.5628 11.8413 13.3538 12.0285 14.1484 12.2334C14.2531 11.1083 14.044 10.3794 13.707 9.9209C13.3243 9.40023 12.7019 9.12666 11.8955 9.08398Z\" fill=\"currentColor\"/>",
1104
+ "tags": "Path",
1105
+ "componentName": "IconBanana",
1106
+ "iconName": "banana, fruit",
1107
+ "pathname": "src/IconBanana"
1108
+ },
1102
1109
  {
1103
1110
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9984 1.42224L1.9984 7.21171V9.99999H3.9984V17H3.13802L1.80469 21H22.1921L20.8588 17H19.9984V9.99999H21.9984V7.21171L11.9984 1.42224ZM15.9984 9.99999H18.9984V17H15.9984V9.99999ZM7.9984 17H4.9984V9.99999H7.9984V17ZM8.9984 17V9.99999H14.9984V17H8.9984Z\" fill=\"currentColor\"/>",
1104
1111
  "tags": "Path",
@@ -6377,6 +6384,13 @@
6377
6384
  "iconName": "moon-star, night",
6378
6385
  "pathname": "src/IconMoonStar"
6379
6386
  },
6387
+ {
6388
+ "svg": "<Path d=\"M4.9502 19.75C5.36441 19.75 5.7002 20.0858 5.7002 20.5C5.7002 20.9142 5.36441 21.25 4.9502 21.25C4.53598 21.25 4.2002 20.9142 4.2002 20.5C4.2002 20.0858 4.53598 19.75 4.9502 19.75Z\" fill=\"currentColor\"/><Path d=\"M16 21H7V20H16V21Z\" fill=\"currentColor\"/><Path d=\"M4.9502 15.75C5.36441 15.75 5.7002 16.0858 5.7002 16.5C5.7002 16.9142 5.36441 17.25 4.9502 17.25C4.53598 17.25 4.2002 16.9142 4.2002 16.5C4.2002 16.0858 4.53598 15.75 4.9502 15.75Z\" fill=\"currentColor\"/><Path d=\"M19 17H7V16H19V17Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 7C14.869 7 17.2239 9.19679 17.4766 12H23V13H1V12H6.52344C6.77609 9.19679 9.13101 7 12 7Z\" fill=\"currentColor\"/><Path d=\"M7.40332 6.69629L6.69629 7.40332L3.86816 4.5752L4.5752 3.86816L7.40332 6.69629Z\" fill=\"currentColor\"/><Path d=\"M20.1318 4.5752L17.3027 7.40332L16.5957 6.69629L19.4248 3.86816L20.1318 4.5752Z\" fill=\"currentColor\"/><Path d=\"M12.5 5H11.5V1H12.5V5Z\" fill=\"currentColor\"/>",
6389
+ "tags": "Path",
6390
+ "componentName": "IconMorningBrief",
6391
+ "iconName": "morning-brief, daily-todo",
6392
+ "pathname": "src/IconMorningBrief"
6393
+ },
6380
6394
  {
6381
6395
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13 4H16.3772L18.1138 10.0783C18.4014 10.0268 18.6976 10 19 10C21.7614 10 24 12.2386 24 15C24 17.7614 21.7614 20 19 20C16.2386 20 14 17.7614 14 15C14 12.8913 15.3054 11.0875 17.1521 10.3526L16.8421 9.26735L9.62821 13.1045C9.86787 13.6891 10 14.3291 10 15C10 17.7614 7.76142 20 5 20C2.23858 20 0 17.7614 0 15C0 12.2386 2.23858 10 5 10C6.73348 10 8.26092 10.8821 9.15789 12.222L10.3558 11.5848L7.06397 7H6V6H10V7H8.29503L11.2467 11.111L16.5612 8.28411L15.6228 5H13V4ZM8.26928 12.6947C7.54503 11.6695 6.3507 11 5 11C2.79086 11 1 12.7909 1 15C1 17.2091 2.79086 19 5 19C7.20914 19 9 17.2091 9 15C9 14.4989 8.90785 14.0193 8.73956 13.5772L4.79337 15.6762L4.32376 14.7934L8.26928 12.6947ZM17.4287 11.3204C16.0007 11.931 15 13.3487 15 15C15 17.2091 16.7909 19 19 19C21.2091 19 23 17.2091 23 15C23 12.7909 21.2091 11 19 11C18.7927 11 18.5891 11.0158 18.3903 11.0462L19.6181 15.3434L18.6566 15.6181L17.4287 11.3204Z\" fill=\"currentColor\"/>",
6382
6396
  "tags": "Path",
@@ -9898,6 +9912,13 @@
9898
9912
  "iconName": "venmo",
9899
9913
  "pathname": "src/IconVenmo"
9900
9914
  },
9915
+ {
9916
+ "svg": "<Path d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\" fill=\"currentColor\"/>",
9917
+ "tags": "Path",
9918
+ "componentName": "IconVercel",
9919
+ "iconName": "vercel",
9920
+ "pathname": "src/IconVercel"
9921
+ },
9901
9922
  {
9902
9923
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM13 8H17.5001V10H16.5001V9H14V11.5H17.5001L17.5 16H12.9999L13 14L14 14L14 15H16.5001L16.5001 12.5H13V8ZM7 8V13.3333L8.25 15H8.75L10 13.3333V8H11V13.6667L9.25 16H7.75L6 13.6667V8H7Z\" fill=\"currentColor\"/>",
9903
9924
  "tags": "Path",