@team-monolith/cds 0.9.1 → 0.10.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.
- package/dist/icons/Arrows.js +108 -108
- package/dist/icons/Buildings.js +58 -58
- package/dist/icons/Business.js +192 -192
- package/dist/icons/Communication.js +64 -64
- package/dist/icons/Design.js +164 -164
- package/dist/icons/Development.js +50 -50
- package/dist/icons/Device.js +166 -166
- package/dist/icons/Document.js +202 -202
- package/dist/icons/Editor.js +114 -114
- package/dist/icons/Finance.js +140 -140
- package/dist/icons/Health & Medical.js +62 -62
- package/dist/icons/Logos.js +224 -224
- package/dist/icons/Map.js +174 -174
- package/dist/icons/Media.js +218 -218
- package/dist/icons/Others.js +104 -104
- package/dist/icons/System.js +262 -262
- package/dist/icons/User & Faces.js +112 -112
- package/dist/icons/Weather.js +80 -80
- package/package.json +1 -1
package/dist/icons/Document.js
CHANGED
|
@@ -12,607 +12,607 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import articleFillSvgImport from "remixicon/icons/Document/article-fill.svg";
|
|
14
14
|
export var articleFillSvg = articleFillSvgImport;
|
|
15
|
-
export var ArticleFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM7 6V10H11V6H7ZM7 12V14H17V12H7ZM7 16V18H17V16H7ZM13 7V9H17V7H13Z" }) }))); };
|
|
15
|
+
export var ArticleFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM7 6V10H11V6H7ZM7 12V14H17V12H7ZM7 16V18H17V16H7ZM13 7V9H17V7H13Z" }) }))); };
|
|
16
16
|
import articleLineSvgImport from "remixicon/icons/Document/article-line.svg";
|
|
17
17
|
export var articleLineSvg = articleLineSvgImport;
|
|
18
|
-
export var ArticleLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM7 6H11V10H7V6ZM7 12H17V14H7V12ZM7 16H17V18H7V16ZM13 7H17V9H13V7Z" }) }))); };
|
|
18
|
+
export var ArticleLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM7 6H11V10H7V6ZM7 12H17V14H7V12ZM7 16H17V18H7V16ZM13 7H17V9H13V7Z" }) }))); };
|
|
19
19
|
import billFillSvgImport from "remixicon/icons/Document/bill-fill.svg";
|
|
20
20
|
export var billFillSvg = billFillSvgImport;
|
|
21
|
-
export var BillFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 9V11H16V9H8ZM8 13V15H16V13H8Z" }) }))); };
|
|
21
|
+
export var BillFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 9V11H16V9H8ZM8 13V15H16V13H8Z" }) }))); };
|
|
22
22
|
import billLineSvgImport from "remixicon/icons/Document/bill-line.svg";
|
|
23
23
|
export var billLineSvg = billLineSvgImport;
|
|
24
|
-
export var BillLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 9H16V11H8V9ZM8 13H16V15H8V13Z" }) }))); };
|
|
24
|
+
export var BillLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 9H16V11H8V9ZM8 13H16V15H8V13Z" }) }))); };
|
|
25
25
|
import book2FillSvgImport from "remixicon/icons/Document/book-2-fill.svg";
|
|
26
26
|
export var book2FillSvg = book2FillSvgImport;
|
|
27
|
-
export var Book2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H21V22H6C4.34315 22 3 20.6569 3 19V4C3 2.89543 3.89543 2 5 2H21V18ZM16 9V7H8V9H16Z" }) }))); };
|
|
27
|
+
export var Book2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H21V22H6C4.34315 22 3 20.6569 3 19V4C3 2.89543 3.89543 2 5 2H21V18ZM16 9V7H8V9H16Z" }) }))); };
|
|
28
28
|
import book2LineSvgImport from "remixicon/icons/Document/book-2-line.svg";
|
|
29
29
|
export var book2LineSvg = book2LineSvgImport;
|
|
30
|
-
export var Book2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H21V22H6C4.34315 22 3 20.6569 3 19V4C3 2.89543 3.89543 2 5 2H21V18ZM5 16.05C5.16156 16.0172 5.32877 16 5.5 16H19V4H5V16.05ZM16 9H8V7H16V9Z" }) }))); };
|
|
30
|
+
export var Book2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H21V22H6C4.34315 22 3 20.6569 3 19V4C3 2.89543 3.89543 2 5 2H21V18ZM5 16.05C5.16156 16.0172 5.32877 16 5.5 16H19V4H5V16.05ZM16 9H8V7H16V9Z" }) }))); };
|
|
31
31
|
import book3FillSvgImport from "remixicon/icons/Document/book-3-fill.svg";
|
|
32
32
|
export var book3FillSvg = book3FillSvgImport;
|
|
33
|
-
export var Book3FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 4H7C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8H21V21C21 21.5523 20.5523 22 20 22H7C4.79086 22 3 20.2091 3 18V6C3 3.79086 4.79086 2 7 2H20C20.5523 2 21 2.44772 21 3V4ZM20 7H7C6.44772 7 6 6.55228 6 6C6 5.44772 6.44772 5 7 5H20V7Z" }) }))); };
|
|
33
|
+
export var Book3FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 4H7C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8H21V21C21 21.5523 20.5523 22 20 22H7C4.79086 22 3 20.2091 3 18V6C3 3.79086 4.79086 2 7 2H20C20.5523 2 21 2.44772 21 3V4ZM20 7H7C6.44772 7 6 6.55228 6 6C6 5.44772 6.44772 5 7 5H20V7Z" }) }))); };
|
|
34
34
|
import book3LineSvgImport from "remixicon/icons/Document/book-3-line.svg";
|
|
35
35
|
export var book3LineSvg = book3LineSvgImport;
|
|
36
|
-
export var Book3LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 4H7C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8H21V21C21 21.5523 20.5523 22 20 22H7C4.79086 22 3 20.2091 3 18V6C3 3.79086 4.79086 2 7 2H20C20.5523 2 21 2.44772 21 3V4ZM5 18C5 19.1046 5.89543 20 7 20H19V10H7C6.27143 10 5.58835 9.80521 5 9.46487V18ZM20 7H7C6.44772 7 6 6.55228 6 6C6 5.44772 6.44772 5 7 5H20V7Z" }) }))); };
|
|
36
|
+
export var Book3LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 4H7C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8H21V21C21 21.5523 20.5523 22 20 22H7C4.79086 22 3 20.2091 3 18V6C3 3.79086 4.79086 2 7 2H20C20.5523 2 21 2.44772 21 3V4ZM5 18C5 19.1046 5.89543 20 7 20H19V10H7C6.27143 10 5.58835 9.80521 5 9.46487V18ZM20 7H7C6.44772 7 6 6.55228 6 6C6 5.44772 6.44772 5 7 5H20V7Z" }) }))); };
|
|
37
37
|
import bookFillSvgImport from "remixicon/icons/Document/book-fill.svg";
|
|
38
38
|
export var bookFillSvg = bookFillSvgImport;
|
|
39
|
-
export var BookFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6.5C4.567 22 3 20.433 3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19Z" }) }))); };
|
|
39
|
+
export var BookFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6.5C4.567 22 3 20.433 3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19Z" }) }))); };
|
|
40
40
|
import bookLineSvgImport from "remixicon/icons/Document/book-line.svg";
|
|
41
41
|
export var bookLineSvg = bookLineSvgImport;
|
|
42
|
-
export var BookLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H6.5C4.567 22 3 20.433 3 18.5ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19ZM5 15.3368C5.45463 15.1208 5.9632 15 6.5 15H19V4H6C5.44772 4 5 4.44772 5 5V15.3368Z" }) }))); };
|
|
42
|
+
export var BookLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H6.5C4.567 22 3 20.433 3 18.5ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19ZM5 15.3368C5.45463 15.1208 5.9632 15 6.5 15H19V4H6C5.44772 4 5 4.44772 5 5V15.3368Z" }) }))); };
|
|
43
43
|
import bookMarkFillSvgImport from "remixicon/icons/Document/book-mark-fill.svg";
|
|
44
44
|
export var bookMarkFillSvg = bookMarkFillSvgImport;
|
|
45
|
-
export var BookMarkFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6.5C4.567 22 3 20.433 3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19ZM10 4V12L13.5 10L17 12V4H10Z" }) }))); };
|
|
45
|
+
export var BookMarkFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6.5C4.567 22 3 20.433 3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19ZM10 4V12L13.5 10L17 12V4H10Z" }) }))); };
|
|
46
46
|
import bookMarkLineSvgImport from "remixicon/icons/Document/book-mark-line.svg";
|
|
47
47
|
export var bookMarkLineSvg = bookMarkLineSvgImport;
|
|
48
|
-
export var BookMarkLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H6.5C4.567 22 3 20.433 3 18.5ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19ZM10 4H6C5.44772 4 5 4.44772 5 5V15.3368C5.45463 15.1208 5.9632 15 6.5 15H19V4H17V12L13.5 10L10 12V4Z" }) }))); };
|
|
48
|
+
export var BookMarkLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 18.5V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H6.5C4.567 22 3 20.433 3 18.5ZM19 20V17H6.5C5.67157 17 5 17.6716 5 18.5C5 19.3284 5.67157 20 6.5 20H19ZM10 4H6C5.44772 4 5 4.44772 5 5V15.3368C5.45463 15.1208 5.9632 15 6.5 15H19V4H17V12L13.5 10L10 12V4Z" }) }))); };
|
|
49
49
|
import bookOpenFillSvgImport from "remixicon/icons/Document/book-open-fill.svg";
|
|
50
50
|
export var bookOpenFillSvg = bookOpenFillSvgImport;
|
|
51
|
-
export var BookOpenFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 21H13V6C13 4.34315 14.3431 3 16 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21ZM11 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H8C9.65685 3 11 4.34315 11 6V21ZM11 21H13V23H11V21Z" }) }))); };
|
|
51
|
+
export var BookOpenFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 21H13V6C13 4.34315 14.3431 3 16 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21ZM11 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H8C9.65685 3 11 4.34315 11 6V21ZM11 21H13V23H11V21Z" }) }))); };
|
|
52
52
|
import bookOpenLineSvgImport from "remixicon/icons/Document/book-open-line.svg";
|
|
53
53
|
export var bookOpenLineSvg = bookOpenLineSvgImport;
|
|
54
|
-
export var BookOpenLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 21V23H11V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H9C10.1947 3 11.2671 3.52375 12 4.35418C12.7329 3.52375 13.8053 3 15 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H13ZM20 19V5H15C13.8954 5 13 5.89543 13 7V19H20ZM11 19V7C11 5.89543 10.1046 5 9 5H4V19H11Z" }) }))); };
|
|
54
|
+
export var BookOpenLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 21V23H11V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H9C10.1947 3 11.2671 3.52375 12 4.35418C12.7329 3.52375 13.8053 3 15 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H13ZM20 19V5H15C13.8954 5 13 5.89543 13 7V19H20ZM11 19V7C11 5.89543 10.1046 5 9 5H4V19H11Z" }) }))); };
|
|
55
55
|
import bookReadFillSvgImport from "remixicon/icons/Document/book-read-fill.svg";
|
|
56
56
|
export var bookReadFillSvg = bookReadFillSvgImport;
|
|
57
|
-
export var BookReadFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM12 5V19H20V5H12ZM13 7H19V9H13V7ZM13 10H19V12H13V10Z" }) }))); };
|
|
57
|
+
export var BookReadFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM12 5V19H20V5H12ZM13 7H19V9H13V7ZM13 10H19V12H13V10Z" }) }))); };
|
|
58
58
|
import bookReadLineSvgImport from "remixicon/icons/Document/book-read-line.svg";
|
|
59
59
|
export var bookReadLineSvg = bookReadLineSvgImport;
|
|
60
|
-
export var BookReadLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM11 5H4V19H11V5ZM13 5V19H20V5H13ZM14 7H19V9H14V7ZM14 10H19V12H14V10Z" }) }))); };
|
|
60
|
+
export var BookReadLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2 3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918C2.44405 21 2 20.5551 2 20.0066V3.9934ZM11 5H4V19H11V5ZM13 5V19H20V5H13ZM14 7H19V9H14V7ZM14 10H19V12H14V10Z" }) }))); };
|
|
61
61
|
import bookletFillSvgImport from "remixicon/icons/Document/booklet-fill.svg";
|
|
62
62
|
export var bookletFillSvg = bookletFillSvgImport;
|
|
63
|
-
export var BookletFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M8 2V22H4V18H2V16H4V13H2V11H4V8H2V6H4V2H8ZM20.0049 2C21.1068 2 22 2.89821 22 3.9908V20.0092C22 21.1087 21.1074 22 20.0049 22H10V2H20.0049Z" }) }))); };
|
|
63
|
+
export var BookletFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M8 2V22H4V18H2V16H4V13H2V11H4V8H2V6H4V2H8ZM20.0049 2C21.1068 2 22 2.89821 22 3.9908V20.0092C22 21.1087 21.1074 22 20.0049 22H10V2H20.0049Z" }) }))); };
|
|
64
64
|
import bookletLineSvgImport from "remixicon/icons/Document/booklet-line.svg";
|
|
65
65
|
export var bookletLineSvg = bookletLineSvgImport;
|
|
66
|
-
export var BookletLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20.0049 2C21.1068 2 22 2.89821 22 3.9908V20.0092C22 21.1087 21.1074 22 20.0049 22H4V18H2V16H4V13H2V11H4V8H2V6H4V2H20.0049ZM8 4H6V20H8V4ZM20 4H10V20H20V4Z" }) }))); };
|
|
66
|
+
export var BookletLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20.0049 2C21.1068 2 22 2.89821 22 3.9908V20.0092C22 21.1087 21.1074 22 20.0049 22H4V18H2V16H4V13H2V11H4V8H2V6H4V2H20.0049ZM8 4H6V20H8V4ZM20 4H10V20H20V4Z" }) }))); };
|
|
67
67
|
import clipboardFillSvgImport from "remixicon/icons/Document/clipboard-fill.svg";
|
|
68
68
|
export var clipboardFillSvg = clipboardFillSvgImport;
|
|
69
|
-
export var ClipboardFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 4V8H18V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H6ZM8 2H16V6H8V2Z" }) }))); };
|
|
69
|
+
export var ClipboardFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 4V8H18V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H6ZM8 2H16V6H8V2Z" }) }))); };
|
|
70
70
|
import clipboardLineSvgImport from "remixicon/icons/Document/clipboard-line.svg";
|
|
71
71
|
export var clipboardLineSvg = clipboardLineSvgImport;
|
|
72
|
-
export var ClipboardLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7 4V2H17V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7ZM7 6H5V20H19V6H17V8H7V6ZM9 4V6H15V4H9Z" }) }))); };
|
|
72
|
+
export var ClipboardLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7 4V2H17V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7ZM7 6H5V20H19V6H17V8H7V6ZM9 4V6H15V4H9Z" }) }))); };
|
|
73
73
|
import contactsBook2FillSvgImport from "remixicon/icons/Document/contacts-book-2-fill.svg";
|
|
74
74
|
export var contactsBook2FillSvg = contactsBook2FillSvgImport;
|
|
75
|
-
export var ContactsBook2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6C4.34315 22 3 20.6569 3 19V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H19ZM12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10ZM9 14H15C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14Z" }) }))); };
|
|
75
|
+
export var ContactsBook2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6C4.34315 22 3 20.6569 3 19V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H19ZM12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10ZM9 14H15C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14Z" }) }))); };
|
|
76
76
|
import contactsBook2LineSvgImport from "remixicon/icons/Document/contacts-book-2-line.svg";
|
|
77
77
|
export var contactsBook2LineSvg = contactsBook2LineSvgImport;
|
|
78
|
-
export var ContactsBook2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6C4.34315 22 3 20.6569 3 19V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H19ZM5 16.1707C5.31278 16.0602 5.64936 16 6 16H19V4H6C5.44772 4 5 4.44772 5 5V16.1707ZM12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8C14 9.10457 13.1046 10 12 10ZM9 14C9 12.3431 10.3431 11 12 11C13.6569 11 15 12.3431 15 14H9Z" }) }))); };
|
|
78
|
+
export var ContactsBook2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H6C4.34315 22 3 20.6569 3 19V5C3 3.34315 4.34315 2 6 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V18H6C5.44772 18 5 18.4477 5 19C5 19.5523 5.44772 20 6 20H19ZM5 16.1707C5.31278 16.0602 5.64936 16 6 16H19V4H6C5.44772 4 5 4.44772 5 5V16.1707ZM12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8C14 9.10457 13.1046 10 12 10ZM9 14C9 12.3431 10.3431 11 12 11C13.6569 11 15 12.3431 15 14H9Z" }) }))); };
|
|
79
79
|
import contactsBookFillSvgImport from "remixicon/icons/Document/contacts-book-fill.svg";
|
|
80
80
|
export var contactsBookFillSvg = contactsBookFillSvgImport;
|
|
81
|
-
export var ContactsBookFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7 2V22H3V2H7ZM9 2H19.0049C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H9V2ZM22 6H24V10H22V6ZM22 12H24V16H22V12ZM15 12C16.1046 12 17 11.1046 17 10C17 8.89543 16.1046 8 15 8C13.8954 8 13 8.89543 13 10C13 11.1046 13.8954 12 15 12ZM12 16H18C18 14.3431 16.6569 13 15 13C13.3431 13 12 14.3431 12 16Z" }) }))); };
|
|
81
|
+
export var ContactsBookFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7 2V22H3V2H7ZM9 2H19.0049C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H9V2ZM22 6H24V10H22V6ZM22 12H24V16H22V12ZM15 12C16.1046 12 17 11.1046 17 10C17 8.89543 16.1046 8 15 8C13.8954 8 13 8.89543 13 10C13 11.1046 13.8954 12 15 12ZM12 16H18C18 14.3431 16.6569 13 15 13C13.3431 13 12 14.3431 12 16Z" }) }))); };
|
|
82
82
|
import contactsBookLineSvgImport from "remixicon/icons/Document/contacts-book-line.svg";
|
|
83
83
|
export var contactsBookLineSvg = contactsBookLineSvgImport;
|
|
84
|
-
export var ContactsBookLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 2H19.0049C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H3V2ZM7 4H5V20H7V4ZM9 20H19V4H9V20ZM11 16C11 14.3431 12.3431 13 14 13C15.6569 13 17 14.3431 17 16H11ZM14 12C12.8954 12 12 11.1046 12 10C12 8.89543 12.8954 8 14 8C15.1046 8 16 8.89543 16 10C16 11.1046 15.1046 12 14 12ZM22 6H24V10H22V6ZM22 12H24V16H22V12Z" }) }))); };
|
|
84
|
+
export var ContactsBookLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 2H19.0049C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H3V2ZM7 4H5V20H7V4ZM9 20H19V4H9V20ZM11 16C11 14.3431 12.3431 13 14 13C15.6569 13 17 14.3431 17 16H11ZM14 12C12.8954 12 12 11.1046 12 10C12 8.89543 12.8954 8 14 8C15.1046 8 16 8.89543 16 10C16 11.1046 15.1046 12 14 12ZM22 6H24V10H22V6ZM22 12H24V16H22V12Z" }) }))); };
|
|
85
85
|
import contactsBookUploadFillSvgImport from "remixicon/icons/Document/contacts-book-upload-fill.svg";
|
|
86
86
|
export var contactsBookUploadFillSvg = contactsBookUploadFillSvgImport;
|
|
87
|
-
export var ContactsBookUploadFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7 2V22H3V2H7ZM19.0049 2C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H9V2H19.0049ZM15 8L11 12H14V16H16V12H19L15 8ZM24 12V16H22V12H24ZM24 6V10H22V6H24Z" }) }))); };
|
|
87
|
+
export var ContactsBookUploadFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7 2V22H3V2H7ZM19.0049 2C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H9V2H19.0049ZM15 8L11 12H14V16H16V12H19L15 8ZM24 12V16H22V12H24ZM24 6V10H22V6H24Z" }) }))); };
|
|
88
88
|
import contactsBookUploadLineSvgImport from "remixicon/icons/Document/contacts-book-upload-line.svg";
|
|
89
89
|
export var contactsBookUploadLineSvg = contactsBookUploadLineSvgImport;
|
|
90
|
-
export var ContactsBookUploadLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19.0049 2C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H3V2H19.0049ZM7 4H5V20H7V4ZM19 4H9V20H19V4ZM14 8L18 12H15V16H13V12H10L14 8ZM24 12V16H22V12H24ZM24 6V10H22V6H24Z" }) }))); };
|
|
90
|
+
export var ContactsBookUploadLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19.0049 2C20.1068 2 21 2.89821 21 3.9908V20.0092C21 21.1087 20.1074 22 19.0049 22H3V2H19.0049ZM7 4H5V20H7V4ZM19 4H9V20H19V4ZM14 8L18 12H15V16H13V12H10L14 8ZM24 12V16H22V12H24ZM24 6V10H22V6H24Z" }) }))); };
|
|
91
91
|
import draftFillSvgImport from "remixicon/icons/Document/draft-fill.svg";
|
|
92
92
|
export var draftFillSvg = draftFillSvgImport;
|
|
93
|
-
export var DraftFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C20.5523 2 21 2.44772 21 3V6.757L12.0012 15.7562L11.995 19.995L16.2414 20.0012L21 15.242V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761ZM12 12H7V14H12V12ZM15 8H7V10H15V8Z" }) }))); };
|
|
93
|
+
export var DraftFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C20.5523 2 21 2.44772 21 3V6.757L12.0012 15.7562L11.995 19.995L16.2414 20.0012L21 15.242V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761ZM12 12H7V14H12V12ZM15 8H7V10H15V8Z" }) }))); };
|
|
94
94
|
import draftLineSvgImport from "remixicon/icons/Document/draft-line.svg";
|
|
95
95
|
export var draftLineSvg = draftLineSvgImport;
|
|
96
|
-
export var DraftLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C20.5523 2 21 2.44772 21 3V6.757L19 8.757V4H5V20H19V17.242L21 15.242V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761ZM13 12V14H8V12H13ZM16 8V10H8V8H16Z" }) }))); };
|
|
96
|
+
export var DraftLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C20.5523 2 21 2.44772 21 3V6.757L19 8.757V4H5V20H19V17.242L21 15.242V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761ZM13 12V14H8V12H13ZM16 8V10H8V8H16Z" }) }))); };
|
|
97
97
|
import file2FillSvgImport from "remixicon/icons/Document/file-2-fill.svg";
|
|
98
98
|
export var file2FillSvg = file2FillSvgImport;
|
|
99
|
-
export var File2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 9H9C9.55228 9 10 8.55228 10 8V2H20.0017C20.5531 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5511 3 20.9925V9ZM3 7L8 2.00318V7H3Z" }) }))); };
|
|
99
|
+
export var File2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 9H9C9.55228 9 10 8.55228 10 8V2H20.0017C20.5531 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5511 3 20.9925V9ZM3 7L8 2.00318V7H3Z" }) }))); };
|
|
100
100
|
import file2LineSvgImport from "remixicon/icons/Document/file-2-line.svg";
|
|
101
101
|
export var file2LineSvg = file2LineSvgImport;
|
|
102
|
-
export var File2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8ZM10 4V9H5V20H19V4H10Z" }) }))); };
|
|
102
|
+
export var File2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8ZM10 4V9H5V20H19V4H10Z" }) }))); };
|
|
103
103
|
import file3FillSvgImport from "remixicon/icons/Document/file-3-fill.svg";
|
|
104
104
|
export var file3FillSvg = file3FillSvgImport;
|
|
105
|
-
export var File3FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 9V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21ZM21 7H16V2.00318L21 7Z" }) }))); };
|
|
105
|
+
export var File3FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 9V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21ZM21 7H16V2.00318L21 7Z" }) }))); };
|
|
106
106
|
import file3LineSvgImport from "remixicon/icons/Document/file-3-line.svg";
|
|
107
107
|
export var file3LineSvg = file3LineSvgImport;
|
|
108
|
-
export var File3LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8ZM19 9H14V4H5V20H19V9Z" }) }))); };
|
|
108
|
+
export var File3LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8ZM19 9H14V4H5V20H19V9Z" }) }))); };
|
|
109
109
|
import file4FillSvgImport from "remixicon/icons/Document/file-4-fill.svg";
|
|
110
110
|
export var file4FillSvg = file4FillSvgImport;
|
|
111
|
-
export var File4FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 15H14V22H3.99826C3.44694 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H20.0066C20.5552 2 21 2.44892 21 3.00748V15ZM21 17L16 21.9968V17H21Z" }) }))); };
|
|
111
|
+
export var File4FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 15H14V22H3.99826C3.44694 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H20.0066C20.5552 2 21 2.44892 21 3.00748V15ZM21 17L16 21.9968V17H21Z" }) }))); };
|
|
112
112
|
import file4LineSvgImport from "remixicon/icons/Document/file-4-line.svg";
|
|
113
113
|
export var file4LineSvg = file4LineSvgImport;
|
|
114
|
-
export var File4LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 16L14.9968 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V16ZM19 15V4H5V20H14V15H19Z" }) }))); };
|
|
114
|
+
export var File4LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 16L14.9968 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V16ZM19 15V4H5V20H14V15H19Z" }) }))); };
|
|
115
115
|
import fileAddFillSvgImport from "remixicon/icons/Document/file-add-fill.svg";
|
|
116
116
|
export var fileAddFillSvg = fileAddFillSvgImport;
|
|
117
|
-
export var FileAddFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 11H8V13H11V16H13V13H16V11H13V8H11V11Z" }) }))); };
|
|
117
|
+
export var FileAddFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 11H8V13H11V16H13V13H16V11H13V8H11V11Z" }) }))); };
|
|
118
118
|
import fileAddLineSvgImport from "remixicon/icons/Document/file-add-line.svg";
|
|
119
119
|
export var fileAddLineSvg = fileAddLineSvgImport;
|
|
120
|
-
export var FileAddLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 11V8H13V11H16V13H13V16H11V13H8V11H11Z" }) }))); };
|
|
120
|
+
export var FileAddLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 11V8H13V11H16V13H13V16H11V13H8V11H11Z" }) }))); };
|
|
121
121
|
import fileChart2FillSvgImport from "remixicon/icons/Document/file-chart-2-fill.svg";
|
|
122
122
|
export var fileChart2FillSvg = fileChart2FillSvgImport;
|
|
123
|
-
export var FileChart2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12H12V8Z" }) }))); };
|
|
123
|
+
export var FileChart2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12H12V8Z" }) }))); };
|
|
124
124
|
import fileChart2LineSvgImport from "remixicon/icons/Document/file-chart-2-line.svg";
|
|
125
125
|
export var fileChart2LineSvg = fileChart2LineSvgImport;
|
|
126
|
-
export var FileChart2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM12 8V12H16C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8Z" }) }))); };
|
|
126
|
+
export var FileChart2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM12 8V12H16C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8Z" }) }))); };
|
|
127
127
|
import fileChartFillSvgImport from "remixicon/icons/Document/file-chart-fill.svg";
|
|
128
128
|
export var fileChartFillSvg = fileChartFillSvgImport;
|
|
129
|
-
export var FileChartFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 7V17H13V7H11ZM15 11V17H17V11H15ZM7 13V17H9V13H7Z" }) }))); };
|
|
129
|
+
export var FileChartFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 7V17H13V7H11ZM15 11V17H17V11H15ZM7 13V17H9V13H7Z" }) }))); };
|
|
130
130
|
import fileChartLineSvgImport from "remixicon/icons/Document/file-chart-line.svg";
|
|
131
131
|
export var fileChartLineSvg = fileChartLineSvgImport;
|
|
132
|
-
export var FileChartLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 7H13V17H11V7ZM15 11H17V17H15V11ZM7 13H9V17H7V13ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
132
|
+
export var FileChartLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 7H13V17H11V7ZM15 11H17V17H15V11ZM7 13H9V17H7V13ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
133
133
|
import fileCloseFillSvgImport from "remixicon/icons/Document/file-close-fill.svg";
|
|
134
134
|
export var fileCloseFillSvg = fileCloseFillSvgImport;
|
|
135
|
-
export var FileCloseFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18 13C19.0928 13 20.1174 13.2922 20.9999 13.8026L20.9998 7L16 2H3.9985C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H12.8027C12.2922 21.1175 12 20.0929 12 19C12 15.6863 14.6863 13 18 13ZM21.5356 21.1212L19.4143 18.9999L21.5356 16.8786L20.1214 15.4644L18.0001 17.5857L15.8788 15.4644L14.4646 16.8786L16.5859 18.9999L14.4646 21.1212L15.8788 22.5354L18.0001 20.4141L20.1214 22.5354L21.5356 21.1212Z" }) }))); };
|
|
135
|
+
export var FileCloseFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18 13C19.0928 13 20.1174 13.2922 20.9999 13.8026L20.9998 7L16 2H3.9985C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H12.8027C12.2922 21.1175 12 20.0929 12 19C12 15.6863 14.6863 13 18 13ZM21.5356 21.1212L19.4143 18.9999L21.5356 16.8786L20.1214 15.4644L18.0001 17.5857L15.8788 15.4644L14.4646 16.8786L16.5859 18.9999L14.4646 21.1212L15.8788 22.5354L18.0001 20.4141L20.1214 22.5354L21.5356 21.1212Z" }) }))); };
|
|
136
136
|
import fileCloseLineSvgImport from "remixicon/icons/Document/file-close-line.svg";
|
|
137
137
|
export var fileCloseLineSvg = fileCloseLineSvgImport;
|
|
138
|
-
export var FileCloseLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 22V20H5V4H15V8H19V13H20.9998V7L16 2H3.9985C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H12ZM21.5356 21.1212L19.4143 18.9999L21.5356 16.8786L20.1214 15.4644L18.0001 17.5857L15.8788 15.4644L14.4646 16.8786L16.5859 18.9999L14.4646 21.1212L15.8788 22.5354L18.0001 20.4141L20.1214 22.5354L21.5356 21.1212Z" }) }))); };
|
|
138
|
+
export var FileCloseLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 22V20H5V4H15V8H19V13H20.9998V7L16 2H3.9985C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H12ZM21.5356 21.1212L19.4143 18.9999L21.5356 16.8786L20.1214 15.4644L18.0001 17.5857L15.8788 15.4644L14.4646 16.8786L16.5859 18.9999L14.4646 21.1212L15.8788 22.5354L18.0001 20.4141L20.1214 22.5354L21.5356 21.1212Z" }) }))); };
|
|
139
139
|
import fileCloudFillSvgImport from "remixicon/icons/Document/file-cloud-fill.svg";
|
|
140
140
|
export var fileCloudFillSvg = fileCloudFillSvgImport;
|
|
141
|
-
export var FileCloudFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14.9968 2L21 8L21.0012 12.2606C20.0501 11.4722 18.8302 11 17.5 11L17.2788 11.0044C14.784 11.103 12.7164 12.8635 12.1523 15.2093L12.136 15.283L12.1068 15.3024C10.8223 16.1634 10 17.6255 10 19.25C10 20.273 10.3242 21.2231 10.8771 22.0006L3.9934 22C3.48412 22 3.06409 21.6171 3.00669 21.1239L3 21.0082V2.9918C3 2.49363 3.38689 2.06546 3.88533 2.00683L4.00221 2H14.9968ZM17.5 13C19.433 13 21 14.567 21 16.5L20.9985 16.6033C22.1531 16.9285 23 17.9903 23 19.25C23 20.7125 21.8583 21.9084 20.4175 21.995L20.25 22H14.75L14.5825 21.995C13.1417 21.9084 12 20.7125 12 19.25C12 17.99 12.8474 16.9279 14.0034 16.6025L14 16.5C14 14.567 15.567 13 17.5 13Z" }) }))); };
|
|
141
|
+
export var FileCloudFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14.9968 2L21 8L21.0012 12.2606C20.0501 11.4722 18.8302 11 17.5 11L17.2788 11.0044C14.784 11.103 12.7164 12.8635 12.1523 15.2093L12.136 15.283L12.1068 15.3024C10.8223 16.1634 10 17.6255 10 19.25C10 20.273 10.3242 21.2231 10.8771 22.0006L3.9934 22C3.48412 22 3.06409 21.6171 3.00669 21.1239L3 21.0082V2.9918C3 2.49363 3.38689 2.06546 3.88533 2.00683L4.00221 2H14.9968ZM17.5 13C19.433 13 21 14.567 21 16.5L20.9985 16.6033C22.1531 16.9285 23 17.9903 23 19.25C23 20.7125 21.8583 21.9084 20.4175 21.995L20.25 22H14.75L14.5825 21.995C13.1417 21.9084 12 20.7125 12 19.25C12 17.99 12.8474 16.9279 14.0034 16.6025L14 16.5C14 14.567 15.567 13 17.5 13Z" }) }))); };
|
|
142
142
|
import fileCloudLineSvgImport from "remixicon/icons/Document/file-cloud-line.svg";
|
|
143
143
|
export var fileCloudLineSvg = fileCloudLineSvgImport;
|
|
144
|
-
export var FileCloudLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14.9968 2L21 8L21.0012 12.2606C20.4221 11.7806 19.7434 11.4178 19.0008 11.2074L19 9H14V4H5V20L10.0591 20.0009C10.1761 20.7365 10.4622 21.4172 10.8771 22.0006L3.9934 22C3.48412 22 3.06409 21.6171 3.00669 21.1239L3 21.0082V2.9918C3 2.49363 3.38689 2.06546 3.88533 2.00683L4.00221 2H14.9968ZM17.5 13C19.433 13 21 14.567 21 16.5L20.9985 16.6033C22.1531 16.9285 23 17.9903 23 19.25C23 20.7125 21.8583 21.9084 20.4175 21.995L20.25 22H14.75L14.5825 21.995C13.1417 21.9084 12 20.7125 12 19.25C12 17.99 12.8474 16.9279 14.0034 16.6025L14 16.5C14 14.567 15.567 13 17.5 13ZM17.5 15C16.769 15 16.1602 15.5229 16.027 16.215L16.0069 16.3555L16 16.5V18.12L14.5559 18.5256C14.1558 18.6328 13.9183 19.044 14.0256 19.4441C14.105 19.7405 14.3512 19.9476 14.6362 19.9915L14.7446 20.0002H20.2554C20.5846 19.998 20.8851 19.7775 20.9744 19.4441C21.0817 19.044 20.8442 18.6328 20.4441 18.5256L19.4322 18.2432L19 18.12V16.5L18.9931 16.3555C18.9204 15.5949 18.2797 15 17.5 15Z" }) }))); };
|
|
144
|
+
export var FileCloudLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14.9968 2L21 8L21.0012 12.2606C20.4221 11.7806 19.7434 11.4178 19.0008 11.2074L19 9H14V4H5V20L10.0591 20.0009C10.1761 20.7365 10.4622 21.4172 10.8771 22.0006L3.9934 22C3.48412 22 3.06409 21.6171 3.00669 21.1239L3 21.0082V2.9918C3 2.49363 3.38689 2.06546 3.88533 2.00683L4.00221 2H14.9968ZM17.5 13C19.433 13 21 14.567 21 16.5L20.9985 16.6033C22.1531 16.9285 23 17.9903 23 19.25C23 20.7125 21.8583 21.9084 20.4175 21.995L20.25 22H14.75L14.5825 21.995C13.1417 21.9084 12 20.7125 12 19.25C12 17.99 12.8474 16.9279 14.0034 16.6025L14 16.5C14 14.567 15.567 13 17.5 13ZM17.5 15C16.769 15 16.1602 15.5229 16.027 16.215L16.0069 16.3555L16 16.5V18.12L14.5559 18.5256C14.1558 18.6328 13.9183 19.044 14.0256 19.4441C14.105 19.7405 14.3512 19.9476 14.6362 19.9915L14.7446 20.0002H20.2554C20.5846 19.998 20.8851 19.7775 20.9744 19.4441C21.0817 19.044 20.8442 18.6328 20.4441 18.5256L19.4322 18.2432L19 18.12V16.5L18.9931 16.3555C18.9204 15.5949 18.2797 15 17.5 15Z" }) }))); };
|
|
145
145
|
import fileCodeFillSvgImport from "remixicon/icons/Document/file-code-fill.svg";
|
|
146
146
|
export var fileCodeFillSvg = fileCodeFillSvgImport;
|
|
147
|
-
export var FileCodeFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM17.6569 12L14.1213 8.46447L12.7071 9.87868L14.8284 12L12.7071 14.1213L14.1213 15.5355L17.6569 12ZM6.34315 12L9.87868 15.5355L11.2929 14.1213L9.17157 12L11.2929 9.87868L9.87868 8.46447L6.34315 12Z" }) }))); };
|
|
147
|
+
export var FileCodeFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM17.6569 12L14.1213 8.46447L12.7071 9.87868L14.8284 12L12.7071 14.1213L14.1213 15.5355L17.6569 12ZM6.34315 12L9.87868 15.5355L11.2929 14.1213L9.17157 12L11.2929 9.87868L9.87868 8.46447L6.34315 12Z" }) }))); };
|
|
148
148
|
import fileCodeLineSvgImport from "remixicon/icons/Document/file-code-line.svg";
|
|
149
149
|
export var fileCodeLineSvg = fileCodeLineSvgImport;
|
|
150
|
-
export var FileCodeLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM17.6569 12L14.1213 15.5355L12.7071 14.1213L14.8284 12L12.7071 9.87868L14.1213 8.46447L17.6569 12ZM6.34315 12L9.87868 8.46447L11.2929 9.87868L9.17157 12L11.2929 14.1213L9.87868 15.5355L6.34315 12Z" }) }))); };
|
|
150
|
+
export var FileCodeLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM17.6569 12L14.1213 15.5355L12.7071 14.1213L14.8284 12L12.7071 9.87868L14.1213 8.46447L17.6569 12ZM6.34315 12L9.87868 8.46447L11.2929 9.87868L9.17157 12L11.2929 14.1213L9.87868 15.5355L6.34315 12Z" }) }))); };
|
|
151
151
|
import fileCopy2FillSvgImport from "remixicon/icons/Document/file-copy-2-fill.svg";
|
|
152
152
|
export var fileCopy2FillSvg = fileCopy2FillSvgImport;
|
|
153
|
-
export var FileCopy2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6ZM6.9998 11V13H12.9998V11H6.9998ZM6.9998 15V17H12.9998V15H6.9998Z" }) }))); };
|
|
153
|
+
export var FileCopy2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6ZM6.9998 11V13H12.9998V11H6.9998ZM6.9998 15V17H12.9998V15H6.9998Z" }) }))); };
|
|
154
154
|
import fileCopy2LineSvgImport from "remixicon/icons/Document/file-copy-2-line.svg";
|
|
155
155
|
export var fileCopy2LineSvg = fileCopy2LineSvgImport;
|
|
156
|
-
export var FileCopy2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6ZM7 11H13V13H7V11ZM7 15H13V17H7V15Z" }) }))); };
|
|
156
|
+
export var FileCopy2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6ZM7 11H13V13H7V11ZM7 15H13V17H7V15Z" }) }))); };
|
|
157
157
|
import fileCopyFillSvgImport from "remixicon/icons/Document/file-copy-fill.svg";
|
|
158
158
|
export var fileCopyFillSvg = fileCopyFillSvgImport;
|
|
159
|
-
export var FileCopyFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z" }) }))); };
|
|
159
|
+
export var FileCopyFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z" }) }))); };
|
|
160
160
|
import fileCopyLineSvgImport from "remixicon/icons/Document/file-copy-line.svg";
|
|
161
161
|
export var fileCopyLineSvg = fileCopyLineSvgImport;
|
|
162
|
-
export var FileCopyLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z" }) }))); };
|
|
162
|
+
export var FileCopyLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z" }) }))); };
|
|
163
163
|
import fileDamageFillSvgImport from "remixicon/icons/Document/file-damage-fill.svg";
|
|
164
164
|
export var fileDamageFillSvg = fileDamageFillSvgImport;
|
|
165
|
-
export var FileDamageFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 14L7 16.5L10 13L13 17L15 14.5L18 15L15 12L13 14.5L10 9.5L6.5 13.25L3 10V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V14ZM21 7H16V2.00318L21 7Z" }) }))); };
|
|
165
|
+
export var FileDamageFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 14L7 16.5L10 13L13 17L15 14.5L18 15L15 12L13 14.5L10 9.5L6.5 13.25L3 10V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V14ZM21 7H16V2.00318L21 7Z" }) }))); };
|
|
166
166
|
import fileDamageLineSvgImport from "remixicon/icons/Document/file-damage-line.svg";
|
|
167
167
|
export var fileDamageLineSvg = fileDamageLineSvgImport;
|
|
168
|
-
export var FileDamageLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 9H14V4H5V11.8571L6.5 13.25L10 9.5L13 14.5L15 12L18 15L15 14.5L13 17L10 13L7 16.5L5 15.25V20H19V9ZM21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8Z" }) }))); };
|
|
168
|
+
export var FileDamageLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 9H14V4H5V11.8571L6.5 13.25L10 9.5L13 14.5L15 12L18 15L15 14.5L13 17L10 13L7 16.5L5 15.25V20H19V9ZM21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8Z" }) }))); };
|
|
169
169
|
import fileDownloadFillSvgImport from "remixicon/icons/Document/file-download-fill.svg";
|
|
170
170
|
export var fileDownloadFillSvg = fileDownloadFillSvgImport;
|
|
171
|
-
export var FileDownloadFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13 12V8H11V12H8L12 16L16 12H13Z" }) }))); };
|
|
171
|
+
export var FileDownloadFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13 12V8H11V12H8L12 16L16 12H13Z" }) }))); };
|
|
172
172
|
import fileDownloadLineSvgImport from "remixicon/icons/Document/file-download-line.svg";
|
|
173
173
|
export var fileDownloadLineSvg = fileDownloadLineSvgImport;
|
|
174
|
-
export var FileDownloadLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 12H16L12 16L8 12H11V8H13V12ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
174
|
+
export var FileDownloadLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13 12H16L12 16L8 12H11V8H13V12ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
175
175
|
import fileEditFillSvgImport from "remixicon/icons/Document/file-edit-fill.svg";
|
|
176
176
|
export var fileEditFillSvg = fileEditFillSvgImport;
|
|
177
|
-
export var FileEditFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 15.2426V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5511 3 20.9925V9H9C9.55228 9 10 8.55228 10 8V2H20.0017C20.5531 2 21 2.45531 21 2.9918V6.75736L12.0012 15.7562L11.995 19.995L16.2414 20.0012L21 15.2426ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761ZM3 7L8 2.00318V7H3Z" }) }))); };
|
|
177
|
+
export var FileEditFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 15.2426V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5511 3 20.9925V9H9C9.55228 9 10 8.55228 10 8V2H20.0017C20.5531 2 21 2.45531 21 2.9918V6.75736L12.0012 15.7562L11.995 19.995L16.2414 20.0012L21 15.2426ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761ZM3 7L8 2.00318V7H3Z" }) }))); };
|
|
178
178
|
import fileEditLineSvgImport from "remixicon/icons/Document/file-edit-line.svg";
|
|
179
179
|
export var fileEditLineSvg = fileEditLineSvgImport;
|
|
180
|
-
export var FileEditLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 6.75736L19 8.75736V4H10V9H5V20H19V17.2426L21 15.2426V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V6.75736ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761Z" }) }))); };
|
|
180
|
+
export var FileEditLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 6.75736L19 8.75736V4H10V9H5V20H19V17.2426L21 15.2426V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V6.75736ZM21.7782 8.80761L23.1924 10.2218L15.4142 18L13.9979 17.9979L14 16.5858L21.7782 8.80761Z" }) }))); };
|
|
181
181
|
import fileExcel2FillSvgImport from "remixicon/icons/Document/file-excel-2-fill.svg";
|
|
182
182
|
export var fileExcel2FillSvg = fileExcel2FillSvgImport;
|
|
183
|
-
export var FileExcel2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM17 3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V3.00022ZM10.2 12.0002L13 8.00022H10.6L9 10.2859L7.39999 8.00022H5L7.8 12.0002L5 16.0002H7.39999L9 13.7145L10.6 16.0002H13L10.2 12.0002Z" }) }))); };
|
|
183
|
+
export var FileExcel2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM17 3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V3.00022ZM10.2 12.0002L13 8.00022H10.6L9 10.2859L7.39999 8.00022H5L7.8 12.0002L5 16.0002H7.39999L9 13.7145L10.6 16.0002H13L10.2 12.0002Z" }) }))); };
|
|
184
184
|
import fileExcel2LineSvgImport from "remixicon/icons/Document/file-excel-2-line.svg";
|
|
185
185
|
export var fileExcel2LineSvg = fileExcel2LineSvgImport;
|
|
186
|
-
export var FileExcel2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM4 4.73481V19.2656L14 20.6942V3.30624L4 4.73481ZM17 19.0002H20V5.00022H17V3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V19.0002ZM10.2 12.0002L13 16.0002H10.6L9 13.7145L7.39999 16.0002H5L7.8 12.0002L5 8.00022H7.39999L9 10.2859L10.6 8.00022H13L10.2 12.0002Z" }) }))); };
|
|
186
|
+
export var FileExcel2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM4 4.73481V19.2656L14 20.6942V3.30624L4 4.73481ZM17 19.0002H20V5.00022H17V3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V19.0002ZM10.2 12.0002L13 16.0002H10.6L9 13.7145L7.39999 16.0002H5L7.8 12.0002L5 8.00022H7.39999L9 10.2859L10.6 8.00022H13L10.2 12.0002Z" }) }))); };
|
|
187
187
|
import fileExcelFillSvgImport from "remixicon/icons/Document/file-excel-fill.svg";
|
|
188
188
|
export var fileExcelFillSvg = fileExcelFillSvgImport;
|
|
189
|
-
export var FileExcelFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13.2 12L16 8H13.6L12 10.2857L10.4 8H8L10.8 12L8 16H10.4L12 13.7143L13.6 16H16L13.2 12Z" }) }))); };
|
|
189
|
+
export var FileExcelFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13.2 12L16 8H13.6L12 10.2857L10.4 8H8L10.8 12L8 16H10.4L12 13.7143L13.6 16H16L13.2 12Z" }) }))); };
|
|
190
190
|
import fileExcelLineSvgImport from "remixicon/icons/Document/file-excel-line.svg";
|
|
191
191
|
export var fileExcelLineSvg = fileExcelLineSvgImport;
|
|
192
|
-
export var FileExcelLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.2 12L16 16H13.6L12 13.7143L10.4 16H8L10.8 12L8 8H10.4L12 10.2857L13.6 8H15V4H5V20H19V8H16L13.2 12ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
192
|
+
export var FileExcelLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.2 12L16 16H13.6L12 13.7143L10.4 16H8L10.8 12L8 8H10.4L12 10.2857L13.6 8H15V4H5V20H19V8H16L13.2 12ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
193
193
|
import fileFillSvgImport from "remixicon/icons/Document/file-fill.svg";
|
|
194
194
|
export var fileFillSvg = fileFillSvgImport;
|
|
195
|
-
export var FileFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8ZM10 3.5L4.5 9H10V3.5Z" }) }))); };
|
|
195
|
+
export var FileFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 8L9.00319 2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8ZM10 3.5L4.5 9H10V3.5Z" }) }))); };
|
|
196
196
|
import fileForbidFillSvgImport from "remixicon/icons/Document/file-forbid-fill.svg";
|
|
197
197
|
export var fileForbidFillSvg = fileForbidFillSvgImport;
|
|
198
|
-
export var FileForbidFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 11.6736C20.0907 11.2417 19.0736 11 18 11C14.134 11 11 14.134 11 18C11 19.4872 11.4638 20.8662 12.2547 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16L21 7V11.6736ZM18 23C15.2386 23 13 20.7614 13 18C13 15.2386 15.2386 13 18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23ZM16.7066 20.7076C17.0982 20.895 17.5369 21 18 21C19.6569 21 21 19.6569 21 18C21 17.5369 20.895 17.0982 20.7076 16.7066L16.7066 20.7076ZM15.2924 19.2934L19.2934 15.2924C18.9018 15.105 18.4631 15 18 15C16.3431 15 15 16.3431 15 18C15 18.4631 15.105 18.9018 15.2924 19.2934Z" }) }))); };
|
|
198
|
+
export var FileForbidFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 11.6736C20.0907 11.2417 19.0736 11 18 11C14.134 11 11 14.134 11 18C11 19.4872 11.4638 20.8662 12.2547 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16L21 7V11.6736ZM18 23C15.2386 23 13 20.7614 13 18C13 15.2386 15.2386 13 18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23ZM16.7066 20.7076C17.0982 20.895 17.5369 21 18 21C19.6569 21 21 19.6569 21 18C21 17.5369 20.895 17.0982 20.7076 16.7066L16.7066 20.7076ZM15.2924 19.2934L19.2934 15.2924C18.9018 15.105 18.4631 15 18 15C16.3431 15 15 16.3431 15 18C15 18.4631 15.105 18.9018 15.2924 19.2934Z" }) }))); };
|
|
199
199
|
import fileForbidLineSvgImport from "remixicon/icons/Document/file-forbid-line.svg";
|
|
200
200
|
export var fileForbidLineSvg = fileForbidLineSvgImport;
|
|
201
|
-
export var FileForbidLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11.2899 20C11.5049 20.7224 11.8334 21.396 12.2547 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9998 7V11.6735C20.3781 11.3782 19.7061 11.1719 19 11.0709V8H15V4H5V20H11.2899ZM18 23C15.2386 23 13 20.7614 13 18C13 15.2386 15.2386 13 18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23ZM16.7066 20.7076C17.0982 20.895 17.5369 21 18 21C19.6569 21 21 19.6569 21 18C21 17.5369 20.895 17.0982 20.7076 16.7066L16.7066 20.7076ZM15.2924 19.2934L19.2934 15.2924C18.9018 15.105 18.4631 15 18 15C16.3431 15 15 16.3431 15 18C15 18.4631 15.105 18.9018 15.2924 19.2934Z" }) }))); };
|
|
201
|
+
export var FileForbidLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11.2899 20C11.5049 20.7224 11.8334 21.396 12.2547 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9998 7V11.6735C20.3781 11.3782 19.7061 11.1719 19 11.0709V8H15V4H5V20H11.2899ZM18 23C15.2386 23 13 20.7614 13 18C13 15.2386 15.2386 13 18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23ZM16.7066 20.7076C17.0982 20.895 17.5369 21 18 21C19.6569 21 21 19.6569 21 18C21 17.5369 20.895 17.0982 20.7076 16.7066L16.7066 20.7076ZM15.2924 19.2934L19.2934 15.2924C18.9018 15.105 18.4631 15 18 15C16.3431 15 15 16.3431 15 18C15 18.4631 15.105 18.9018 15.2924 19.2934Z" }) }))); };
|
|
202
202
|
import fileGifFillSvgImport from "remixicon/icons/Document/file-gif-fill.svg";
|
|
203
203
|
export var fileGifFillSvg = fileGifFillSvgImport;
|
|
204
|
-
export var FileGifFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM13 10H12V15H13V10ZM11 10H9C7.89543 10 7 10.8954 7 12V13C7 14.1046 7.89543 15 9 15H10C10.5523 15 11 14.5523 11 14V12H9V13H10V14H9C8.44772 14 8 13.5523 8 13V12C8 11.4477 8.44772 11 9 11H11V10ZM17 10H14V15H15V13H17V12H15V11H17V10Z" }) }))); };
|
|
204
|
+
export var FileGifFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM13 10H12V15H13V10ZM11 10H9C7.89543 10 7 10.8954 7 12V13C7 14.1046 7.89543 15 9 15H10C10.5523 15 11 14.5523 11 14V12H9V13H10V14H9C8.44772 14 8 13.5523 8 13V12C8 11.4477 8.44772 11 9 11H11V10ZM17 10H14V15H15V13H17V12H15V11H17V10Z" }) }))); };
|
|
205
205
|
import fileGifLineSvgImport from "remixicon/icons/Document/file-gif-line.svg";
|
|
206
206
|
export var fileGifLineSvg = fileGifLineSvgImport;
|
|
207
|
-
export var FileGifLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM15 4H5V20H19V8H15V4ZM13 10V15H12V10H13ZM11 10V11H9C8.44772 11 8 11.4477 8 12V13C8 13.5523 8.44772 14 9 14H10V13H9V12H11V14C11 14.5523 10.5523 15 10 15H9C7.89543 15 7 14.1046 7 13V12C7 10.8954 7.89543 10 9 10H11ZM17 10V11H15V12H17V13H15V15H14V10H17Z" }) }))); };
|
|
207
|
+
export var FileGifLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM15 4H5V20H19V8H15V4ZM13 10V15H12V10H13ZM11 10V11H9C8.44772 11 8 11.4477 8 12V13C8 13.5523 8.44772 14 9 14H10V13H9V12H11V14C11 14.5523 10.5523 15 10 15H9C7.89543 15 7 14.1046 7 13V12C7 10.8954 7.89543 10 9 10H11ZM17 10V11H15V12H17V13H15V15H14V10H17Z" }) }))); };
|
|
208
208
|
import fileHistoryFillSvgImport from "remixicon/icons/Document/file-history-fill.svg";
|
|
209
209
|
export var fileHistoryFillSvg = fileHistoryFillSvgImport;
|
|
210
|
-
export var FileHistoryFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 6.999V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13 9H11V15H16V13H13V9Z" }) }))); };
|
|
210
|
+
export var FileHistoryFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 6.999V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13 9H11V15H16V13H13V9Z" }) }))); };
|
|
211
211
|
import fileHistoryLineSvgImport from "remixicon/icons/Document/file-history-line.svg";
|
|
212
212
|
export var fileHistoryLineSvg = fileHistoryLineSvgImport;
|
|
213
|
-
export var FileHistoryLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM15 4H5V20H19V8H15V4ZM13 9V13H16V15H11V9H13Z" }) }))); };
|
|
213
|
+
export var FileHistoryLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM15 4H5V20H19V8H15V4ZM13 9V13H16V15H11V9H13Z" }) }))); };
|
|
214
214
|
import fileHwpFillSvgImport from "remixicon/icons/Document/file-hwp-fill.svg";
|
|
215
215
|
export var fileHwpFillSvg = fileHwpFillSvgImport;
|
|
216
|
-
export var FileHwpFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM9.33333 14.6667H8V18H16V16.6667L9.333 16.666L9.33333 14.6667ZM12 14.3333C11.4477 14.3333 11 14.781 11 15.3333C11 15.8856 11.4477 16.3333 12 16.3333C12.5523 16.3333 13 15.8856 13 15.3333C13 14.781 12.5523 14.3333 12 14.3333ZM12 9C10.6193 9 9.5 10.1193 9.5 11.5C9.5 12.8807 10.6193 14 12 14C13.3807 14 14.5 12.8807 14.5 11.5C14.5 10.1193 13.3807 9 12 9ZM12 10.3333C12.6443 10.3333 13.1667 10.8557 13.1667 11.5C13.1667 12.1443 12.6443 12.6667 12 12.6667C11.3557 12.6667 10.8333 12.1443 10.8333 11.5C10.8333 10.8557 11.3557 10.3333 12 10.3333ZM12.6667 6H11.3333L11.333 7.333L8 7.33333V8.66667H16V7.33333L12.666 7.333L12.6667 6Z" }) }))); };
|
|
216
|
+
export var FileHwpFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM9.33333 14.6667H8V18H16V16.6667L9.333 16.666L9.33333 14.6667ZM12 14.3333C11.4477 14.3333 11 14.781 11 15.3333C11 15.8856 11.4477 16.3333 12 16.3333C12.5523 16.3333 13 15.8856 13 15.3333C13 14.781 12.5523 14.3333 12 14.3333ZM12 9C10.6193 9 9.5 10.1193 9.5 11.5C9.5 12.8807 10.6193 14 12 14C13.3807 14 14.5 12.8807 14.5 11.5C14.5 10.1193 13.3807 9 12 9ZM12 10.3333C12.6443 10.3333 13.1667 10.8557 13.1667 11.5C13.1667 12.1443 12.6443 12.6667 12 12.6667C11.3557 12.6667 10.8333 12.1443 10.8333 11.5C10.8333 10.8557 11.3557 10.3333 12 10.3333ZM12.6667 6H11.3333L11.333 7.333L8 7.33333V8.66667H16V7.33333L12.666 7.333L12.6667 6Z" }) }))); };
|
|
217
217
|
import fileHwpLineSvgImport from "remixicon/icons/Document/file-hwp-line.svg";
|
|
218
218
|
export var fileHwpLineSvg = fileHwpLineSvgImport;
|
|
219
|
-
export var FileHwpLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM16 8.66667H8V7.33333L11.333 7.333L11.3333 6H12.6667L12.666 7.333H14.999L15 4H5V20H19V8L16 7.999V8.66667ZM9.33333 14.6667L9.333 16.666L16 16.6667V18H8V14.6667H9.33333ZM12 14.3333C12.5523 14.3333 13 14.781 13 15.3333C13 15.8856 12.5523 16.3333 12 16.3333C11.4477 16.3333 11 15.8856 11 15.3333C11 14.781 11.4477 14.3333 12 14.3333ZM12 9C13.3807 9 14.5 10.1193 14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9ZM12 10.3333C11.3557 10.3333 10.8333 10.8557 10.8333 11.5C10.8333 12.1443 11.3557 12.6667 12 12.6667C12.6443 12.6667 13.1667 12.1443 13.1667 11.5C13.1667 10.8557 12.6443 10.3333 12 10.3333Z" }) }))); };
|
|
219
|
+
export var FileHwpLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM16 8.66667H8V7.33333L11.333 7.333L11.3333 6H12.6667L12.666 7.333H14.999L15 4H5V20H19V8L16 7.999V8.66667ZM9.33333 14.6667L9.333 16.666L16 16.6667V18H8V14.6667H9.33333ZM12 14.3333C12.5523 14.3333 13 14.781 13 15.3333C13 15.8856 12.5523 16.3333 12 16.3333C11.4477 16.3333 11 15.8856 11 15.3333C11 14.781 11.4477 14.3333 12 14.3333ZM12 9C13.3807 9 14.5 10.1193 14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9ZM12 10.3333C11.3557 10.3333 10.8333 10.8557 10.8333 11.5C10.8333 12.1443 11.3557 12.6667 12 12.6667C12.6443 12.6667 13.1667 12.1443 13.1667 11.5C13.1667 10.8557 12.6443 10.3333 12 10.3333Z" }) }))); };
|
|
220
220
|
import fileInfoFillSvgImport from "remixicon/icons/Document/file-info-fill.svg";
|
|
221
221
|
export var fileInfoFillSvg = fileInfoFillSvgImport;
|
|
222
|
-
export var FileInfoFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 7V9H13V7H11ZM11 11V17H13V11H11Z" }) }))); };
|
|
222
|
+
export var FileInfoFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 7V9H13V7H11ZM11 11V17H13V11H11Z" }) }))); };
|
|
223
223
|
import fileInfoLineSvgImport from "remixicon/icons/Document/file-info-line.svg";
|
|
224
224
|
export var fileInfoLineSvg = fileInfoLineSvgImport;
|
|
225
|
-
export var FileInfoLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 11H13V17H11V11ZM11 7H13V9H11V7Z" }) }))); };
|
|
225
|
+
export var FileInfoLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 11H13V17H11V11ZM11 7H13V9H11V7Z" }) }))); };
|
|
226
226
|
import fileLineSvgImport from "remixicon/icons/Document/file-line.svg";
|
|
227
227
|
export var fileLineSvg = fileLineSvgImport;
|
|
228
|
-
export var FileLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 2.00318V2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8L9 2.00318ZM5.82918 8H9V4.83086L5.82918 8ZM11 4V9C11 9.55228 10.5523 10 10 10H5V20H19V4H11Z" }) }))); };
|
|
228
|
+
export var FileLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 2.00318V2H19.9978C20.5513 2 21 2.45531 21 2.9918V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5501 3 20.9932V8L9 2.00318ZM5.82918 8H9V4.83086L5.82918 8ZM11 4V9C11 9.55228 10.5523 10 10 10H5V20H19V4H11Z" }) }))); };
|
|
229
229
|
import fileList2FillSvgImport from "remixicon/icons/Document/file-list-2-fill.svg";
|
|
230
230
|
export var fileList2FillSvg = fileList2FillSvgImport;
|
|
231
|
-
export var FileList2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 7V9H16V7H8ZM8 11V13H16V11H8ZM8 15V17H13V15H8Z" }) }))); };
|
|
231
|
+
export var FileList2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 7V9H16V7H8ZM8 11V13H16V11H8ZM8 15V17H13V15H8Z" }) }))); };
|
|
232
232
|
import fileList2LineSvgImport from "remixicon/icons/Document/file-list-2-line.svg";
|
|
233
233
|
export var fileList2LineSvg = fileList2LineSvgImport;
|
|
234
|
-
export var FileList2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 7H16V9H8V7ZM8 11H16V13H8V11ZM8 15H13V17H8V15Z" }) }))); };
|
|
234
|
+
export var FileList2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 7H16V9H8V7ZM8 11H16V13H8V11ZM8 15H13V17H8V15Z" }) }))); };
|
|
235
235
|
import fileList3FillSvgImport from "remixicon/icons/Document/file-list-3-fill.svg";
|
|
236
236
|
export var fileList3FillSvg = fileList3FillSvgImport;
|
|
237
|
-
export var FileList3FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V15H22V19C22 20.6569 20.6569 22 19 22ZM18 17V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V17H18ZM6 7V9H14V7H6ZM6 11V13H14V11H6ZM6 15V17H11V15H6Z" }) }))); };
|
|
237
|
+
export var FileList3FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V15H22V19C22 20.6569 20.6569 22 19 22ZM18 17V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V17H18ZM6 7V9H14V7H6ZM6 11V13H14V11H6ZM6 15V17H11V15H6Z" }) }))); };
|
|
238
238
|
import fileList3LineSvgImport from "remixicon/icons/Document/file-list-3-line.svg";
|
|
239
239
|
export var fileList3LineSvg = fileList3LineSvgImport;
|
|
240
|
-
export var FileList3LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V15H22V19C22 20.6569 20.6569 22 19 22ZM18 17V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V17H18ZM16 20V4H4V19C4 19.5523 4.44772 20 5 20H16ZM6 7H14V9H6V7ZM6 11H14V13H6V11ZM6 15H11V17H6V15Z" }) }))); };
|
|
240
|
+
export var FileList3LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V15H22V19C22 20.6569 20.6569 22 19 22ZM18 17V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V17H18ZM16 20V4H4V19C4 19.5523 4.44772 20 5 20H16ZM6 7H14V9H6V7ZM6 11H14V13H6V11ZM6 15H11V17H6V15Z" }) }))); };
|
|
241
241
|
import fileListFillSvgImport from "remixicon/icons/Document/file-list-fill.svg";
|
|
242
242
|
export var fileListFillSvg = fileListFillSvgImport;
|
|
243
|
-
export var FileListFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 7V9H16V7H8ZM8 11V13H16V11H8ZM8 15V17H16V15H8Z" }) }))); };
|
|
243
|
+
export var FileListFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM8 7V9H16V7H8ZM8 11V13H16V11H8ZM8 15V17H16V15H8Z" }) }))); };
|
|
244
244
|
import fileListLineSvgImport from "remixicon/icons/Document/file-list-line.svg";
|
|
245
245
|
export var fileListLineSvg = fileListLineSvgImport;
|
|
246
|
-
export var FileListLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 7H16V9H8V7ZM8 11H16V13H8V11ZM8 15H16V17H8V15Z" }) }))); };
|
|
246
|
+
export var FileListLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 7H16V9H8V7ZM8 11H16V13H8V11ZM8 15H16V17H8V15Z" }) }))); };
|
|
247
247
|
import fileLockFillSvgImport from "remixicon/icons/Document/file-lock-fill.svg";
|
|
248
248
|
export var fileLockFillSvg = fileLockFillSvgImport;
|
|
249
|
-
export var FileLockFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM15 11V10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10V11H8V16H16V11H15ZM13 11H11V10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10V11Z" }) }))); };
|
|
249
|
+
export var FileLockFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM15 11V10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10V11H8V16H16V11H15ZM13 11H11V10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10V11Z" }) }))); };
|
|
250
250
|
import fileLockLineSvgImport from "remixicon/icons/Document/file-lock-line.svg";
|
|
251
251
|
export var fileLockLineSvg = fileLockLineSvgImport;
|
|
252
|
-
export var FileLockLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM15 11H16V16H8V11H9V10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10V11ZM13 11V10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V11H13Z" }) }))); };
|
|
252
|
+
export var FileLockLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM15 11H16V16H8V11H9V10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10V11ZM13 11V10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V11H13Z" }) }))); };
|
|
253
253
|
import fileMarkFillSvgImport from "remixicon/icons/Document/file-mark-fill.svg";
|
|
254
254
|
export var fileMarkFillSvg = fileMarkFillSvgImport;
|
|
255
|
-
export var FileMarkFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 2.9918V21.0082C21 21.5447 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44476 2 3.9934 2H20.0066C20.5551 2 21 2.44405 21 2.9918ZM7 4V13L10.5 11L14 13V4H7Z" }) }))); };
|
|
255
|
+
export var FileMarkFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 2.9918V21.0082C21 21.5447 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44476 2 3.9934 2H20.0066C20.5551 2 21 2.44405 21 2.9918ZM7 4V13L10.5 11L14 13V4H7Z" }) }))); };
|
|
256
256
|
import fileMarkLineSvgImport from "remixicon/icons/Document/file-mark-line.svg";
|
|
257
257
|
export var fileMarkLineSvg = fileMarkLineSvgImport;
|
|
258
|
-
export var FileMarkLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM7 4H5V20H19V4H14V13L10.5 11L7 13V4Z" }) }))); };
|
|
258
|
+
export var FileMarkLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM7 4H5V20H19V4H14V13L10.5 11L7 13V4Z" }) }))); };
|
|
259
259
|
import fileMusicFillSvgImport from "remixicon/icons/Document/file-music-fill.svg";
|
|
260
260
|
export var fileMusicFillSvg = fileMusicFillSvgImport;
|
|
261
|
-
export var FileMusicFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 12.05C10.8384 12.0172 10.6712 12 10.5 12C9.11929 12 8 13.1193 8 14.5C8 15.8807 9.11929 17 10.5 17C11.8807 17 13 15.8807 13 14.5V10H16V8H11V12.05Z" }) }))); };
|
|
261
|
+
export var FileMusicFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 12.05C10.8384 12.0172 10.6712 12 10.5 12C9.11929 12 8 13.1193 8 14.5C8 15.8807 9.11929 17 10.5 17C11.8807 17 13 15.8807 13 14.5V10H16V8H11V12.05Z" }) }))); };
|
|
262
262
|
import fileMusicLineSvgImport from "remixicon/icons/Document/file-music-line.svg";
|
|
263
263
|
export var fileMusicLineSvg = fileMusicLineSvgImport;
|
|
264
|
-
export var FileMusicLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 8V10H13V14.5C13 15.8807 11.8807 17 10.5 17C9.11929 17 8 15.8807 8 14.5C8 13.1193 9.11929 12 10.5 12C10.6712 12 10.8384 12.0172 11 12.05V8H15V4H5V20H19V8H16ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
264
|
+
export var FileMusicLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 8V10H13V14.5C13 15.8807 11.8807 17 10.5 17C9.11929 17 8 15.8807 8 14.5C8 13.1193 9.11929 12 10.5 12C10.6712 12 10.8384 12.0172 11 12.05V8H15V4H5V20H19V8H16ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
265
265
|
import filePaper2FillSvgImport from "remixicon/icons/Document/file-paper-2-fill.svg";
|
|
266
266
|
export var filePaper2FillSvg = filePaper2FillSvgImport;
|
|
267
|
-
export var FilePaper2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C21.6569 2 23 3.34315 23 5V7H21V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17V19C17 19.5128 17.386 19.9355 17.8834 19.9933L18 20C18.5128 20 18.9355 19.614 18.9933 19.1166L19 19V15H3V5C3 3.34315 4.34315 2 6 2H20Z" }) }))); };
|
|
267
|
+
export var FilePaper2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C21.6569 2 23 3.34315 23 5V7H21V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17V19C17 19.5128 17.386 19.9355 17.8834 19.9933L18 20C18.5128 20 18.9355 19.614 18.9933 19.1166L19 19V15H3V5C3 3.34315 4.34315 2 6 2H20Z" }) }))); };
|
|
268
268
|
import filePaper2LineSvgImport from "remixicon/icons/Document/file-paper-2-line.svg";
|
|
269
269
|
export var filePaper2LineSvg = filePaper2LineSvgImport;
|
|
270
|
-
export var FilePaper2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C21.6569 2 23 3.34315 23 5V7H21V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17V19C17 19.5128 17.386 19.9355 17.8834 19.9933L18 20C18.5128 20 18.9355 19.614 18.9933 19.1166L19 19V4H6C5.48716 4 5.06449 4.38604 5.00673 4.88338L5 5V15H3V5C3 3.34315 4.34315 2 6 2H20Z" }) }))); };
|
|
270
|
+
export var FilePaper2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 2C21.6569 2 23 3.34315 23 5V7H21V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17V19C17 19.5128 17.386 19.9355 17.8834 19.9933L18 20C18.5128 20 18.9355 19.614 18.9933 19.1166L19 19V4H6C5.48716 4 5.06449 4.38604 5.00673 4.88338L5 5V15H3V5C3 3.34315 4.34315 2 6 2H20Z" }) }))); };
|
|
271
271
|
import filePaperFillSvgImport from "remixicon/icons/Document/file-paper-fill.svg";
|
|
272
272
|
export var filePaperFillSvg = filePaperFillSvgImport;
|
|
273
|
-
export var FilePaperFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 15V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17V19C17 19.5523 17.4477 20 18 20C18.5523 20 19 19.5523 19 19V15H3Z" }) }))); };
|
|
273
|
+
export var FilePaperFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 15V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17V19C17 19.5523 17.4477 20 18 20C18.5523 20 19 19.5523 19 19V15H3Z" }) }))); };
|
|
274
274
|
import filePaperLineSvgImport from "remixicon/icons/Document/file-paper-line.svg";
|
|
275
275
|
export var filePaperLineSvg = filePaperLineSvgImport;
|
|
276
|
-
export var FilePaperLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 17V19C17 19.5523 17.4477 20 18 20C18.5523 20 19 19.5523 19 19V4H5V15H3V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17Z" }) }))); };
|
|
276
|
+
export var FilePaperLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 17V19C17 19.5523 17.4477 20 18 20C18.5523 20 19 19.5523 19 19V4H5V15H3V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V19C21 20.6569 19.6569 22 18 22H4C2.34315 22 1 20.6569 1 19V17H17Z" }) }))); };
|
|
277
277
|
import filePdfFillSvgImport from "remixicon/icons/Document/file-pdf-fill.svg";
|
|
278
278
|
export var filePdfFillSvg = filePdfFillSvgImport;
|
|
279
|
-
export var FilePdfFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8H8V16H12ZM10 10H12C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14H10V10Z" }) }))); };
|
|
279
|
+
export var FilePdfFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8H8V16H12ZM10 10H12C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14H10V10Z" }) }))); };
|
|
280
280
|
import filePdfLineSvgImport from "remixicon/icons/Document/file-pdf-line.svg";
|
|
281
281
|
export var filePdfLineSvg = filePdfLineSvgImport;
|
|
282
|
-
export var FilePdfLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 16H8V8H12C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16ZM10 10V14H12C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10H10ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
282
|
+
export var FilePdfLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 16H8V8H12C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16ZM10 10V14H12C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10H10ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
283
283
|
import filePpt2FillSvgImport from "remixicon/icons/Document/file-ppt-2-fill.svg";
|
|
284
284
|
export var filePpt2FillSvg = filePpt2FillSvgImport;
|
|
285
|
-
export var FilePpt2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V3.00022ZM2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM5 8.00022V16.0002H7V14.0002H13V8.00022H5ZM7 10.0002H11V12.0002H7V10.0002Z" }) }))); };
|
|
285
|
+
export var FilePpt2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V3.00022ZM2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM5 8.00022V16.0002H7V14.0002H13V8.00022H5ZM7 10.0002H11V12.0002H7V10.0002Z" }) }))); };
|
|
286
286
|
import filePpt2LineSvgImport from "remixicon/icons/Document/file-ppt-2-line.svg";
|
|
287
287
|
export var filePpt2LineSvg = filePpt2LineSvgImport;
|
|
288
|
-
export var FilePpt2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM4 4.73481V19.2656L14 20.6942V3.30624L4 4.73481ZM17 19.0002H20V5.00022H17V3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V19.0002ZM5 8.00022H13V14.0002H7V16.0002H5V8.00022ZM7 10.0002V12.0002H11V10.0002H7Z" }) }))); };
|
|
288
|
+
export var FilePpt2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM4 4.73481V19.2656L14 20.6942V3.30624L4 4.73481ZM17 19.0002H20V5.00022H17V3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V19.0002ZM5 8.00022H13V14.0002H7V16.0002H5V8.00022ZM7 10.0002V12.0002H11V10.0002H7Z" }) }))); };
|
|
289
289
|
import filePptFillSvgImport from "remixicon/icons/Document/file-ppt-fill.svg";
|
|
290
290
|
export var filePptFillSvg = filePptFillSvgImport;
|
|
291
|
-
export var FilePptFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM8 8V16H10V14H16V8H8ZM10 10H14V12H10V10Z" }) }))); };
|
|
291
|
+
export var FilePptFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM8 8V16H10V14H16V8H8ZM10 10H14V12H10V10Z" }) }))); };
|
|
292
292
|
import filePptLineSvgImport from "remixicon/icons/Document/file-ppt-line.svg";
|
|
293
293
|
export var filePptLineSvg = filePptLineSvgImport;
|
|
294
|
-
export var FilePptLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM5 4V20H19V8H16V14H10V16H8V8H15V4H5ZM10 10V12H14V10H10Z" }) }))); };
|
|
294
|
+
export var FilePptLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM5 4V20H19V8H16V14H10V16H8V8H15V4H5ZM10 10V12H14V10H10Z" }) }))); };
|
|
295
295
|
import fileReduceFillSvgImport from "remixicon/icons/Document/file-reduce-fill.svg";
|
|
296
296
|
export var fileReduceFillSvg = fileReduceFillSvgImport;
|
|
297
|
-
export var FileReduceFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM8 11V13H16V11H8Z" }) }))); };
|
|
297
|
+
export var FileReduceFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM8 11V13H16V11H8Z" }) }))); };
|
|
298
298
|
import fileReduceLineSvgImport from "remixicon/icons/Document/file-reduce-line.svg";
|
|
299
299
|
export var fileReduceLineSvg = fileReduceLineSvgImport;
|
|
300
|
-
export var FileReduceLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM16 11V13H8V11H16Z" }) }))); };
|
|
300
|
+
export var FileReduceLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM16 11V13H8V11H16Z" }) }))); };
|
|
301
301
|
import fileSearchFillSvgImport from "remixicon/icons/Document/file-search-fill.svg";
|
|
302
302
|
export var fileSearchFillSvg = fileSearchFillSvgImport;
|
|
303
|
-
export var FileSearchFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13.529 14.4464L15.7395 16.6569L17.1537 15.2426L14.9432 13.0322C15.8492 11.4983 15.6432 9.48951 14.3252 8.17157C12.7631 6.60948 10.2305 6.60948 8.66839 8.17157C7.1063 9.73367 7.1063 12.2663 8.66839 13.8284C9.98633 15.1464 11.9951 15.3524 13.529 14.4464ZM12.911 12.4142C12.13 13.1953 10.8637 13.1953 10.0826 12.4142C9.30156 11.6332 9.30156 10.3668 10.0826 9.58579C10.8637 8.80474 12.13 8.80474 12.911 9.58579C13.6921 10.3668 13.6921 11.6332 12.911 12.4142Z" }) }))); };
|
|
303
|
+
export var FileSearchFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13.529 14.4464L15.7395 16.6569L17.1537 15.2426L14.9432 13.0322C15.8492 11.4983 15.6432 9.48951 14.3252 8.17157C12.7631 6.60948 10.2305 6.60948 8.66839 8.17157C7.1063 9.73367 7.1063 12.2663 8.66839 13.8284C9.98633 15.1464 11.9951 15.3524 13.529 14.4464ZM12.911 12.4142C12.13 13.1953 10.8637 13.1953 10.0826 12.4142C9.30156 11.6332 9.30156 10.3668 10.0826 9.58579C10.8637 8.80474 12.13 8.80474 12.911 9.58579C13.6921 10.3668 13.6921 11.6332 12.911 12.4142Z" }) }))); };
|
|
304
304
|
import fileSearchLineSvgImport from "remixicon/icons/Document/file-search-line.svg";
|
|
305
305
|
export var fileSearchLineSvg = fileSearchLineSvgImport;
|
|
306
|
-
export var FileSearchLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM13.529 14.4464C11.9951 15.3524 9.98633 15.1464 8.66839 13.8284C7.1063 12.2663 7.1063 9.73367 8.66839 8.17157C10.2305 6.60948 12.7631 6.60948 14.3252 8.17157C15.6432 9.48951 15.8492 11.4983 14.9432 13.0322L17.1537 15.2426L15.7395 16.6569L13.529 14.4464ZM12.911 12.4142C13.6921 11.6332 13.6921 10.3668 12.911 9.58579C12.13 8.80474 10.8637 8.80474 10.0826 9.58579C9.30156 10.3668 9.30156 11.6332 10.0826 12.4142C10.8637 13.1953 12.13 13.1953 12.911 12.4142Z" }) }))); };
|
|
306
|
+
export var FileSearchLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM13.529 14.4464C11.9951 15.3524 9.98633 15.1464 8.66839 13.8284C7.1063 12.2663 7.1063 9.73367 8.66839 8.17157C10.2305 6.60948 12.7631 6.60948 14.3252 8.17157C15.6432 9.48951 15.8492 11.4983 14.9432 13.0322L17.1537 15.2426L15.7395 16.6569L13.529 14.4464ZM12.911 12.4142C13.6921 11.6332 13.6921 10.3668 12.911 9.58579C12.13 8.80474 10.8637 8.80474 10.0826 9.58579C9.30156 10.3668 9.30156 11.6332 10.0826 12.4142C10.8637 13.1953 12.13 13.1953 12.911 12.4142Z" }) }))); };
|
|
307
307
|
import fileSettingsFillSvgImport from "remixicon/icons/Document/file-settings-fill.svg";
|
|
308
308
|
export var fileSettingsFillSvg = fileSettingsFillSvgImport;
|
|
309
|
-
export var FileSettingsFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM8.59456 12.8115L7.60291 13.384L8.60297 15.1161L9.59532 14.5431C9.98844 14.915 10.4677 15.1967 11.0001 15.3551V16.5H13.0001V15.355C13.5325 15.1966 14.0117 14.9149 14.4048 14.543L15.3972 15.116L16.3972 13.3839L15.4055 12.8114C15.4673 12.551 15.5 12.2793 15.5 12C15.5 11.7207 15.4673 11.449 15.4054 11.1885L16.3972 10.616L15.3971 8.88393L14.4047 9.4569C14.0116 9.08506 13.5324 8.80337 13 8.64494V7.5H11V8.64494C10.4676 8.80338 9.98834 9.08508 9.59523 9.45694L8.60291 8.88402L7.60291 10.6161L8.59454 11.1886C8.53272 11.449 8.5 11.7207 8.5 12C8.5 12.2794 8.53273 12.5511 8.59456 12.8115ZM12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5Z" }) }))); };
|
|
309
|
+
export var FileSettingsFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM8.59456 12.8115L7.60291 13.384L8.60297 15.1161L9.59532 14.5431C9.98844 14.915 10.4677 15.1967 11.0001 15.3551V16.5H13.0001V15.355C13.5325 15.1966 14.0117 14.9149 14.4048 14.543L15.3972 15.116L16.3972 13.3839L15.4055 12.8114C15.4673 12.551 15.5 12.2793 15.5 12C15.5 11.7207 15.4673 11.449 15.4054 11.1885L16.3972 10.616L15.3971 8.88393L14.4047 9.4569C14.0116 9.08506 13.5324 8.80337 13 8.64494V7.5H11V8.64494C10.4676 8.80338 9.98834 9.08508 9.59523 9.45694L8.60291 8.88402L7.60291 10.6161L8.59454 11.1886C8.53272 11.449 8.5 11.7207 8.5 12C8.5 12.2794 8.53273 12.5511 8.59456 12.8115ZM12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5Z" }) }))); };
|
|
310
310
|
import fileSettingsLineSvgImport from "remixicon/icons/Document/file-settings-line.svg";
|
|
311
311
|
export var fileSettingsLineSvg = fileSettingsLineSvgImport;
|
|
312
|
-
export var FileSettingsLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M8.59456 12.8115C8.53273 12.5511 8.5 12.2794 8.5 12C8.5 11.7207 8.53272 11.449 8.59454 11.1886L7.60291 10.6161L8.60291 8.88402L9.59523 9.45694C9.98834 9.08508 10.4676 8.80338 11 8.64494V7.5H13V8.64494C13.5324 8.80337 14.0116 9.08506 14.4047 9.4569L15.3971 8.88393L16.3972 10.616L15.4054 11.1885C15.4673 11.449 15.5 11.7207 15.5 12C15.5 12.2793 15.4673 12.551 15.4055 12.8114L16.3972 13.3839L15.3972 15.116L14.4048 14.543C14.0117 14.9149 13.5325 15.1966 13.0001 15.355V16.5H11.0001V15.3551C10.4677 15.1967 9.98844 14.915 9.59532 14.5431L8.60297 15.1161L7.60291 13.384L8.59456 12.8115ZM12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
312
|
+
export var FileSettingsLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M8.59456 12.8115C8.53273 12.5511 8.5 12.2794 8.5 12C8.5 11.7207 8.53272 11.449 8.59454 11.1886L7.60291 10.6161L8.60291 8.88402L9.59523 9.45694C9.98834 9.08508 10.4676 8.80338 11 8.64494V7.5H13V8.64494C13.5324 8.80337 14.0116 9.08506 14.4047 9.4569L15.3971 8.88393L16.3972 10.616L15.4054 11.1885C15.4673 11.449 15.5 11.7207 15.5 12C15.5 12.2793 15.4673 12.551 15.4055 12.8114L16.3972 13.3839L15.3972 15.116L14.4048 14.543C14.0117 14.9149 13.5325 15.1966 13.0001 15.355V16.5H11.0001V15.3551C10.4677 15.1967 9.98844 14.915 9.59532 14.5431L8.60297 15.1161L7.60291 13.384L8.59456 12.8115ZM12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
313
313
|
import fileShield2FillSvgImport from "remixicon/icons/Document/file-shield-2-fill.svg";
|
|
314
314
|
export var fileShield2FillSvg = fileShield2FillSvgImport;
|
|
315
|
-
export var FileShield2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 10H11V17.3823C11 18.9449 11.7775 20.4053 13.074 21.2742L14.1569 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H15.9968L21 7V10ZM13 12H21V17.3823C21 18.2786 20.5544 19.1156 19.8125 19.6128L17 21.4978L14.1875 19.6128C13.4456 19.1156 13 18.2786 13 17.3823V12Z" }) }))); };
|
|
315
|
+
export var FileShield2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 10H11V17.3823C11 18.9449 11.7775 20.4053 13.074 21.2742L14.1569 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H15.9968L21 7V10ZM13 12H21V17.3823C21 18.2786 20.5544 19.1156 19.8125 19.6128L17 21.4978L14.1875 19.6128C13.4456 19.1156 13 18.2786 13 17.3823V12Z" }) }))); };
|
|
316
316
|
import fileShield2LineSvgImport from "remixicon/icons/Document/file-shield-2-line.svg";
|
|
317
317
|
export var fileShield2LineSvg = fileShield2LineSvgImport;
|
|
318
|
-
export var FileShield2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14 9V4H5V20H11.0563C11.3838 20.4171 11.7803 20.7847 12.236 21.0848L13.626 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8V9H14ZM12 11H21V16.949C21 17.9397 20.4987 18.8648 19.6641 19.4144L16.5 21.4978L13.3359 19.4144C12.5013 18.8648 12 17.9397 12 16.949V11ZM14 16.949C14 17.2652 14.1616 17.5634 14.4358 17.744L16.5 19.1032L18.5642 17.744C18.8384 17.5634 19 17.2652 19 16.949V13H14V16.949Z" }) }))); };
|
|
318
|
+
export var FileShield2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14 9V4H5V20H11.0563C11.3838 20.4171 11.7803 20.7847 12.236 21.0848L13.626 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8V9H14ZM12 11H21V16.949C21 17.9397 20.4987 18.8648 19.6641 19.4144L16.5 21.4978L13.3359 19.4144C12.5013 18.8648 12 17.9397 12 16.949V11ZM14 16.949C14 17.2652 14.1616 17.5634 14.4358 17.744L16.5 19.1032L18.5642 17.744C18.8384 17.5634 19 17.2652 19 16.949V13H14V16.949Z" }) }))); };
|
|
319
319
|
import fileShieldFillSvgImport from "remixicon/icons/Document/file-shield-fill.svg";
|
|
320
320
|
export var fileShieldFillSvg = fileShieldFillSvgImport;
|
|
321
|
-
export var FileShieldFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 7V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H15.9968L21 7ZM8 8V13.6002C8 14.4496 8.4456 15.2427 9.18747 15.7138L12 17.5L14.8125 15.7138C15.5544 15.2427 16 14.4496 16 13.6002V8H8ZM10 10H14V13.6002C14 13.7579 13.9103 13.9176 13.7403 14.0255L12 15.1308L10.2597 14.0255C10.0897 13.9176 10 13.7579 10 13.6002V10Z" }) }))); };
|
|
321
|
+
export var FileShieldFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 7V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H15.9968L21 7ZM8 8V13.6002C8 14.4496 8.4456 15.2427 9.18747 15.7138L12 17.5L14.8125 15.7138C15.5544 15.2427 16 14.4496 16 13.6002V8H8ZM10 10H14V13.6002C14 13.7579 13.9103 13.9176 13.7403 14.0255L12 15.1308L10.2597 14.0255C10.0897 13.9176 10 13.7579 10 13.6002V10Z" }) }))); };
|
|
322
322
|
import fileShieldLineSvgImport from "remixicon/icons/Document/file-shield-line.svg";
|
|
323
323
|
export var fileShieldLineSvg = fileShieldLineSvgImport;
|
|
324
|
-
export var FileShieldLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14 8V4H5V20H19V9H16V13.6195C16 14.4641 15.5544 15.2529 14.8125 15.7215L12 17.4978L9.18747 15.7215C8.4456 15.2529 8 14.4641 8 13.6195V8H14ZM21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8ZM10 13.6195C10 13.7698 10.0872 13.9242 10.2554 14.0305L12 15.1323L13.7446 14.0305C13.9128 13.9242 14 13.7698 14 13.6195V10H10V13.6195Z" }) }))); };
|
|
324
|
+
export var FileShieldLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M14 8V4H5V20H19V9H16V13.6195C16 14.4641 15.5544 15.2529 14.8125 15.7215L12 17.4978L9.18747 15.7215C8.4456 15.2529 8 14.4641 8 13.6195V8H14ZM21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8ZM10 13.6195C10 13.7698 10.0872 13.9242 10.2554 14.0305L12 15.1323L13.7446 14.0305C13.9128 13.9242 14 13.7698 14 13.6195V10H10V13.6195Z" }) }))); };
|
|
325
325
|
import fileShredFillSvgImport from "remixicon/icons/Document/file-shred-fill.svg";
|
|
326
326
|
export var fileShredFillSvg = fileShredFillSvgImport;
|
|
327
|
-
export var FileShredFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 12V14H2V12H4V2.9954C4 2.44565 4.44484 2 4.99558 2H15L19.9997 7L20 12H22ZM3 16H5V22H3V16ZM19 16H21V22H19V16ZM15 16H17V22H15V16ZM11 16H13V22H11V16ZM7 16H9V22H7V16Z" }) }))); };
|
|
327
|
+
export var FileShredFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 12V14H2V12H4V2.9954C4 2.44565 4.44484 2 4.99558 2H15L19.9997 7L20 12H22ZM3 16H5V22H3V16ZM19 16H21V22H19V16ZM15 16H17V22H15V16ZM11 16H13V22H11V16ZM7 16H9V22H7V16Z" }) }))); };
|
|
328
328
|
import fileShredLineSvgImport from "remixicon/icons/Document/file-shred-line.svg";
|
|
329
329
|
export var fileShredLineSvg = fileShredLineSvgImport;
|
|
330
|
-
export var FileShredLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 12H18V8H14V4H6V12ZM4 12V2.9954C4 2.44565 4.44484 2 4.99558 2H15L19.9997 7L20 12H22V14H2V12H4ZM3 16H5V22H3V16ZM19 16H21V22H19V16ZM15 16H17V22H15V16ZM11 16H13V22H11V16ZM7 16H9V22H7V16Z" }) }))); };
|
|
330
|
+
export var FileShredLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 12H18V8H14V4H6V12ZM4 12V2.9954C4 2.44565 4.44484 2 4.99558 2H15L19.9997 7L20 12H22V14H2V12H4ZM3 16H5V22H3V16ZM19 16H21V22H19V16ZM15 16H17V22H15V16ZM11 16H13V22H11V16ZM7 16H9V22H7V16Z" }) }))); };
|
|
331
331
|
import fileTextFillSvgImport from "remixicon/icons/Document/file-text-fill.svg";
|
|
332
332
|
export var fileTextFillSvg = fileTextFillSvgImport;
|
|
333
|
-
export var FileTextFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 9V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21ZM21 7H16V2.00318L21 7ZM8 7V9H11V7H8ZM8 11V13H16V11H8ZM8 15V17H16V15H8Z" }) }))); };
|
|
333
|
+
export var FileTextFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 9V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21ZM21 7H16V2.00318L21 7ZM8 7V9H11V7H8ZM8 11V13H16V11H8ZM8 15V17H16V15H8Z" }) }))); };
|
|
334
334
|
import fileTextLineSvgImport from "remixicon/icons/Document/file-text-line.svg";
|
|
335
335
|
export var fileTextLineSvg = fileTextLineSvgImport;
|
|
336
|
-
export var FileTextLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8ZM19 9H14V4H5V20H19V9ZM8 7H11V9H8V7ZM8 11H16V13H8V11ZM8 15H16V17H8V15Z" }) }))); };
|
|
336
|
+
export var FileTextLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 8V20.9932C21 21.5501 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8ZM19 9H14V4H5V20H19V9ZM8 7H11V9H8V7ZM8 11H16V13H8V11ZM8 15H16V17H8V15Z" }) }))); };
|
|
337
337
|
import fileTransferFillSvgImport from "remixicon/icons/Document/file-transfer-fill.svg";
|
|
338
338
|
export var fileTransferFillSvg = fileTransferFillSvgImport;
|
|
339
|
-
export var FileTransferFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 11H8V13H12V16L16 12L12 8V11Z" }) }))); };
|
|
339
|
+
export var FileTransferFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 11H8V13H12V16L16 12L12 8V11Z" }) }))); };
|
|
340
340
|
import fileTransferLineSvgImport from "remixicon/icons/Document/file-transfer-line.svg";
|
|
341
341
|
export var fileTransferLineSvg = fileTransferLineSvgImport;
|
|
342
|
-
export var FileTransferLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM12 11V8L16 12L12 16V13H8V11H12Z" }) }))); };
|
|
342
|
+
export var FileTransferLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM12 11V8L16 12L12 16V13H8V11H12Z" }) }))); };
|
|
343
343
|
import fileUnknowFillSvgImport from "remixicon/icons/Document/file-unknow-fill.svg";
|
|
344
344
|
export var fileUnknowFillSvg = fileUnknowFillSvgImport;
|
|
345
|
-
export var FileUnknowFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 15V17H13V15H11ZM13 13.3551C14.4457 12.9248 15.5 11.5855 15.5 10C15.5 8.067 13.933 6.5 12 6.5C10.302 6.5 8.88637 7.70919 8.56731 9.31346L10.5288 9.70577C10.6656 9.01823 11.2723 8.5 12 8.5C12.8284 8.5 13.5 9.17157 13.5 10C13.5 10.8284 12.8284 11.5 12 11.5C11.4477 11.5 11 11.9477 11 12.5V14H13V13.3551Z" }) }))); };
|
|
345
|
+
export var FileUnknowFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 15V17H13V15H11ZM13 13.3551C14.4457 12.9248 15.5 11.5855 15.5 10C15.5 8.067 13.933 6.5 12 6.5C10.302 6.5 8.88637 7.70919 8.56731 9.31346L10.5288 9.70577C10.6656 9.01823 11.2723 8.5 12 8.5C12.8284 8.5 13.5 9.17157 13.5 10C13.5 10.8284 12.8284 11.5 12 11.5C11.4477 11.5 11 11.9477 11 12.5V14H13V13.3551Z" }) }))); };
|
|
346
346
|
import fileUnknowLineSvgImport from "remixicon/icons/Document/file-unknow-line.svg";
|
|
347
347
|
export var fileUnknowLineSvg = fileUnknowLineSvgImport;
|
|
348
|
-
export var FileUnknowLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 15H13V17H11V15ZM13 13.3551V14H11V12.5C11 11.9477 11.4477 11.5 12 11.5C12.8284 11.5 13.5 10.8284 13.5 10C13.5 9.17157 12.8284 8.5 12 8.5C11.2723 8.5 10.6656 9.01823 10.5288 9.70577L8.56731 9.31346C8.88637 7.70919 10.302 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10C15.5 11.5855 14.4457 12.9248 13 13.3551ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
348
|
+
export var FileUnknowLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 15H13V17H11V15ZM13 13.3551V14H11V12.5C11 11.9477 11.4477 11.5 12 11.5C12.8284 11.5 13.5 10.8284 13.5 10C13.5 9.17157 12.8284 8.5 12 8.5C11.2723 8.5 10.6656 9.01823 10.5288 9.70577L8.56731 9.31346C8.88637 7.70919 10.302 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10C15.5 11.5855 14.4457 12.9248 13 13.3551ZM15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
349
349
|
import fileUploadFillSvgImport from "remixicon/icons/Document/file-upload-fill.svg";
|
|
350
350
|
export var fileUploadFillSvg = fileUploadFillSvgImport;
|
|
351
|
-
export var FileUploadFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13 12H16L12 8L8 12H11V16H13V12Z" }) }))); };
|
|
351
|
+
export var FileUploadFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13 12H16L12 8L8 12H11V16H13V12Z" }) }))); };
|
|
352
352
|
import fileUploadLineSvgImport from "remixicon/icons/Document/file-upload-line.svg";
|
|
353
353
|
export var fileUploadLineSvg = fileUploadLineSvgImport;
|
|
354
|
-
export var FileUploadLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM13 12V16H11V12H8L12 8L16 12H13Z" }) }))); };
|
|
354
|
+
export var FileUploadLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM13 12V16H11V12H8L12 8L16 12H13Z" }) }))); };
|
|
355
355
|
import fileUserFillSvgImport from "remixicon/icons/Document/file-user-fill.svg";
|
|
356
356
|
export var fileUserFillSvg = fileUserFillSvgImport;
|
|
357
|
-
export var FileUserFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5ZM7.52746 17H16.4725C16.2238 14.75 14.3163 13 12 13C9.68372 13 7.77619 14.75 7.52746 17Z" }) }))); };
|
|
357
|
+
export var FileUserFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5ZM7.52746 17H16.4725C16.2238 14.75 14.3163 13 12 13C9.68372 13 7.77619 14.75 7.52746 17Z" }) }))); };
|
|
358
358
|
import fileUserLineSvgImport from "remixicon/icons/Document/file-user-line.svg";
|
|
359
359
|
export var fileUserLineSvg = fileUserLineSvgImport;
|
|
360
|
-
export var FileUserLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9C14.5 10.3807 13.3807 11.5 12 11.5ZM7.52746 17C7.77619 14.75 9.68372 13 12 13C14.3163 13 16.2238 14.75 16.4725 17H7.52746Z" }) }))); };
|
|
360
|
+
export var FileUserLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9C14.5 10.3807 13.3807 11.5 12 11.5ZM7.52746 17C7.77619 14.75 9.68372 13 12 13C14.3163 13 16.2238 14.75 16.4725 17H7.52746Z" }) }))); };
|
|
361
361
|
import fileWarningFillSvgImport from "remixicon/icons/Document/file-warning-fill.svg";
|
|
362
362
|
export var fileWarningFillSvg = fileWarningFillSvgImport;
|
|
363
|
-
export var FileWarningFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z" }) }))); };
|
|
363
|
+
export var FileWarningFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z" }) }))); };
|
|
364
364
|
import fileWarningLineSvgImport from "remixicon/icons/Document/file-warning-line.svg";
|
|
365
365
|
export var fileWarningLineSvg = fileWarningLineSvgImport;
|
|
366
|
-
export var FileWarningLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z" }) }))); };
|
|
366
|
+
export var FileWarningLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 4H5V20H19V8H15V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z" }) }))); };
|
|
367
367
|
import fileWord2FillSvgImport from "remixicon/icons/Document/file-word-2-fill.svg";
|
|
368
368
|
export var fileWord2FillSvg = fileWord2FillSvgImport;
|
|
369
|
-
export var FileWord2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V3.00022ZM2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM11 8.00022V12.9892L9 11.0002L7.01083 13.0002L7 8.00022H5V16.0002H7L9 14.0002L11 16.0002H13V8.00022H11Z" }) }))); };
|
|
369
|
+
export var FileWord2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V3.00022ZM2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM11 8.00022V12.9892L9 11.0002L7.01083 13.0002L7 8.00022H5V16.0002H7L9 14.0002L11 16.0002H13V8.00022H11Z" }) }))); };
|
|
370
370
|
import fileWord2LineSvgImport from "remixicon/icons/Document/file-word-2-line.svg";
|
|
371
371
|
export var fileWord2LineSvg = fileWord2LineSvgImport;
|
|
372
|
-
export var FileWord2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 19.0002H20V5.00022H17V3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V19.0002ZM2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM4 4.73481V19.2656L14 20.6942V3.30624L4 4.73481ZM11 8.00022H13V16.0002H11L9 14.0002L7 16.0002H5V8.00022H7L7.01083 13.0002L9 11.0002L11 12.9892V8.00022Z" }) }))); };
|
|
372
|
+
export var FileWord2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 19.0002H20V5.00022H17V3.00022H21C21.5523 3.00022 22 3.44793 22 4.00022V20.0002C22 20.5525 21.5523 21.0002 21 21.0002H17V19.0002ZM2.85858 2.87756L15.4293 1.08175C15.7027 1.0427 15.9559 1.23265 15.995 1.50601C15.9983 1.52943 16 1.55306 16 1.57672V22.4237C16 22.6999 15.7761 22.9237 15.5 22.9237C15.4763 22.9237 15.4527 22.922 15.4293 22.9187L2.85858 21.1229C2.36593 21.0525 2 20.6306 2 20.1329V3.86751C2 3.36986 2.36593 2.94794 2.85858 2.87756ZM4 4.73481V19.2656L14 20.6942V3.30624L4 4.73481ZM11 8.00022H13V16.0002H11L9 14.0002L7 16.0002H5V8.00022H7L7.01083 13.0002L9 11.0002L11 12.9892V8.00022Z" }) }))); };
|
|
373
373
|
import fileWordFillSvgImport from "remixicon/icons/Document/file-word-fill.svg";
|
|
374
374
|
export var fileWordFillSvg = fileWordFillSvgImport;
|
|
375
|
-
export var FileWordFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM14 8V12.989L12 11L10.0108 13L10 8H8V16H10L12 14L14 16H16V8H14Z" }) }))); };
|
|
375
|
+
export var FileWordFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM14 8V12.989L12 11L10.0108 13L10 8H8V16H10L12 14L14 16H16V8H14Z" }) }))); };
|
|
376
376
|
import fileWordLineSvgImport from "remixicon/icons/Document/file-word-line.svg";
|
|
377
377
|
export var fileWordLineSvg = fileWordLineSvgImport;
|
|
378
|
-
export var FileWordLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 8V16H14L12 14L10 16H8V8H10V13L12 11L14 13V8H15V4H5V20H19V8H16ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
378
|
+
export var FileWordLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 8V16H14L12 14L10 16H8V8H10V13L12 11L14 13V8H15V4H5V20H19V8H16ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z" }) }))); };
|
|
379
379
|
import fileZipFillSvgImport from "remixicon/icons/Document/file-zip-fill.svg";
|
|
380
380
|
export var fileZipFillSvg = fileZipFillSvgImport;
|
|
381
|
-
export var FileZipFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10 2V4H12V2H20.0066C20.5551 2 21 2.44405 21 2.9918V21.0082C21 21.5447 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44476 2 3.9934 2H10ZM12 4V6H14V4H12ZM10 6V8H12V6H10ZM12 8V10H14V8H12ZM10 10V12H12V10H10ZM12 12V14H10V17H14V12H12Z" }) }))); };
|
|
381
|
+
export var FileZipFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10 2V4H12V2H20.0066C20.5551 2 21 2.44405 21 2.9918V21.0082C21 21.5447 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44476 2 3.9934 2H10ZM12 4V6H14V4H12ZM10 6V8H12V6H10ZM12 8V10H14V8H12ZM10 10V12H12V10H10ZM12 12V14H10V17H14V12H12Z" }) }))); };
|
|
382
382
|
import fileZipLineSvgImport from "remixicon/icons/Document/file-zip-line.svg";
|
|
383
383
|
export var fileZipLineSvg = fileZipLineSvgImport;
|
|
384
|
-
export var FileZipLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM14 12V17H10V14H12V12H14ZM12 4H14V6H12V4ZM10 6H12V8H10V6ZM12 8H14V10H12V8ZM10 10H12V12H10V10Z" }) }))); };
|
|
384
|
+
export var FileZipLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM14 12V17H10V14H12V12H14ZM12 4H14V6H12V4ZM10 6H12V8H10V6ZM12 8H14V10H12V8ZM10 10H12V12H10V10Z" }) }))); };
|
|
385
385
|
import folder2FillSvgImport from "remixicon/icons/Document/folder-2-fill.svg";
|
|
386
386
|
export var folder2FillSvg = folder2FillSvgImport;
|
|
387
|
-
export var Folder2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 11V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V11H22ZM22 9H2V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V9Z" }) }))); };
|
|
387
|
+
export var Folder2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 11V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V11H22ZM22 9H2V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V9Z" }) }))); };
|
|
388
388
|
import folder2LineSvgImport from "remixicon/icons/Document/folder-2-line.svg";
|
|
389
389
|
export var folder2LineSvg = folder2LineSvgImport;
|
|
390
|
-
export var Folder2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM20 11H4V19H20V11ZM20 9V7H11.5858L9.58579 5H4V9H20Z" }) }))); };
|
|
390
|
+
export var Folder2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM20 11H4V19H20V11ZM20 9V7H11.5858L9.58579 5H4V9H20Z" }) }))); };
|
|
391
391
|
import folder3FillSvgImport from "remixicon/icons/Document/folder-3-fill.svg";
|
|
392
392
|
export var folder3FillSvg = folder3FillSvgImport;
|
|
393
|
-
export var Folder3FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 8V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V7H21C21.5523 7 22 7.44772 22 8ZM12.4142 5H2V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5Z" }) }))); };
|
|
393
|
+
export var Folder3FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 8V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V7H21C21.5523 7 22 7.44772 22 8ZM12.4142 5H2V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5Z" }) }))); };
|
|
394
394
|
import folder3LineSvgImport from "remixicon/icons/Document/folder-3-line.svg";
|
|
395
395
|
export var folder3LineSvg = folder3LineSvgImport;
|
|
396
|
-
export var Folder3LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 7V19H20V7H4Z" }) }))); };
|
|
396
|
+
export var Folder3LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 7V19H20V7H4Z" }) }))); };
|
|
397
397
|
import folder4FillSvgImport from "remixicon/icons/Document/folder-4-fill.svg";
|
|
398
398
|
export var folder4FillSvg = folder4FillSvgImport;
|
|
399
|
-
export var Folder4FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M8 21V11H22V20C22 20.5523 21.5523 21 21 21H8ZM6 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V9H7C6.44772 9 6 9.44772 6 10V21Z" }) }))); };
|
|
399
|
+
export var Folder4FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M8 21V11H22V20C22 20.5523 21.5523 21 21 21H8ZM6 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V9H7C6.44772 9 6 9.44772 6 10V21Z" }) }))); };
|
|
400
400
|
import folder4LineSvgImport from "remixicon/icons/Document/folder-4-line.svg";
|
|
401
401
|
export var folder4LineSvg = folder4LineSvgImport;
|
|
402
|
-
export var Folder4LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8 19H20V11H8V19ZM6 19V10C6 9.44772 6.44772 9 7 9H20V7H11.5858L9.58579 5H4V19H6Z" }) }))); };
|
|
402
|
+
export var Folder4LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8 19H20V11H8V19ZM6 19V10C6 9.44772 6.44772 9 7 9H20V7H11.5858L9.58579 5H4V19H6Z" }) }))); };
|
|
403
403
|
import folder5FillSvgImport from "remixicon/icons/Document/folder-5-fill.svg";
|
|
404
404
|
export var folder5FillSvg = folder5FillSvgImport;
|
|
405
|
-
export var Folder5FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.4144 5H20.0002C20.5525 5 21.0002 5.44772 21.0002 6V7H3.00017V4C3.00017 3.44772 3.44789 3 4.00017 3H11.4144L13.4144 5ZM3.08697 9H20.9134C21.4657 9 21.9134 9.44772 21.9134 10C21.9134 10.0277 21.9122 10.0554 21.9099 10.083L21.0766 20.083C21.0334 20.6013 20.6001 21 20.08 21H3.9203C3.40021 21 2.96695 20.6013 2.92376 20.083L2.09042 10.083C2.04456 9.53267 2.45355 9.04932 3.00392 9.00345C3.03155 9.00115 3.05925 9 3.08697 9Z" }) }))); };
|
|
405
|
+
export var Folder5FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.4144 5H20.0002C20.5525 5 21.0002 5.44772 21.0002 6V7H3.00017V4C3.00017 3.44772 3.44789 3 4.00017 3H11.4144L13.4144 5ZM3.08697 9H20.9134C21.4657 9 21.9134 9.44772 21.9134 10C21.9134 10.0277 21.9122 10.0554 21.9099 10.083L21.0766 20.083C21.0334 20.6013 20.6001 21 20.08 21H3.9203C3.40021 21 2.96695 20.6013 2.92376 20.083L2.09042 10.083C2.04456 9.53267 2.45355 9.04932 3.00392 9.00345C3.03155 9.00115 3.05925 9 3.08697 9Z" }) }))); };
|
|
406
406
|
import folder5LineSvgImport from "remixicon/icons/Document/folder-5-line.svg";
|
|
407
407
|
export var folder5LineSvg = folder5LineSvgImport;
|
|
408
|
-
export var Folder5LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3.08697 9H20.9134C21.4657 9 21.9134 9.44772 21.9134 10C21.9134 10.0277 21.9122 10.0554 21.9099 10.083L21.0766 20.083C21.0334 20.6013 20.6001 21 20.08 21H3.9203C3.40021 21 2.96695 20.6013 2.92376 20.083L2.09042 10.083C2.04456 9.53267 2.45355 9.04932 3.00392 9.00345C3.03155 9.00115 3.05925 9 3.08697 9ZM4.84044 19H19.1599L19.8266 11H4.17377L4.84044 19ZM13.4144 5H20.0002C20.5525 5 21.0002 5.44772 21.0002 6V7H3.00017V4C3.00017 3.44772 3.44789 3 4.00017 3H11.4144L13.4144 5Z" }) }))); };
|
|
408
|
+
export var Folder5LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3.08697 9H20.9134C21.4657 9 21.9134 9.44772 21.9134 10C21.9134 10.0277 21.9122 10.0554 21.9099 10.083L21.0766 20.083C21.0334 20.6013 20.6001 21 20.08 21H3.9203C3.40021 21 2.96695 20.6013 2.92376 20.083L2.09042 10.083C2.04456 9.53267 2.45355 9.04932 3.00392 9.00345C3.03155 9.00115 3.05925 9 3.08697 9ZM4.84044 19H19.1599L19.8266 11H4.17377L4.84044 19ZM13.4144 5H20.0002C20.5525 5 21.0002 5.44772 21.0002 6V7H3.00017V4C3.00017 3.44772 3.44789 3 4.00017 3H11.4144L13.4144 5Z" }) }))); };
|
|
409
409
|
import folderAddFillSvgImport from "remixicon/icons/Document/folder-add-fill.svg";
|
|
410
410
|
export var folderAddFillSvg = folderAddFillSvgImport;
|
|
411
|
-
export var FolderAddFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 12H8V14H11V17H13V14H16V12H13V9H11V12Z" }) }))); };
|
|
411
|
+
export var FolderAddFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 12H8V14H11V17H13V14H16V12H13V9H11V12Z" }) }))); };
|
|
412
412
|
import folderAddLineSvgImport from "remixicon/icons/Document/folder-add-line.svg";
|
|
413
413
|
export var folderAddLineSvg = folderAddLineSvgImport;
|
|
414
|
-
export var FolderAddLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12V9H13V12H16V14H13V17H11V14H8V12H11Z" }) }))); };
|
|
414
|
+
export var FolderAddLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12V9H13V12H16V14H13V17H11V14H8V12H11Z" }) }))); };
|
|
415
415
|
import folderChart2FillSvgImport from "remixicon/icons/Document/folder-chart-2-fill.svg";
|
|
416
416
|
export var folderChart2FillSvg = folderChart2FillSvgImport;
|
|
417
|
-
export var FolderChart2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17C14.2091 17 16 15.2091 16 13H12V9Z" }) }))); };
|
|
417
|
+
export var FolderChart2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17C14.2091 17 16 15.2091 16 13H12V9Z" }) }))); };
|
|
418
418
|
import folderChart2LineSvgImport from "remixicon/icons/Document/folder-chart-2-line.svg";
|
|
419
419
|
export var folderChart2LineSvg = folderChart2LineSvgImport;
|
|
420
|
-
export var FolderChart2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM12 9V13H16C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13C8 10.7909 9.79086 9 12 9Z" }) }))); };
|
|
420
|
+
export var FolderChart2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM12 9V13H16C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13C8 10.7909 9.79086 9 12 9Z" }) }))); };
|
|
421
421
|
import folderChartFillSvgImport from "remixicon/icons/Document/folder-chart-fill.svg";
|
|
422
422
|
export var folderChartFillSvg = folderChartFillSvgImport;
|
|
423
|
-
export var FolderChartFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 9V17H13V9H11ZM15 12V17H17V12H15ZM7 14V17H9V14H7Z" }) }))); };
|
|
423
|
+
export var FolderChartFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 9V17H13V9H11ZM15 12V17H17V12H15ZM7 14V17H9V14H7Z" }) }))); };
|
|
424
424
|
import folderChartLineSvgImport from "remixicon/icons/Document/folder-chart-line.svg";
|
|
425
425
|
export var folderChartLineSvg = folderChartLineSvgImport;
|
|
426
|
-
export var FolderChartLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 9H13V17H11V9ZM15 12H17V17H15V12ZM7 14H9V17H7V14Z" }) }))); };
|
|
426
|
+
export var FolderChartLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 9H13V17H11V9ZM15 12H17V17H15V12ZM7 14H9V17H7V14Z" }) }))); };
|
|
427
427
|
import folderDownloadFillSvgImport from "remixicon/icons/Document/folder-download-fill.svg";
|
|
428
428
|
export var folderDownloadFillSvg = folderDownloadFillSvgImport;
|
|
429
|
-
export var FolderDownloadFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM13 13V9H11V13H8L12 17L16 13H13Z" }) }))); };
|
|
429
|
+
export var FolderDownloadFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM13 13V9H11V13H8L12 17L16 13H13Z" }) }))); };
|
|
430
430
|
import folderDownloadLineSvgImport from "remixicon/icons/Document/folder-download-line.svg";
|
|
431
431
|
export var folderDownloadLineSvg = folderDownloadLineSvgImport;
|
|
432
|
-
export var FolderDownloadLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM13 13H16L12 17L8 13H11V9H13V13Z" }) }))); };
|
|
432
|
+
export var FolderDownloadLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM13 13H16L12 17L8 13H11V9H13V13Z" }) }))); };
|
|
433
433
|
import folderFillSvgImport from "remixicon/icons/Document/folder-fill.svg";
|
|
434
434
|
export var folderFillSvg = folderFillSvgImport;
|
|
435
|
-
export var FolderFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5Z" }) }))); };
|
|
435
|
+
export var FolderFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5Z" }) }))); };
|
|
436
436
|
import folderForbidFillSvgImport from "remixicon/icons/Document/folder-forbid-fill.svg";
|
|
437
437
|
export var folderForbidFillSvg = folderForbidFillSvgImport;
|
|
438
|
-
export var FolderForbidFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 11.2547C20.8662 10.4638 19.4872 10 18 10C14.134 10 11 13.134 11 17C11 18.4872 11.4638 19.8662 12.2547 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V11.2547ZM18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22ZM16.7066 19.7076C17.0982 19.895 17.5369 20 18 20C19.6569 20 21 18.6569 21 17C21 16.5369 20.895 16.0982 20.7076 15.7066L16.7066 19.7076ZM15.2924 18.2934L19.2934 14.2924C18.9018 14.105 18.4631 14 18 14C16.3431 14 15 15.3431 15 17C15 17.4631 15.105 17.9018 15.2924 18.2934Z" }) }))); };
|
|
438
|
+
export var FolderForbidFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 11.2547C20.8662 10.4638 19.4872 10 18 10C14.134 10 11 13.134 11 17C11 18.4872 11.4638 19.8662 12.2547 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V11.2547ZM18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22ZM16.7066 19.7076C17.0982 19.895 17.5369 20 18 20C19.6569 20 21 18.6569 21 17C21 16.5369 20.895 16.0982 20.7076 15.7066L16.7066 19.7076ZM15.2924 18.2934L19.2934 14.2924C18.9018 14.105 18.4631 14 18 14C16.3431 14 15 15.3431 15 17C15 17.4631 15.105 17.9018 15.2924 18.2934Z" }) }))); };
|
|
439
439
|
import folderForbidLineSvgImport from "remixicon/icons/Document/folder-forbid-line.svg";
|
|
440
440
|
export var folderForbidLineSvg = folderForbidLineSvgImport;
|
|
441
|
-
export var FolderForbidLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 11.2547C21.396 10.8334 20.7224 10.5049 20 10.2899V7H11.5858L9.58579 5H4V19H11.2899C11.5049 19.7224 11.8334 20.396 12.2547 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V11.2547ZM18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22ZM16.7066 19.7076C17.0982 19.895 17.5369 20 18 20C19.6569 20 21 18.6569 21 17C21 16.5369 20.895 16.0982 20.7076 15.7066L16.7066 19.7076ZM15.2924 18.2934L19.2934 14.2924C18.9018 14.105 18.4631 14 18 14C16.3431 14 15 15.3431 15 17C15 17.4631 15.105 17.9018 15.2924 18.2934Z" }) }))); };
|
|
441
|
+
export var FolderForbidLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 11.2547C21.396 10.8334 20.7224 10.5049 20 10.2899V7H11.5858L9.58579 5H4V19H11.2899C11.5049 19.7224 11.8334 20.396 12.2547 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V11.2547ZM18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22ZM16.7066 19.7076C17.0982 19.895 17.5369 20 18 20C19.6569 20 21 18.6569 21 17C21 16.5369 20.895 16.0982 20.7076 15.7066L16.7066 19.7076ZM15.2924 18.2934L19.2934 14.2924C18.9018 14.105 18.4631 14 18 14C16.3431 14 15 15.3431 15 17C15 17.4631 15.105 17.9018 15.2924 18.2934Z" }) }))); };
|
|
442
442
|
import folderHistoryFillSvgImport from "remixicon/icons/Document/folder-history-fill.svg";
|
|
443
443
|
export var folderHistoryFillSvg = folderHistoryFillSvgImport;
|
|
444
|
-
export var FolderHistoryFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM13 9H11V15H16V13H13V9Z" }) }))); };
|
|
444
|
+
export var FolderHistoryFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM13 9H11V15H16V13H13V9Z" }) }))); };
|
|
445
445
|
import folderHistoryLineSvgImport from "remixicon/icons/Document/folder-history-line.svg";
|
|
446
446
|
export var folderHistoryLineSvg = folderHistoryLineSvgImport;
|
|
447
|
-
export var FolderHistoryLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM9.58579 5H4V19H20V7H11.5858L9.58579 5ZM13 9V13H16V15H11V9H13Z" }) }))); };
|
|
447
|
+
export var FolderHistoryLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM9.58579 5H4V19H20V7H11.5858L9.58579 5ZM13 9V13H16V15H11V9H13Z" }) }))); };
|
|
448
448
|
import folderInfoFillSvgImport from "remixicon/icons/Document/folder-info-fill.svg";
|
|
449
449
|
export var folderInfoFillSvg = folderInfoFillSvgImport;
|
|
450
|
-
export var FolderInfoFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 9V11H13V9H11ZM11 12V17H13V12H11Z" }) }))); };
|
|
450
|
+
export var FolderInfoFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 9V11H13V9H11ZM11 12V17H13V12H11Z" }) }))); };
|
|
451
451
|
import folderInfoLineSvgImport from "remixicon/icons/Document/folder-info-line.svg";
|
|
452
452
|
export var folderInfoLineSvg = folderInfoLineSvgImport;
|
|
453
|
-
export var FolderInfoLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12H13V17H11V12ZM11 9H13V11H11V9Z" }) }))); };
|
|
453
|
+
export var FolderInfoLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12H13V17H11V12ZM11 9H13V11H11V9Z" }) }))); };
|
|
454
454
|
import folderKeyholeFillSvgImport from "remixicon/icons/Document/folder-keyhole-fill.svg";
|
|
455
455
|
export var folderKeyholeFillSvg = folderKeyholeFillSvgImport;
|
|
456
|
-
export var FolderKeyholeFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM12 9C10.8954 9 10 9.89543 10 11C10 11.7403 10.4022 12.3866 10.9999 12.7324L11 17H13L13.0011 12.7318C13.5983 12.3858 14 11.7398 14 11C14 9.89543 13.1046 9 12 9Z" }) }))); };
|
|
456
|
+
export var FolderKeyholeFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM12 9C10.8954 9 10 9.89543 10 11C10 11.7403 10.4022 12.3866 10.9999 12.7324L11 17H13L13.0011 12.7318C13.5983 12.3858 14 11.7398 14 11C14 9.89543 13.1046 9 12 9Z" }) }))); };
|
|
457
457
|
import folderKeyholeLineSvgImport from "remixicon/icons/Document/folder-keyhole-line.svg";
|
|
458
458
|
export var folderKeyholeLineSvg = folderKeyholeLineSvgImport;
|
|
459
|
-
export var FolderKeyholeLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM9.58579 5H4V19H20V7H11.5858L9.58579 5ZM12 9C13.1046 9 14 9.89543 14 11C14 11.7398 13.5983 12.3858 13.0011 12.7318L13 17H11L10.9999 12.7324C10.4022 12.3866 10 11.7403 10 11C10 9.89543 10.8954 9 12 9Z" }) }))); };
|
|
459
|
+
export var FolderKeyholeLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM9.58579 5H4V19H20V7H11.5858L9.58579 5ZM12 9C13.1046 9 14 9.89543 14 11C14 11.7398 13.5983 12.3858 13.0011 12.7318L13 17H11L10.9999 12.7324C10.4022 12.3866 10 11.7403 10 11C10 9.89543 10.8954 9 12 9Z" }) }))); };
|
|
460
460
|
import folderLineSvgImport from "remixicon/icons/Document/folder-line.svg";
|
|
461
461
|
export var folderLineSvg = folderLineSvgImport;
|
|
462
|
-
export var FolderLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M4 5V19H20V7H11.5858L9.58579 5H4ZM12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5Z" }) }))); };
|
|
462
|
+
export var FolderLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M4 5V19H20V7H11.5858L9.58579 5H4ZM12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5Z" }) }))); };
|
|
463
463
|
import folderLockFillSvgImport from "remixicon/icons/Document/folder-lock-fill.svg";
|
|
464
464
|
export var folderLockFillSvg = folderLockFillSvgImport;
|
|
465
|
-
export var FolderLockFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM15 13V12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12V13H8V17H16V13H15ZM13 13H11V12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12V13Z" }) }))); };
|
|
465
|
+
export var FolderLockFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM15 13V12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12V13H8V17H16V13H15ZM13 13H11V12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12V13Z" }) }))); };
|
|
466
466
|
import folderLockLineSvgImport from "remixicon/icons/Document/folder-lock-line.svg";
|
|
467
467
|
export var folderLockLineSvg = folderLockLineSvgImport;
|
|
468
|
-
export var FolderLockLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM15 13H16V17H8V13H9V12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12V13ZM13 13V12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12V13H13Z" }) }))); };
|
|
468
|
+
export var FolderLockLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM15 13H16V17H8V13H9V12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12V13ZM13 13V12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12V13H13Z" }) }))); };
|
|
469
469
|
import folderMusicFillSvgImport from "remixicon/icons/Document/folder-music-fill.svg";
|
|
470
470
|
export var folderMusicFillSvg = folderMusicFillSvgImport;
|
|
471
|
-
export var FolderMusicFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 13.05C10.8384 13.0172 10.6712 13 10.5 13C9.11929 13 8 14.1193 8 15.5C8 16.8807 9.11929 18 10.5 18C11.8807 18 13 16.8807 13 15.5V11H16V9H11V13.05Z" }) }))); };
|
|
471
|
+
export var FolderMusicFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 13.05C10.8384 13.0172 10.6712 13 10.5 13C9.11929 13 8 14.1193 8 15.5C8 16.8807 9.11929 18 10.5 18C11.8807 18 13 16.8807 13 15.5V11H16V9H11V13.05Z" }) }))); };
|
|
472
472
|
import folderMusicLineSvgImport from "remixicon/icons/Document/folder-music-line.svg";
|
|
473
473
|
export var folderMusicLineSvg = folderMusicLineSvgImport;
|
|
474
|
-
export var FolderMusicLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 13.05V9H16V11H13V15.5C13 16.8807 11.8807 18 10.5 18C9.11929 18 8 16.8807 8 15.5C8 14.1193 9.11929 13 10.5 13C10.6712 13 10.8384 13.0172 11 13.05Z" }) }))); };
|
|
474
|
+
export var FolderMusicLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 13.05V9H16V11H13V15.5C13 16.8807 11.8807 18 10.5 18C9.11929 18 8 16.8807 8 15.5C8 14.1193 9.11929 13 10.5 13C10.6712 13 10.8384 13.0172 11 13.05Z" }) }))); };
|
|
475
475
|
import folderOpenFillSvgImport from "remixicon/icons/Document/folder-open-fill.svg";
|
|
476
476
|
export var folderOpenFillSvg = folderOpenFillSvgImport;
|
|
477
|
-
export var FolderOpenFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 21C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H20C20.5523 5 21 5.44772 21 6V9H4V18.996L6 11H22.5L20.1894 20.2425C20.0781 20.6877 19.6781 21 19.2192 21H3Z" }) }))); };
|
|
477
|
+
export var FolderOpenFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 21C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H20C20.5523 5 21 5.44772 21 6V9H4V18.996L6 11H22.5L20.1894 20.2425C20.0781 20.6877 19.6781 21 19.2192 21H3Z" }) }))); };
|
|
478
478
|
import folderOpenLineSvgImport from "remixicon/icons/Document/folder-open-line.svg";
|
|
479
479
|
export var folderOpenLineSvg = folderOpenLineSvgImport;
|
|
480
|
-
export var FolderOpenLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 21C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H20C20.5523 5 21 5.44772 21 6V9H19V7H11.5858L9.58579 5H4V16.998L5.5 11H22.5L20.1894 20.2425C20.0781 20.6877 19.6781 21 19.2192 21H3ZM19.9384 13H7.06155L5.56155 19H18.4384L19.9384 13Z" }) }))); };
|
|
480
|
+
export var FolderOpenLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 21C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H20C20.5523 5 21 5.44772 21 6V9H19V7H11.5858L9.58579 5H4V16.998L5.5 11H22.5L20.1894 20.2425C20.0781 20.6877 19.6781 21 19.2192 21H3ZM19.9384 13H7.06155L5.56155 19H18.4384L19.9384 13Z" }) }))); };
|
|
481
481
|
import folderReceivedFillSvgImport from "remixicon/icons/Document/folder-received-fill.svg";
|
|
482
482
|
export var folderReceivedFillSvg = folderReceivedFillSvgImport;
|
|
483
|
-
export var FolderReceivedFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13.126C21.0149 12.4174 19.8062 12 18.5 12C15.1863 12 12.5 14.6863 12.5 18C12.5 19.0929 12.7922 20.1175 13.3027 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13.126ZM20 17H23V19H20V22.5L15 18L20 13.5V17Z" }) }))); };
|
|
483
|
+
export var FolderReceivedFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13.126C21.0149 12.4174 19.8062 12 18.5 12C15.1863 12 12.5 14.6863 12.5 18C12.5 19.0929 12.7922 20.1175 13.3027 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13.126ZM20 17H23V19H20V22.5L15 18L20 13.5V17Z" }) }))); };
|
|
484
484
|
import folderReceivedLineSvgImport from "remixicon/icons/Document/folder-received-line.svg";
|
|
485
485
|
export var folderReceivedLineSvg = folderReceivedLineSvgImport;
|
|
486
|
-
export var FolderReceivedLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13H20V7H11.5858L9.58579 5H4V19H13V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13ZM20 17H23V19H20V22.5L15 18L20 13.5V17Z" }) }))); };
|
|
486
|
+
export var FolderReceivedLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13H20V7H11.5858L9.58579 5H4V19H13V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13ZM20 17H23V19H20V22.5L15 18L20 13.5V17Z" }) }))); };
|
|
487
487
|
import folderReduceFillSvgImport from "remixicon/icons/Document/folder-reduce-fill.svg";
|
|
488
488
|
export var folderReduceFillSvg = folderReduceFillSvgImport;
|
|
489
|
-
export var FolderReduceFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8 12V14H16V12H8Z" }) }))); };
|
|
489
|
+
export var FolderReduceFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8 12V14H16V12H8Z" }) }))); };
|
|
490
490
|
import folderReduceLineSvgImport from "remixicon/icons/Document/folder-reduce-line.svg";
|
|
491
491
|
export var folderReduceLineSvg = folderReduceLineSvgImport;
|
|
492
|
-
export var FolderReduceLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8 12H16V14H8V12Z" }) }))); };
|
|
492
|
+
export var FolderReduceLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8 12H16V14H8V12Z" }) }))); };
|
|
493
493
|
import folderSettingsFillSvgImport from "remixicon/icons/Document/folder-settings-fill.svg";
|
|
494
494
|
export var folderSettingsFillSvg = folderSettingsFillSvgImport;
|
|
495
|
-
export var FolderSettingsFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8.59114 13.8089L7.59998 14.3812L8.59954 16.1124L9.59141 15.5397C9.98434 15.9114 10.4634 16.1929 10.9955 16.3513V17.4956H12.9945V16.3512C13.5266 16.1928 14.0057 15.9113 14.3986 15.5396L15.3905 16.1123L16.39 14.3811L15.3987 13.8088C15.4605 13.5485 15.4932 13.277 15.4932 12.9978C15.4932 12.7186 15.4605 12.447 15.3987 12.1867L16.39 11.6145L15.3904 9.88325L14.3985 10.4559C14.0056 10.0843 13.5265 9.80274 12.9944 9.64438V8.5H10.9954V9.64438C10.4633 9.80275 9.98424 10.0843 9.59133 10.456L8.59949 9.88335L7.59998 11.6146L8.59112 12.1868C8.52933 12.4471 8.49663 12.7186 8.49663 12.9978C8.49663 13.277 8.52934 13.5486 8.59114 13.8089ZM11.9949 14.4971C11.1669 14.4971 10.4957 13.8258 10.4957 12.9978C10.4957 12.1698 11.1669 11.4985 11.9949 11.4985C12.8229 11.4985 13.4942 12.1698 13.4942 12.9978C13.4942 13.8258 12.8229 14.4971 11.9949 14.4971Z" }) }))); };
|
|
495
|
+
export var FolderSettingsFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8.59114 13.8089L7.59998 14.3812L8.59954 16.1124L9.59141 15.5397C9.98434 15.9114 10.4634 16.1929 10.9955 16.3513V17.4956H12.9945V16.3512C13.5266 16.1928 14.0057 15.9113 14.3986 15.5396L15.3905 16.1123L16.39 14.3811L15.3987 13.8088C15.4605 13.5485 15.4932 13.277 15.4932 12.9978C15.4932 12.7186 15.4605 12.447 15.3987 12.1867L16.39 11.6145L15.3904 9.88325L14.3985 10.4559C14.0056 10.0843 13.5265 9.80274 12.9944 9.64438V8.5H10.9954V9.64438C10.4633 9.80275 9.98424 10.0843 9.59133 10.456L8.59949 9.88335L7.59998 11.6146L8.59112 12.1868C8.52933 12.4471 8.49663 12.7186 8.49663 12.9978C8.49663 13.277 8.52934 13.5486 8.59114 13.8089ZM11.9949 14.4971C11.1669 14.4971 10.4957 13.8258 10.4957 12.9978C10.4957 12.1698 11.1669 11.4985 11.9949 11.4985C12.8229 11.4985 13.4942 12.1698 13.4942 12.9978C13.4942 13.8258 12.8229 14.4971 11.9949 14.4971Z" }) }))); };
|
|
496
496
|
import folderSettingsLineSvgImport from "remixicon/icons/Document/folder-settings-line.svg";
|
|
497
497
|
export var folderSettingsLineSvg = folderSettingsLineSvgImport;
|
|
498
|
-
export var FolderSettingsLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8.59114 13.8089C8.52934 13.5486 8.49663 13.277 8.49663 12.9978C8.49663 12.7186 8.52933 12.4471 8.59112 12.1868L7.59998 11.6146L8.59949 9.88335L9.59133 10.456C9.98424 10.0843 10.4633 9.80275 10.9954 9.64438V8.5H12.9944V9.64438C13.5265 9.80274 14.0056 10.0843 14.3985 10.4559L15.3904 9.88325L16.39 11.6145L15.3987 12.1867C15.4605 12.447 15.4932 12.7186 15.4932 12.9978C15.4932 13.277 15.4605 13.5485 15.3987 13.8088L16.39 14.3811L15.3905 16.1123L14.3986 15.5396C14.0057 15.9113 13.5266 16.1928 12.9945 16.3512V17.4956H10.9955V16.3513C10.4634 16.1929 9.98434 15.9114 9.59141 15.5397L8.59954 16.1124L7.59998 14.3812L8.59114 13.8089ZM11.9949 14.4971C12.8229 14.4971 13.4942 13.8258 13.4942 12.9978C13.4942 12.1698 12.8229 11.4985 11.9949 11.4985C11.1669 11.4985 10.4957 12.1698 10.4957 12.9978C10.4957 13.8258 11.1669 14.4971 11.9949 14.4971Z" }) }))); };
|
|
498
|
+
export var FolderSettingsLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8.59114 13.8089C8.52934 13.5486 8.49663 13.277 8.49663 12.9978C8.49663 12.7186 8.52933 12.4471 8.59112 12.1868L7.59998 11.6146L8.59949 9.88335L9.59133 10.456C9.98424 10.0843 10.4633 9.80275 10.9954 9.64438V8.5H12.9944V9.64438C13.5265 9.80274 14.0056 10.0843 14.3985 10.4559L15.3904 9.88325L16.39 11.6145L15.3987 12.1867C15.4605 12.447 15.4932 12.7186 15.4932 12.9978C15.4932 13.277 15.4605 13.5485 15.3987 13.8088L16.39 14.3811L15.3905 16.1123L14.3986 15.5396C14.0057 15.9113 13.5266 16.1928 12.9945 16.3512V17.4956H10.9955V16.3513C10.4634 16.1929 9.98434 15.9114 9.59141 15.5397L8.59954 16.1124L7.59998 14.3812L8.59114 13.8089ZM11.9949 14.4971C12.8229 14.4971 13.4942 13.8258 13.4942 12.9978C13.4942 12.1698 12.8229 11.4985 11.9949 11.4985C11.1669 11.4985 10.4957 12.1698 10.4957 12.9978C10.4957 13.8258 11.1669 14.4971 11.9949 14.4971Z" }) }))); };
|
|
499
499
|
import folderSharedFillSvgImport from "remixicon/icons/Document/folder-shared-fill.svg";
|
|
500
500
|
export var folderSharedFillSvg = folderSharedFillSvgImport;
|
|
501
|
-
export var FolderSharedFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13.126C21.0149 12.4174 19.8062 12 18.5 12C15.1863 12 12.5 14.6863 12.5 18C12.5 19.0929 12.7922 20.1175 13.3027 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13.126ZM18 17V13.5L23 18L18 22.5V19H15V17H18Z" }) }))); };
|
|
501
|
+
export var FolderSharedFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13.126C21.0149 12.4174 19.8062 12 18.5 12C15.1863 12 12.5 14.6863 12.5 18C12.5 19.0929 12.7922 20.1175 13.3027 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13.126ZM18 17V13.5L23 18L18 22.5V19H15V17H18Z" }) }))); };
|
|
502
502
|
import folderSharedLineSvgImport from "remixicon/icons/Document/folder-shared-line.svg";
|
|
503
503
|
export var folderSharedLineSvg = folderSharedLineSvgImport;
|
|
504
|
-
export var FolderSharedLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13H20V7H11.5858L9.58579 5H4V19H13V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13ZM18 17V13.5L23 18L18 22.5V19H15V17H18Z" }) }))); };
|
|
504
|
+
export var FolderSharedLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 13H20V7H11.5858L9.58579 5H4V19H13V21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V13ZM18 17V13.5L23 18L18 22.5V19H15V17H18Z" }) }))); };
|
|
505
505
|
import folderShield2FillSvgImport from "remixicon/icons/Document/folder-shield-2-fill.svg";
|
|
506
506
|
export var folderShield2FillSvg = folderShield2FillSvgImport;
|
|
507
|
-
export var FolderShield2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 10H12V17.3823C12 18.7906 12.6315 20.1159 13.7054 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V10ZM14 12H22V17.3823C22 18.2786 21.5544 19.1156 20.8125 19.6128L18 21.4978L15.1875 19.6128C14.4456 19.1156 14 18.2786 14 17.3823V12Z" }) }))); };
|
|
507
|
+
export var FolderShield2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 10H12V17.3823C12 18.7906 12.6315 20.1159 13.7054 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V10ZM14 12H22V17.3823C22 18.2786 21.5544 19.1156 20.8125 19.6128L18 21.4978L15.1875 19.6128C14.4456 19.1156 14 18.2786 14 17.3823V12Z" }) }))); };
|
|
508
508
|
import folderShield2LineSvgImport from "remixicon/icons/Document/folder-shield-2-line.svg";
|
|
509
509
|
export var folderShield2LineSvg = folderShield2LineSvgImport;
|
|
510
|
-
export var FolderShield2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 9H20V7H11.5858L9.58579 5H4V19H11.4469C11.8089 19.7916 12.3786 20.4853 13.1114 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V9ZM13 11H22V16.949C22 17.9397 21.4987 18.8648 20.6641 19.4144L17.5 21.4978L14.3359 19.4144C13.5013 18.8648 13 17.9397 13 16.949V11ZM15 16.949C15 17.2652 15.1616 17.5634 15.4358 17.744L17.5 19.1032L19.5642 17.744C19.8384 17.5634 20 17.2652 20 16.949V13H15V16.949Z" }) }))); };
|
|
510
|
+
export var FolderShield2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M22 9H20V7H11.5858L9.58579 5H4V19H11.4469C11.8089 19.7916 12.3786 20.4853 13.1114 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V9ZM13 11H22V16.949C22 17.9397 21.4987 18.8648 20.6641 19.4144L17.5 21.4978L14.3359 19.4144C13.5013 18.8648 13 17.9397 13 16.949V11ZM15 16.949C15 17.2652 15.1616 17.5634 15.4358 17.744L17.5 19.1032L19.5642 17.744C19.8384 17.5634 20 17.2652 20 16.949V13H15V16.949Z" }) }))); };
|
|
511
511
|
import folderShieldFillSvgImport from "remixicon/icons/Document/folder-shield-fill.svg";
|
|
512
512
|
export var folderShieldFillSvg = folderShieldFillSvgImport;
|
|
513
|
-
export var FolderShieldFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8 9V13.904C8 14.7956 8.4456 15.6282 9.18747 16.1228L12 17.9978L14.8125 16.1228C15.5544 15.6282 16 14.7956 16 13.904V9H8ZM10 13.904V11H14V13.904C14 14.1269 13.8886 14.335 13.7031 14.4587L12 15.5941L10.2969 14.4587C10.1114 14.335 10 14.1269 10 13.904Z" }) }))); };
|
|
513
|
+
export var FolderShieldFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM8 9V13.904C8 14.7956 8.4456 15.6282 9.18747 16.1228L12 17.9978L14.8125 16.1228C15.5544 15.6282 16 14.7956 16 13.904V9H8ZM10 13.904V11H14V13.904C14 14.1269 13.8886 14.335 13.7031 14.4587L12 15.5941L10.2969 14.4587C10.1114 14.335 10 14.1269 10 13.904Z" }) }))); };
|
|
514
514
|
import folderShieldLineSvgImport from "remixicon/icons/Document/folder-shield-line.svg";
|
|
515
515
|
export var folderShieldLineSvg = folderShieldLineSvgImport;
|
|
516
|
-
export var FolderShieldLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8 9H16V13.904C16 14.7956 15.5544 15.6282 14.8125 16.1228L12 17.9978L9.18747 16.1228C8.4456 15.6282 8 14.7956 8 13.904V9ZM10 13.904C10 14.1269 10.1114 14.335 10.2969 14.4587L12 15.5941L13.7031 14.4587C13.8886 14.335 14 14.1269 14 13.904V11H10V13.904Z" }) }))); };
|
|
516
|
+
export var FolderShieldLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8 9H16V13.904C16 14.7956 15.5544 15.6282 14.8125 16.1228L12 17.9978L9.18747 16.1228C8.4456 15.6282 8 14.7956 8 13.904V9ZM10 13.904C10 14.1269 10.1114 14.335 10.2969 14.4587L12 15.5941L13.7031 14.4587C13.8886 14.335 14 14.1269 14 13.904V11H10V13.904Z" }) }))); };
|
|
517
517
|
import folderTransferFillSvgImport from "remixicon/icons/Document/folder-transfer-fill.svg";
|
|
518
518
|
export var folderTransferFillSvg = folderTransferFillSvgImport;
|
|
519
|
-
export var FolderTransferFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM12 12H8V14H12V17L16 13L12 9V12Z" }) }))); };
|
|
519
|
+
export var FolderTransferFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM12 12H8V14H12V17L16 13L12 9V12Z" }) }))); };
|
|
520
520
|
import folderTransferLineSvgImport from "remixicon/icons/Document/folder-transfer-line.svg";
|
|
521
521
|
export var folderTransferLineSvg = folderTransferLineSvgImport;
|
|
522
|
-
export var FolderTransferLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM12 12V9L16 13L12 17V14H8V12H12Z" }) }))); };
|
|
522
|
+
export var FolderTransferLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM12 12V9L16 13L12 17V14H8V12H12Z" }) }))); };
|
|
523
523
|
import folderUnknowFillSvgImport from "remixicon/icons/Document/folder-unknow-fill.svg";
|
|
524
524
|
export var folderUnknowFillSvg = folderUnknowFillSvgImport;
|
|
525
|
-
export var FolderUnknowFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 16V18H13V16H11ZM8.56731 10.8135L10.5288 11.2058C10.6656 10.5182 11.2723 10 12 10C12.8284 10 13.5 10.6716 13.5 11.5C13.5 12.3284 12.8284 13 12 13H11V15H12C13.933 15 15.5 13.433 15.5 11.5C15.5 9.567 13.933 8 12 8C10.302 8 8.88637 9.20919 8.56731 10.8135Z" }) }))); };
|
|
525
|
+
export var FolderUnknowFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 16V18H13V16H11ZM8.56731 10.8135L10.5288 11.2058C10.6656 10.5182 11.2723 10 12 10C12.8284 10 13.5 10.6716 13.5 11.5C13.5 12.3284 12.8284 13 12 13H11V15H12C13.933 15 15.5 13.433 15.5 11.5C15.5 9.567 13.933 8 12 8C10.302 8 8.88637 9.20919 8.56731 10.8135Z" }) }))); };
|
|
526
526
|
import folderUnknowLineSvgImport from "remixicon/icons/Document/folder-unknow-line.svg";
|
|
527
527
|
export var folderUnknowLineSvg = folderUnknowLineSvgImport;
|
|
528
|
-
export var FolderUnknowLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 16H13V18H11V16ZM8.56731 10.8135C8.88637 9.20919 10.302 8 12 8C13.933 8 15.5 9.567 15.5 11.5C15.5 13.433 13.933 15 12 15H11V13H12C12.8284 13 13.5 12.3284 13.5 11.5C13.5 10.6716 12.8284 10 12 10C11.2723 10 10.6656 10.5182 10.5288 11.2058L8.56731 10.8135Z" }) }))); };
|
|
528
|
+
export var FolderUnknowLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 16H13V18H11V16ZM8.56731 10.8135C8.88637 9.20919 10.302 8 12 8C13.933 8 15.5 9.567 15.5 11.5C15.5 13.433 13.933 15 12 15H11V13H12C12.8284 13 13.5 12.3284 13.5 11.5C13.5 10.6716 12.8284 10 12 10C11.2723 10 10.6656 10.5182 10.5288 11.2058L8.56731 10.8135Z" }) }))); };
|
|
529
529
|
import folderUploadFillSvgImport from "remixicon/icons/Document/folder-upload-fill.svg";
|
|
530
530
|
export var folderUploadFillSvg = folderUploadFillSvgImport;
|
|
531
|
-
export var FolderUploadFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM13 13H16L12 9L8 13H11V17H13V13Z" }) }))); };
|
|
531
|
+
export var FolderUploadFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM13 13H16L12 9L8 13H11V17H13V13Z" }) }))); };
|
|
532
532
|
import folderUploadLineSvgImport from "remixicon/icons/Document/folder-upload-line.svg";
|
|
533
533
|
export var folderUploadLineSvg = folderUploadLineSvgImport;
|
|
534
|
-
export var FolderUploadLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM13 13V17H11V13H8L12 9L16 13H13Z" }) }))); };
|
|
534
|
+
export var FolderUploadLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM13 13V17H11V13H8L12 9L16 13H13Z" }) }))); };
|
|
535
535
|
import folderUserFillSvgImport from "remixicon/icons/Document/folder-user-fill.svg";
|
|
536
536
|
export var folderUserFillSvg = folderUserFillSvgImport;
|
|
537
|
-
export var FolderUserFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM12 13C13.3807 13 14.5 11.8807 14.5 10.5C14.5 9.11929 13.3807 8 12 8C10.6193 8 9.5 9.11929 9.5 10.5C9.5 11.8807 10.6193 13 12 13ZM8 18H16C16 15.7909 14.2091 14 12 14C9.79086 14 8 15.7909 8 18Z" }) }))); };
|
|
537
|
+
export var FolderUserFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM12 13C13.3807 13 14.5 11.8807 14.5 10.5C14.5 9.11929 13.3807 8 12 8C10.6193 8 9.5 9.11929 9.5 10.5C9.5 11.8807 10.6193 13 12 13ZM8 18H16C16 15.7909 14.2091 14 12 14C9.79086 14 8 15.7909 8 18Z" }) }))); };
|
|
538
538
|
import folderUserLineSvgImport from "remixicon/icons/Document/folder-user-line.svg";
|
|
539
539
|
export var folderUserLineSvg = folderUserLineSvgImport;
|
|
540
|
-
export var FolderUserLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18H8ZM12 13C10.6193 13 9.5 11.8807 9.5 10.5C9.5 9.11929 10.6193 8 12 8C13.3807 8 14.5 9.11929 14.5 10.5C14.5 11.8807 13.3807 13 12 13Z" }) }))); };
|
|
540
|
+
export var FolderUserLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18H8ZM12 13C10.6193 13 9.5 11.8807 9.5 10.5C9.5 9.11929 10.6193 8 12 8C13.3807 8 14.5 9.11929 14.5 10.5C14.5 11.8807 13.3807 13 12 13Z" }) }))); };
|
|
541
541
|
import folderWarningFillSvgImport from "remixicon/icons/Document/folder-warning-fill.svg";
|
|
542
542
|
export var folderWarningFillSvg = folderWarningFillSvgImport;
|
|
543
|
-
export var FolderWarningFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 9V14H13V9H11ZM11 15V17H13V15H11Z" }) }))); };
|
|
543
|
+
export var FolderWarningFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM11 9V14H13V9H11ZM11 15V17H13V15H11Z" }) }))); };
|
|
544
544
|
import folderWarningLineSvgImport from "remixicon/icons/Document/folder-warning-line.svg";
|
|
545
545
|
export var folderWarningLineSvg = folderWarningLineSvgImport;
|
|
546
|
-
export var FolderWarningLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 15H13V17H11V15ZM11 9H13V14H11V9Z" }) }))); };
|
|
546
|
+
export var FolderWarningLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 15H13V17H11V15ZM11 9H13V14H11V9Z" }) }))); };
|
|
547
547
|
import folderZipFillSvgImport from "remixicon/icons/Document/folder-zip-fill.svg";
|
|
548
548
|
export var folderZipFillSvg = folderZipFillSvgImport;
|
|
549
|
-
export var FolderZipFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 5C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H16V7H18V5H21ZM18 13H16V15H14V18H18V13ZM16 11H14V13H16V11ZM18 9H16V11H18V9ZM16 7H14V9H16V7Z" }) }))); };
|
|
549
|
+
export var FolderZipFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 5C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H16V7H18V5H21ZM18 13H16V15H14V18H18V13ZM16 11H14V13H16V11ZM18 9H16V11H18V9ZM16 7H14V9H16V7Z" }) }))); };
|
|
550
550
|
import folderZipLineSvgImport from "remixicon/icons/Document/folder-zip-line.svg";
|
|
551
551
|
export var folderZipLineSvg = folderZipLineSvgImport;
|
|
552
|
-
export var FolderZipLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM18 18H14V15H16V13H14V11H16V9H14V7H11.5858L9.58579 5H4V19H20V7H16V9H18V11H16V13H18V18Z" }) }))); };
|
|
552
|
+
export var FolderZipLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.4142 3L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142ZM18 18H14V15H16V13H14V11H16V9H14V7H11.5858L9.58579 5H4V19H20V7H16V9H18V11H16V13H18V18Z" }) }))); };
|
|
553
553
|
import foldersFillSvgImport from "remixicon/icons/Document/folders-fill.svg";
|
|
554
554
|
export var foldersFillSvg = foldersFillSvgImport;
|
|
555
|
-
export var FoldersFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 7V4C6 3.44772 6.44772 3 7 3H13.4142L15.4142 5H21C21.5523 5 22 5.44772 22 6V16C22 16.5523 21.5523 17 21 17H18V20C18 20.5523 17.5523 21 17 21H3C2.44772 21 2 20.5523 2 20V8C2 7.44772 2.44772 7 3 7H6ZM6 9H4V19H16V17H6V9Z" }) }))); };
|
|
555
|
+
export var FoldersFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 7V4C6 3.44772 6.44772 3 7 3H13.4142L15.4142 5H21C21.5523 5 22 5.44772 22 6V16C22 16.5523 21.5523 17 21 17H18V20C18 20.5523 17.5523 21 17 21H3C2.44772 21 2 20.5523 2 20V8C2 7.44772 2.44772 7 3 7H6ZM6 9H4V19H16V17H6V9Z" }) }))); };
|
|
556
556
|
import foldersLineSvgImport from "remixicon/icons/Document/folders-line.svg";
|
|
557
557
|
export var foldersLineSvg = foldersLineSvgImport;
|
|
558
|
-
export var FoldersLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 7V4C6 3.44772 6.44772 3 7 3H13.4142L15.4142 5H21C21.5523 5 22 5.44772 22 6V16C22 16.5523 21.5523 17 21 17H18V20C18 20.5523 17.5523 21 17 21H3C2.44772 21 2 20.5523 2 20V8C2 7.44772 2.44772 7 3 7H6ZM6 9H4V19H16V17H6V9ZM8 5V15H20V7H14.5858L12.5858 5H8Z" }) }))); };
|
|
558
|
+
export var FoldersLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 7V4C6 3.44772 6.44772 3 7 3H13.4142L15.4142 5H21C21.5523 5 22 5.44772 22 6V16C22 16.5523 21.5523 17 21 17H18V20C18 20.5523 17.5523 21 17 21H3C2.44772 21 2 20.5523 2 20V8C2 7.44772 2.44772 7 3 7H6ZM6 9H4V19H16V17H6V9ZM8 5V15H20V7H14.5858L12.5858 5H8Z" }) }))); };
|
|
559
559
|
import keynoteFillSvgImport from "remixicon/icons/Document/keynote-fill.svg";
|
|
560
560
|
export var keynoteFillSvg = keynoteFillSvgImport;
|
|
561
|
-
export var KeynoteFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18.9992 2C19.552 2 20.086 2.42969 20.1955 2.97705L21.8047 11.023C21.9126 11.5626 21.5448 12 21.0083 12H12.9998V20H17.0001V22H7.00006V20H10.9998V12H2.99187C2.44411 12 2.086 11.5703 2.19547 11.023L3.80465 2.97705C3.91258 2.43744 4.4447 2 5.00094 2H18.9992Z" }) }))); };
|
|
561
|
+
export var KeynoteFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18.9992 2C19.552 2 20.086 2.42969 20.1955 2.97705L21.8047 11.023C21.9126 11.5626 21.5448 12 21.0083 12H12.9998V20H17.0001V22H7.00006V20H10.9998V12H2.99187C2.44411 12 2.086 11.5703 2.19547 11.023L3.80465 2.97705C3.91258 2.43744 4.4447 2 5.00094 2H18.9992Z" }) }))); };
|
|
562
562
|
import keynoteLineSvgImport from "remixicon/icons/Document/keynote-line.svg";
|
|
563
563
|
export var keynoteLineSvg = keynoteLineSvgImport;
|
|
564
|
-
export var KeynoteLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M4.43967 10H19.5605L18.3605 4H5.63967L4.43967 10ZM13.0001 12V20H17.0001V22H7.00006V20H11.0001V12H2.99187C2.44411 12 2.086 11.5703 2.19547 11.023L3.80465 2.97705C3.91258 2.43744 4.4447 2 5.00094 2H18.9992C19.552 2 20.086 2.42969 20.1955 2.97705L21.8047 11.023C21.9126 11.5626 21.5448 12 21.0083 12H13.0001Z" }) }))); };
|
|
564
|
+
export var KeynoteLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M4.43967 10H19.5605L18.3605 4H5.63967L4.43967 10ZM13.0001 12V20H17.0001V22H7.00006V20H11.0001V12H2.99187C2.44411 12 2.086 11.5703 2.19547 11.023L3.80465 2.97705C3.91258 2.43744 4.4447 2 5.00094 2H18.9992C19.552 2 20.086 2.42969 20.1955 2.97705L21.8047 11.023C21.9126 11.5626 21.5448 12 21.0083 12H13.0001Z" }) }))); };
|
|
565
565
|
import markdownFillSvgImport from "remixicon/icons/Document/markdown-fill.svg";
|
|
566
566
|
export var markdownFillSvg = markdownFillSvgImport;
|
|
567
|
-
export var MarkdownFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM7 15.5V11.5L9 13.5L11 11.5V15.5H13V8.5H11L9 10.5L7 8.5H5V15.5H7ZM18 12.5V8.5H16V12.5H14L17 15.5L20 12.5H18Z" }) }))); };
|
|
567
|
+
export var MarkdownFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM7 15.5V11.5L9 13.5L11 11.5V15.5H13V8.5H11L9 10.5L7 8.5H5V15.5H7ZM18 12.5V8.5H16V12.5H14L17 15.5L20 12.5H18Z" }) }))); };
|
|
568
568
|
import markdownLineSvgImport from "remixicon/icons/Document/markdown-line.svg";
|
|
569
569
|
export var markdownLineSvg = markdownLineSvgImport;
|
|
570
|
-
export var MarkdownLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM7 15.5H5V8.5H7L9 10.5L11 8.5H13V15.5H11V11.5L9 13.5L7 11.5V15.5ZM18 12.5H20L17 15.5L14 12.5H16V8.5H18V12.5Z" }) }))); };
|
|
570
|
+
export var MarkdownLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM7 15.5H5V8.5H7L9 10.5L11 8.5H13V15.5H11V11.5L9 13.5L7 11.5V15.5ZM18 12.5H20L17 15.5L14 12.5H16V8.5H18V12.5Z" }) }))); };
|
|
571
571
|
import newspaperFillSvgImport from "remixicon/icons/Document/newspaper-fill.svg";
|
|
572
572
|
export var newspaperFillSvg = newspaperFillSvgImport;
|
|
573
|
-
export var NewspaperFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V10H22V19C22 20.6569 20.6569 22 19 22ZM18 12V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V12H18ZM5 6V12H11V6H5ZM5 13V15H15V13H5ZM5 16V18H15V16H5ZM7 8H9V10H7V8Z" }) }))); };
|
|
573
|
+
export var NewspaperFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V10H22V19C22 20.6569 20.6569 22 19 22ZM18 12V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V12H18ZM5 6V12H11V6H5ZM5 13V15H15V13H5ZM5 16V18H15V16H5ZM7 8H9V10H7V8Z" }) }))); };
|
|
574
574
|
import newspaperLineSvgImport from "remixicon/icons/Document/newspaper-line.svg";
|
|
575
575
|
export var newspaperLineSvg = newspaperLineSvgImport;
|
|
576
|
-
export var NewspaperLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 20V4H4V19C4 19.5523 4.44772 20 5 20H16ZM19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V10H22V19C22 20.6569 20.6569 22 19 22ZM18 12V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V12H18ZM6 6H12V12H6V6ZM8 8V10H10V8H8ZM6 13H14V15H6V13ZM6 16H14V18H6V16Z" }) }))); };
|
|
576
|
+
export var NewspaperLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M16 20V4H4V19C4 19.5523 4.44772 20 5 20H16ZM19 22H5C3.34315 22 2 20.6569 2 19V3C2 2.44772 2.44772 2 3 2H17C17.5523 2 18 2.44772 18 3V10H22V19C22 20.6569 20.6569 22 19 22ZM18 12V19C18 19.5523 18.4477 20 19 20C19.5523 20 20 19.5523 20 19V12H18ZM6 6H12V12H6V6ZM8 8V10H10V8H8ZM6 13H14V15H6V13ZM6 16H14V18H6V16Z" }) }))); };
|
|
577
577
|
import numbersFillSvgImport from "remixicon/icons/Document/numbers-fill.svg";
|
|
578
578
|
export var numbersFillSvg = numbersFillSvgImport;
|
|
579
|
-
export var NumbersFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 18H4V10H9V18ZM15 18H10V6H15V18ZM21 18H16V2H21V18ZM22 22H3V20H22V22Z" }) }))); };
|
|
579
|
+
export var NumbersFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 18H4V10H9V18ZM15 18H10V6H15V18ZM21 18H16V2H21V18ZM22 22H3V20H22V22Z" }) }))); };
|
|
580
580
|
import numbersLineSvgImport from "remixicon/icons/Document/numbers-line.svg";
|
|
581
581
|
export var numbersLineSvg = numbersLineSvgImport;
|
|
582
|
-
export var NumbersLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 18H4V10H9V18ZM7 16V12H6V16H7ZM13 16V8H12V16H13ZM15 18H10V6H15V18ZM19 16V4H18V16H19ZM21 18H16V2H21V18ZM22 22H3V20H22V22Z" }) }))); };
|
|
582
|
+
export var NumbersLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M9 18H4V10H9V18ZM7 16V12H6V16H7ZM13 16V8H12V16H13ZM15 18H10V6H15V18ZM19 16V4H18V16H19ZM21 18H16V2H21V18ZM22 22H3V20H22V22Z" }) }))); };
|
|
583
583
|
import pagesFillSvgImport from "remixicon/icons/Document/pages-fill.svg";
|
|
584
584
|
export var pagesFillSvg = pagesFillSvgImport;
|
|
585
|
-
export var PagesFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V8H21V21C21 21.5523 20.5523 22 20 22ZM21 6H3V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V6ZM7 11V15H11V11H7ZM7 17V19H17V17H7ZM13 12V14H17V12H13Z" }) }))); };
|
|
585
|
+
export var PagesFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20 22H4C3.44772 22 3 21.5523 3 21V8H21V21C21 21.5523 20.5523 22 20 22ZM21 6H3V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V6ZM7 11V15H11V11H7ZM7 17V19H17V17H7ZM13 12V14H17V12H13Z" }) }))); };
|
|
586
586
|
import pagesLineSvgImport from "remixicon/icons/Document/pages-line.svg";
|
|
587
587
|
export var pagesLineSvg = pagesLineSvgImport;
|
|
588
|
-
export var PagesLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M5 8V20H19V8H5ZM5 6H19V4H5V6ZM20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM7 10H11V14H7V10ZM7 16H17V18H7V16ZM13 11H17V13H13V11Z" }) }))); };
|
|
588
|
+
export var PagesLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M5 8V20H19V8H5ZM5 6H19V4H5V6ZM20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM7 10H11V14H7V10ZM7 16H17V18H7V16ZM13 11H17V13H13V11Z" }) }))); };
|
|
589
589
|
import stickyNote2FillSvgImport from "remixicon/icons/Document/sticky-note-2-fill.svg";
|
|
590
590
|
export var stickyNote2FillSvg = stickyNote2FillSvgImport;
|
|
591
|
-
export var StickyNote2FillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 16L15.9968 21H3.99826C3.44694 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44749 21 3.9985V16Z" }) }))); };
|
|
591
|
+
export var StickyNote2FillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 16L15.9968 21H3.99826C3.44694 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44749 21 3.9985V16Z" }) }))); };
|
|
592
592
|
import stickyNote2LineSvgImport from "remixicon/icons/Document/sticky-note-2-line.svg";
|
|
593
593
|
export var stickyNote2LineSvg = stickyNote2LineSvgImport;
|
|
594
|
-
export var StickyNote2LineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3.99826 21C3.44694 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44749 21 3.9985V16L15.9968 21H3.99826ZM5 19H15.1688L19 15.1712V5H5V19Z" }) }))); };
|
|
594
|
+
export var StickyNote2LineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M3.99826 21C3.44694 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44749 21 3.9985V16L15.9968 21H3.99826ZM5 19H15.1688L19 15.1712V5H5V19Z" }) }))); };
|
|
595
595
|
import stickyNoteFillSvgImport from "remixicon/icons/Document/sticky-note-fill.svg";
|
|
596
596
|
export var stickyNoteFillSvg = stickyNoteFillSvgImport;
|
|
597
|
-
export var StickyNoteFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 14L14.8834 14.0067C14.4243 14.0601 14.0601 14.4243 14.0067 14.8834L14 15V21H3.99826C3.44694 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44749 21 3.9985V14H15ZM21 16L16 20.997V16H21Z" }) }))); };
|
|
597
|
+
export var StickyNoteFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15 14L14.8834 14.0067C14.4243 14.0601 14.0601 14.4243 14.0067 14.8834L14 15V21H3.99826C3.44694 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.44749 21 3.9985V14H15ZM21 16L16 20.997V16H21Z" }) }))); };
|
|
598
598
|
import stickyNoteLineSvgImport from "remixicon/icons/Document/sticky-note-line.svg";
|
|
599
599
|
export var stickyNoteLineSvg = stickyNoteLineSvgImport;
|
|
600
|
-
export var StickyNoteLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 15L15 20.996L4.00221 21C3.4487 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.45576 21 4.00247V15ZM19 5H5V19H13V14C13 13.4872 13.386 13.0645 13.8834 13.0067L14 13L19 12.999V5ZM18.171 14.999L15 15V18.169L18.171 14.999Z" }) }))); };
|
|
600
|
+
export var StickyNoteLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 15L15 20.996L4.00221 21C3.4487 21 3 20.5551 3 20.0066V3.9934C3 3.44476 3.44495 3 3.9934 3H20.0066C20.5552 3 21 3.45576 21 4.00247V15ZM19 5H5V19H13V14C13 13.4872 13.386 13.0645 13.8834 13.0067L14 13L19 12.999V5ZM18.171 14.999L15 15V18.169L18.171 14.999Z" }) }))); };
|
|
601
601
|
import surveyFillSvgImport from "remixicon/icons/Document/survey-fill.svg";
|
|
602
602
|
export var surveyFillSvg = surveyFillSvgImport;
|
|
603
|
-
export var SurveyFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 4V8H18V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H6ZM9 17H7V19H9V17ZM9 14H7V16H9V14ZM9 11H7V13H9V11ZM16 2V6H8V2H16Z" }) }))); };
|
|
603
|
+
export var SurveyFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6 4V8H18V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H6ZM9 17H7V19H9V17ZM9 14H7V16H9V14ZM9 11H7V13H9V11ZM16 2V6H8V2H16Z" }) }))); };
|
|
604
604
|
import surveyLineSvgImport from "remixicon/icons/Document/survey-line.svg";
|
|
605
605
|
export var surveyLineSvg = surveyLineSvgImport;
|
|
606
|
-
export var SurveyLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z" }) }))); };
|
|
606
|
+
export var SurveyLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z" }) }))); };
|
|
607
607
|
import taskFillSvgImport from "remixicon/icons/Document/task-fill.svg";
|
|
608
608
|
export var taskFillSvg = taskFillSvgImport;
|
|
609
|
-
export var TaskFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 3V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H20C20.5523 2 21 2.44772 21 3ZM11.2929 13.1213L8.81802 10.6464L7.40381 12.0607L11.2929 15.9497L16.9497 10.2929L15.5355 8.87868L11.2929 13.1213Z" }) }))); };
|
|
609
|
+
export var TaskFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21 3V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H20C20.5523 2 21 2.44772 21 3ZM11.2929 13.1213L8.81802 10.6464L7.40381 12.0607L11.2929 15.9497L16.9497 10.2929L15.5355 8.87868L11.2929 13.1213Z" }) }))); };
|
|
610
610
|
import taskLineSvgImport from "remixicon/icons/Document/task-line.svg";
|
|
611
611
|
export var taskLineSvg = taskLineSvgImport;
|
|
612
|
-
export var TaskLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 4H5V20H19V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H19.9997C20.5519 2 20.9996 2.44772 20.9997 3L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11.2929 13.1213L15.5355 8.87868L16.9497 10.2929L11.2929 15.9497L7.40381 12.0607L8.81802 10.6464L11.2929 13.1213Z" }) }))); };
|
|
612
|
+
export var TaskLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 4H5V20H19V4ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H19.9997C20.5519 2 20.9996 2.44772 20.9997 3L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11.2929 13.1213L15.5355 8.87868L16.9497 10.2929L11.2929 15.9497L7.40381 12.0607L8.81802 10.6464L11.2929 13.1213Z" }) }))); };
|
|
613
613
|
import todoFillSvgImport from "remixicon/icons/Document/todo-fill.svg";
|
|
614
614
|
export var todoFillSvg = todoFillSvgImport;
|
|
615
|
-
export var TodoFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H7V0H9V2H15V0H17V2ZM7 8V10H17V8H7ZM7 12V14H17V12H7Z" }) }))); };
|
|
615
|
+
export var TodoFillIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H7V0H9V2H15V0H17V2ZM7 8V10H17V8H7ZM7 12V14H17V12H7Z" }) }))); };
|
|
616
616
|
import todoLineSvgImport from "remixicon/icons/Document/todo-line.svg";
|
|
617
617
|
export var todoLineSvg = todoLineSvgImport;
|
|
618
|
-
export var TodoLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H7V0H9V2H15V0H17V2ZM17 4V6H15V4H9V6H7V4H5V20H19V4H17ZM7 8H17V10H7V8ZM7 12H17V14H7V12Z" }) }))); };
|
|
618
|
+
export var TodoLineIcon = function (props) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H7V0H9V2H15V0H17V2ZM17 4V6H15V4H9V6H7V4H5V20H19V4H17ZM7 8H17V10H7V8ZM7 12H17V14H7V12Z" }) }))); };
|