@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.52 → 1.1.53

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 IconArrowsHide: FC<CentralIconBaseProps>;
4
+ export default IconArrowsHide;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=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 c(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=H(o,e))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(u(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconArrowsHide:()=>V,default:()=>x});module.exports=d(P);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>s.default.createElement(a.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"),V=r=>t.default.createElement(L,{...r},t.default.createElement(l.Path,{d:"M15.3535 16.1465L14.6465 16.8535L12.5 14.707V21H11.5V14.707L9.35352 16.8535L8.64648 16.1465L12 12.793L15.3535 16.1465Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M8 5H3V19H8V20H2V4H8V5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M22 20H16V19H21V5H16V4H22V20Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12.5 9.29297L14.6465 7.14648L15.3535 7.85352L12 11.207L8.64648 7.85352L9.35352 7.14648L11.5 9.29297V3H12.5V9.29297Z",fill:"currentColor"})),x=V;0&&(module.exports={IconArrowsHide});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsHide/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 IconArrowsHide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.3535 16.1465L14.6465 16.8535L12.5 14.707V21H11.5V14.707L9.35352 16.8535L8.64648 16.1465L12 12.793L15.3535 16.1465Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 5H3V19H8V20H2V4H8V5Z\" fill=\"currentColor\" />\n <Path d=\"M22 20H16V19H21V5H16V4H22V20Z\" fill=\"currentColor\" />\n <Path\n d=\"M12.5 9.29297L14.6465 7.14648L15.3535 7.85352L12 11.207L8.64648 7.85352L9.35352 7.14648L11.5 9.29297V3H12.5V9.29297Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsHide_exports","__export","IconArrowsHide","IconArrowsHide_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M15.3535 16.1465L14.6465 16.8535L12.5 14.707V21H11.5V14.707L9.35352 16.8535L8.64648 16.1465L12 12.793L15.3535 16.1465Z",fill:"currentColor"}),o.createElement(n,{d:"M8 5H3V19H8V20H2V4H8V5Z",fill:"currentColor"}),o.createElement(n,{d:"M22 20H16V19H21V5H16V4H22V20Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 9.29297L14.6465 7.14648L15.3535 7.85352L12 11.207L8.64648 7.85352L9.35352 7.14648L11.5 9.29297V3H12.5V9.29297Z",fill:"currentColor"})),B=f;export{f as IconArrowsHide,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsHide/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 IconArrowsHide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.3535 16.1465L14.6465 16.8535L12.5 14.707V21H11.5V14.707L9.35352 16.8535L8.64648 16.1465L12 12.793L15.3535 16.1465Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 5H3V19H8V20H2V4H8V5Z\" fill=\"currentColor\" />\n <Path d=\"M22 20H16V19H21V5H16V4H22V20Z\" fill=\"currentColor\" />\n <Path\n d=\"M12.5 9.29297L14.6465 7.14648L15.3535 7.85352L12 11.207L8.64648 7.85352L9.35352 7.14648L11.5 9.29297V3H12.5V9.29297Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsShow: FC<CentralIconBaseProps>;
4
+ export default IconArrowsShow;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,B=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 u(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=i(o,e))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?c(H(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var d={};I(d,{IconArrowsShow:()=>V,default:()=>P});module.exports=x(d);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>s.default.createElement(a.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"),V=r=>t.default.createElement(L,{...r},t.default.createElement(l.Path,{d:"M12.5 20.293L14.6465 18.1465L15.3535 18.8535L12 22.207L8.64648 18.8535L9.35352 18.1465L11.5 20.293V14H12.5V20.293Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M8 9H3V15H8V16H2V8H8V9Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M22 16H16V15H21V9H16V8H22V16Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M15.3535 5.14648L14.6465 5.85352L12.5 3.70703V10H11.5V3.70703L9.35352 5.85352L8.64648 5.14648L12 1.79297L15.3535 5.14648Z",fill:"currentColor"})),P=V;0&&(module.exports={IconArrowsShow});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsShow/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 IconArrowsShow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 20.293L14.6465 18.1465L15.3535 18.8535L12 22.207L8.64648 18.8535L9.35352 18.1465L11.5 20.293V14H12.5V20.293Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 9H3V15H8V16H2V8H8V9Z\" fill=\"currentColor\" />\n <Path d=\"M22 16H16V15H21V9H16V8H22V16Z\" fill=\"currentColor\" />\n <Path\n d=\"M15.3535 5.14648L14.6465 5.85352L12.5 3.70703V10H11.5V3.70703L9.35352 5.85352L8.64648 5.14648L12 1.79297L15.3535 5.14648Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,4HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsShow_exports","__export","IconArrowsShow","IconArrowsShow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M12.5 20.293L14.6465 18.1465L15.3535 18.8535L12 22.207L8.64648 18.8535L9.35352 18.1465L11.5 20.293V14H12.5V20.293Z",fill:"currentColor"}),o.createElement(n,{d:"M8 9H3V15H8V16H2V8H8V9Z",fill:"currentColor"}),o.createElement(n,{d:"M22 16H16V15H21V9H16V8H22V16Z",fill:"currentColor"}),o.createElement(n,{d:"M15.3535 5.14648L14.6465 5.85352L12.5 3.70703V10H11.5V3.70703L9.35352 5.85352L8.64648 5.14648L12 1.79297L15.3535 5.14648Z",fill:"currentColor"})),B=f;export{f as IconArrowsShow,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsShow/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 IconArrowsShow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 20.293L14.6465 18.1465L15.3535 18.8535L12 22.207L8.64648 18.8535L9.35352 18.1465L11.5 20.293V14H12.5V20.293Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 9H3V15H8V16H2V8H8V9Z\" fill=\"currentColor\" />\n <Path d=\"M22 16H16V15H21V9H16V8H22V16Z\" fill=\"currentColor\" />\n <Path\n d=\"M15.3535 5.14648L14.6465 5.85352L12.5 3.70703V10H11.5V3.70703L9.35352 5.85352L8.64648 5.14648L12 1.79297L15.3535 5.14648Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,4HACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
package/README.md CHANGED
@@ -261,12 +261,14 @@ Below is a complete list of available icons:
261
261
  - IconArrowRotateRightLeft
262
262
  - IconArrowShareLeft
263
263
  - IconArrowShareRight
264
+ - IconArrowsHide
264
265
  - IconArrowSplit
265
266
  - IconArrowsRepeat
266
267
  - IconArrowsRepeatCircle
267
268
  - IconArrowsRepeatLeftRight
268
269
  - IconArrowsRepeatRightLeft
269
270
  - IconArrowsRepeatRightLeftOff
271
+ - IconArrowsShow
270
272
  - IconArrowsZoom
271
273
  - IconArrowTopBottom
272
274
  - IconArrowTriangleBottom
@@ -1610,6 +1610,20 @@
1610
1610
  "packageName": "square-filled-radius-0-stroke-1",
1611
1611
  "componentName": "IconArrowShareRight"
1612
1612
  },
1613
+ {
1614
+ "category": "Arrows",
1615
+ "svg": "<path d=\"M15.3535 16.1465L14.6465 16.8535L12.5 14.707V21H11.5V14.707L9.35352 16.8535L8.64648 16.1465L12 12.793L15.3535 16.1465Z\" fill=\"currentColor\"/><path d=\"M8 5H3V19H8V20H2V4H8V5Z\" fill=\"currentColor\"/><path d=\"M22 20H16V19H21V5H16V4H22V20Z\" fill=\"currentColor\"/><path d=\"M12.5 9.29297L14.6465 7.14648L15.3535 7.85352L12 11.207L8.64648 7.85352L9.35352 7.14648L11.5 9.29297V3H12.5V9.29297Z\" fill=\"currentColor\"/>",
1616
+ "iconName": "arrows-hide, collapse, minimize",
1617
+ "variant": {
1618
+ "join": "square",
1619
+ "filled": "on",
1620
+ "radius": "0",
1621
+ "stroke": "1"
1622
+ },
1623
+ "createdAt": "2025-12-03T09:02:16.575537+00:00",
1624
+ "packageName": "square-filled-radius-0-stroke-1",
1625
+ "componentName": "IconArrowsHide"
1626
+ },
1613
1627
  {
1614
1628
  "category": "Arrows",
1615
1629
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H10V4H4.70711L12 11.2929L19.2929 4H14V3H21V10H20V4.70711L12.5 12.2071V21H11.5V12.2071L4 4.70711V10H3V3Z\" fill=\"currentColor\"/>",
@@ -1694,6 +1708,20 @@
1694
1708
  "packageName": "square-filled-radius-0-stroke-1",
1695
1709
  "componentName": "IconArrowsRepeatRightLeftOff"
1696
1710
  },
1711
+ {
1712
+ "category": "Arrows",
1713
+ "svg": "<path d=\"M12.5 20.293L14.6465 18.1465L15.3535 18.8535L12 22.207L8.64648 18.8535L9.35352 18.1465L11.5 20.293V14H12.5V20.293Z\" fill=\"currentColor\"/><path d=\"M8 9H3V15H8V16H2V8H8V9Z\" fill=\"currentColor\"/><path d=\"M22 16H16V15H21V9H16V8H22V16Z\" fill=\"currentColor\"/><path d=\"M15.3535 5.14648L14.6465 5.85352L12.5 3.70703V10H11.5V3.70703L9.35352 5.85352L8.64648 5.14648L12 1.79297L15.3535 5.14648Z\" fill=\"currentColor\"/>",
1714
+ "iconName": "arrows-show, expand, maximize",
1715
+ "variant": {
1716
+ "join": "square",
1717
+ "filled": "on",
1718
+ "radius": "0",
1719
+ "stroke": "1"
1720
+ },
1721
+ "createdAt": "2025-12-03T09:02:16.575537+00:00",
1722
+ "packageName": "square-filled-radius-0-stroke-1",
1723
+ "componentName": "IconArrowsShow"
1724
+ },
1697
1725
  {
1698
1726
  "category": "Arrows",
1699
1727
  "svg": "<path d=\"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z\" fill=\"currentColor\"/><path d=\"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z\" fill=\"currentColor\"/><path d=\"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z\" fill=\"currentColor\"/><path d=\"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -114,12 +114,14 @@ export type CentralIconName =
114
114
  | "IconArrowsAllSides21"
115
115
  | "IconArrowShareLeft"
116
116
  | "IconArrowShareRight"
117
+ | "IconArrowsHide"
117
118
  | "IconArrowSplit"
118
119
  | "IconArrowsRepeat"
119
120
  | "IconArrowsRepeatCircle"
120
121
  | "IconArrowsRepeatLeftRight"
121
122
  | "IconArrowsRepeatRightLeft"
122
123
  | "IconArrowsRepeatRightLeftOff"
124
+ | "IconArrowsShow"
123
125
  | "IconArrowsZoom"
124
126
  | "IconArrowTopBottom"
125
127
  | "IconArrowTriangleBottom"
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": "1.1.52",
3
+ "version": "1.1.53",
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": 1618,
14
+ "totalIcons": 1620,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 62,
@@ -95,7 +95,7 @@
95
95
  ]
96
96
  },
97
97
  "Arrows": {
98
- "count": 114,
98
+ "count": 116,
99
99
  "icons": [
100
100
  "IconArrow",
101
101
  "IconArrowBottomTop",
@@ -135,12 +135,14 @@
135
135
  "IconArrowRotateRightLeft",
136
136
  "IconArrowShareLeft",
137
137
  "IconArrowShareRight",
138
+ "IconArrowsHide",
138
139
  "IconArrowSplit",
139
140
  "IconArrowsRepeat",
140
141
  "IconArrowsRepeatCircle",
141
142
  "IconArrowsRepeatLeftRight",
142
143
  "IconArrowsRepeatRightLeft",
143
144
  "IconArrowsRepeatRightLeftOff",
145
+ "IconArrowsShow",
144
146
  "IconArrowsZoom",
145
147
  "IconArrowTopBottom",
146
148
  "IconArrowTriangleBottom",
@@ -1923,12 +1925,14 @@
1923
1925
  "IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
1924
1926
  "IconArrowShareLeft": "arrow-share-left, back, last, reply",
1925
1927
  "IconArrowShareRight": "arrow-share-right, next, forward",
1928
+ "IconArrowsHide": "arrows-hide, collapse, minimize",
1926
1929
  "IconArrowSplit": "arrow-split, rules, direction, split",
1927
1930
  "IconArrowsRepeat": "arrows-repeat, repost",
1928
1931
  "IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
1929
1932
  "IconArrowsRepeatLeftRight": "arrows-repeat-left-right, retweet",
1930
1933
  "IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
1931
1934
  "IconArrowsRepeatRightLeftOff": "arrows-repeat-right-left-off, repost-off",
1935
+ "IconArrowsShow": "arrows-show, expand, maximize",
1932
1936
  "IconArrowsZoom": "arrows-zoom, scale, motion, move, directions",
1933
1937
  "IconArrowTopBottom": "arrow-top-bottom, sort 1, switch vertical",
1934
1938
  "IconArrowTriangleBottom": "arrow-triangle-bottom",
package/index.d.ts CHANGED
@@ -136,11 +136,13 @@ export { IconArrowWallUp, default as IconArrowWallUpDefault, } from "./IconArrow
136
136
  export { IconArrowsAllSides, default as IconArrowsAllSidesDefault, } from "./IconArrowsAllSides";
137
137
  export { IconArrowsAllSides2, default as IconArrowsAllSides2Default, } from "./IconArrowsAllSides2";
138
138
  export { IconArrowsAllSides21, default as IconArrowsAllSides21Default, } from "./IconArrowsAllSides21";
139
+ export { IconArrowsHide, default as IconArrowsHideDefault, } from "./IconArrowsHide";
139
140
  export { IconArrowsRepeat, default as IconArrowsRepeatDefault, } from "./IconArrowsRepeat";
140
141
  export { IconArrowsRepeatCircle, default as IconArrowsRepeatCircleDefault, } from "./IconArrowsRepeatCircle";
141
142
  export { IconArrowsRepeatLeftRight, default as IconArrowsRepeatLeftRightDefault, } from "./IconArrowsRepeatLeftRight";
142
143
  export { IconArrowsRepeatRightLeft, default as IconArrowsRepeatRightLeftDefault, } from "./IconArrowsRepeatRightLeft";
143
144
  export { IconArrowsRepeatRightLeftOff, default as IconArrowsRepeatRightLeftOffDefault, } from "./IconArrowsRepeatRightLeftOff";
145
+ export { IconArrowsShow, default as IconArrowsShowDefault, } from "./IconArrowsShow";
144
146
  export { IconArrowsZoom, default as IconArrowsZoomDefault, } from "./IconArrowsZoom";
145
147
  export { IconArtifactNews, default as IconArtifactNewsDefault, } from "./IconArtifactNews";
146
148
  export { IconAspectRatio11, default as IconAspectRatio11Default, } from "./IconAspectRatio11";