@central-icons-react/square-filled-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/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.5352L12.5352 6H22V20H10V11H2V3Z",fill:"currentColor"}),s.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 13H8V21.7662L4.5 19.6662L1 21.7662V13Z",fill:"currentColor"}))},H=v;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4075A962E54A5E7964756E2164756E21
|
|
@@ -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.5352L12.5352 6H22V20H10V11H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.7662L4.5 19.6662L1 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.5352L12.5352 6H22V20H10V11H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.7662L4.5 19.6662L1 21.7662V13Z\" 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,wBAAuR,EAAvR,IAAqB,EAAO,UAAU,oBAAmB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0CAA0C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4CAA4C,KAAK,eAAc,CAAI,GAGjR",
|
|
9
|
+
"debugId": "4075A962E54A5E7964756E2164756E21",
|
|
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.5352L12.5352 6H22V20H10V11H2V3Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 13H8V21.7662L4.5 19.6662L1 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.5352L12.5352 6H22V20H10V11H2V3Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 13H8V21.7662L4.5 19.6662L1 21.7662V13Z",fill:"currentColor"}))},B=d;export{B as default,d as IconFolderBookmarks};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=F2F6940F823C51F064756E2164756E21
|
|
@@ -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.5352L12.5352 6H22V20H10V11H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.7662L4.5 19.6662L1 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.5352L12.5352 6H22V20H10V11H2V3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13H8V21.7662L4.5 19.6662L1 21.7662V13Z\" 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,gBAAuR,EAAvR,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0CAA0C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4CAA4C,KAAK,eAAc,CAAI,GAGjR",
|
|
9
|
+
"debugId": "F2F6940F823C51F064756E2164756E21",
|
|
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.5352 3H2V11.4104C2.94697 10.8328 4.05962 10.5 5.25 10.5C6.92339 10.5 8.44209 11.1588 9.56098 12.2252C11.8386 12.8985 13.5 15.0038 13.5 17.5C13.5 18.4002 13.2837 19.2499 12.9003 20H22V6H12.5352L10.5352 3Z",fill:"currentColor"}),C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 16.75C1 19.0972 2.90279 21 5.25 21H8C9.933 21 11.5 19.433 11.5 17.5C11.5 15.7446 10.2077 14.291 8.52248 14.0387C7.74365 13.0992 6.568 12.5 5.25 12.5C2.90279 12.5 1 14.4028 1 16.75Z",fill:"currentColor"}))},F=I;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=B50C8868D8EE5FC864756E2164756E21
|
|
@@ -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.5352 3H2V11.4104C2.94697 10.8328 4.05962 10.5 5.25 10.5C6.92339 10.5 8.44209 11.1588 9.56098 12.2252C11.8386 12.8985 13.5 15.0038 13.5 17.5C13.5 18.4002 13.2837 19.2499 12.9003 20H22V6H12.5352L10.5352 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 16.75C1 19.0972 2.90279 21 5.25 21H8C9.933 21 11.5 19.433 11.5 17.5C11.5 15.7446 10.2077 14.291 8.52248 14.0387C7.74365 13.0992 6.568 12.5 5.25 12.5C2.90279 12.5 1 14.4028 1 16.
|
|
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.5352 3H2V11.4104C2.94697 10.8328 4.05962 10.5 5.25 10.5C6.92339 10.5 8.44209 11.1588 9.56098 12.2252C11.8386 12.8985 13.5 15.0038 13.5 17.5C13.5 18.4002 13.2837 19.2499 12.9003 20H22V6H12.5352L10.5352 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 16.75C1 19.0972 2.90279 21 5.25 21H8C9.933 21 11.5 19.433 11.5 17.5C11.5 15.7446 10.2077 14.291 8.52248 14.0387C7.74365 13.0992 6.568 12.5 5.25 12.5C2.90279 12.5 1 14.4028 1 16.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,wBAAmiB,EAAniB,IAAqB,EAAO,UAAU,gBAAe,wBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0LAA0L,KAAK,eAAc,CAAI,GAG7hB",
|
|
9
|
+
"debugId": "B50C8868D8EE5FC864756E2164756E21",
|
|
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.5352 3H2V11.4104C2.94697 10.8328 4.05962 10.5 5.25 10.5C6.92339 10.5 8.44209 11.1588 9.56098 12.2252C11.8386 12.8985 13.5 15.0038 13.5 17.5C13.5 18.4002 13.2837 19.2499 12.9003 20H22V6H12.5352L10.5352 3Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 16.75C1 19.0972 2.90279 21 5.25 21H8C9.933 21 11.5 19.433 11.5 17.5C11.5 15.7446 10.2077 14.291 8.52248 14.0387C7.74365 13.0992 6.568 12.5 5.25 12.5C2.90279 12.5 1 14.4028 1 16.75Z",fill:"currentColor"}))},g=i;export{g as default,i as IconFolderCloud};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=FE39A26C768A9A7064756E2164756E21
|
|
@@ -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.5352 3H2V11.4104C2.94697 10.8328 4.05962 10.5 5.25 10.5C6.92339 10.5 8.44209 11.1588 9.56098 12.2252C11.8386 12.8985 13.5 15.0038 13.5 17.5C13.5 18.4002 13.2837 19.2499 12.9003 20H22V6H12.5352L10.5352 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 16.75C1 19.0972 2.90279 21 5.25 21H8C9.933 21 11.5 19.433 11.5 17.5C11.5 15.7446 10.2077 14.291 8.52248 14.0387C7.74365 13.0992 6.568 12.5 5.25 12.5C2.90279 12.5 1 14.4028 1 16.
|
|
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.5352 3H2V11.4104C2.94697 10.8328 4.05962 10.5 5.25 10.5C6.92339 10.5 8.44209 11.1588 9.56098 12.2252C11.8386 12.8985 13.5 15.0038 13.5 17.5C13.5 18.4002 13.2837 19.2499 12.9003 20H22V6H12.5352L10.5352 3Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 16.75C1 19.0972 2.90279 21 5.25 21H8C9.933 21 11.5 19.433 11.5 17.5C11.5 15.7446 10.2077 14.291 8.52248 14.0387C7.74365 13.0992 6.568 12.5 5.25 12.5C2.90279 12.5 1 14.4028 1 16.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,gBAAmiB,EAAniB,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0LAA0L,KAAK,eAAc,CAAI,GAG7hB",
|
|
9
|
+
"debugId": "FE39A26C768A9A7064756E2164756E21",
|
|
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:C,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function L(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 C(r))if(!u.call(l,m))p(l,m,{get:L.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 C(r))if(!u.call(e,t))p(e,t,{get:L.bind(r,t),enumerable:!(o=h(r,t))||o.enumerable})}return f.set(r,e),e},f;var y=(r)=>r;function P(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:P.bind(e,o)})};var b={};x(b,{CentralIconBase:()=>c});module.exports=g(b);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 H={};x(H,{default:()=>G,IconMoveFolder:()=>B});module.exports=g(H);var s=d(require("react"));var B=(r)=>{return s.default.createElement(c,{...r,ariaLabel:"move-folder"},s.default.createElement("path",{d:"M23.4141 17L19.207 21.207L17.793 19.793L19.5859 18H14V16H19.5859L17.793 14.207L19.207 12.793L23.4141 17Z",fill:"currentColor"}),s.default.createElement("path",{d:"M12.5352 6H22V12.7578L19.207 9.96484L15.1719 14H12V20H2V3H10.5352L12.5352 6Z",fill:"currentColor"}))},G=B;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=12E932AB3E4E1E5764756E2164756E21
|
|
@@ -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.4141 17L19.207 21.207L17.793 19.793L19.5859 18H14V16H19.5859L17.793 14.207L19.207 12.793L23.4141 17Z\" fill=\"currentColor\"/><path d=\"M12.5352 6H22V12.7578L19.207 9.96484L15.1719 14H12V20H2V3H10.5352L12.5352 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,wBAA0S,EAA1S,IAAqB,EAAO,UAAU,eAAc,wBAAC,OAAD,CAAM,EAAE,2GAA2G,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+EAA+E,KAAK,eAAc,CAAI,GAGpS",
|
|
9
|
+
"debugId": "12E932AB3E4E1E5764756E2164756E21",
|
|
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.4141 17L19.207 21.207L17.793 19.793L19.5859 18H14V16H19.5859L17.793 14.207L19.207 12.793L23.4141 17Z",fill:"currentColor"}),t.createElement("path",{d:"M12.5352 6H22V12.7578L19.207 9.96484L15.1719 14H12V20H2V3H10.5352L12.5352 6Z",fill:"currentColor"}))},d=i;export{d as default,i as IconMoveFolder};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=A623274EE7E7F9C064756E2164756E21
|
|
@@ -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.4141 17L19.207 21.207L17.793 19.793L19.5859 18H14V16H19.5859L17.793 14.207L19.207 12.793L23.4141 17Z\" fill=\"currentColor\"/><path d=\"M12.5352 6H22V12.7578L19.207 9.96484L15.1719 14H12V20H2V3H10.5352L12.5352 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,gBAA0S,EAA1S,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,2GAA2G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+EAA+E,KAAK,eAAc,CAAI,GAGpS",
|
|
9
|
+
"debugId": "A623274EE7E7F9C064756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:h,defineProperty:p,getOwnPropertyNames:C,getOwnPropertyDescriptor:V}=Object,L=Object.prototype.hasOwnProperty;function d(e){return this[e]}var v,w,u=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?v??=new WeakMap:w??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?B(h(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let i of C(e))if(!L.call(l,i))p(l,i,{get:d.bind(e,i),enumerable:!0});if(t)n.set(e,l);return l},I=(e)=>{var r=(f??=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 C(e))if(!L.call(r,t))p(r,t,{get:d.bind(e,t),enumerable:!(o=V(e,t))||o.enumerable})}return f.set(e,r),r},f;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var g=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var b={};g(b,{CentralIconBase:()=>c});module.exports=I(b);var m=u(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return m.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&&m.default.createElement("title",null,o),e)};var H={};g(H,{default:()=>G,IconMoveFolderInside:()=>x});module.exports=I(H);var s=u(require("react"));var x=(e)=>{return s.default.createElement(c,{...e,ariaLabel:"move-folder-inside"},s.default.createElement("path",{d:"M19.207 14.207L17.4141 16H23V18H17.4141L19.207 19.793L17.793 21.207L13.5859 17L17.793 12.793L19.207 14.207Z",fill:"currentColor"}),s.default.createElement("path",{d:"M12.5352 6H22V14H21.8281L17.793 9.96484L10.7578 17L13.7578 20H2V3H10.5352L12.5352 6Z",fill:"currentColor"}))},G=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=FF69D98658B115D464756E2164756E21
|
|
@@ -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=\"M19.207 14.207L17.4141 16H23V18H17.4141L19.207 19.793L17.793 21.207L13.5859 17L17.793 12.793L19.207 14.207Z\" fill=\"currentColor\"/><path d=\"M12.5352 6H22V14H21.8281L17.793 9.96484L10.7578 17L13.7578 20H2V3H10.5352L12.5352 6Z\" 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,wBAA4T,EAA5T,IAAqB,EAAO,UAAU,sBAAqB,wBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uFAAuF,KAAK,eAAc,CAAI,GAGtT",
|
|
9
|
+
"debugId": "FF69D98658B115D464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:s,...i})=>{return l.createElement("svg",{...i,"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,...s}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var m=(r)=>{return t.createElement(p,{...r,ariaLabel:"move-folder-inside"},t.createElement("path",{d:"M19.207 14.207L17.4141 16H23V18H17.4141L19.207 19.793L17.793 21.207L13.5859 17L17.793 12.793L19.207 14.207Z",fill:"currentColor"}),t.createElement("path",{d:"M12.5352 6H22V14H21.8281L17.793 9.96484L10.7578 17L13.7578 20H2V3H10.5352L12.5352 6Z",fill:"currentColor"}))},u=m;export{u as default,m as IconMoveFolderInside};
|
|
2
|
+
|
|
3
|
+
//# debugId=21062E15C6D03B6764756E2164756E21
|
|
@@ -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=\"M19.207 14.207L17.4141 16H23V18H17.4141L19.207 19.793L17.793 21.207L13.5859 17L17.793 12.793L19.207 14.207Z\" fill=\"currentColor\"/><path d=\"M12.5352 6H22V14H21.8281L17.793 9.96484L10.7578 17L13.7578 20H2V3H10.5352L12.5352 6Z\" 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,gBAA4T,EAA5T,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uFAAuF,KAAK,eAAc,CAAI,GAGtT",
|
|
9
|
+
"debugId": "21062E15C6D03B6764756E2164756E21",
|
|
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:"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z",fill:"currentColor"}),l.default.createElement("path",{d:"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z",fill:"currentColor"}),l.default.createElement("path",{d:"M3.99902 13H1.36328V11H3.99902V13Z",fill:"currentColor"}),l.default.createElement("path",{d:"M22.6348 13H19.999V11H22.6348V13Z",fill:"currentColor"}),l.default.createElement("path",{d:"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z",fill:"currentColor"}))},w=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=218EDE35490F5A2C64756E2164756E21
|
|
@@ -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=\"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z\" fill=\"currentColor\"/><path d=\"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z\" fill=\"currentColor\"/><path d=\"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z\" fill=\"currentColor\"/><path d=\"M3.99902 13H1.36328V11H3.99902V13Z\" fill=\"currentColor\"/><path d=\"M22.6348 13H19.999V11H22.6348V13Z\" fill=\"currentColor\"/><path d=\"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z\" fill=\"currentColor\"/><path d=\"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z\" 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,wBAA05B,EAA15B,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qMAAqM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qCAAqC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGp5B",
|
|
9
|
+
"debugId": "218EDE35490F5A2C64756E2164756E21",
|
|
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:"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z",fill:"currentColor"}),r.createElement("path",{d:"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z",fill:"currentColor"}),r.createElement("path",{d:"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z",fill:"currentColor"}),r.createElement("path",{d:"M3.99902 13H1.36328V11H3.99902V13Z",fill:"currentColor"}),r.createElement("path",{d:"M22.6348 13H19.999V11H22.6348V13Z",fill:"currentColor"}),r.createElement("path",{d:"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z",fill:"currentColor"}),r.createElement("path",{d:"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z",fill:"currentColor"}))},h=s;export{h as default,s as IconPhoneHaptic2};
|
|
2
|
+
|
|
3
|
+
//# debugId=9B5DF7150C31B25064756E2164756E21
|
|
@@ -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=\"M17.999 21H5.99902V3H17.999V21ZM10.999 5C10.4467 5 9.99902 5.44772 9.99902 6C9.99902 6.55228 10.4467 7 10.999 7H12.999C13.5513 7 13.999 6.55228 13.999 6C13.999 5.44772 13.5513 5 12.999 5H10.999Z\" fill=\"currentColor\"/><path d=\"M5.49219 16.8438L3.24219 18.1201L2.25586 16.3809L4.50586 15.1035L5.49219 16.8438Z\" fill=\"currentColor\"/><path d=\"M21.7422 16.3809L20.7559 18.1201L18.5059 16.8438L19.4922 15.1035L21.7422 16.3809Z\" fill=\"currentColor\"/><path d=\"M3.99902 13H1.36328V11H3.99902V13Z\" fill=\"currentColor\"/><path d=\"M22.6348 13H19.999V11H22.6348V13Z\" fill=\"currentColor\"/><path d=\"M5.49219 7.15723L4.50586 8.89648L2.25586 7.62012L3.24219 5.87988L5.49219 7.15723Z\" fill=\"currentColor\"/><path d=\"M21.7422 7.62012L19.4922 8.89648L18.5059 7.15723L20.7559 5.87988L21.7422 7.62012Z\" 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,gBAA05B,EAA15B,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qMAAqM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qCAAqC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGp5B",
|
|
9
|
+
"debugId": "9B5DF7150C31B25064756E2164756E21",
|
|
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
|
|