@central-icons-react/square-filled-radius-0-stroke-1 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/IconFolderBookmarks/index.js +2 -2
- package/IconFolderBookmarks/index.js.map +3 -3
- package/IconFolderBookmarks/index.mjs +2 -2
- package/IconFolderBookmarks/index.mjs.map +3 -3
- package/IconFolderCloud/index.js +2 -2
- package/IconFolderCloud/index.js.map +3 -3
- package/IconFolderCloud/index.mjs +2 -2
- package/IconFolderCloud/index.mjs.map +3 -3
- package/IconMoveFolder/index.js +2 -2
- package/IconMoveFolder/index.js.map +3 -3
- package/IconMoveFolder/index.mjs +2 -2
- package/IconMoveFolder/index.mjs.map +3 -3
- 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/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/SKILL.md +3 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var x=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function C(e){return this[e]}var b,w,
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function C(e){return this[e]}var b,w,B=(e,o,r)=>{var t=e!=null&&typeof e==="object";if(t){var n=o?b??=new WeakMap:w??=new WeakMap,a=n.get(e);if(a)return a}r=e!=null?x(I(e)):{};let l=o||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r;for(let i of f(e))if(!u.call(l,i))p(l,i,{get:C.bind(e,i),enumerable:!0});if(t)n.set(e,l);return l},V=(e)=>{var o=(c??=new WeakMap).get(e),r;if(o)return o;if(o=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!u.call(o,t))p(o,t,{get:C.bind(e,t),enumerable:!(r=h(e,t))||r.enumerable})}return c.set(e,o),o},c;var y=(e)=>e;function P(e,o){this[e]=y.bind(null,o)}var g=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0,configurable:!0,set:P.bind(o,r)})};var k={};g(k,{CentralIconBase:()=>m});module.exports=V(k);var d=B(require("react")),m=({children:e,size:o=24,ariaLabel:r,color:t,ariaHidden:n=!0,style:a,...l})=>{return d.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},r&&!n&&d.default.createElement("title",null,r),e)};var G={};g(G,{default:()=>H,IconFolderBookmarks:()=>v});module.exports=V(G);var s=B(require("react"));var v=(e)=>{return s.default.createElement(m,{...e,ariaLabel:"folder-bookmarks"},s.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z",fill:"currentColor"}),s.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 13H8V21.309L4.5 19.559L1 21.309V13Z",fill:"currentColor"}))},H=v;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=C75EE60E4FB7EF9664756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderBookmarks/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderBookmarks: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-bookmarks\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.309L4.5 19.559L1 21.
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderBookmarks: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-bookmarks\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.309L4.5 19.559L1 21.309V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderBookmarks;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,+ECjCY,IAAlB,sBAGO,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,+ECjCY,IAAlB,sBAGO,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,wBAAmR,EAAnR,IAAqB,EAAO,UAAU,oBAAmB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yCAAyC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yCAAyC,KAAK,eAAc,CAAI,GAG7Q",
|
|
9
|
+
"debugId": "C75EE60E4FB7EF9664756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import l from"react";var p=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:r=!0,style:s,...i})=>{return l.createElement("svg",{...i,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!r&&l.createElement("title",null,n),o)};import t from"react";var d=(o)=>{return t.createElement(p,{...o,ariaLabel:"folder-bookmarks"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 13H8V21.309L4.5 19.559L1 21.
|
|
1
|
+
import l from"react";var p=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:r=!0,style:s,...i})=>{return l.createElement("svg",{...i,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!r&&l.createElement("title",null,n),o)};import t from"react";var d=(o)=>{return t.createElement(p,{...o,ariaLabel:"folder-bookmarks"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 13H8V21.309L4.5 19.559L1 21.309V13Z",fill:"currentColor"}))},B=d;export{B as default,d as IconFolderBookmarks};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=F64F24A17C416DF064756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderBookmarks/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderBookmarks: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-bookmarks\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.309L4.5 19.559L1 21.
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderBookmarks: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-bookmarks\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 3H10.2676L12.2676 6H22V20H9V12H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.309L4.5 19.559L1 21.309V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderBookmarks;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAAmR,EAAnR,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yCAAyC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yCAAyC,KAAK,eAAc,CAAI,GAG7Q",
|
|
9
|
+
"debugId": "F64F24A17C416DF064756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconFolderCloud/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:v,defineProperty:
|
|
1
|
+
var h=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:m,getOwnPropertyDescriptor:w}=Object,u=Object.prototype.hasOwnProperty;function f(e){return this[e]}var y,P,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?y??=new WeakMap:P??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?h(v(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of m(e))if(!u.call(l,s))p(l,s,{get:f.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},x=(e)=>{var r=(d??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of m(e))if(!u.call(r,t))p(r,t,{get:f.bind(e,t),enumerable:!(o=w(e,t))||o.enumerable})}return d.set(e,r),r},d;var V=(e)=>e;function b(e,r){this[e]=V.bind(null,r)}var B=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:b.bind(r,o)})};var G={};B(G,{CentralIconBase:()=>c});module.exports=x(G);var i=g(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return i.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},o&&!n&&i.default.createElement("title",null,o),e)};var S={};B(S,{default:()=>F,IconFolderCloud:()=>I});module.exports=x(S);var C=g(require("react"));var I=(e)=>{return C.default.createElement(c,{...e,ariaLabel:"folder-cloud"},C.default.createElement("path",{d:"M10.2676 3H2V14.1438C2.65251 13.7358 3.42372 13.5 4.25 13.5C5.56843 13.5 6.74466 14.1005 7.52265 15.0388C9.20774 15.2911 10.5 16.7446 10.5 18.5C10.5 19.0368 10.3792 19.5454 10.1632 20H22V6H12.2676L10.2676 3Z",fill:"currentColor"}),C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 17.75C1 19.5449 2.45507 21 4.25 21H7C8.38071 21 9.5 19.8807 9.5 18.5C9.5 17.1193 8.38071 16 7 16L6.9888 16C6.4116 15.0983 5.40146 14.5 4.25 14.5C2.45507 14.5 1 15.9551 1 17.75Z",fill:"currentColor"}))},F=I;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=093C2C310C0CBC1864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderCloud/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderCloud: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-cloud\"><path d=\"M10.2676 3H2V14.1438C2.65251 13.7358 3.42372 13.5 4.25 13.5C5.56843 13.5 6.74466 14.1005 7.52265 15.0388C9.20774 15.2911 10.5 16.7446 10.5 18.5C10.5 19.0368 10.3792 19.5454 10.1632 20H22V6H12.2676L10.2676 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 17.75C1 19.5449 2.45507 21 4.25 21H7C8.38071 21 9.5 19.8807 9.5 18.5C9.5 17.1193 8.38071 16 7 16L6.9888 16C6.4116 15.0983 5.40146 14.5 4.25 14.5C2.45507 14.5 1 15.9551 1 17.
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderCloud: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-cloud\"><path d=\"M10.2676 3H2V14.1438C2.65251 13.7358 3.42372 13.5 4.25 13.5C5.56843 13.5 6.74466 14.1005 7.52265 15.0388C9.20774 15.2911 10.5 16.7446 10.5 18.5C10.5 19.0368 10.3792 19.5454 10.1632 20H22V6H12.2676L10.2676 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 17.75C1 19.5449 2.45507 21 4.25 21H7C8.38071 21 9.5 19.8807 9.5 18.5C9.5 17.1193 8.38071 16 7 16L6.9888 16C6.4116 15.0983 5.40146 14.5 4.25 14.5C2.45507 14.5 1 15.9551 1 17.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderCloud;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,2ECjCY,IAAlB,sBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,2ECjCY,IAAlB,sBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,wBAA+hB,EAA/hB,IAAqB,EAAO,UAAU,gBAAe,wBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sLAAsL,KAAK,eAAc,CAAI,GAGzhB",
|
|
9
|
+
"debugId": "093C2C310C0CBC1864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import l from"react";var
|
|
1
|
+
import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:C,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...C}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var i=(r)=>{return t.createElement(p,{...r,ariaLabel:"folder-cloud"},t.createElement("path",{d:"M10.2676 3H2V14.1438C2.65251 13.7358 3.42372 13.5 4.25 13.5C5.56843 13.5 6.74466 14.1005 7.52265 15.0388C9.20774 15.2911 10.5 16.7446 10.5 18.5C10.5 19.0368 10.3792 19.5454 10.1632 20H22V6H12.2676L10.2676 3Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 17.75C1 19.5449 2.45507 21 4.25 21H7C8.38071 21 9.5 19.8807 9.5 18.5C9.5 17.1193 8.38071 16 7 16L6.9888 16C6.4116 15.0983 5.40146 14.5 4.25 14.5C2.45507 14.5 1 15.9551 1 17.75Z",fill:"currentColor"}))},g=i;export{g as default,i as IconFolderCloud};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=1E08BBC56C32123064756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconFolderCloud/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderCloud: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-cloud\"><path d=\"M10.2676 3H2V14.1438C2.65251 13.7358 3.42372 13.5 4.25 13.5C5.56843 13.5 6.74466 14.1005 7.52265 15.0388C9.20774 15.2911 10.5 16.7446 10.5 18.5C10.5 19.0368 10.3792 19.5454 10.1632 20H22V6H12.2676L10.2676 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 17.75C1 19.5449 2.45507 21 4.25 21H7C8.38071 21 9.5 19.8807 9.5 18.5C9.5 17.1193 8.38071 16 7 16L6.9888 16C6.4116 15.0983 5.40146 14.5 4.25 14.5C2.45507 14.5 1 15.9551 1 17.
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFolderCloud: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"folder-cloud\"><path d=\"M10.2676 3H2V14.1438C2.65251 13.7358 3.42372 13.5 4.25 13.5C5.56843 13.5 6.74466 14.1005 7.52265 15.0388C9.20774 15.2911 10.5 16.7446 10.5 18.5C10.5 19.0368 10.3792 19.5454 10.1632 20H22V6H12.2676L10.2676 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 17.75C1 19.5449 2.45507 21 4.25 21H7C8.38071 21 9.5 19.8807 9.5 18.5C9.5 17.1193 8.38071 16 7 16L6.9888 16C6.4116 15.0983 5.40146 14.5 4.25 14.5C2.45507 14.5 1 15.9551 1 17.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderCloud;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA+hB,EAA/hB,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sLAAsL,KAAK,eAAc,CAAI,GAGzhB",
|
|
9
|
+
"debugId": "1E08BBC56C32123064756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconMoveFolder/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var I=Object.create;var{getPrototypeOf:
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:V,defineProperty:p,getOwnPropertyNames:L,getOwnPropertyDescriptor:h}=Object,C=Object.prototype.hasOwnProperty;function u(r){return this[r]}var v,w,d=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?v??=new WeakMap:w??=new WeakMap,a=n.get(r);if(a)return a}o=r!=null?I(V(r)):{};let l=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let m of L(r))if(!C.call(l,m))p(l,m,{get:u.bind(r,m),enumerable:!0});if(t)n.set(r,l);return l},g=(r)=>{var e=(f??=new WeakMap).get(r),o;if(e)return e;if(e=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of L(r))if(!C.call(e,t))p(e,t,{get:u.bind(r,t),enumerable:!(o=h(r,t))||o.enumerable})}return f.set(r,e),e},f;var y=(r)=>r;function H(r,e){this[r]=y.bind(null,e)}var x=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0,configurable:!0,set:H.bind(e,o)})};var P={};x(P,{CentralIconBase:()=>c});module.exports=g(P);var i=d(require("react")),c=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return i.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},o&&!n&&i.default.createElement("title",null,o),r)};var b={};x(b,{default:()=>G,IconMoveFolder:()=>B});module.exports=g(b);var s=d(require("react"));var B=(r)=>{return s.default.createElement(c,{...r,ariaLabel:"move-folder"},s.default.createElement("path",{d:"M23.207 17.5L19.8535 20.8535L19.1465 20.1465L21.293 18H15V17H21.293L19.1465 14.8535L19.8535 14.1465L23.207 17.5Z",fill:"currentColor"}),s.default.createElement("path",{d:"M12.2676 6H22V14.8789L19.8535 12.7324L17.7324 14.8535L18.8789 16H14V19H18.8789L17.8789 20H2V3H10.2676L12.2676 6Z",fill:"currentColor"}))},G=B;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=1857A18B0CBBCC2864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolder/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMoveFolder: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"move-folder\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMoveFolder: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"move-folder\"><path d=\"M23.207 17.5L19.8535 20.8535L19.1465 20.1465L21.293 18H15V17H21.293L19.1465 14.8535L19.8535 14.1465L23.207 17.5Z\" fill=\"currentColor\"/><path d=\"M12.2676 6H22V14.8789L19.8535 12.7324L17.7324 14.8535L18.8789 16H14V19H18.8789L17.8789 20H2V3H10.2676L12.2676 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolder;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,0ECjCY,IAAlB,sBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,0ECjCY,IAAlB,sBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAsV,EAAtV,IAAqB,EAAO,UAAU,eAAc,wBAAC,OAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,CAAI,GAGhV",
|
|
9
|
+
"debugId": "1857A18B0CBBCC2864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconMoveFolder/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:s,...m})=>{return l.createElement("svg",{...m,"aria-hidden":o,role:o?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!o&&l.createElement("title",null,n),e)};import t from"react";var i=(e)=>{return t.createElement(p,{...e,ariaLabel:"move-folder"},t.createElement("path",{d:"M23.207 17.5L19.8535 20.8535L19.1465 20.1465L21.293 18H15V17H21.293L19.1465 14.8535L19.8535 14.1465L23.207 17.5Z",fill:"currentColor"}),t.createElement("path",{d:"M12.2676 6H22V14.8789L19.8535 12.7324L17.7324 14.8535L18.8789 16H14V19H18.8789L17.8789 20H2V3H10.2676L12.2676 6Z",fill:"currentColor"}))},d=i;export{d as default,i as IconMoveFolder};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=65838A62573AEAAB64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolder/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMoveFolder: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"move-folder\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMoveFolder: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"move-folder\"><path d=\"M23.207 17.5L19.8535 20.8535L19.1465 20.1465L21.293 18H15V17H21.293L19.1465 14.8535L19.8535 14.1465L23.207 17.5Z\" fill=\"currentColor\"/><path d=\"M12.2676 6H22V14.8789L19.8535 12.7324L17.7324 14.8535L18.8789 16H14V19H18.8789L17.8789 20H2V3H10.2676L12.2676 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolder;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAsV,EAAtV,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,CAAI,GAGhV",
|
|
9
|
+
"debugId": "65838A62573AEAAB64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:V}=Object,C=Object.prototype.hasOwnProperty;function d(r){return this[r]}var H,v,u=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?H??=new WeakMap:v??=new WeakMap,s=n.get(r);if(s)return s}o=r!=null?x(B(r)):{};let l=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let i of c(r))if(!C.call(l,i))p(l,i,{get:d.bind(r,i),enumerable:!0});if(t)n.set(r,l);return l},I=(r)=>{var e=(L??=new WeakMap).get(r),o;if(e)return e;if(e=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!C.call(e,t))p(e,t,{get:d.bind(r,t),enumerable:!(o=V(r,t))||o.enumerable})}return L.set(r,e),e},L;var w=(r)=>r;function y(r,e){this[r]=w.bind(null,e)}var g=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0,configurable:!0,set:y.bind(e,o)})};var P={};g(P,{CentralIconBase:()=>f});module.exports=I(P);var m=u(require("react")),f=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:s,...l})=>{return m.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...s}},o&&!n&&m.default.createElement("title",null,o),r)};var b={};g(b,{default:()=>G,IconMoveFolderInside:()=>h});module.exports=I(b);var a=u(require("react"));var h=(r)=>{return a.default.createElement(f,{...r,ariaLabel:"move-folder-inside"},a.default.createElement("path",{d:"M18.8535 14.8535L16.707 17H23V18H16.707L18.8535 20.1465L18.1465 20.8535L14.793 17.5L18.1465 14.1465L18.8535 14.8535Z",fill:"currentColor"}),a.default.createElement("path",{d:"M12.2676 6H22V16H19.3281L20.4746 14.8535L18.3535 12.7324L13.5859 17.5L16.0859 20H2V3H10.2676L12.2676 6Z",fill:"currentColor"}),a.default.createElement("path",{d:"M22 20H20.3281L19.3281 19H22V20Z",fill:"currentColor"}))},G=h;
|
|
2
|
+
|
|
3
|
+
//# debugId=D18D710815FB6FA164756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMoveFolderInside: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"move-folder-inside\"><path d=\"M18.8535 14.8535L16.707 17H23V18H16.707L18.8535 20.1465L18.1465 20.8535L14.793 17.5L18.1465 14.1465L18.8535 14.8535Z\" fill=\"currentColor\"/><path d=\"M12.2676 6H22V16H19.3281L20.4746 14.8535L18.3535 12.7324L13.5859 17.5L16.0859 20H2V3H10.2676L12.2676 6Z\" fill=\"currentColor\"/><path d=\"M22 20H20.3281L19.3281 19H22V20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,wBAAwZ,EAAxZ,IAAqB,EAAO,UAAU,sBAAqB,wBAAC,OAAD,CAAM,EAAE,uHAAuH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0GAA0G,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mCAAmC,KAAK,eAAc,CAAI,GAGlZ",
|
|
9
|
+
"debugId": "D18D710815FB6FA164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...i})=>{return l.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!t&&l.createElement("title",null,n),o)};import e from"react";var m=(o)=>{return e.createElement(p,{...o,ariaLabel:"move-folder-inside"},e.createElement("path",{d:"M18.8535 14.8535L16.707 17H23V18H16.707L18.8535 20.1465L18.1465 20.8535L14.793 17.5L18.1465 14.1465L18.8535 14.8535Z",fill:"currentColor"}),e.createElement("path",{d:"M12.2676 6H22V16H19.3281L20.4746 14.8535L18.3535 12.7324L13.5859 17.5L16.0859 20H2V3H10.2676L12.2676 6Z",fill:"currentColor"}),e.createElement("path",{d:"M22 20H20.3281L19.3281 19H22V20Z",fill:"currentColor"}))},u=m;export{u as default,m as IconMoveFolderInside};
|
|
2
|
+
|
|
3
|
+
//# debugId=DA26F668CD4506E164756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMoveFolderInside: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"move-folder-inside\"><path d=\"M18.8535 14.8535L16.707 17H23V18H16.707L18.8535 20.1465L18.1465 20.8535L14.793 17.5L18.1465 14.1465L18.8535 14.8535Z\" fill=\"currentColor\"/><path d=\"M12.2676 6H22V16H19.3281L20.4746 14.8535L18.3535 12.7324L13.5859 17.5L16.0859 20H2V3H10.2676L12.2676 6Z\" fill=\"currentColor\"/><path d=\"M22 20H20.3281L19.3281 19H22V20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAwZ,EAAxZ,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,uHAAuH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0GAA0G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mCAAmC,KAAK,eAAc,CAAI,GAGlZ",
|
|
9
|
+
"debugId": "DA26F668CD4506E164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:B,defineProperty:a,getOwnPropertyNames:L,getOwnPropertyDescriptor:H}=Object,d=Object.prototype.hasOwnProperty;function c(r){return this[r]}var I,M,h=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var n=o?I??=new WeakMap:M??=new WeakMap,i=n.get(r);if(i)return i}t=r!=null?x(B(r)):{};let p=o||!r||!r.__esModule?a(t,"default",{value:r,enumerable:!0}):t;for(let C of L(r))if(!d.call(p,C))a(p,C,{get:c.bind(r,C),enumerable:!0});if(e)n.set(r,p);return p},m=(r)=>{var o=(f??=new WeakMap).get(r),t;if(o)return o;if(o=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of L(r))if(!d.call(o,e))a(o,e,{get:c.bind(r,e),enumerable:!(t=H(r,e))||t.enumerable})}return f.set(r,o),o},f;var Z=(r)=>r;function v(r,o){this[r]=Z.bind(null,o)}var V=(r,o)=>{for(var t in o)a(r,t,{get:o[t],enumerable:!0,configurable:!0,set:v.bind(o,t)})};var P={};V(P,{CentralIconBase:()=>u});module.exports=m(P);var s=h(require("react")),u=({children:r,size:o=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:i,...p})=>{return s.default.createElement("svg",{...p,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...i}},t&&!n&&s.default.createElement("title",null,t),r)};var b={};V(b,{default:()=>w,IconPhoneHaptic2:()=>g});module.exports=m(b);var l=h(require("react"));var g=(r)=>{return l.default.createElement(u,{...r,ariaLabel:"phone-haptic-2, vibration, sound"},l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.999 21H6.99902V3H16.999V21ZM10.999 5C10.7229 5 10.499 5.22386 10.499 5.5C10.499 5.77614 10.7229 6 10.999 6H12.999C13.2752 6 13.499 5.77614 13.499 5.5C13.499 5.22386 13.2752 5 12.999 5H10.999Z",fill:"currentColor"}),l.default.createElement("path",{d:"M5.24609 16.4082L2.99609 17.6855L2.50195 16.8154L4.75195 15.5391L5.24609 16.4082Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.4961 16.8154L21.002 17.6855L18.752 16.4082L19.2461 15.5391L21.4961 16.8154Z",fill:"currentColor"}),l.default.createElement("path",{d:"M3.99902 12.5H1.36328V11.5H3.99902V12.5Z",fill:"currentColor"}),l.default.createElement("path",{d:"M22.6348 12.5H19.999V11.5H22.6348V12.5Z",fill:"currentColor"}),l.default.createElement("path",{d:"M5.24609 7.5918L4.75195 8.46191L2.50195 7.18457L2.99609 6.31543L5.24609 7.5918Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.4961 7.18457L19.2461 8.46191L18.752 7.5918L21.002 6.31543L21.4961 7.18457Z",fill:"currentColor"}))},w=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=C01591C0AAB6117564756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPhoneHaptic2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"phone-haptic-2, vibration, sound\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.999 21H6.99902V3H16.999V21ZM10.999 5C10.7229 5 10.499 5.22386 10.499 5.5C10.499 5.77614 10.7229 6 10.999 6H12.999C13.2752 6 13.499 5.77614 13.499 5.5C13.499 5.22386 13.2752 5 12.999 5H10.999Z\" fill=\"currentColor\"/><path d=\"M5.24609 16.4082L2.99609 17.6855L2.50195 16.8154L4.75195 15.5391L5.24609 16.4082Z\" fill=\"currentColor\"/><path d=\"M21.4961 16.8154L21.002 17.6855L18.752 16.4082L19.2461 15.5391L21.4961 16.8154Z\" fill=\"currentColor\"/><path d=\"M3.99902 12.5H1.36328V11.5H3.99902V12.5Z\" fill=\"currentColor\"/><path d=\"M22.6348 12.5H19.999V11.5H22.6348V12.5Z\" fill=\"currentColor\"/><path d=\"M5.24609 7.5918L4.75195 8.46191L2.50195 7.18457L2.99609 6.31543L5.24609 7.5918Z\" fill=\"currentColor\"/><path d=\"M21.4961 7.18457L19.2461 8.46191L18.752 7.5918L21.002 6.31543L21.4961 7.18457Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,4ECjCY,IAAlB,sBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,wBAAg6B,EAAh6B,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sMAAsM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,2CAA2C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iFAAiF,KAAK,eAAc,CAAI,GAG15B",
|
|
9
|
+
"debugId": "C01591C0AAB6117564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var p=({children:t,size:o=24,ariaLabel:l,color:a,ariaHidden:e=!0,style:i,...C})=>{return n.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},l&&!e&&n.createElement("title",null,l),t)};import r from"react";var s=(t)=>{return r.createElement(p,{...t,ariaLabel:"phone-haptic-2, vibration, sound"},r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.999 21H6.99902V3H16.999V21ZM10.999 5C10.7229 5 10.499 5.22386 10.499 5.5C10.499 5.77614 10.7229 6 10.999 6H12.999C13.2752 6 13.499 5.77614 13.499 5.5C13.499 5.22386 13.2752 5 12.999 5H10.999Z",fill:"currentColor"}),r.createElement("path",{d:"M5.24609 16.4082L2.99609 17.6855L2.50195 16.8154L4.75195 15.5391L5.24609 16.4082Z",fill:"currentColor"}),r.createElement("path",{d:"M21.4961 16.8154L21.002 17.6855L18.752 16.4082L19.2461 15.5391L21.4961 16.8154Z",fill:"currentColor"}),r.createElement("path",{d:"M3.99902 12.5H1.36328V11.5H3.99902V12.5Z",fill:"currentColor"}),r.createElement("path",{d:"M22.6348 12.5H19.999V11.5H22.6348V12.5Z",fill:"currentColor"}),r.createElement("path",{d:"M5.24609 7.5918L4.75195 8.46191L2.50195 7.18457L2.99609 6.31543L5.24609 7.5918Z",fill:"currentColor"}),r.createElement("path",{d:"M21.4961 7.18457L19.2461 8.46191L18.752 7.5918L21.002 6.31543L21.4961 7.18457Z",fill:"currentColor"}))},h=s;export{h as default,s as IconPhoneHaptic2};
|
|
2
|
+
|
|
3
|
+
//# debugId=4128599049B14CE864756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPhoneHaptic2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"phone-haptic-2, vibration, sound\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.999 21H6.99902V3H16.999V21ZM10.999 5C10.7229 5 10.499 5.22386 10.499 5.5C10.499 5.77614 10.7229 6 10.999 6H12.999C13.2752 6 13.499 5.77614 13.499 5.5C13.499 5.22386 13.2752 5 12.999 5H10.999Z\" fill=\"currentColor\"/><path d=\"M5.24609 16.4082L2.99609 17.6855L2.50195 16.8154L4.75195 15.5391L5.24609 16.4082Z\" fill=\"currentColor\"/><path d=\"M21.4961 16.8154L21.002 17.6855L18.752 16.4082L19.2461 15.5391L21.4961 16.8154Z\" fill=\"currentColor\"/><path d=\"M3.99902 12.5H1.36328V11.5H3.99902V12.5Z\" fill=\"currentColor\"/><path d=\"M22.6348 12.5H19.999V11.5H22.6348V12.5Z\" fill=\"currentColor\"/><path d=\"M5.24609 7.5918L4.75195 8.46191L2.50195 7.18457L2.99609 6.31543L5.24609 7.5918Z\" fill=\"currentColor\"/><path d=\"M21.4961 7.18457L19.2461 8.46191L18.752 7.5918L21.002 6.31543L21.4961 7.18457Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAg6B,EAAh6B,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sMAAsM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2CAA2C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iFAAiF,KAAK,eAAc,CAAI,GAG15B",
|
|
9
|
+
"debugId": "4128599049B14CE864756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -726,6 +726,7 @@ Below is a complete list of available icons:
|
|
|
726
726
|
- IconDevices2
|
|
727
727
|
- IconTorch
|
|
728
728
|
- IconPrinter2
|
|
729
|
+
- IconPhoneHaptic2
|
|
729
730
|
|
|
730
731
|
### Edit
|
|
731
732
|
|
|
@@ -960,6 +961,7 @@ Below is a complete list of available icons:
|
|
|
960
961
|
- IconFileArrowRightIn
|
|
961
962
|
- IconFileArrowRightOut
|
|
962
963
|
- IconFolderOpenFront
|
|
964
|
+
- IconMoveFolderInside
|
|
963
965
|
|
|
964
966
|
### Food
|
|
965
967
|
|