@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.150 → 1.1.151

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 IconArchiveJunk: FC<CentralIconBaseProps>;
4
+ export default IconArchiveJunk;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of v(o))!I.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(l=d(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconArchiveJunk:()=>i,default:()=>P});module.exports=x(g);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 15.2412C21 16.0462 21.0003 16.7108 20.9561 17.252C20.9101 17.814 20.8117 18.3311 20.5645 18.8164C20.181 19.5689 19.5689 20.181 18.8164 20.5645C18.3311 20.8117 17.814 20.9101 17.252 20.9561C16.7108 21.0003 16.0462 21 15.2412 21H8.75879C7.95381 21 7.28925 21.0003 6.74805 20.9561C6.18599 20.9101 5.6689 20.8117 5.18359 20.5645C4.43109 20.181 3.81902 19.5689 3.43555 18.8164C3.18827 18.3311 3.08987 17.814 3.04395 17.252C2.99973 16.7108 2.99999 16.0462 3 15.2412V9H21V15.2412ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z",fill:"currentColor"})),P=i;0&&(module.exports={IconArchiveJunk});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArchiveJunk/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 IconArchiveJunk: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 15.2412C21 16.0462 21.0003 16.7108 20.9561 17.252C20.9101 17.814 20.8117 18.3311 20.5645 18.8164C20.181 19.5689 19.5689 20.181 18.8164 20.5645C18.3311 20.8117 17.814 20.9101 17.252 20.9561C16.7108 21.0003 16.0462 21 15.2412 21H8.75879C7.95381 21 7.28925 21.0003 6.74805 20.9561C6.18599 20.9101 5.6689 20.8117 5.18359 20.5645C4.43109 20.181 3.81902 19.5689 3.43555 18.8164C3.18827 18.3311 3.08987 17.814 3.04395 17.252C2.99973 16.7108 2.99999 16.0462 3 15.2412V9H21V15.2412ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchiveJunk;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,69BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArchiveJunk_exports","__export","IconArchiveJunk","IconArchiveJunk_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArchiveJunk","props","React","CentralIconBase","IconArchiveJunk_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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=>C.createElement(e,{...o},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 15.2412C21 16.0462 21.0003 16.7108 20.9561 17.252C20.9101 17.814 20.8117 18.3311 20.5645 18.8164C20.181 19.5689 19.5689 20.181 18.8164 20.5645C18.3311 20.8117 17.814 20.9101 17.252 20.9561C16.7108 21.0003 16.0462 21 15.2412 21H8.75879C7.95381 21 7.28925 21.0003 6.74805 20.9561C6.18599 20.9101 5.6689 20.8117 5.18359 20.5645C4.43109 20.181 3.81902 19.5689 3.43555 18.8164C3.18827 18.3311 3.08987 17.814 3.04395 17.252C2.99973 16.7108 2.99999 16.0462 3 15.2412V9H21V15.2412ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z",fill:"currentColor"}),C.createElement(n,{d:"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z",fill:"currentColor"})),I=a;export{a as IconArchiveJunk,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArchiveJunk/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 IconArchiveJunk: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 15.2412C21 16.0462 21.0003 16.7108 20.9561 17.252C20.9101 17.814 20.8117 18.3311 20.5645 18.8164C20.181 19.5689 19.5689 20.181 18.8164 20.5645C18.3311 20.8117 17.814 20.9101 17.252 20.9561C16.7108 21.0003 16.0462 21 15.2412 21H8.75879C7.95381 21 7.28925 21.0003 6.74805 20.9561C6.18599 20.9101 5.6689 20.8117 5.18359 20.5645C4.43109 20.181 3.81902 19.5689 3.43555 18.8164C3.18827 18.3311 3.08987 17.814 3.04395 17.252C2.99973 16.7108 2.99999 16.0462 3 15.2412V9H21V15.2412ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchiveJunk;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,69BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArchiveJunk","props","React","CentralIconBase","IconArchiveJunk_default"]}
package/README.md CHANGED
@@ -992,6 +992,7 @@ Below is a complete list of available icons:
992
992
  - IconAppearanceDarkMode
993
993
  - IconAppearanceLightMode
994
994
  - IconArchive1
995
+ - IconArchiveJunk
995
996
  - IconArrowBoxLeft
996
997
  - IconArrowBoxRight
997
998
  - IconArrowInbox
@@ -1008,6 +1008,20 @@
1008
1008
  "packageName": "round-filled-radius-3-stroke-2",
1009
1009
  "componentName": "IconArchive1"
1010
1010
  },
1011
+ {
1012
+ "category": "Interface General",
1013
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 15.2412C21 16.0462 21.0003 16.7108 20.9561 17.252C20.9101 17.814 20.8117 18.3311 20.5645 18.8164C20.181 19.5689 19.5689 20.181 18.8164 20.5645C18.3311 20.8117 17.814 20.9101 17.252 20.9561C16.7108 21.0003 16.0462 21 15.2412 21H8.75879C7.95381 21 7.28925 21.0003 6.74805 20.9561C6.18599 20.9101 5.6689 20.8117 5.18359 20.5645C4.43109 20.181 3.81902 19.5689 3.43555 18.8164C3.18827 18.3311 3.08987 17.814 3.04395 17.252C2.99973 16.7108 2.99999 16.0462 3 15.2412V9H21V15.2412ZM14.6367 12.3633C14.2852 12.0118 13.7148 12.0118 13.3633 12.3633L12 13.7266L10.6367 12.3633C10.2852 12.0118 9.71475 12.0118 9.36328 12.3633C9.01181 12.7148 9.01181 13.2852 9.36328 13.6367L10.7266 15L9.36328 16.3633C9.01181 16.7148 9.01181 17.2852 9.36328 17.6367C9.71475 17.9882 10.2852 17.9882 10.6367 17.6367L12 16.2734L13.3633 17.6367C13.7148 17.9882 14.2852 17.9882 14.6367 17.6367C14.9882 17.2852 14.9882 16.7148 14.6367 16.3633L13.2734 15L14.6367 13.6367C14.9882 13.2852 14.9882 12.7148 14.6367 12.3633Z\" fill=\"currentColor\"/><path d=\"M21 3C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4C2 3.44772 2.44772 3 3 3H21Z\" fill=\"currentColor\"/>",
1014
+ "iconName": "archive-junk",
1015
+ "variant": {
1016
+ "join": "round",
1017
+ "filled": "on",
1018
+ "radius": "3",
1019
+ "stroke": "2"
1020
+ },
1021
+ "createdAt": "2026-03-02T09:01:01.031321+00:00",
1022
+ "packageName": "round-filled-radius-3-stroke-2",
1023
+ "componentName": "IconArchiveJunk"
1024
+ },
1011
1025
  {
1012
1026
  "category": "Augmented Reality",
1013
1027
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.49999C12.5523 2.49999 13 2.9477 13 3.49999V5.99999C13 6.55227 12.5523 6.99999 12 6.99999C11.4477 6.99999 11 6.55227 11 5.99999V3.49999C11 2.9477 11.4477 2.49999 12 2.49999ZM20.366 7.28866C20.6422 7.76695 20.4783 8.37854 20 8.65469L17.9019 9.86601C17.4236 10.1422 16.812 9.97828 16.5359 9.49999C16.2598 9.02169 16.4236 8.4101 16.9019 8.13396L19 6.92264C19.4783 6.64649 20.0899 6.81037 20.366 7.28866ZM3.63397 7.28866C3.91012 6.81037 4.52171 6.64649 5 6.92264L7.09808 8.13396C7.57637 8.4101 7.74024 9.02169 7.4641 9.49999C7.18796 9.97828 6.57637 10.1422 6.09808 9.86601L4 8.65469C3.52171 8.37855 3.35783 7.76695 3.63397 7.28866ZM7.4641 14.5C7.74024 14.9783 7.57637 15.5899 7.09808 15.866L5 17.0773C4.52171 17.3535 3.91012 17.1896 3.63397 16.7113C3.35783 16.233 3.52171 15.6214 4 15.3453L6.09808 14.134C6.57637 13.8578 7.18796 14.0217 7.4641 14.5ZM16.5359 14.5C16.812 14.0217 17.4236 13.8578 17.9019 14.134L20 15.3453C20.4783 15.6214 20.6422 16.233 20.366 16.7113C20.0899 17.1896 19.4783 17.3535 19 17.0773L16.9019 15.866C16.4236 15.5899 16.2598 14.9783 16.5359 14.5ZM12 17C12.5523 17 13 17.4477 13 18V20.5C13 21.0523 12.5523 21.5 12 21.5C11.4477 21.5 11 21.0523 11 20.5V18C11 17.4477 11.4477 17 12 17Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2451 4.28522C12.0929 4.1996 11.9071 4.1996 11.7549 4.28522L10.3112 5.09729C9.82983 5.36805 9.22012 5.19733 8.94935 4.71598C8.67859 4.23462 8.84931 3.6249 9.33067 3.35414L10.7743 2.54207C11.5354 2.11399 12.4646 2.11399 13.2257 2.54207L14.6693 3.35414C15.1507 3.6249 15.3214 4.23462 15.0506 4.71598C14.7799 5.19733 14.1702 5.36805 13.6888 5.09729L12.2451 4.28522ZM16.871 5.73993C17.1418 5.25857 17.7515 5.08785 18.2328 5.35861L19.7257 6.19832C20.5128 6.64112 21 7.47407 21 8.37726V9.99999C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 9.99999V8.37726C19 8.19662 18.9026 8.03003 18.7451 7.94147L17.2523 7.10177C16.771 6.831 16.6002 6.22129 16.871 5.73993ZM7.12899 5.73993C7.39975 6.22129 7.22903 6.831 6.74768 7.10177L5.2546 7.94162C5.09736 8.03007 5 8.19639 5 8.37726L5 9.99999C5 10.5523 4.55228 11 4 11C3.44771 11 3 10.5523 3 9.99999L3 8.37726C3 7.47431 3.48668 6.64138 4.27407 6.19847L5.76715 5.35862C6.24851 5.08785 6.85823 5.25857 7.12899 5.73993ZM4 13C4.55228 13 5 13.4477 5 14V15.6227C5 15.8034 5.09743 15.9699 5.25487 16.0585L6.74768 16.8982C7.22903 17.169 7.39975 17.7787 7.12899 18.26C6.85823 18.7414 6.24851 18.9121 5.76715 18.6414L4.27435 17.8017C3.48715 17.3589 3 16.5259 3 15.6227V14C3 13.4477 3.44772 13 4 13ZM20 13C20.5523 13 21 13.4477 21 14V15.6227C21 16.5259 20.5128 17.3589 19.7257 17.8017L18.2328 18.6414C17.7515 18.9121 17.1418 18.7414 16.871 18.26C16.6002 17.7787 16.771 17.169 17.2523 16.8982L18.7451 16.0585C18.9026 15.9699 19 15.8034 19 15.6227V14C19 13.4477 19.4477 13 20 13ZM8.94934 19.284C9.22011 18.8026 9.82982 18.6319 10.3112 18.9027L11.7549 19.7148C11.9071 19.8004 12.0929 19.8004 12.2451 19.7148L13.6888 18.9027C14.1702 18.6319 14.7799 18.8026 15.0507 19.284C15.3214 19.7654 15.1507 20.3751 14.6693 20.6458L13.2257 21.4579C12.4646 21.886 11.5354 21.886 10.7743 21.4579L9.33066 20.6458C8.8493 20.3751 8.67858 19.7654 8.94934 19.284Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5981 10.5C14.8742 10.9783 14.7104 11.5899 14.2321 11.866L13 12.5773V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V12.5773L9.76794 11.866C9.28965 11.5899 9.12578 10.9783 9.40192 10.5C9.67806 10.0217 10.2897 9.85782 10.7679 10.134L12 10.8453L13.2321 10.134C13.7103 9.85782 14.3219 10.0217 14.5981 10.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -71,6 +71,7 @@ export type CentralIconName =
71
71
  | "IconArc"
72
72
  | "IconArchive"
73
73
  | "IconArchive1"
74
+ | "IconArchiveJunk"
74
75
  | "IconArCube3"
75
76
  | "IconArena"
76
77
  | "IconArmchair"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.150",
3
+ "version": "1.1.151",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1834,
14
+ "totalIcons": 1835,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -893,13 +893,14 @@
893
893
  ]
894
894
  },
895
895
  "Interface General": {
896
- "count": 189,
896
+ "count": 190,
897
897
  "icons": [
898
898
  "IconAnchor1",
899
899
  "IconAnchor2",
900
900
  "IconAppearanceDarkMode",
901
901
  "IconAppearanceLightMode",
902
902
  "IconArchive1",
903
+ "IconArchiveJunk",
903
904
  "IconArrowBoxLeft",
904
905
  "IconArrowBoxRight",
905
906
  "IconArrowInbox",
@@ -2108,6 +2109,7 @@
2108
2109
  "IconArc": "arc",
2109
2110
  "IconArchive": "archive, folder, box",
2110
2111
  "IconArchive1": "archive-1, inbox, file",
2112
+ "IconArchiveJunk": "archive-junk",
2111
2113
  "IconArCube3": "ar-cube-3",
2112
2114
  "IconArena": "arena",
2113
2115
  "IconArmchair": "armchair, seat, chill",
package/index.d.ts CHANGED
@@ -73,6 +73,7 @@ export { IconArScanCube2, default as IconArScanCube2Default, } from "./IconArSca
73
73
  export { IconArc, default as IconArcDefault } from "./IconArc";
74
74
  export { IconArchive, default as IconArchiveDefault } from "./IconArchive";
75
75
  export { IconArchive1, default as IconArchive1Default } from "./IconArchive1";
76
+ export { IconArchiveJunk, default as IconArchiveJunkDefault, } from "./IconArchiveJunk";
76
77
  export { IconArena, default as IconArenaDefault } from "./IconArena";
77
78
  export { IconArmchair, default as IconArmchairDefault } from "./IconArmchair";
78
79
  export { IconAround, default as IconAroundDefault } from "./IconAround";