@central-icons-react-native/square-filled-radius-0-stroke-1 0.0.48 → 0.0.50

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 IconRandom: FC<CentralIconBaseProps>;
4
+ export default IconRandom;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!H.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?a(B(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var V={};I(V,{IconRandom:()=>u,default:()=>P});module.exports=x(V);var t=m(require("react"));var L=m(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...n})=>L.default.createElement(i.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{d:"M12.5 22H11.5V17H12.5V22Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M22 12.5H17V11.5H22V12.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12.5 7H11.5V2H12.5V7Z",fill:"currentColor"})),P=u;0&&(module.exports={IconRandom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/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 IconRandom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.5 22H11.5V17H12.5V22Z\" fill=\"currentColor\" />\n <Path\n d=\"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M22 12.5H17V11.5H22V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 7H11.5V2H12.5V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,gHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGE,EAAQJ","names":["IconRandom_exports","__export","IconRandom","IconRandom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var l=({children:t,size:o=24,...e})=>p.createElement(C,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>r.createElement(l,{...t},r.createElement(n,{d:"M12.5 22H11.5V17H12.5V22Z",fill:"currentColor"}),r.createElement(n,{d:"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z",fill:"currentColor"}),r.createElement(n,{d:"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z",fill:"currentColor"}),r.createElement(n,{d:"M22 12.5H17V11.5H22V12.5Z",fill:"currentColor"}),r.createElement(n,{d:"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z",fill:"currentColor"}),r.createElement(n,{d:"M12.5 7H11.5V2H12.5V7Z",fill:"currentColor"})),H=f;export{f as IconRandom,H as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/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 IconRandom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.5 22H11.5V17H12.5V22Z\" fill=\"currentColor\" />\n <Path\n d=\"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M22 12.5H17V11.5H22V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.5 7H11.5V2H12.5V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CACC,EAAE,gHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
package/README.md CHANGED
@@ -285,6 +285,7 @@ Below is a complete list of available icons:
285
285
  - IconMinimize315
286
286
  - IconMinimize45
287
287
  - IconOngoing
288
+ - IconRandom
288
289
  - IconShareArrowDown
289
290
  - IconSquareArrowBottomRight
290
291
  - IconSquareArrowCenter
@@ -700,6 +701,7 @@ Below is a complete list of available icons:
700
701
  - IconAppleNewton
701
702
  - IconApples
702
703
  - IconAvocado
704
+ - IconBanana
703
705
  - IconBirthdayCake
704
706
  - IconBottle
705
707
  - IconBreakfast
@@ -906,6 +908,7 @@ Below is a complete list of available icons:
906
908
  - IconMathScientific
907
909
  - IconMinusLarge
908
910
  - IconMinusSmall
911
+ - IconMorningBrief
909
912
  - IconPaperclip1
910
913
  - IconPaperclip2
911
914
  - IconPaperclip3
@@ -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\"/>",
@@ -15176,6 +15204,20 @@
15176
15204
  "packageName": "square-filled-radius-0-stroke-1",
15177
15205
  "componentName": "IconRaisingHand5Finger"
15178
15206
  },
15207
+ {
15208
+ "category": "Arrows",
15209
+ "svg": "<path d=\"M12.5 22H11.5V17H12.5V22Z\" fill=\"currentColor\"/><path d=\"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z\" fill=\"currentColor\"/><path d=\"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z\" fill=\"currentColor\"/><path d=\"M22 12.5H17V11.5H22V12.5Z\" fill=\"currentColor\"/><path d=\"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z\" fill=\"currentColor\"/><path d=\"M12.5 7H11.5V2H12.5V7Z\" fill=\"currentColor\"/>",
15210
+ "iconName": "random, productivity, smart",
15211
+ "variant": {
15212
+ "join": "square",
15213
+ "filled": "on",
15214
+ "radius": "0",
15215
+ "stroke": "1"
15216
+ },
15217
+ "createdAt": "2025-08-20T08:30:23.126988+00:00",
15218
+ "packageName": "square-filled-radius-0-stroke-1",
15219
+ "componentName": "IconRandom"
15220
+ },
15179
15221
  {
15180
15222
  "category": "Things",
15181
15223
  "svg": "<path d=\"M6 7C4.36366 7 2.91118 7.78643 1.99968 9H0V10H1.41619C1.1485 10.6127 1 11.2894 1 12C1 14.7614 3.23858 17 6 17C8.76142 17 11 14.7614 11 12C11 11.0455 10.7321 10.1526 10.2676 9.39347C10.7915 9.14131 11.3788 9 12 9C12.6212 9 13.2085 9.14131 13.7324 9.39347C13.2679 10.1526 13 11.0455 13 12C13 14.7614 15.2386 17 18 17C20.7614 17 23 14.7614 23 12C23 11.2894 22.8515 10.6127 22.5838 10H24V9H22.0003C21.0888 7.78643 19.6363 7 18 7C16.5589 7 15.2601 7.61013 14.3482 8.5847C13.6477 8.21149 12.848 8 12 8C11.152 8 10.3523 8.21149 9.65181 8.5847C8.73993 7.61013 7.44111 7 6 7Z\" 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"
@@ -1083,6 +1085,7 @@ export type CentralIconName =
1083
1085
  | "IconRainyLight"
1084
1086
  | "IconRaisingHand4Finger"
1085
1087
  | "IconRaisingHand5Finger"
1088
+ | "IconRandom"
1086
1089
  | "IconReadingList"
1087
1090
  | "IconRear"
1088
1091
  | "IconReceiptBill"
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.48",
3
+ "version": "0.0.50",
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": 1488,
14
+ "totalIcons": 1491,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -65,7 +65,7 @@
65
65
  ]
66
66
  },
67
67
  "Arrows": {
68
- "count": 107,
68
+ "count": 108,
69
69
  "icons": [
70
70
  "IconArrow",
71
71
  "IconArrowBottomTop",
@@ -163,6 +163,7 @@
163
163
  "IconMinimize315",
164
164
  "IconMinimize45",
165
165
  "IconOngoing",
166
+ "IconRandom",
166
167
  "IconShareArrowDown",
167
168
  "IconSquareArrowBottomRight",
168
169
  "IconSquareArrowCenter",
@@ -595,11 +596,12 @@
595
596
  ]
596
597
  },
597
598
  "Food": {
598
- "count": 40,
599
+ "count": 41,
599
600
  "icons": [
600
601
  "IconAppleNewton",
601
602
  "IconApples",
602
603
  "IconAvocado",
604
+ "IconBanana",
603
605
  "IconBirthdayCake",
604
606
  "IconBottle",
605
607
  "IconBreakfast",
@@ -714,7 +716,7 @@
714
716
  ]
715
717
  },
716
718
  "Interface General": {
717
- "count": 159,
719
+ "count": 160,
718
720
  "icons": [
719
721
  "IconAnchor1",
720
722
  "IconAnchor2",
@@ -814,6 +816,7 @@
814
816
  "IconMathScientific",
815
817
  "IconMinusLarge",
816
818
  "IconMinusSmall",
819
+ "IconMorningBrief",
817
820
  "IconPaperclip1",
818
821
  "IconPaperclip2",
819
822
  "IconPaperclip3",
@@ -1830,6 +1833,7 @@
1830
1833
  "IconBag": "bag, luggage, buggage",
1831
1834
  "IconBag2": "bag-2, luggage, buggage",
1832
1835
  "IconBalloon": "balloon, birthday",
1836
+ "IconBanana": "banana, fruit",
1833
1837
  "IconBank": "bank",
1834
1838
  "IconBanknote1": "banknote-1, money, bill",
1835
1839
  "IconBanknote2": "banknote-2, money, bill",
@@ -2584,6 +2588,7 @@
2584
2588
  "IconMoneyHand": "money-hand, coins, pay",
2585
2589
  "IconMoon": "moon, dark-mode, night",
2586
2590
  "IconMoonStar": "moon-star, night",
2591
+ "IconMorningBrief": "morning-brief, daily-todo",
2587
2592
  "IconMountainBike": "mountain-bike",
2588
2593
  "IconMouse": "mouse",
2589
2594
  "IconMouseScrollDown": "mouse-scroll-down",
@@ -2757,6 +2762,7 @@
2757
2762
  "IconRainyLight": "rainy-light",
2758
2763
  "IconRaisingHand4Finger": "raising-hand-4-finger, hey, hello",
2759
2764
  "IconRaisingHand5Finger": "raising-hand-5-finger, hey, hello, high-five",
2765
+ "IconRandom": "random, productivity, smart",
2760
2766
  "IconReadingList": "reading-list, glasses, steve-jobs",
2761
2767
  "IconRear": "rear, front-back, change-cam, lens",
2762
2768
  "IconReceiptBill": "receipt-bill, purchase, invoice",
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.48",
3
+ "version": "0.0.50",
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",
@@ -7588,6 +7602,13 @@
7588
7602
  "iconName": "raising-hand-5-finger, hey, hello, high-five",
7589
7603
  "pathname": "src/IconRaisingHand5Finger"
7590
7604
  },
7605
+ {
7606
+ "svg": "<Path d=\"M12.5 22H11.5V17H12.5V22Z\" fill=\"currentColor\"/><Path d=\"M12.708 12L5.2832 19.4248L4.57617 18.7168L10.792 12.5H2V11.5H10.7939L4.57617 5.28223L5.2832 4.5752L12.708 12Z\" fill=\"currentColor\"/><Path d=\"M19.4258 18.7178L18.7178 19.4248L15.1826 15.8887L15.8896 15.1816L19.4258 18.7178Z\" fill=\"currentColor\"/><Path d=\"M22 12.5H17V11.5H22V12.5Z\" fill=\"currentColor\"/><Path d=\"M19.4258 5.28223L15.8896 8.81738L15.1826 8.11035L18.7188 4.5752L19.4258 5.28223Z\" fill=\"currentColor\"/><Path d=\"M12.5 7H11.5V2H12.5V7Z\" fill=\"currentColor\"/>",
7607
+ "tags": "Path",
7608
+ "componentName": "IconRandom",
7609
+ "iconName": "random, productivity, smart",
7610
+ "pathname": "src/IconRandom"
7611
+ },
7591
7612
  {
7592
7613
  "svg": "<Path d=\"M6 7C4.36366 7 2.91118 7.78643 1.99968 9H0V10H1.41619C1.1485 10.6127 1 11.2894 1 12C1 14.7614 3.23858 17 6 17C8.76142 17 11 14.7614 11 12C11 11.0455 10.7321 10.1526 10.2676 9.39347C10.7915 9.14131 11.3788 9 12 9C12.6212 9 13.2085 9.14131 13.7324 9.39347C13.2679 10.1526 13 11.0455 13 12C13 14.7614 15.2386 17 18 17C20.7614 17 23 14.7614 23 12C23 11.2894 22.8515 10.6127 22.5838 10H24V9H22.0003C21.0888 7.78643 19.6363 7 18 7C16.5589 7 15.2601 7.61013 14.3482 8.5847C13.6477 8.21149 12.848 8 12 8C11.152 8 10.3523 8.21149 9.65181 8.5847C8.73993 7.61013 7.44111 7 6 7Z\" fill=\"currentColor\"/>",
7593
7614
  "tags": "Path",