@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.273 → 1.1.275
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconMoveFolderInside/index.d.ts +4 -0
- package/IconMoveFolderInside/index.js +3 -0
- package/IconMoveFolderInside/index.js.map +11 -0
- package/IconMoveFolderInside/index.mjs +3 -0
- package/IconMoveFolderInside/index.mjs.map +11 -0
- package/IconPhoneHaptic2/index.d.ts +4 -0
- package/IconPhoneHaptic2/index.js +3 -0
- package/IconPhoneHaptic2/index.js.map +11 -0
- package/IconPhoneHaptic2/index.mjs +3 -0
- package/IconPhoneHaptic2/index.mjs.map +11 -0
- package/README.md +2 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var L,y,I=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?L??=new WeakMap:y??=new WeakMap,c=m.get(r);if(c)return c}e=r!=null?g(v(r)):{};let s=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let l of u(r))if(!d.call(s,l))n(s,l,{get:f.bind(r,l),enumerable:!0});if(t)m.set(r,s);return s},k=(r)=>{var o=(i??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!d.call(o,t))n(o,t,{get:f.bind(r,t),enumerable:!(e=F(r,t))||e.enumerable})}return i.set(r,o),o},i;var H=(r)=>r;function M(r,o){this[r]=H.bind(null,o)}var B=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var S={};B(S,{CentralIconBase:()=>C});module.exports=k(S);var h=I(require("react")),x=require("react-native-svg"),C=({children:r,size:o=24,...e})=>{return h.default.createElement(x.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 b={};B(b,{default:()=>W,IconMoveFolderInside:()=>P});module.exports=k(b);var p=I(require("react"));var a=require("react-native-svg"),P=(r)=>{return p.default.createElement(C,{...r},p.default.createElement(a.Path,{d:"M21 11V7H12L10 4H3V19H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M22 17H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M18.5 13.5L15 17L18.5 20.5",stroke:"currentColor",strokeWidth:"2"}))},W=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=65DB722A18E339E164756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMoveFolderInside: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21 11V7H12L10 4H3V19H10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M22 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18.5 13.5L15 17L18.5 20.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAA+R,EAA/R,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAG,CAAI,GAGzR",
|
|
9
|
+
"debugId": "65DB722A18E339E164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>{return s.createElement(a,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as t}from"react-native-svg";var l=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M21 11V7H12L10 4H3V19H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M22 17H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M18.5 13.5L15 17L18.5 20.5",stroke:"currentColor",strokeWidth:"2"}))},h=l;export{h as default,l as IconMoveFolderInside};
|
|
2
|
+
|
|
3
|
+
//# debugId=82B1980EA76F6FDD64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMoveFolderInside: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21 11V7H12L10 4H3V19H10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M22 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18.5 13.5L15 17L18.5 20.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA+R,EAA/R,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAG,CAAI,GAGzR",
|
|
9
|
+
"debugId": "82B1980EA76F6FDD64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var P=Object.create;var{getPrototypeOf:W,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:x}=Object,h=Object.prototype.hasOwnProperty;function m(r){return this[r]}var g,v,a=(r,o,t)=>{var s=r!=null&&typeof r==="object";if(s){var l=o?g??=new WeakMap:v??=new WeakMap,i=l.get(r);if(i)return i}t=r!=null?P(W(r)):{};let d=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let C of c(r))if(!h.call(d,C))p(d,C,{get:m.bind(r,C),enumerable:!0});if(s)l.set(r,d);return d},f=(r)=>{var o=(u??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var s of c(r))if(!h.call(o,s))p(o,s,{get:m.bind(r,s),enumerable:!(t=x(r,s))||t.enumerable})}return u.set(r,o),o},u;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:F.bind(o,t)})};var H={};B(H,{CentralIconBase:()=>k});module.exports=f(H);var I=a(require("react")),L=require("react-native-svg"),k=({children:r,size:o=24,...t})=>{return I.default.createElement(L.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var S={};B(S,{default:()=>b,IconPhoneHaptic2:()=>M});module.exports=f(S);var e=a(require("react"));var n=require("react-native-svg"),M=(r)=>{return e.default.createElement(k,{...r},e.default.createElement(n.Path,{d:"M17 20V4H7V20H17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M11 7H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M21.25 6.75L19 8.02703",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M5 15.9731L2.75 17.2502",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M21.25 17.2502L19 15.9731",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M5 8.02703L2.75 6.75",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M22.6357 12L20 12",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M3.99902 12L1.36328 12",stroke:"currentColor",strokeWidth:"2"}))},b=M;
|
|
2
|
+
|
|
3
|
+
//# debugId=9D08CC87603F46FD64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneHaptic2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M17 20V4H7V20H17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M11 7H13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M21.25 6.75L19 8.02703\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 15.9731L2.75 17.2502\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M21.25 17.2502L19 15.9731\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 8.02703L2.75 6.75\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M22.6357 12L20 12\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3.99902 12L1.36328 12\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAqnB,EAArnB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAG,CAAI,GAG/mB",
|
|
9
|
+
"debugId": "9D08CC87603F46FD64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as d}from"react-native-svg";var n=({children:e,size:t=24,...s})=>{return p.createElement(d,{...s,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as o}from"react-native-svg";var C=(e)=>{return r.createElement(n,{...e},r.createElement(o,{d:"M17 20V4H7V20H17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement(o,{d:"M11 7H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(o,{d:"M21.25 6.75L19 8.02703",stroke:"currentColor",strokeWidth:"2"}),r.createElement(o,{d:"M5 15.9731L2.75 17.2502",stroke:"currentColor",strokeWidth:"2"}),r.createElement(o,{d:"M21.25 17.2502L19 15.9731",stroke:"currentColor",strokeWidth:"2"}),r.createElement(o,{d:"M5 8.02703L2.75 6.75",stroke:"currentColor",strokeWidth:"2"}),r.createElement(o,{d:"M22.6357 12L20 12",stroke:"currentColor",strokeWidth:"2"}),r.createElement(o,{d:"M3.99902 12L1.36328 12",stroke:"currentColor",strokeWidth:"2"}))},I=C;export{I as default,C as IconPhoneHaptic2};
|
|
2
|
+
|
|
3
|
+
//# debugId=F215568828B10C3A64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneHaptic2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M17 20V4H7V20H17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M11 7H13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M21.25 6.75L19 8.02703\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 15.9731L2.75 17.2502\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M21.25 17.2502L19 15.9731\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 8.02703L2.75 6.75\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M22.6357 12L20 12\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3.99902 12L1.36328 12\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAqnB,EAArnB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAG,CAAI,GAG/mB",
|
|
9
|
+
"debugId": "F215568828B10C3A64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -692,6 +692,7 @@ Below is a complete list of available icons:
|
|
|
692
692
|
- IconDevices2
|
|
693
693
|
- IconTorch
|
|
694
694
|
- IconPrinter2
|
|
695
|
+
- IconPhoneHaptic2
|
|
695
696
|
|
|
696
697
|
### Edit
|
|
697
698
|
|
|
@@ -926,6 +927,7 @@ Below is a complete list of available icons:
|
|
|
926
927
|
- IconFileArrowRightIn
|
|
927
928
|
- IconFileArrowRightOut
|
|
928
929
|
- IconFolderOpenFront
|
|
930
|
+
- IconMoveFolderInside
|
|
929
931
|
|
|
930
932
|
### Food
|
|
931
933
|
|