metal-icons 0.1.8 → 0.1.10
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/README.md +21 -10
- package/dist/16/outline/index.esm.js +135 -49
- package/dist/16/solid/index.esm.js +126 -42
- package/dist/24/outline/index.esm.js +138 -52
- package/dist/24/solid/index.esm.js +123 -39
- package/package.json +7 -20
|
@@ -9,7 +9,7 @@ const SvgActivity = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
10
|
fill: "currentColor",
|
|
11
11
|
fillRule: "evenodd",
|
|
12
|
-
d: "M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016
|
|
12
|
+
d: "M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016 1"
|
|
13
13
|
}));
|
|
14
14
|
|
|
15
15
|
const SvgAlarm = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -23,10 +23,10 @@ const SvgAlarm = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
23
23
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
24
|
fill: "currentColor",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
d: "M8 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.
|
|
26
|
+
d: "M8 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5m.5 3.5a.75.75 0 1 0-1.5 0v3.67l3.607 2.219a.75.75 0 0 0 .786-1.278L8.5 8.581z"
|
|
27
27
|
}), /*#__PURE__*/React.createElement("path", {
|
|
28
28
|
fill: "currentColor",
|
|
29
|
-
d: "M15.372 3.838A9 9 0 0 0 10.93.49l-.488 1.419a7.5 7.5 0 0 1 3.702 2.
|
|
29
|
+
d: "M15.372 3.838A9 9 0 0 0 10.93.49l-.488 1.419a7.5 7.5 0 0 1 3.702 2.79z"
|
|
30
30
|
}));
|
|
31
31
|
|
|
32
32
|
const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -37,7 +37,7 @@ const SvgAlert = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
37
37
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
38
38
|
fill: "currentColor",
|
|
39
39
|
fillRule: "evenodd",
|
|
40
|
-
d: "M8.541 1.07a2.143 2.143 0 0 0-1.588.203l.001.001c-.32.179-.589.437-.78.75l-.002.004-5.878 9.764-.006.01a2.125 2.125 0 0 0 .768 2.904c.321.189.686.29 1.059.294h11.77a2.148 2.148 0 0 0 1.06-.293 2.126 2.126 0 0 0 .768-2.905L9.829 2.028l-.002-.004a2.143 2.143 0 0 0-1.286-.954Zm-1.248 9.223A1 1 0 0 0 8 12h.007a1 1 0 0 0 0-2H8a1 1 0 0 0-.707.293ZM8.53 5.22c.141.14.22.331.22.53v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.
|
|
40
|
+
d: "M8.541 1.07a2.143 2.143 0 0 0-1.588.203l.001.001c-.32.179-.589.437-.78.75l-.002.004-5.878 9.764-.006.01a2.125 2.125 0 0 0 .768 2.904c.321.189.686.29 1.059.294h11.77a2.148 2.148 0 0 0 1.06-.293 2.126 2.126 0 0 0 .768-2.905L9.829 2.028l-.002-.004a2.143 2.143 0 0 0-1.286-.954Zm-1.248 9.223A1 1 0 0 0 8 12h.007a1 1 0 0 0 0-2H8a1 1 0 0 0-.707.293ZM8.53 5.22c.141.14.22.331.22.53v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.53"
|
|
41
41
|
}));
|
|
42
42
|
|
|
43
43
|
const SvgAlignBottom = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -47,7 +47,7 @@ const SvgAlignBottom = props => /*#__PURE__*/React.createElement("svg", _extends
|
|
|
47
47
|
fill: "none"
|
|
48
48
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
49
49
|
fill: "currentColor",
|
|
50
|
-
d: "M7.75 1a.75.75 0 0 1 .75.75v7.614l2.955-3.129a.75.75 0 0 1 1.09 1.03l-4.25 4.5a.747.747 0 0 1-.533.235h-.024a.747.747 0 0 1-.51-.211l-.004-.005a.898.898 0 0 1-.02-.02l-4.25-4.499a.75.75 0 0 1 1.091-1.03L7 9.364V1.75A.75.75 0 0 1 7.75
|
|
50
|
+
d: "M7.75 1a.75.75 0 0 1 .75.75v7.614l2.955-3.129a.75.75 0 0 1 1.09 1.03l-4.25 4.5a.747.747 0 0 1-.533.235h-.024a.747.747 0 0 1-.51-.211l-.004-.005a.898.898 0 0 1-.02-.02l-4.25-4.499a.75.75 0 0 1 1.091-1.03L7 9.364V1.75A.75.75 0 0 1 7.75 1M2.5 13.5a.75.75 0 1 0 0 1.5H13a.75.75 0 1 0 0-1.5z"
|
|
51
51
|
}));
|
|
52
52
|
|
|
53
53
|
const SvgAlignTop = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -57,7 +57,7 @@ const SvgAlignTop = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
57
57
|
fill: "none"
|
|
58
58
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
59
59
|
fill: "currentColor",
|
|
60
|
-
d: "M7.75 15a.75.75 0 0 1-.75-.75V6.636L4.045 9.765a.75.75 0 0 1-1.09-1.03l4.25-4.5A.747.747 0 0 1 7.738 4h.024a.75.75 0 0 1 .51.211l.004.005a.857.857 0 0 1 .02.02l4.25 4.499a.751.751 0 0 1-1.091 1.03L8.5 6.636v7.614a.75.75 0 0 1-.75.
|
|
60
|
+
d: "M7.75 15a.75.75 0 0 1-.75-.75V6.636L4.045 9.765a.75.75 0 0 1-1.09-1.03l4.25-4.5A.747.747 0 0 1 7.738 4h.024a.75.75 0 0 1 .51.211l.004.005a.857.857 0 0 1 .02.02l4.25 4.499a.751.751 0 0 1-1.091 1.03L8.5 6.636v7.614a.75.75 0 0 1-.75.75M13 2.5A.75.75 0 1 0 13 1H2.5a.75.75 0 0 0 0 1.5z"
|
|
61
61
|
}));
|
|
62
62
|
|
|
63
63
|
const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -67,7 +67,7 @@ const SvgAnnotation = props => /*#__PURE__*/React.createElement("svg", _extends(
|
|
|
67
67
|
fill: "none"
|
|
68
68
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
69
69
|
fill: "currentColor",
|
|
70
|
-
d: "M12.75 1A2.25 2.25 0 0 1 15 3.25v6.5A2.25 2.25 0 0 1 12.75 12H10.5l-1.887 2.68a.75.75 0 0 1-1.226 0L5.5 12H3.25A2.25 2.25 0 0 1 1 9.75v-6.5A2.25 2.25 0 0 1 3.25
|
|
70
|
+
d: "M12.75 1A2.25 2.25 0 0 1 15 3.25v6.5A2.25 2.25 0 0 1 12.75 12H10.5l-1.887 2.68a.75.75 0 0 1-1.226 0L5.5 12H3.25A2.25 2.25 0 0 1 1 9.75v-6.5A2.25 2.25 0 0 1 3.25 1z"
|
|
71
71
|
}));
|
|
72
72
|
|
|
73
73
|
const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -81,7 +81,7 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
81
81
|
}), /*#__PURE__*/React.createElement("path", {
|
|
82
82
|
fill: "currentColor",
|
|
83
83
|
fillRule: "evenodd",
|
|
84
|
-
d: "M1 7.51h14v5.24A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.
|
|
84
|
+
d: "M1 7.51h14v5.24A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75zm5.22 1.71A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.53-1.28"
|
|
85
85
|
}));
|
|
86
86
|
|
|
87
87
|
const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -91,7 +91,7 @@ const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _exten
|
|
|
91
91
|
fill: "none"
|
|
92
92
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
93
93
|
fill: "currentColor",
|
|
94
|
-
d: "M12.78 4.28a.75.75 0 0 0-1.06-1.06L4.5 10.44V6.75a.75.75 0 1 0-1.5 0v5.5a.748.748 0 0 0 .75.75h5.5a.75.75 0 1 0 0-1.5H5.
|
|
94
|
+
d: "M12.78 4.28a.75.75 0 0 0-1.06-1.06L4.5 10.44V6.75a.75.75 0 1 0-1.5 0v5.5a.748.748 0 0 0 .75.75h5.5a.75.75 0 1 0 0-1.5H5.56z"
|
|
95
95
|
}));
|
|
96
96
|
|
|
97
97
|
const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -111,7 +111,7 @@ const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
111
111
|
fill: "none"
|
|
112
112
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
113
113
|
fill: "currentColor",
|
|
114
|
-
d: "M8.5 2.75a.75.75 0 1 0-1.5 0v8.614L4.045 8.235a.75.75 0 0 0-1.09 1.03l4.248 4.498a.747.747 0 0 0 .535.236L7.75 14h.012a.747.747 0 0 0 .533-.235l4.25-4.5a.75.75 0 0 0-1.09-1.03L8.5 11.
|
|
114
|
+
d: "M8.5 2.75a.75.75 0 1 0-1.5 0v8.614L4.045 8.235a.75.75 0 0 0-1.09 1.03l4.248 4.498a.747.747 0 0 0 .535.236L7.75 14h.012a.747.747 0 0 0 .533-.235l4.25-4.5a.75.75 0 0 0-1.09-1.03L8.5 11.364z"
|
|
115
115
|
}));
|
|
116
116
|
|
|
117
117
|
const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -131,7 +131,7 @@ const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends(
|
|
|
131
131
|
fill: "none"
|
|
132
132
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
133
133
|
fill: "currentColor",
|
|
134
|
-
d: "M8.235 4.045a.75.75 0 1 1 1.03-1.09l4.5 4.25a.751.751 0 0 1 0 1.09l-4.5 4.25a.75.75 0 0 1-1.03-1.09L11.364 8.5H2.75a.75.75 0 0 1 0-1.5h8.
|
|
134
|
+
d: "M8.235 4.045a.75.75 0 1 1 1.03-1.09l4.5 4.25a.751.751 0 0 1 0 1.09l-4.5 4.25a.75.75 0 0 1-1.03-1.09L11.364 8.5H2.75a.75.75 0 0 1 0-1.5h8.614z"
|
|
135
135
|
}));
|
|
136
136
|
|
|
137
137
|
const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -141,7 +141,7 @@ const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends
|
|
|
141
141
|
fill: "none"
|
|
142
142
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
143
143
|
fill: "currentColor",
|
|
144
|
-
d: "M3.057 3.463A.748.748 0 0 1 3.75 3h5.5a.75.75 0 0 1 0 1.5H5.56l7.22 7.22a.75.75 0 1 1-1.06 1.06L4.5 5.56v3.69a.75.75 0 0 1-1.5 0v-5.5c0-.102.02-.199.057-.
|
|
144
|
+
d: "M3.057 3.463A.748.748 0 0 1 3.75 3h5.5a.75.75 0 0 1 0 1.5H5.56l7.22 7.22a.75.75 0 1 1-1.06 1.06L4.5 5.56v3.69a.75.75 0 0 1-1.5 0v-5.5c0-.102.02-.199.057-.287"
|
|
145
145
|
}));
|
|
146
146
|
|
|
147
147
|
const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -151,7 +151,7 @@ const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extend
|
|
|
151
151
|
fill: "none"
|
|
152
152
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
153
153
|
fill: "currentColor",
|
|
154
|
-
d: "M12.943 3.463A.748.748 0 0 0 12.25 3h-5.5a.75.75 0 0 0 0 1.5h3.69l-7.22 7.22a.75.75 0 1 0 1.06 1.06l7.22-7.22v3.69a.75.75 0 1 0 1.5 0v-5.5a.746.746 0 0 0-.057-.
|
|
154
|
+
d: "M12.943 3.463A.748.748 0 0 0 12.25 3h-5.5a.75.75 0 0 0 0 1.5h3.69l-7.22 7.22a.75.75 0 1 0 1.06 1.06l7.22-7.22v3.69a.75.75 0 1 0 1.5 0v-5.5a.746.746 0 0 0-.057-.287"
|
|
155
155
|
}));
|
|
156
156
|
|
|
157
157
|
const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -161,7 +161,7 @@ const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
161
161
|
fill: "none"
|
|
162
162
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
163
163
|
fill: "currentColor",
|
|
164
|
-
d: "M4.045 7.765a.75.75 0 1 1-1.09-1.03l4.25-4.5a.75.75 0 0 1 1.09 0l4.25 4.5a.75.75 0 0 1-1.09 1.03L8.5 4.636v8.614a.75.75 0 1 1-1.5 0V4.
|
|
164
|
+
d: "M4.045 7.765a.75.75 0 1 1-1.09-1.03l4.25-4.5a.75.75 0 0 1 1.09 0l4.25 4.5a.75.75 0 0 1-1.09 1.03L8.5 4.636v8.614a.75.75 0 1 1-1.5 0V4.636z"
|
|
165
165
|
}));
|
|
166
166
|
|
|
167
167
|
const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -172,7 +172,7 @@ const SvgAt = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
172
172
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
173
173
|
fill: "currentColor",
|
|
174
174
|
fillRule: "evenodd",
|
|
175
|
-
d: "M9.818.21a8 8 0 1 0 3.046 14.141.75.75 0 1 0-.912-1.19A6.5 6.5 0 1 1 14.5 8v1c0 .908-.54 1.5-1.25 1.5-.4 0-.691-.157-.894-.399C12.142 9.847 12 9.463 12 9V4.75a.75.75 0 1 0-1.5 0v.127a4 4 0 1 0 .449 5.825c.076.128.162.25.258.364.484.577 1.194.934 2.043.934C15.04 12 16 10.461 16 9V8A8 8 0 0 0 9.818.21ZM10.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5
|
|
175
|
+
d: "M9.818.21a8 8 0 1 0 3.046 14.141.75.75 0 1 0-.912-1.19A6.5 6.5 0 1 1 14.5 8v1c0 .908-.54 1.5-1.25 1.5-.4 0-.691-.157-.894-.399C12.142 9.847 12 9.463 12 9V4.75a.75.75 0 1 0-1.5 0v.127a4 4 0 1 0 .449 5.825c.076.128.162.25.258.364.484.577 1.194.934 2.043.934C15.04 12 16 10.461 16 9V8A8 8 0 0 0 9.818.21ZM10.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0"
|
|
176
176
|
}));
|
|
177
177
|
|
|
178
178
|
const SvgBattery = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -183,10 +183,10 @@ const SvgBattery = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
183
183
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
184
184
|
fill: "currentColor",
|
|
185
185
|
fillRule: "evenodd",
|
|
186
|
-
d: "M2.25 3A2.25 2.25 0 0 0 0 5.25v5.5A2.25 2.25 0 0 0 2.25 13h8.5A2.25 2.25 0 0 0 13 10.75v-5.5A2.25 2.25 0 0 0 10.75
|
|
186
|
+
d: "M2.25 3A2.25 2.25 0 0 0 0 5.25v5.5A2.25 2.25 0 0 0 2.25 13h8.5A2.25 2.25 0 0 0 13 10.75v-5.5A2.25 2.25 0 0 0 10.75 3z"
|
|
187
187
|
}), /*#__PURE__*/React.createElement("path", {
|
|
188
188
|
fill: "currentColor",
|
|
189
|
-
d: "M15.5 6.75a.75.75 0 1 0-1.5 0v2.5a.75.75 0 1 0 1.5
|
|
189
|
+
d: "M15.5 6.75a.75.75 0 1 0-1.5 0v2.5a.75.75 0 1 0 1.5 0z"
|
|
190
190
|
}));
|
|
191
191
|
|
|
192
192
|
const SvgBeaker = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -206,9 +206,9 @@ const SvgBell = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
206
206
|
fill: "currentColor"
|
|
207
207
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
208
208
|
fillRule: "evenodd",
|
|
209
|
-
d: "M13 8.78c0 1.334.788 1.72 1.25 1.72a.75.75 0 1 1 0 1.5H1.75a.75.75 0 1 1 0-1.5c.462 0 1.25-.386 1.25-1.72V6.405C3 3.665 4.907 1 8 1s5 2.665 5 5.
|
|
209
|
+
d: "M13 8.78c0 1.334.788 1.72 1.25 1.72a.75.75 0 1 1 0 1.5H1.75a.75.75 0 1 1 0-1.5c.462 0 1.25-.386 1.25-1.72V6.405C3 3.665 4.907 1 8 1s5 2.665 5 5.405z"
|
|
210
210
|
}), /*#__PURE__*/React.createElement("path", {
|
|
211
|
-
d: "M6.898 12.872a.75.75 0 1 0-1.296.756A2.773 2.773 0 0 0 8 15c1.023 0 1.918-.55 2.398-1.372a.75.75 0 1 0-1.296-.756c-.219.374-.63.628-1.102.628-.473 0-.883-.254-1.102-.
|
|
211
|
+
d: "M6.898 12.872a.75.75 0 1 0-1.296.756A2.773 2.773 0 0 0 8 15c1.023 0 1.918-.55 2.398-1.372a.75.75 0 1 0-1.296-.756c-.219.374-.63.628-1.102.628-.473 0-.883-.254-1.102-.628"
|
|
212
212
|
}));
|
|
213
213
|
|
|
214
214
|
const SvgBookClosed = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -219,7 +219,7 @@ const SvgBookClosed = props => /*#__PURE__*/React.createElement("svg", _extends(
|
|
|
219
219
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
220
220
|
fill: "currentColor",
|
|
221
221
|
fillRule: "evenodd",
|
|
222
|
-
d: "M1 2.298A2.25 2.25 0 0 1 3.25.048H13.5a1.5 1.5 0 0 1 1.5 1.5V14.5a1.5 1.5 0 0 1-1.5 1.5H3.25A2.25 2.25 0 0 1 1 13.
|
|
222
|
+
d: "M1 2.298A2.25 2.25 0 0 1 3.25.048H13.5a1.5 1.5 0 0 1 1.5 1.5V14.5a1.5 1.5 0 0 1-1.5 1.5H3.25A2.25 2.25 0 0 1 1 13.75zm2.75 9.452c-.69 0-1.25.56-1.25 1.25v.75c0 .414.336.75.75.75H13.5v-2.75z"
|
|
223
223
|
}));
|
|
224
224
|
|
|
225
225
|
const SvgBookOpen = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -240,7 +240,7 @@ const SvgBookmarkPlus = props => /*#__PURE__*/React.createElement("svg", _extend
|
|
|
240
240
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
241
241
|
fill: "currentColor",
|
|
242
242
|
fillRule: "evenodd",
|
|
243
|
-
d: "M4.25 1A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.478.878l4.403-2.394a.25.25 0 0 1 .238 0l4.403 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75
|
|
243
|
+
d: "M4.25 1A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.478.878l4.403-2.394a.25.25 0 0 1 .238 0l4.403 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75 1zm3 3.75a.75.75 0 0 1 1.5 0V6H10a.75.75 0 1 1 0 1.5H8.75v1.25a.75.75 0 0 1-1.5 0V7.5H6A.75.75 0 0 1 6 6h1.25z"
|
|
244
244
|
}));
|
|
245
245
|
|
|
246
246
|
const SvgBookmark = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -249,7 +249,7 @@ const SvgBookmark = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
249
249
|
height: 16,
|
|
250
250
|
fill: "currentColor"
|
|
251
251
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
252
|
-
d: "M4.25 1A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.478.878l4.403-2.394a.25.25 0 0 1 .238 0l4.403 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75
|
|
252
|
+
d: "M4.25 1A2.25 2.25 0 0 0 2 3.25v10.83a1 1 0 0 0 1.478.878l4.403-2.394a.25.25 0 0 1 .238 0l4.403 2.394A1 1 0 0 0 14 14.08V3.25A2.25 2.25 0 0 0 11.75 1z"
|
|
253
253
|
}));
|
|
254
254
|
|
|
255
255
|
const SvgBriefcase = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -259,7 +259,7 @@ const SvgBriefcase = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
259
259
|
fill: "currentColor"
|
|
260
260
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
261
261
|
fillRule: "evenodd",
|
|
262
|
-
d: "M5.75 1A1.75 1.75 0 0 0 4 2.75V4H2.25A2.25 2.25 0 0 0 0 6.25v6.5A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75v-6.5A2.25 2.25 0 0 0 13.75 4H12V2.75A1.75 1.75 0 0 0 10.25
|
|
262
|
+
d: "M5.75 1A1.75 1.75 0 0 0 4 2.75V4H2.25A2.25 2.25 0 0 0 0 6.25v6.5A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75v-6.5A2.25 2.25 0 0 0 13.75 4H12V2.75A1.75 1.75 0 0 0 10.25 1zm4.75 3V2.75a.25.25 0 0 0-.25-.25h-4.5a.25.25 0 0 0-.25.25V4z"
|
|
263
263
|
}));
|
|
264
264
|
|
|
265
265
|
const SvgBuilding = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -269,7 +269,7 @@ const SvgBuilding = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
269
269
|
fill: "currentColor"
|
|
270
270
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
271
271
|
fillRule: "evenodd",
|
|
272
|
-
d: "M1.25.75A.75.75 0 0 1 2 0h12a.75.75 0 0 1 0 1.5v13h.25a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5H2v-13a.75.75 0 0 1-.75-.
|
|
272
|
+
d: "M1.25.75A.75.75 0 0 1 2 0h12a.75.75 0 0 1 0 1.5v13h.25a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5H2v-13a.75.75 0 0 1-.75-.75M6 14.5v-2.25c0-.69.56-1.25 1.25-1.25h1.5c.69 0 1.25.56 1.25 1.25v2.25zM5.146 3.146A.5.5 0 0 0 5 3.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.354.146ZM5 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm4.146-4.354A.5.5 0 0 0 9 3.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.354.146M9 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z"
|
|
273
273
|
}));
|
|
274
274
|
|
|
275
275
|
const SvgBulb = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -278,10 +278,10 @@ const SvgBulb = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
278
278
|
height: 16,
|
|
279
279
|
fill: "currentColor"
|
|
280
280
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
281
|
-
d: "M8.5 0a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1A.75.75 0 0 1 8.5
|
|
281
|
+
d: "M8.5 0a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1A.75.75 0 0 1 8.5 0m5.28 2.22a.75.75 0 0 1 0 1.06l-.707.707a.75.75 0 1 1-1.06-1.06l.707-.707a.75.75 0 0 1 1.06 0M3.22 3.28a.75.75 0 0 1 1.06-1.06l.707.707a.75.75 0 0 1-1.06 1.06zM16 7.5a.75.75 0 0 1-.75.75h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 0 1 .75.75m-13.25.75a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zm4 7a.75.75 0 0 1 .75-.75h2a.75.75 0 1 1 0 1.5h-2a.75.75 0 0 1-.75-.75"
|
|
282
282
|
}), /*#__PURE__*/React.createElement("path", {
|
|
283
283
|
fillRule: "evenodd",
|
|
284
|
-
d: "M8.5 3.5A4.5 4.5 0 0 0 4 8c0 1.53.926 2.465 1.718 3.264l.2.203c.05.05.081.124.081.208A1.826 1.826 0 0 0 7.825 13.5H9.19c1 0 1.811-.81 1.811-1.81 0-.083.033-.159.088-.213l.067-.066C11.992 10.592 13 9.605 13 8a4.5 4.5 0 0 0-4.5-4.
|
|
284
|
+
d: "M8.5 3.5A4.5 4.5 0 0 0 4 8c0 1.53.926 2.465 1.718 3.264l.2.203c.05.05.081.124.081.208A1.826 1.826 0 0 0 7.825 13.5H9.19c1 0 1.811-.81 1.811-1.81 0-.083.033-.159.088-.213l.067-.066C11.992 10.592 13 9.605 13 8a4.5 4.5 0 0 0-4.5-4.5"
|
|
285
285
|
}));
|
|
286
286
|
|
|
287
287
|
const SvgCalendar = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -290,7 +290,7 @@ const SvgCalendar = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
290
290
|
height: 16,
|
|
291
291
|
fill: "currentColor"
|
|
292
292
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
293
|
-
d: "M11.28.22c.141.14.22.331.22.53V1h1.25A2.25 2.25 0 0 1 15 3.25V5H1V3.25A2.25 2.25 0 0 1 3.25 1H4.5V.75a.75.75 0 0 1 1.5 0V1h4V.75a.75.75 0 0 1 1.28-.53ZM1 6.5v6.25A2.25 2.25 0 0 0 3.25 15h9.5A2.25 2.25 0 0 0 15 12.75V6.
|
|
293
|
+
d: "M11.28.22c.141.14.22.331.22.53V1h1.25A2.25 2.25 0 0 1 15 3.25V5H1V3.25A2.25 2.25 0 0 1 3.25 1H4.5V.75a.75.75 0 0 1 1.5 0V1h4V.75a.75.75 0 0 1 1.28-.53ZM1 6.5v6.25A2.25 2.25 0 0 0 3.25 15h9.5A2.25 2.25 0 0 0 15 12.75V6.5z"
|
|
294
294
|
}));
|
|
295
295
|
|
|
296
296
|
const SvgCamera = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -300,7 +300,7 @@ const SvgCamera = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
300
300
|
fill: "currentColor"
|
|
301
301
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
302
302
|
fillRule: "evenodd",
|
|
303
|
-
d: "M5.517 1.188a1.25 1.25 0 0 0-.461.508l-.541 1.093-1.456.124A2.25 2.25 0 0 0 1 5.155v6.595A2.25 2.25 0 0 0 3.25 14h9.5A2.25 2.25 0 0 0 15 11.75V5.155a2.25 2.25 0 0 0-2.059-2.242l-1.457-.124-.54-1.093A1.25 1.25 0 0 0 9.824 1H6.176a1.25 1.25 0 0 0-.66.188ZM8 11.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.
|
|
303
|
+
d: "M5.517 1.188a1.25 1.25 0 0 0-.461.508l-.541 1.093-1.456.124A2.25 2.25 0 0 0 1 5.155v6.595A2.25 2.25 0 0 0 3.25 14h9.5A2.25 2.25 0 0 0 15 11.75V5.155a2.25 2.25 0 0 0-2.059-2.242l-1.457-.124-.54-1.093A1.25 1.25 0 0 0 9.824 1H6.176a1.25 1.25 0 0 0-.66.188ZM8 11.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5"
|
|
304
304
|
}));
|
|
305
305
|
|
|
306
306
|
const SvgCash = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -309,10 +309,10 @@ const SvgCash = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
309
309
|
height: 16,
|
|
310
310
|
fill: "currentColor"
|
|
311
311
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
312
|
-
d: "M0 3.25A2.25 2.25 0 0 1 2.25 1h8a2.25 2.25 0 0 1 2.25 2.25V4H5.75A3.75 3.75 0 0 0 2 7.75v2.736A2.25 2.25 0 0 1 0 8.
|
|
312
|
+
d: "M0 3.25A2.25 2.25 0 0 1 2.25 1h8a2.25 2.25 0 0 1 2.25 2.25V4H5.75A3.75 3.75 0 0 0 2 7.75v2.736A2.25 2.25 0 0 1 0 8.25z"
|
|
313
313
|
}), /*#__PURE__*/React.createElement("path", {
|
|
314
314
|
fillRule: "evenodd",
|
|
315
|
-
d: "M5.75 5.5A2.25 2.25 0 0 0 3.5 7.75v5A2.25 2.25 0 0 0 5.75 15h8A2.25 2.25 0 0 0 16 12.75v-5a2.25 2.25 0 0 0-2.25-2.
|
|
315
|
+
d: "M5.75 5.5A2.25 2.25 0 0 0 3.5 7.75v5A2.25 2.25 0 0 0 5.75 15h8A2.25 2.25 0 0 0 16 12.75v-5a2.25 2.25 0 0 0-2.25-2.25zm4 6.75a2 2 0 1 0 0-4 2 2 0 0 0 0 4"
|
|
316
316
|
}));
|
|
317
317
|
|
|
318
318
|
const SvgChartBar = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -321,7 +321,7 @@ const SvgChartBar = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
321
321
|
height: 16,
|
|
322
322
|
fill: "currentColor"
|
|
323
323
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
324
|
-
d: "M12 2a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V3a1 1 0 0 1 1-
|
|
324
|
+
d: "M12 2a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1M8 6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m-3 4a1 1 0 0 0-2 0v3a1 1 0 1 0 2 0z"
|
|
325
325
|
}));
|
|
326
326
|
|
|
327
327
|
const SvgChatBubbleRoundDots = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -331,7 +331,7 @@ const SvgChatBubbleRoundDots = props => /*#__PURE__*/React.createElement("svg",
|
|
|
331
331
|
fill: "currentColor"
|
|
332
332
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
333
333
|
fillRule: "evenodd",
|
|
334
|
-
d: "m2.06 14.933-.002.001a.75.75 0 0 1-.99-.994v-.002l.004-.01.017-.036c.096-.216.19-.432.28-.65.198-.476.446-1.101.618-1.646.074-.222.132-.449.176-.679.006-.04.011-.08.014-.119a6.768 6.768 0 1 1 3.028 3.026h-.003c-.027.003-.063.007-.11.015a5.46 5.46 0 0 0-.678.176 21.55 21.55 0 0 0-1.649.616c-.22.091-.44.185-.658.281l-.037.
|
|
334
|
+
d: "m2.06 14.933-.002.001a.75.75 0 0 1-.99-.994v-.002l.004-.01.017-.036c.096-.216.19-.432.28-.65.198-.476.446-1.101.618-1.646.074-.222.132-.449.176-.679.006-.04.011-.08.014-.119a6.768 6.768 0 1 1 3.028 3.026h-.003c-.027.003-.063.007-.11.015a5.46 5.46 0 0 0-.678.176 21.55 21.55 0 0 0-1.649.616c-.22.091-.44.185-.658.281l-.037.017zM5.25 8.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0"
|
|
335
335
|
}));
|
|
336
336
|
|
|
337
337
|
const SvgChatBubbleRoundText = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -341,7 +341,7 @@ const SvgChatBubbleRoundText = props => /*#__PURE__*/React.createElement("svg",
|
|
|
341
341
|
fill: "currentColor"
|
|
342
342
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
343
343
|
fillRule: "evenodd",
|
|
344
|
-
d: "m2.06 14.933-.002.001a.75.75 0 0 1-.99-.994v-.002l.004-.01.017-.036c.096-.216.19-.432.28-.65.198-.476.446-1.101.618-1.646.074-.222.132-.449.176-.679.006-.04.011-.08.014-.119a6.768 6.768 0 1 1 3.028 3.026h-.003c-.027.003-.063.007-.11.015a5.46 5.46 0 0 0-.678.176 21.55 21.55 0 0 0-1.649.616c-.22.091-.44.185-.658.281l-.037.
|
|
344
|
+
d: "m2.06 14.933-.002.001a.75.75 0 0 1-.99-.994v-.002l.004-.01.017-.036c.096-.216.19-.432.28-.65.198-.476.446-1.101.618-1.646.074-.222.132-.449.176-.679.006-.04.011-.08.014-.119a6.768 6.768 0 1 1 3.028 3.026h-.003c-.027.003-.063.007-.11.015a5.46 5.46 0 0 0-.678.176 21.55 21.55 0 0 0-1.649.616c-.22.091-.44.185-.658.281l-.037.017zM5.25 5.5a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z"
|
|
345
345
|
}));
|
|
346
346
|
|
|
347
347
|
const SvgChatBubbleRound = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -361,7 +361,7 @@ const SvgChatBubbleSquareDots = props => /*#__PURE__*/React.createElement("svg",
|
|
|
361
361
|
fill: "currentColor"
|
|
362
362
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
363
363
|
fillRule: "evenodd",
|
|
364
|
-
d: "M14.341 1.659c.422.422.659.994.659 1.591v6.5A2.249 2.249 0 0 1 12.75 12H5.571a.75.75 0 0 0-.51.2L2.26 14.8A.75.75 0 0 1 1 14.25v-11A2.25 2.25 0 0 1 3.25 1h9.5a2.25 2.25 0 0 1 1.591.
|
|
364
|
+
d: "M14.341 1.659c.422.422.659.994.659 1.591v6.5A2.249 2.249 0 0 1 12.75 12H5.571a.75.75 0 0 0-.51.2L2.26 14.8A.75.75 0 0 1 1 14.25v-11A2.25 2.25 0 0 1 3.25 1h9.5a2.25 2.25 0 0 1 1.591.659M5 7.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
|
|
365
365
|
}));
|
|
366
366
|
|
|
367
367
|
const SvgChatBubbleSquareText = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -371,7 +371,7 @@ const SvgChatBubbleSquareText = props => /*#__PURE__*/React.createElement("svg",
|
|
|
371
371
|
fill: "currentColor"
|
|
372
372
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
373
373
|
fillRule: "evenodd",
|
|
374
|
-
d: "M15 3.25A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v11a.75.75 0 0 0 1.26.55l2.801-2.6a.75.75 0 0 1 .51-.2h7.179A2.249 2.249 0 0 0 15 9.
|
|
374
|
+
d: "M15 3.25A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v11a.75.75 0 0 0 1.26.55l2.801-2.6a.75.75 0 0 1 .51-.2h7.179A2.249 2.249 0 0 0 15 9.75zm-10 1a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM4.25 8A.75.75 0 0 1 5 7.25h4a.75.75 0 0 1 0 1.5H5A.75.75 0 0 1 4.25 8"
|
|
375
375
|
}));
|
|
376
376
|
|
|
377
377
|
const SvgChatBubbleSquare = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -381,7 +381,7 @@ const SvgChatBubbleSquare = props => /*#__PURE__*/React.createElement("svg", _ex
|
|
|
381
381
|
fill: "currentColor"
|
|
382
382
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
383
383
|
fillRule: "evenodd",
|
|
384
|
-
d: "M15 3.25A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v11a.75.75 0 0 0 1.26.55l2.801-2.6a.75.75 0 0 1 .51-.2h7.179A2.249 2.249 0 0 0 15 9.
|
|
384
|
+
d: "M15 3.25A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v11a.75.75 0 0 0 1.26.55l2.801-2.6a.75.75 0 0 1 .51-.2h7.179A2.249 2.249 0 0 0 15 9.75z"
|
|
385
385
|
}));
|
|
386
386
|
|
|
387
387
|
const SvgChatBubblesRound = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -394,7 +394,7 @@ const SvgChatBubblesRound = props => /*#__PURE__*/React.createElement("svg", _ex
|
|
|
394
394
|
d: "M8.302 3.288A3.633 3.633 0 0 0 2.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 0 1-.084.468 7.85 7.85 0 0 1-.2.655c.26-.09.52-.17.75-.223a.7.7 0 1 1 .312 1.365c-.34.078-.837.258-1.278.434-.235.095-.469.193-.701.295l-.042.018-.01.005-.003.001a.7.7 0 0 1-.925-.927v-.001l.002-.004.008-.018.03-.07c.153-.345.296-.694.43-1.047.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 0 1 7.74-6.082.7.7 0 1 1-.896 1.076Z"
|
|
395
395
|
}), /*#__PURE__*/React.createElement("path", {
|
|
396
396
|
fillRule: "evenodd",
|
|
397
|
-
d: "M4.75 9.333a5.083 5.083 0 1 1 9.657 2.221c.006.033.015.077.029.133.05.197.14.453.248.734.087.223.178.443.262.646l.06.146c.049.118.094.23.131.326.03.082.074.2.097.306a.75.75 0 0 1-.734.905c-.169 0-.332-.04-.447-.072a4.858 4.858 0 0 1-.394-.134 20.712 20.712 0 0 1-.606-.248l-.216-.09c-.23-.1-.466-.188-.705-.265a1.826 1.826 0 0 0-.095-.026A5.083 5.083 0 0 1 4.75 9.
|
|
397
|
+
d: "M4.75 9.333a5.083 5.083 0 1 1 9.657 2.221c.006.033.015.077.029.133.05.197.14.453.248.734.087.223.178.443.262.646l.06.146c.049.118.094.23.131.326.03.082.074.2.097.306a.75.75 0 0 1-.734.905c-.169 0-.332-.04-.447-.072a4.858 4.858 0 0 1-.394-.134 20.712 20.712 0 0 1-.606-.248l-.216-.09c-.23-.1-.466-.188-.705-.265a1.826 1.826 0 0 0-.095-.026A5.083 5.083 0 0 1 4.75 9.333m9.65 2.16-.001-.012v.013z"
|
|
398
398
|
}));
|
|
399
399
|
|
|
400
400
|
const SvgChatBubblesSquare = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -403,10 +403,10 @@ const SvgChatBubblesSquare = props => /*#__PURE__*/React.createElement("svg", _e
|
|
|
403
403
|
height: 16,
|
|
404
404
|
fill: "currentColor"
|
|
405
405
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
406
|
-
d: "M11.25 1a.75.75 0 1 1 0 1.5h-9a.75.75 0 0 0-.75.75v6.531l.706-.51a.75.75 0 0 1 .88 1.214L1.19 11.858A.75.75 0 0 1 0 11.25v-8A2.25 2.25 0 0 1 2.25
|
|
406
|
+
d: "M11.25 1a.75.75 0 1 1 0 1.5h-9a.75.75 0 0 0-.75.75v6.531l.706-.51a.75.75 0 0 1 .88 1.214L1.19 11.858A.75.75 0 0 1 0 11.25v-8A2.25 2.25 0 0 1 2.25 1z"
|
|
407
407
|
}), /*#__PURE__*/React.createElement("path", {
|
|
408
408
|
fillRule: "evenodd",
|
|
409
|
-
d: "M6.25 4A2.25 2.25 0 0 0 4 6.25v4.534a2.25 2.25 0 0 0 2.25 2.25h6.041l2.52 1.824A.75.75 0 0 0 16 14.25v-8A2.25 2.25 0 0 0 13.75
|
|
409
|
+
d: "M6.25 4A2.25 2.25 0 0 0 4 6.25v4.534a2.25 2.25 0 0 0 2.25 2.25h6.041l2.52 1.824A.75.75 0 0 0 16 14.25v-8A2.25 2.25 0 0 0 13.75 4z"
|
|
410
410
|
}));
|
|
411
411
|
|
|
412
412
|
const SvgCheck = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -425,7 +425,91 @@ const SvgChevronDown = props => /*#__PURE__*/React.createElement("svg", _extends
|
|
|
425
425
|
fill: "currentColor"
|
|
426
426
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
427
427
|
fillRule: "evenodd",
|
|
428
|
-
d: "M3.235 5.205a.75.75 0 0 1 1.06.03L8 9.158l3.705-3.923a.75.75 0 0 1 1.09 1.03l-4.25 4.5a.75.75 0 0 1-1.09 0l-4.25-4.5a.75.75 0 0 1 .03-1.
|
|
428
|
+
d: "M3.235 5.205a.75.75 0 0 1 1.06.03L8 9.158l3.705-3.923a.75.75 0 0 1 1.09 1.03l-4.25 4.5a.75.75 0 0 1-1.09 0l-4.25-4.5a.75.75 0 0 1 .03-1.06"
|
|
429
|
+
}));
|
|
430
|
+
|
|
431
|
+
const SvgChevronLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
432
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
433
|
+
width: 16,
|
|
434
|
+
height: 16,
|
|
435
|
+
fill: "currentColor"
|
|
436
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
437
|
+
fillRule: "evenodd",
|
|
438
|
+
d: "M10.795 3.235a.75.75 0 0 1-.03 1.06L6.842 8l3.923 3.705a.75.75 0 0 1-1.03 1.09l-4.5-4.25a.75.75 0 0 1 0-1.09l4.5-4.25a.75.75 0 0 1 1.06.03Z"
|
|
439
|
+
}));
|
|
440
|
+
|
|
441
|
+
const SvgChevronRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
442
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
443
|
+
width: 16,
|
|
444
|
+
height: 16,
|
|
445
|
+
fill: "currentColor"
|
|
446
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
447
|
+
fillRule: "evenodd",
|
|
448
|
+
d: "M5.205 3.235a.75.75 0 0 0 .03 1.06L9.158 8l-3.923 3.705a.75.75 0 0 0 1.03 1.09l4.5-4.25a.75.75 0 0 0 0-1.09l-4.5-4.25a.75.75 0 0 0-1.06.03"
|
|
449
|
+
}));
|
|
450
|
+
|
|
451
|
+
const SvgChevronUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
452
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
453
|
+
width: 16,
|
|
454
|
+
height: 16,
|
|
455
|
+
fill: "currentColor"
|
|
456
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
457
|
+
fillRule: "evenodd",
|
|
458
|
+
d: "M3.235 10.795a.75.75 0 0 0 1.06-.03L8 6.842l3.705 3.923a.75.75 0 0 0 1.09-1.03l-4.25-4.5a.75.75 0 0 0-1.09 0l-4.25 4.5a.75.75 0 0 0 .03 1.06Z"
|
|
459
|
+
}));
|
|
460
|
+
|
|
461
|
+
const SvgChevronsDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
462
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
463
|
+
width: 16,
|
|
464
|
+
height: 16,
|
|
465
|
+
fill: "currentColor"
|
|
466
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
467
|
+
d: "M5.3 3.24a.75.75 0 0 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 6.148z"
|
|
468
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
469
|
+
d: "M5.3 8.24a.75.75 0 0 0-1.1 1.02l3.25 3.5a.752.752 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 11.148z"
|
|
470
|
+
}));
|
|
471
|
+
|
|
472
|
+
const SvgChevronsLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
473
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
474
|
+
width: 16,
|
|
475
|
+
height: 16,
|
|
476
|
+
fill: "currentColor"
|
|
477
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
478
|
+
d: "M7.76 5.3a.75.75 0 0 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.749.749 0 1 0 1.02-1.1L4.852 8z"
|
|
479
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
480
|
+
d: "M12.76 5.3a.75.75 0 0 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.748.748 0 0 0 1.213-.29.75.75 0 0 0-.193-.81L9.852 8z"
|
|
481
|
+
}));
|
|
482
|
+
|
|
483
|
+
const SvgChevronsRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
484
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
485
|
+
width: 16,
|
|
486
|
+
height: 16,
|
|
487
|
+
fill: "currentColor"
|
|
488
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
489
|
+
d: "M3.24 5.3a.75.75 0 1 1 1.02-1.1l3.5 3.25a.75.75 0 0 1 0 1.1l-3.5 3.25a.75.75 0 1 1-1.02-1.1L6.148 8z"
|
|
490
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
491
|
+
d: "M8.24 5.3a.75.75 0 0 1 1.02-1.1l3.5 3.25a.749.749 0 0 1 0 1.1l-3.5 3.25a.75.75 0 1 1-1.02-1.1L11.148 8z"
|
|
492
|
+
}));
|
|
493
|
+
|
|
494
|
+
const SvgChevronsUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
495
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
496
|
+
width: 16,
|
|
497
|
+
height: 16,
|
|
498
|
+
fill: "currentColor"
|
|
499
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
500
|
+
d: "M5.3 7.76a.75.75 0 0 1-1.1-1.02l3.25-3.5a.75.75 0 0 1 1.1 0l3.25 3.5a.749.749 0 1 1-1.1 1.02L8 4.852z"
|
|
501
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
502
|
+
d: "M5.3 12.76a.75.75 0 0 1-1.1-1.02l3.25-3.5a.75.75 0 0 1 1.1 0l3.25 3.5a.748.748 0 0 1-.29 1.213.75.75 0 0 1-.81-.193L8 9.852z"
|
|
503
|
+
}));
|
|
504
|
+
|
|
505
|
+
const SvgCircleAdd = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
507
|
+
width: 16,
|
|
508
|
+
height: 16,
|
|
509
|
+
fill: "currentColor"
|
|
510
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
511
|
+
fillRule: "evenodd",
|
|
512
|
+
d: "M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8.53-3.53A.75.75 0 0 0 7.25 5v2.25H5a.75.75 0 0 0 0 1.5h2.25V11a.75.75 0 1 0 1.5 0V8.75H11a.75.75 0 1 0 0-1.5H8.75V5a.75.75 0 0 0-.22-.53Z"
|
|
429
513
|
}));
|
|
430
514
|
|
|
431
515
|
const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
@@ -435,7 +519,7 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
435
519
|
fill: "none"
|
|
436
520
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
437
521
|
fill: "currentColor",
|
|
438
|
-
d: "M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v.25H0V3.25c0-.597.237-1.169.659-1.
|
|
522
|
+
d: "M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v.25H0V3.25c0-.597.237-1.169.659-1.591M0 7v5.75A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75V7z"
|
|
439
523
|
}));
|
|
440
524
|
|
|
441
|
-
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgAt as At, SvgBattery as Battery, SvgBeaker as Beaker, SvgBell as Bell, SvgBookClosed as BookClosed, SvgBookOpen as BookOpen, SvgBookmark as Bookmark, SvgBookmarkPlus as BookmarkPlus, SvgBriefcase as Briefcase, SvgBuilding as Building, SvgBulb as Bulb, SvgCalendar as Calendar, SvgCamera as Camera, SvgCash as Cash, SvgChartBar as ChartBar, SvgChatBubbleRound as ChatBubbleRound, SvgChatBubbleRoundDots as ChatBubbleRoundDots, SvgChatBubbleRoundText as ChatBubbleRoundText, SvgChatBubbleSquare as ChatBubbleSquare, SvgChatBubbleSquareDots as ChatBubbleSquareDots, SvgChatBubbleSquareText as ChatBubbleSquareText, SvgChatBubblesRound as ChatBubblesRound, SvgChatBubblesSquare as ChatBubblesSquare, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgFolder as Folder };
|
|
525
|
+
export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgAt as At, SvgBattery as Battery, SvgBeaker as Beaker, SvgBell as Bell, SvgBookClosed as BookClosed, SvgBookOpen as BookOpen, SvgBookmark as Bookmark, SvgBookmarkPlus as BookmarkPlus, SvgBriefcase as Briefcase, SvgBuilding as Building, SvgBulb as Bulb, SvgCalendar as Calendar, SvgCamera as Camera, SvgCash as Cash, SvgChartBar as ChartBar, SvgChatBubbleRound as ChatBubbleRound, SvgChatBubbleRoundDots as ChatBubbleRoundDots, SvgChatBubbleRoundText as ChatBubbleRoundText, SvgChatBubbleSquare as ChatBubbleSquare, SvgChatBubbleSquareDots as ChatBubbleSquareDots, SvgChatBubbleSquareText as ChatBubbleSquareText, SvgChatBubblesRound as ChatBubblesRound, SvgChatBubblesSquare as ChatBubblesSquare, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgChevronsDown as ChevronsDown, SvgChevronsLeft as ChevronsLeft, SvgChevronsRight as ChevronsRight, SvgChevronsUp as ChevronsUp, SvgCircleAdd as CircleAdd, SvgFolder as Folder };
|