@ssa-ui-kit/core 3.7.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const AddFolder: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "addFolder";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const EmailOutlined: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "emailOutlined";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const LockOutlined: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "lockOutlined";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const MoveFolder: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "moveFolder";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const PanelLeft: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "panelLeft";
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from '../types';
2
+ export declare const PanelRight: ({ fill, size, tooltip, ...props }: SVGProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const ICON_NAME = "panelRight";
@@ -119,3 +119,9 @@ export * as Url from './Url';
119
119
  export * as User from './User';
120
120
  export * as Visible from './Visible';
121
121
  export * as Warning from './Warning';
122
+ export * as PanelLeft from './PanelLeft';
123
+ export * as PanelRight from './PanelRight';
124
+ export * as EmailOutlined from './EmailOutlined';
125
+ export * as LockOutlined from './LockOutlined';
126
+ export * as AddFolder from './AddFolder';
127
+ export * as MoveFolder from './MoveFolder';
@@ -1 +1 @@
1
- export declare const iconsList: ("visible" | "warning" | "archive" | "document" | "link" | "search" | "arrow-down" | "arrow-up" | "clipboard-assessment" | "attention" | "award" | "ban-user" | "bench" | "bin" | "calendar" | "calendar-schedule" | "carrot-down" | "carrot-left" | "carrot-right" | "carrot-up" | "card-text" | "case" | "certification" | "certification-expiring" | "camera" | "change" | "chart" | "check" | "check-circle" | "check-circle-inverted" | "children" | "circle" | "circular" | "clock" | "cogwheel" | "comments" | "briefcase" | "building" | "compensation" | "confirm-email" | "contacts" | "copy" | "copy-link" | "cross" | "delete" | "diamond-ring" | "diet" | "documents" | "edit" | "education" | "email" | "employee" | "employee-profile" | "employee-terminated" | "employee-blackboard" | "excel-download" | "export" | "file-mark" | "file-pdf" | "file-word" | "filter" | "filter-funnel" | "follow-link" | "fte" | "clipboard-form" | "geography" | "gender" | "gift" | "home" | "import" | "information" | "inventory" | "invisible" | "language" | "lock" | "log-in" | "log-out" | "maximize" | "measurements" | "message" | "minus" | "minus-circle" | "minus-circle-inverted" | "more" | "more-vertical" | "notification" | "office-chair" | "open-book" | "pages" | "party" | "plus" | "plus-circle" | "plus-circle-inverted" | "probation-period" | "profiles-changes" | "radio-on" | "clipboard-report" | "clipboard-result" | "robot" | "roles" | "seniority" | "settings" | "setting-clock" | "signature" | "sleep" | "staff-growth-coefficient" | "staff-turnover-coefficient" | "stats" | "clipboard-summary" | "team" | "clipboard-star" | "time-tracking" | "timeline" | "tennis-ball" | "trainings" | "unarchive" | "union" | "union-circle" | "unlock" | "url" | "user")[];
1
+ export declare const iconsList: ("visible" | "warning" | "archive" | "document" | "link" | "search" | "arrow-down" | "arrow-up" | "clipboard-assessment" | "attention" | "award" | "ban-user" | "bench" | "bin" | "calendar" | "calendar-schedule" | "carrot-down" | "carrot-left" | "carrot-right" | "carrot-up" | "card-text" | "case" | "certification" | "certification-expiring" | "camera" | "change" | "chart" | "check" | "check-circle" | "check-circle-inverted" | "children" | "circle" | "circular" | "clock" | "cogwheel" | "comments" | "briefcase" | "building" | "compensation" | "confirm-email" | "contacts" | "copy" | "copy-link" | "cross" | "delete" | "diamond-ring" | "diet" | "documents" | "edit" | "education" | "email" | "employee" | "employee-profile" | "employee-terminated" | "employee-blackboard" | "excel-download" | "export" | "file-mark" | "file-pdf" | "file-word" | "filter" | "filter-funnel" | "follow-link" | "fte" | "clipboard-form" | "geography" | "gender" | "gift" | "home" | "import" | "information" | "inventory" | "invisible" | "language" | "lock" | "log-in" | "log-out" | "maximize" | "measurements" | "message" | "minus" | "minus-circle" | "minus-circle-inverted" | "more" | "more-vertical" | "notification" | "office-chair" | "open-book" | "pages" | "party" | "plus" | "plus-circle" | "plus-circle-inverted" | "probation-period" | "profiles-changes" | "radio-on" | "clipboard-report" | "clipboard-result" | "robot" | "roles" | "seniority" | "settings" | "setting-clock" | "signature" | "sleep" | "staff-growth-coefficient" | "staff-turnover-coefficient" | "stats" | "clipboard-summary" | "team" | "clipboard-star" | "time-tracking" | "timeline" | "tennis-ball" | "trainings" | "unarchive" | "union" | "union-circle" | "unlock" | "url" | "user" | "panelLeft" | "panelRight" | "emailOutlined" | "lockOutlined" | "addFolder" | "moveFolder")[];
package/dist/index.js CHANGED
@@ -9196,10 +9196,59 @@ __webpack_require__.d(Warning_namespaceObject, {
9196
9196
  Warning: () => (Warning)
9197
9197
  });
9198
9198
 
9199
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/PanelLeft.tsx
9200
+ var PanelLeft_namespaceObject = {};
9201
+ __webpack_require__.r(PanelLeft_namespaceObject);
9202
+ __webpack_require__.d(PanelLeft_namespaceObject, {
9203
+ ICON_NAME: () => (PanelLeft_ICON_NAME),
9204
+ PanelLeft: () => (PanelLeft)
9205
+ });
9206
+
9207
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/PanelRight.tsx
9208
+ var PanelRight_namespaceObject = {};
9209
+ __webpack_require__.r(PanelRight_namespaceObject);
9210
+ __webpack_require__.d(PanelRight_namespaceObject, {
9211
+ ICON_NAME: () => (PanelRight_ICON_NAME),
9212
+ PanelRight: () => (PanelRight)
9213
+ });
9214
+
9215
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/EmailOutlined.tsx
9216
+ var EmailOutlined_namespaceObject = {};
9217
+ __webpack_require__.r(EmailOutlined_namespaceObject);
9218
+ __webpack_require__.d(EmailOutlined_namespaceObject, {
9219
+ EmailOutlined: () => (EmailOutlined),
9220
+ ICON_NAME: () => (EmailOutlined_ICON_NAME)
9221
+ });
9222
+
9223
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/LockOutlined.tsx
9224
+ var LockOutlined_namespaceObject = {};
9225
+ __webpack_require__.r(LockOutlined_namespaceObject);
9226
+ __webpack_require__.d(LockOutlined_namespaceObject, {
9227
+ ICON_NAME: () => (LockOutlined_ICON_NAME),
9228
+ LockOutlined: () => (LockOutlined)
9229
+ });
9230
+
9231
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/AddFolder.tsx
9232
+ var AddFolder_namespaceObject = {};
9233
+ __webpack_require__.r(AddFolder_namespaceObject);
9234
+ __webpack_require__.d(AddFolder_namespaceObject, {
9235
+ AddFolder: () => (AddFolder),
9236
+ ICON_NAME: () => (AddFolder_ICON_NAME)
9237
+ });
9238
+
9239
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/MoveFolder.tsx
9240
+ var MoveFolder_namespaceObject = {};
9241
+ __webpack_require__.r(MoveFolder_namespaceObject);
9242
+ __webpack_require__.d(MoveFolder_namespaceObject, {
9243
+ ICON_NAME: () => (MoveFolder_ICON_NAME),
9244
+ MoveFolder: () => (MoveFolder)
9245
+ });
9246
+
9199
9247
  // NAMESPACE OBJECT: ./src/components/Icon/icons/all.ts
9200
9248
  var all_namespaceObject = {};
9201
9249
  __webpack_require__.r(all_namespaceObject);
9202
9250
  __webpack_require__.d(all_namespaceObject, {
9251
+ AddFolder: () => (AddFolder_namespaceObject),
9203
9252
  Archive: () => (Archive_namespaceObject),
9204
9253
  ArrowDown: () => (ArrowDown_namespaceObject),
9205
9254
  ArrowUp: () => (ArrowUp_namespaceObject),
@@ -9247,6 +9296,7 @@ __webpack_require__.d(all_namespaceObject, {
9247
9296
  Edit: () => (Edit_namespaceObject),
9248
9297
  Education: () => (Education_namespaceObject),
9249
9298
  Email: () => (Email_namespaceObject),
9299
+ EmailOutlined: () => (EmailOutlined_namespaceObject),
9250
9300
  Employee: () => (Employee_namespaceObject),
9251
9301
  EmployeeBlackboard: () => (EmployeeBlackboard_namespaceObject),
9252
9302
  EmployeeProfile: () => (EmployeeProfile_namespaceObject),
@@ -9272,6 +9322,7 @@ __webpack_require__.d(all_namespaceObject, {
9272
9322
  Language: () => (Language_namespaceObject),
9273
9323
  Link: () => (Link_namespaceObject),
9274
9324
  Lock: () => (Lock_namespaceObject),
9325
+ LockOutlined: () => (LockOutlined_namespaceObject),
9275
9326
  LogIn: () => (LogIn_namespaceObject),
9276
9327
  LogOut: () => (LogOut_namespaceObject),
9277
9328
  Maximize: () => (Maximize_namespaceObject),
@@ -9282,10 +9333,13 @@ __webpack_require__.d(all_namespaceObject, {
9282
9333
  MinusCircleInverted: () => (MinusCircleInverted_namespaceObject),
9283
9334
  More: () => (More_namespaceObject),
9284
9335
  MoreVertical: () => (MoreVertical_namespaceObject),
9336
+ MoveFolder: () => (MoveFolder_namespaceObject),
9285
9337
  Notification: () => (Notification_namespaceObject),
9286
9338
  OfficeChair: () => (OfficeChair_namespaceObject),
9287
9339
  OpenBook: () => (OpenBook_namespaceObject),
9288
9340
  Pages: () => (Pages_namespaceObject),
9341
+ PanelLeft: () => (PanelLeft_namespaceObject),
9342
+ PanelRight: () => (PanelRight_namespaceObject),
9289
9343
  Party: () => (Party_namespaceObject),
9290
9344
  Plus: () => (Plus_namespaceObject),
9291
9345
  PlusCircle: () => (PlusCircle_namespaceObject),
@@ -13835,6 +13889,159 @@ const Warning = ({
13835
13889
  })]
13836
13890
  });
13837
13891
  const Warning_ICON_NAME = 'warning';
13892
+ ;// ./src/components/Icon/icons/PanelLeft.tsx
13893
+
13894
+ const PanelLeft = ({
13895
+ fill = '#000',
13896
+ size = 24,
13897
+ tooltip = 'Panel Left',
13898
+ ...props
13899
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13900
+ xmlns: "http://www.w3.org/2000/svg",
13901
+ width: `${size}px`,
13902
+ height: `${size}px`,
13903
+ viewBox: "0 0 24 24",
13904
+ fill: "none",
13905
+ ...props,
13906
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13907
+ children: tooltip
13908
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13909
+ d: "M18.2061 3.00488C20.3194 3.11211 22 4.85996 22 7V17L21.9951 17.2061C21.8913 19.2512 20.2512 20.8913 18.2061 20.9951L18 21H6L5.79395 20.9951C3.7488 20.8913 2.10865 19.2512 2.00488 17.2061L2 17V7C2 4.85996 3.68056 3.11211 5.79395 3.00488L6 3H18L18.2061 3.00488ZM6 4.40039C4.56406 4.40039 3.40039 5.56406 3.40039 7V17C3.40039 18.4359 4.56406 19.5996 6 19.5996H7.7998V4.40039H6ZM9.2002 19.5996H18C19.4359 19.5996 20.5996 18.4359 20.5996 17V7C20.5996 5.56406 19.4359 4.40039 18 4.40039H9.2002V19.5996Z",
13910
+ fill: fill
13911
+ })]
13912
+ });
13913
+ const PanelLeft_ICON_NAME = 'panelLeft';
13914
+ ;// ./src/components/Icon/icons/PanelRight.tsx
13915
+
13916
+ const PanelRight = ({
13917
+ fill = '#000',
13918
+ size = 24,
13919
+ tooltip = 'Panel Right',
13920
+ ...props
13921
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13922
+ xmlns: "http://www.w3.org/2000/svg",
13923
+ width: `${size}px`,
13924
+ height: `${size}px`,
13925
+ viewBox: "0 0 24 24",
13926
+ fill: "none",
13927
+ ...props,
13928
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13929
+ children: tooltip
13930
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13931
+ d: "M18.2061 3.00488C20.3194 3.11211 22 4.85996 22 7V17L21.9951 17.2061C21.8913 19.2512 20.2512 20.8913 18.2061 20.9951L18 21H6L5.79395 20.9951C3.7488 20.8913 2.10865 19.2512 2.00488 17.2061L2 17V7C2 4.85996 3.68056 3.11211 5.79395 3.00488L6 3H18L18.2061 3.00488ZM6 4.40039C4.56406 4.40039 3.40039 5.56406 3.40039 7V17C3.40039 18.4359 4.56406 19.5996 6 19.5996H14.7998V4.40039H6ZM16.2002 19.5996H18C19.4359 19.5996 20.5996 18.4359 20.5996 17V7C20.5996 5.56406 19.4359 4.40039 18 4.40039H16.2002V19.5996Z",
13932
+ fill: fill
13933
+ })]
13934
+ });
13935
+ const PanelRight_ICON_NAME = 'panelRight';
13936
+ ;// ./src/components/Icon/icons/EmailOutlined.tsx
13937
+
13938
+ const EmailOutlined = ({
13939
+ fill = '#000',
13940
+ size = 24,
13941
+ tooltip = 'Email',
13942
+ ...props
13943
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13944
+ xmlns: "http://www.w3.org/2000/svg",
13945
+ width: `${size}px`,
13946
+ height: `${size}px`,
13947
+ viewBox: "0 0 24 24",
13948
+ fill: "none",
13949
+ ...props,
13950
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13951
+ children: tooltip
13952
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13953
+ d: "M6 4.7002H18C19.8225 4.7002 21.2998 6.17746 21.2998 8V16C21.2998 17.8225 19.8225 19.2998 18 19.2998H6C4.17746 19.2998 2.7002 17.8225 2.7002 16V8C2.7002 6.17746 4.17746 4.7002 6 4.7002Z",
13954
+ stroke: fill,
13955
+ strokeWidth: "1.4"
13956
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13957
+ d: "M20.5232 6.46505C20.78 6.17611 20.754 5.73366 20.4651 5.47681C20.1761 5.21997 19.7337 5.246 19.4768 5.53495L20.5232 6.46505ZM4.52319 5.53495C4.26634 5.246 3.82389 5.21997 3.53495 5.47681C3.246 5.73366 3.21997 6.17611 3.47681 6.46505L4.52319 5.53495ZM19.4768 5.53495L14.4665 11.1716L15.5128 12.1017L20.5232 6.46505L19.4768 5.53495ZM9.53355 11.1716L4.52319 5.53495L3.47681 6.46505L8.48718 12.1017L9.53355 11.1716ZM14.4665 11.1716C13.1537 12.6484 10.8463 12.6484 9.53355 11.1716L8.48718 12.1017C10.3568 14.205 13.6432 14.205 15.5128 12.1017L14.4665 11.1716Z",
13958
+ fill: fill
13959
+ })]
13960
+ });
13961
+ const EmailOutlined_ICON_NAME = 'emailOutlined';
13962
+ ;// ./src/components/Icon/icons/LockOutlined.tsx
13963
+
13964
+ const LockOutlined = ({
13965
+ fill = '#000',
13966
+ size = 24,
13967
+ tooltip = 'Lock',
13968
+ ...props
13969
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13970
+ xmlns: "http://www.w3.org/2000/svg",
13971
+ width: `${size}px`,
13972
+ height: `${size}px`,
13973
+ viewBox: "0 0 24 24",
13974
+ fill: "none",
13975
+ ...props,
13976
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13977
+ children: tooltip
13978
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13979
+ fillRule: "evenodd",
13980
+ clipRule: "evenodd",
13981
+ d: "M12 10.5C13.3807 10.5 14.5 11.6193 14.5 13C14.5 14.1374 13.7398 15.0954 12.7002 15.3984V17C12.7002 17.3866 12.3866 17.7002 12 17.7002C11.6134 17.7002 11.2998 17.3866 11.2998 17V15.3984C10.2602 15.0954 9.5 14.1374 9.5 13C9.5 11.6193 10.6193 10.5 12 10.5ZM12 11.9004C11.3925 11.9004 10.9004 12.3925 10.9004 13C10.9004 13.6075 11.3925 14.0996 12 14.0996C12.6075 14.0996 13.0996 13.6075 13.0996 13C13.0996 12.3925 12.6075 11.9004 12 11.9004Z",
13982
+ fill: fill
13983
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13984
+ fillRule: "evenodd",
13985
+ clipRule: "evenodd",
13986
+ d: "M13 1C15.2091 1 17 2.79086 17 5V6C19.2091 6 21 7.79086 21 10V18C21 20.2091 19.2091 22 17 22H7L6.79395 21.9951C4.68056 21.8879 3 20.14 3 18V10C3 7.79086 4.79086 6 7 6V5C7 2.79086 8.79086 1 11 1H13ZM7 7.40039C5.56406 7.40039 4.40039 8.56406 4.40039 10V18C4.40039 19.4359 5.56406 20.5996 7 20.5996H17C18.4359 20.5996 19.5996 19.4359 19.5996 18V10C19.5996 8.56406 18.4359 7.40039 17 7.40039H7ZM11 2.40039C9.56406 2.40039 8.40039 3.56406 8.40039 5V6H15.5996V5C15.5996 3.56406 14.4359 2.40039 13 2.40039H11Z",
13987
+ fill: fill
13988
+ })]
13989
+ });
13990
+ const LockOutlined_ICON_NAME = 'lockOutlined';
13991
+ ;// ./src/components/Icon/icons/AddFolder.tsx
13992
+
13993
+ const AddFolder = ({
13994
+ fill = '#000',
13995
+ size = 24,
13996
+ tooltip = 'Add Folder',
13997
+ ...props
13998
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13999
+ xmlns: "http://www.w3.org/2000/svg",
14000
+ width: `${size}px`,
14001
+ height: `${size}px`,
14002
+ viewBox: "0 0 24 24",
14003
+ fill: "none",
14004
+ ...props,
14005
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
14006
+ children: tooltip
14007
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
14008
+ d: "M12.1006 9.79974C12.4869 9.79998 12.8007 10.1136 12.8008 10.4999V13.1992H15.2998L15.4414 13.2138C15.7601 13.2792 15.9998 13.5614 16 13.8994C16 14.286 15.6864 14.5995 15.2998 14.5995H12.8008V17.0995L12.7861 17.2411C12.7208 17.5598 12.4385 17.7995 12.1006 17.7997C11.714 17.7997 11.4004 17.4861 11.4004 17.0995V14.5995H8.7002C8.3136 14.5995 8 14.286 8 13.8994C8.00028 13.513 8.31377 13.1992 8.7002 13.1992H11.4004V10.4999C11.4005 10.1134 11.714 9.79974 12.1006 9.79974Z",
14009
+ fill: fill
14010
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
14011
+ fillRule: "evenodd",
14012
+ clipRule: "evenodd",
14013
+ d: "M8.58008 2.49994C9.16388 2.49994 9.71867 2.75495 10.0986 3.19818L12.2002 5.65033C12.3902 5.87198 12.668 5.99994 12.96 5.99994H18.5C20.7091 5.99994 22.5 7.7908 22.5 9.99994V17.4999C22.5 19.64 20.8194 21.3878 18.7061 21.4951L18.5 21.4999H5.5C3.29086 21.4999 1.5 19.7091 1.5 17.4999V6.49994C1.5 4.2908 3.29086 2.49994 5.5 2.49994H8.58008ZM5.5 3.90033C4.06406 3.90033 2.90039 5.064 2.90039 6.49994V17.4999C2.90039 18.9359 4.06406 20.0995 5.5 20.0995H18.5C19.9359 20.0995 21.0996 18.9359 21.0996 17.4999V9.99994C21.0996 8.564 19.9359 7.40033 18.5 7.40033H12.96C12.2593 7.40033 11.5937 7.09341 11.1377 6.56146L9.03613 4.10931C8.92214 3.97633 8.75523 3.90033 8.58008 3.90033H5.5Z",
14014
+ fill: fill
14015
+ })]
14016
+ });
14017
+ const AddFolder_ICON_NAME = 'addFolder';
14018
+ ;// ./src/components/Icon/icons/MoveFolder.tsx
14019
+
14020
+ const MoveFolder = ({
14021
+ fill = '#000',
14022
+ size = 24,
14023
+ tooltip = 'Move Folder',
14024
+ ...props
14025
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
14026
+ xmlns: "http://www.w3.org/2000/svg",
14027
+ width: `${size}px`,
14028
+ height: `${size}px`,
14029
+ viewBox: "0 0 24 24",
14030
+ fill: "none",
14031
+ ...props,
14032
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
14033
+ children: tooltip
14034
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
14035
+ d: "M12.1709 10.6543C12.4173 10.4328 12.797 10.4529 13.0186 10.6992L15.5 13.46C15.5073 13.4681 15.5127 13.4779 15.5195 13.4863C15.534 13.5043 15.5482 13.5224 15.5605 13.542C15.5678 13.5536 15.5736 13.5662 15.5801 13.5781C15.5917 13.5997 15.6034 13.6215 15.6123 13.6445C15.618 13.6594 15.6215 13.6752 15.626 13.6904C15.6314 13.7087 15.6379 13.7271 15.6416 13.7461C15.6461 13.7696 15.6477 13.7936 15.6494 13.8174C15.6505 13.8315 15.6543 13.846 15.6543 13.8604C15.6542 13.8824 15.6498 13.9043 15.6475 13.9258C15.6459 13.9409 15.6464 13.9567 15.6436 13.9717C15.6392 13.9947 15.6309 14.017 15.624 14.0391C15.6199 14.0523 15.6164 14.0662 15.6113 14.0791C15.6031 14.1 15.5924 14.12 15.582 14.1396C15.5748 14.1533 15.5679 14.1675 15.5596 14.1807C15.5473 14.1999 15.5338 14.2186 15.5195 14.2363C15.513 14.2445 15.5071 14.2539 15.5 14.2617L13.0186 17.0234C12.797 17.2694 12.4172 17.2896 12.1709 17.0684C11.9248 16.847 11.905 16.4681 12.126 16.2217L13.707 14.4609H8.90039C8.56929 14.4608 8.30006 14.1914 8.2998 13.8604C8.30023 13.5294 8.56939 13.2609 8.90039 13.2607H13.7061L12.126 11.501C11.9047 11.2548 11.9251 10.8759 12.1709 10.6543Z",
14036
+ fill: fill
14037
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
14038
+ fillRule: "evenodd",
14039
+ clipRule: "evenodd",
14040
+ d: "M8.58008 2.5C9.16388 2.5 9.71867 2.75502 10.0986 3.19824L12.2002 5.65039C12.3902 5.87201 12.6681 6 12.96 6H18.5C20.7091 6 22.5 7.79086 22.5 10V17.5C22.5 19.64 20.8194 21.3879 18.7061 21.4951L18.5 21.5H5.5C3.29088 21.5 1.50003 19.7091 1.5 17.5V6.5C1.5 4.29086 3.29086 2.5 5.5 2.5H8.58008ZM5.5 3.90039C4.06406 3.90039 2.90039 5.06406 2.90039 6.5V17.5C2.90042 18.9359 4.06408 20.0996 5.5 20.0996H18.5C19.9359 20.0996 21.0996 18.9359 21.0996 17.5V10C21.0996 8.56406 19.9359 7.40039 18.5 7.40039H12.96C12.2594 7.40039 11.5937 7.09345 11.1377 6.56152L9.03613 4.10938C8.92214 3.97639 8.75523 3.90039 8.58008 3.90039H5.5Z",
14041
+ fill: fill
14042
+ })]
14043
+ });
14044
+ const MoveFolder_ICON_NAME = 'moveFolder';
13838
14045
  ;// ./src/components/Icon/icons/all.ts
13839
14046
 
13840
14047
 
@@ -14065,6 +14272,18 @@ const Warning_ICON_NAME = 'warning';
14065
14272
 
14066
14273
 
14067
14274
 
14275
+
14276
+
14277
+
14278
+
14279
+
14280
+
14281
+
14282
+
14283
+
14284
+
14285
+
14286
+
14068
14287
 
14069
14288
 
14070
14289