a-icons 1.1.67 → 1.1.69
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/es/CircleStopFilled.d.ts +6 -0
- package/es/CircleStopFilled.js +32 -0
- package/es/FoldSearchFileFilled.d.ts +6 -0
- package/es/FoldSearchFileFilled.js +38 -0
- package/es/FoldSearchFileOutlined.d.ts +6 -0
- package/es/FoldSearchFileOutlined.js +37 -0
- package/es/LineChartUpOutlined.d.ts +6 -0
- package/es/LineChartUpOutlined.js +44 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +4 -0
- package/lib/CircleStopFilled.d.ts +6 -0
- package/lib/CircleStopFilled.js +75 -0
- package/lib/FoldSearchFileFilled.d.ts +6 -0
- package/lib/FoldSearchFileFilled.js +81 -0
- package/lib/FoldSearchFileOutlined.d.ts +6 -0
- package/lib/FoldSearchFileOutlined.js +80 -0
- package/lib/LineChartUpOutlined.d.ts +6 -0
- package/lib/LineChartUpOutlined.js +87 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +34 -6
- package/package.json +2 -2
- package/src/CircleStopFilled.tsx +20 -0
- package/src/FoldSearchFileFilled.tsx +28 -0
- package/src/FoldSearchFileOutlined.tsx +26 -0
- package/src/LineChartUpOutlined.tsx +29 -0
- package/src/index.tsx +4 -0
- package/svgs/filled/circle-stop-filled.svg +5 -0
- package/svgs/filled/fold-search-file-filled.svg +11 -0
- package/svgs/outlined/fold-search-file-outlined.svg +8 -0
- package/svgs/outlined/line-chart-up-outlined.svg +6 -0
- package/tmpAllSvgs/circle-stop-filled.svg +5 -0
- package/tmpAllSvgs/fold-search-file-filled.svg +11 -0
- package/tmpAllSvgs/fold-search-file-outlined.svg +8 -0
- package/tmpAllSvgs/line-chart-up-outlined.svg +6 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function CircleStopFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M21 12a9 9 0 10-18 0 9 9 0 0018 0zM10 9a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1h-4z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
};
|
|
27
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
28
|
+
component: IconNode
|
|
29
|
+
}));
|
|
30
|
+
}
|
|
31
|
+
CircleStopFilled.displayName = 'CircleStopFilled';
|
|
32
|
+
export default CircleStopFilled;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function FoldSearchFileFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M14.17 9.14h4.62a.56.56 0 00.39-1l-5.55-5.45a.56.56 0 00-1 .39v4.57a1.49 1.49 0 001.54 1.49z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M14.07 10.24h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.46a4 4 0 01-4-4V6.5a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.78a2.45 2.45 0 002.44 2.46zm-5.22 8.04a2.87 2.87 0 001.51.44l.04-.05a2.84 2.84 0 10-2.84-2.84c.002.461.119.915.34 1.32a.996.996 0 00-.13.09l-1.06 1.1a.75.75 0 00.54 1.27.7.7 0 00.54-.23l1.06-1.1z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M10.36 14.53a1.35 1.35 0 10-.02 2.7 1.35 1.35 0 00.02-2.7z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
34
|
+
component: IconNode
|
|
35
|
+
}));
|
|
36
|
+
}
|
|
37
|
+
FoldSearchFileFilled.displayName = 'FoldSearchFileFilled';
|
|
38
|
+
export default FoldSearchFileFilled;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function FoldSearchFileOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M5.08 15.021A3.91 3.91 0 018.51 13a3.91 3.91 0 11-2.36 7.07L4.7 21.58a.78.78 0 01-.54.23.73.73 0 01-.52-.21.75.75 0 010-1.06L5.09 19h.11a3.91 3.91 0 01-.12-3.979zM6.1 16.91a2.41 2.41 0 002.41 2.41v-.03a2.41 2.41 0 002.41-2.38 2.41 2.41 0 00-4.82 0z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M13.35 2.38l7 7a.75.75 0 01.27.56v7a4.75 4.75 0 01-4.75 4.75H13a.75.75 0 010-1.5h2.82a3.25 3.25 0 003.25-3.25v-6.25h-4.25a2.76 2.76 0 01-2.75-2.75V3.69H9.82a3.26 3.26 0 00-3.25 3.25v5a.75.75 0 01-1.5 0v-5a4.75 4.75 0 014.75-4.78h3c.199 0 .39.08.53.22zm.22 2.34v3.22c0 .69.56 1.25 1.25 1.25H18l-4.43-4.47z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
FoldSearchFileOutlined.displayName = 'FoldSearchFileOutlined';
|
|
37
|
+
export default FoldSearchFileOutlined;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
var __assign = this && this.__assign || function () {
|
|
2
|
+
__assign = Object.assign || function (t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) {
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
import * as React from 'react';
|
|
14
|
+
import Icon from 'a-base-icon/lib/icon';
|
|
15
|
+
function LineChartUpOutlined(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
22
|
+
x: 4,
|
|
23
|
+
y: 6,
|
|
24
|
+
width: 13,
|
|
25
|
+
height: 16,
|
|
26
|
+
rx: 2,
|
|
27
|
+
stroke: "currentColor",
|
|
28
|
+
strokeWidth: 2
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M9 5.75V4a2 2 0 012-2h8a2 2 0 012 2v11a2 2 0 01-2 2h-2",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: 2
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M4 16l4.952-3 3.096 3L17 13",
|
|
35
|
+
stroke: "currentColor",
|
|
36
|
+
strokeWidth: 2
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
40
|
+
component: IconNode
|
|
41
|
+
}));
|
|
42
|
+
}
|
|
43
|
+
LineChartUpOutlined.displayName = 'LineChartUpOutlined';
|
|
44
|
+
export default LineChartUpOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export { default as CircleDollarOutlined } from './CircleDollarOutlined';
|
|
|
59
59
|
export { default as CirclePlusFilled } from './CirclePlusFilled';
|
|
60
60
|
export { default as CirclePointsTriangleFilled } from './CirclePointsTriangleFilled';
|
|
61
61
|
export { default as CirclePointsTriangleOutlined } from './CirclePointsTriangleOutlined';
|
|
62
|
+
export { default as CircleStopFilled } from './CircleStopFilled';
|
|
62
63
|
export { default as CirculationFilled } from './CirculationFilled';
|
|
63
64
|
export { default as ClientOutlined } from './ClientOutlined';
|
|
64
65
|
export { default as ClipboardOutlined } from './ClipboardOutlined';
|
|
@@ -140,6 +141,8 @@ export { default as FilterCupOutlined } from './FilterCupOutlined';
|
|
|
140
141
|
export { default as FilterFilled } from './FilterFilled';
|
|
141
142
|
export { default as FilterOutlined } from './FilterOutlined';
|
|
142
143
|
export { default as FireFilled } from './FireFilled';
|
|
144
|
+
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
145
|
+
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
143
146
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
144
147
|
export { default as FormOutlined } from './FormOutlined';
|
|
145
148
|
export { default as FourDotFilled } from './FourDotFilled';
|
|
@@ -176,6 +179,7 @@ export { default as LayerFilled } from './LayerFilled';
|
|
|
176
179
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
177
180
|
export { default as LeftOutlined } from './LeftOutlined';
|
|
178
181
|
export { default as LimitlessFilled } from './LimitlessFilled';
|
|
182
|
+
export { default as LineChartUpOutlined } from './LineChartUpOutlined';
|
|
179
183
|
export { default as LineUpFilled } from './LineUpFilled';
|
|
180
184
|
export { default as LineUpOutlined } from './LineUpOutlined';
|
|
181
185
|
export { default as LinkedinFilled } from './LinkedinFilled';
|
package/es/index.js
CHANGED
|
@@ -59,6 +59,7 @@ export { default as CircleDollarOutlined } from './CircleDollarOutlined';
|
|
|
59
59
|
export { default as CirclePlusFilled } from './CirclePlusFilled';
|
|
60
60
|
export { default as CirclePointsTriangleFilled } from './CirclePointsTriangleFilled';
|
|
61
61
|
export { default as CirclePointsTriangleOutlined } from './CirclePointsTriangleOutlined';
|
|
62
|
+
export { default as CircleStopFilled } from './CircleStopFilled';
|
|
62
63
|
export { default as CirculationFilled } from './CirculationFilled';
|
|
63
64
|
export { default as ClientOutlined } from './ClientOutlined';
|
|
64
65
|
export { default as ClipboardOutlined } from './ClipboardOutlined';
|
|
@@ -140,6 +141,8 @@ export { default as FilterCupOutlined } from './FilterCupOutlined';
|
|
|
140
141
|
export { default as FilterFilled } from './FilterFilled';
|
|
141
142
|
export { default as FilterOutlined } from './FilterOutlined';
|
|
142
143
|
export { default as FireFilled } from './FireFilled';
|
|
144
|
+
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
145
|
+
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
143
146
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
144
147
|
export { default as FormOutlined } from './FormOutlined';
|
|
145
148
|
export { default as FourDotFilled } from './FourDotFilled';
|
|
@@ -176,6 +179,7 @@ export { default as LayerFilled } from './LayerFilled';
|
|
|
176
179
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
177
180
|
export { default as LeftOutlined } from './LeftOutlined';
|
|
178
181
|
export { default as LimitlessFilled } from './LimitlessFilled';
|
|
182
|
+
export { default as LineChartUpOutlined } from './LineChartUpOutlined';
|
|
179
183
|
export { default as LineUpFilled } from './LineUpFilled';
|
|
180
184
|
export { default as LineUpOutlined } from './LineUpOutlined';
|
|
181
185
|
export { default as LinkedinFilled } from './LinkedinFilled';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function CircleStopFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M21 12a9 9 0 10-18 0 9 9 0 0018 0zM10 9a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1h-4z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}));
|
|
69
|
+
};
|
|
70
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
71
|
+
component: IconNode
|
|
72
|
+
}));
|
|
73
|
+
}
|
|
74
|
+
CircleStopFilled.displayName = 'CircleStopFilled';
|
|
75
|
+
exports["default"] = CircleStopFilled;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function FoldSearchFileFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
d: "M14.17 9.14h4.62a.56.56 0 00.39-1l-5.55-5.45a.56.56 0 00-1 .39v4.57a1.49 1.49 0 001.54 1.49z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}), React.createElement("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M14.07 10.24h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.46a4 4 0 01-4-4V6.5a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.78a2.45 2.45 0 002.44 2.46zm-5.22 8.04a2.87 2.87 0 001.51.44l.04-.05a2.84 2.84 0 10-2.84-2.84c.002.461.119.915.34 1.32a.996.996 0 00-.13.09l-1.06 1.1a.75.75 0 00.54 1.27.7.7 0 00.54-.23l1.06-1.1z",
|
|
70
|
+
fill: "currentColor"
|
|
71
|
+
}), React.createElement("path", {
|
|
72
|
+
d: "M10.36 14.53a1.35 1.35 0 10-.02 2.7 1.35 1.35 0 00.02-2.7z",
|
|
73
|
+
fill: "currentColor"
|
|
74
|
+
}));
|
|
75
|
+
};
|
|
76
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
77
|
+
component: IconNode
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
FoldSearchFileFilled.displayName = 'FoldSearchFileFilled';
|
|
81
|
+
exports["default"] = FoldSearchFileFilled;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function FoldSearchFileOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M5.08 15.021A3.91 3.91 0 018.51 13a3.91 3.91 0 11-2.36 7.07L4.7 21.58a.78.78 0 01-.54.23.73.73 0 01-.52-.21.75.75 0 010-1.06L5.09 19h.11a3.91 3.91 0 01-.12-3.979zM6.1 16.91a2.41 2.41 0 002.41 2.41v-.03a2.41 2.41 0 002.41-2.38 2.41 2.41 0 00-4.82 0z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
clipRule: "evenodd",
|
|
71
|
+
d: "M13.35 2.38l7 7a.75.75 0 01.27.56v7a4.75 4.75 0 01-4.75 4.75H13a.75.75 0 010-1.5h2.82a3.25 3.25 0 003.25-3.25v-6.25h-4.25a2.76 2.76 0 01-2.75-2.75V3.69H9.82a3.26 3.26 0 00-3.25 3.25v5a.75.75 0 01-1.5 0v-5a4.75 4.75 0 014.75-4.78h3c.199 0 .39.08.53.22zm.22 2.34v3.22c0 .69.56 1.25 1.25 1.25H18l-4.43-4.47z",
|
|
72
|
+
fill: "currentColor"
|
|
73
|
+
}));
|
|
74
|
+
};
|
|
75
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
76
|
+
component: IconNode
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
FoldSearchFileOutlined.displayName = 'FoldSearchFileOutlined';
|
|
80
|
+
exports["default"] = FoldSearchFileOutlined;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
return __assign.apply(this, arguments);
|
|
14
|
+
};
|
|
15
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return m[k];
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
} : function (o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
});
|
|
31
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
value: v
|
|
35
|
+
});
|
|
36
|
+
} : function (o, v) {
|
|
37
|
+
o["default"] = v;
|
|
38
|
+
});
|
|
39
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
40
|
+
if (mod && mod.__esModule) return mod;
|
|
41
|
+
var result = {};
|
|
42
|
+
if (mod != null) for (var k in mod) {
|
|
43
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
44
|
+
}
|
|
45
|
+
__setModuleDefault(result, mod);
|
|
46
|
+
return result;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
49
|
+
return mod && mod.__esModule ? mod : {
|
|
50
|
+
"default": mod
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
});
|
|
56
|
+
var React = __importStar(require("react"));
|
|
57
|
+
var icon_1 = __importDefault(require("a-base-icon/lib/icon"));
|
|
58
|
+
function LineChartUpOutlined(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, props), React.createElement("rect", {
|
|
65
|
+
x: 4,
|
|
66
|
+
y: 6,
|
|
67
|
+
width: 13,
|
|
68
|
+
height: 16,
|
|
69
|
+
rx: 2,
|
|
70
|
+
stroke: "currentColor",
|
|
71
|
+
strokeWidth: 2
|
|
72
|
+
}), React.createElement("path", {
|
|
73
|
+
d: "M9 5.75V4a2 2 0 012-2h8a2 2 0 012 2v11a2 2 0 01-2 2h-2",
|
|
74
|
+
stroke: "currentColor",
|
|
75
|
+
strokeWidth: 2
|
|
76
|
+
}), React.createElement("path", {
|
|
77
|
+
d: "M4 16l4.952-3 3.096 3L17 13",
|
|
78
|
+
stroke: "currentColor",
|
|
79
|
+
strokeWidth: 2
|
|
80
|
+
}));
|
|
81
|
+
};
|
|
82
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
83
|
+
component: IconNode
|
|
84
|
+
}));
|
|
85
|
+
}
|
|
86
|
+
LineChartUpOutlined.displayName = 'LineChartUpOutlined';
|
|
87
|
+
exports["default"] = LineChartUpOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export { default as CircleDollarOutlined } from './CircleDollarOutlined';
|
|
|
59
59
|
export { default as CirclePlusFilled } from './CirclePlusFilled';
|
|
60
60
|
export { default as CirclePointsTriangleFilled } from './CirclePointsTriangleFilled';
|
|
61
61
|
export { default as CirclePointsTriangleOutlined } from './CirclePointsTriangleOutlined';
|
|
62
|
+
export { default as CircleStopFilled } from './CircleStopFilled';
|
|
62
63
|
export { default as CirculationFilled } from './CirculationFilled';
|
|
63
64
|
export { default as ClientOutlined } from './ClientOutlined';
|
|
64
65
|
export { default as ClipboardOutlined } from './ClipboardOutlined';
|
|
@@ -140,6 +141,8 @@ export { default as FilterCupOutlined } from './FilterCupOutlined';
|
|
|
140
141
|
export { default as FilterFilled } from './FilterFilled';
|
|
141
142
|
export { default as FilterOutlined } from './FilterOutlined';
|
|
142
143
|
export { default as FireFilled } from './FireFilled';
|
|
144
|
+
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
145
|
+
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
143
146
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
144
147
|
export { default as FormOutlined } from './FormOutlined';
|
|
145
148
|
export { default as FourDotFilled } from './FourDotFilled';
|
|
@@ -176,6 +179,7 @@ export { default as LayerFilled } from './LayerFilled';
|
|
|
176
179
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
177
180
|
export { default as LeftOutlined } from './LeftOutlined';
|
|
178
181
|
export { default as LimitlessFilled } from './LimitlessFilled';
|
|
182
|
+
export { default as LineChartUpOutlined } from './LineChartUpOutlined';
|
|
179
183
|
export { default as LineUpFilled } from './LineUpFilled';
|
|
180
184
|
export { default as LineUpOutlined } from './LineUpOutlined';
|
|
181
185
|
export { default as LinkedinFilled } from './LinkedinFilled';
|
package/lib/index.js
CHANGED
|
@@ -9,12 +9,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
11
|
exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.ArticleBoardFilled = exports.ArrowsRightLeftOutlined = exports.ArrowsRightLeftFilled = exports.ArrowsChevronOutlined = exports.ArrowsChevronFilled = exports.ArrowUpFilled = exports.ArrowTopRightOutlined = exports.ArrowSwapHorizontal = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDropDownFilled = exports.ArrowDownFilled = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.ImpassabilityFilled = exports.DailyFinanceOutlined = exports.DailyFinanceFilled = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = void 0;
|
|
12
|
+
exports.DotCalenderOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DashboardOutlined = exports.DashboardFilled = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockOutline = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = void 0;
|
|
13
|
+
exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FileDownloadLineOutlined = exports.FileBottomArrowOutlined = exports.FacebookFilled = exports.EyeSlashOutlined = exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DownloadReportOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownlaodAppOutlined = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = void 0;
|
|
14
|
+
exports.MailOutlined = exports.MailFilled = exports.LoopOutlined = exports.LoopFolderOutlined = exports.LoopFolderFilled = exports.LoopFilled = exports.LockOutlined = exports.LockFilled = exports.LockEllipsisFilled = exports.LoadingFilled = exports.ListOutlined = exports.ListFilled = exports.ListCaptionOutlined = exports.ListCaptionFilled = exports.LinksOutlined = exports.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImportOutlined = exports.ImageOutlined = exports.ImageFilled = exports.ImacOutlined = exports.ImacFilled = exports.IbFilled = exports.HomeWifiOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = void 0;
|
|
15
|
+
exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.OtcMerchant = exports.OtcMerchantLine = exports.OppositeArrowsOutlined = exports.OppositeArrowsFilled = exports.OpenMailOutlined = exports.OpenMailFilled = exports.OngoingFilled = exports.OfficeBagOutlined = exports.OffOutlined = exports.OctagonPromptOutlined = exports.OctagonPromptFilled = exports.NoteOutlined = exports.NoteFilled = exports.NoteBoardOutlined = exports.NoteBoardFilled = exports.NewspaperOutlined = exports.MoveOutlined = exports.MoneySymbolOutlined = exports.MoneySymbolFilled = exports.MinusSquareOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = void 0;
|
|
16
|
+
exports.SquareUpRightOutlined = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareBoxOutlined = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerOutlined = exports.SpeakerFilled = exports.SiteMapOutlined = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignBankCardFilled = exports.ShopKeeperOutlined = exports.ShopKeeperFilled = exports.ShieldTickAsteriskFilled = exports.ShieldOutlined = exports.ShieldFilled = exports.ShareOutlined = exports.ShareFilled = exports.ShapeOutlined = exports.ShapeFilled = exports.ShapArrowRightFilled = exports.ShapArrowLeftFilled = exports.SettingSquareOutlined = exports.SettingSquareFilled = exports.SettingOutlined = exports.SettingFilled = exports.SeoOutlined = exports.SeoFilled = exports.SearchOutlined = exports.SearchFilled = exports.SearchDocumentOutlined = exports.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = exports.RingDotsFilled = exports.RetryRefreshFilled = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = void 0;
|
|
17
|
+
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.VectorOutlined = exports.UserOutlined = exports.UpgradeFilled = exports.UpOutlined = exports.UpFilled = exports.UnlockFilled = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = exports.TrashOutlined = exports.TrashCanFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = void 0;
|
|
18
18
|
var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
|
|
19
19
|
Object.defineProperty(exports, "DailyFinanceFilled", {
|
|
20
20
|
enumerable: true,
|
|
@@ -442,6 +442,13 @@ Object.defineProperty(exports, "CirclePointsTriangleOutlined", {
|
|
|
442
442
|
return __importDefault(CirclePointsTriangleOutlined_1)["default"];
|
|
443
443
|
}
|
|
444
444
|
});
|
|
445
|
+
var CircleStopFilled_1 = require("./CircleStopFilled");
|
|
446
|
+
Object.defineProperty(exports, "CircleStopFilled", {
|
|
447
|
+
enumerable: true,
|
|
448
|
+
get: function get() {
|
|
449
|
+
return __importDefault(CircleStopFilled_1)["default"];
|
|
450
|
+
}
|
|
451
|
+
});
|
|
445
452
|
var CirculationFilled_1 = require("./CirculationFilled");
|
|
446
453
|
Object.defineProperty(exports, "CirculationFilled", {
|
|
447
454
|
enumerable: true,
|
|
@@ -1009,6 +1016,20 @@ Object.defineProperty(exports, "FireFilled", {
|
|
|
1009
1016
|
return __importDefault(FireFilled_1)["default"];
|
|
1010
1017
|
}
|
|
1011
1018
|
});
|
|
1019
|
+
var FoldSearchFileFilled_1 = require("./FoldSearchFileFilled");
|
|
1020
|
+
Object.defineProperty(exports, "FoldSearchFileFilled", {
|
|
1021
|
+
enumerable: true,
|
|
1022
|
+
get: function get() {
|
|
1023
|
+
return __importDefault(FoldSearchFileFilled_1)["default"];
|
|
1024
|
+
}
|
|
1025
|
+
});
|
|
1026
|
+
var FoldSearchFileOutlined_1 = require("./FoldSearchFileOutlined");
|
|
1027
|
+
Object.defineProperty(exports, "FoldSearchFileOutlined", {
|
|
1028
|
+
enumerable: true,
|
|
1029
|
+
get: function get() {
|
|
1030
|
+
return __importDefault(FoldSearchFileOutlined_1)["default"];
|
|
1031
|
+
}
|
|
1032
|
+
});
|
|
1012
1033
|
var FolderAddOutlined_1 = require("./FolderAddOutlined");
|
|
1013
1034
|
Object.defineProperty(exports, "FolderAddOutlined", {
|
|
1014
1035
|
enumerable: true,
|
|
@@ -1261,6 +1282,13 @@ Object.defineProperty(exports, "LimitlessFilled", {
|
|
|
1261
1282
|
return __importDefault(LimitlessFilled_1)["default"];
|
|
1262
1283
|
}
|
|
1263
1284
|
});
|
|
1285
|
+
var LineChartUpOutlined_1 = require("./LineChartUpOutlined");
|
|
1286
|
+
Object.defineProperty(exports, "LineChartUpOutlined", {
|
|
1287
|
+
enumerable: true,
|
|
1288
|
+
get: function get() {
|
|
1289
|
+
return __importDefault(LineChartUpOutlined_1)["default"];
|
|
1290
|
+
}
|
|
1291
|
+
});
|
|
1264
1292
|
var LineUpFilled_1 = require("./LineUpFilled");
|
|
1265
1293
|
Object.defineProperty(exports, "LineUpFilled", {
|
|
1266
1294
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.69",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "d2f6d2764f0bc0d7c821a48a79c577a837b9c26e"
|
|
26
26
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function CircleStopFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M21 12a9 9 0 10-18 0 9 9 0 0018 0zM10 9a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1v-4a1 1 0 00-1-1h-4z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
CircleStopFilled.displayName = 'CircleStopFilled';
|
|
20
|
+
export default CircleStopFilled;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function FoldSearchFileFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M14.17 9.14h4.62a.56.56 0 00.39-1l-5.55-5.45a.56.56 0 00-1 .39v4.57a1.49 1.49 0 001.54 1.49z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fillRule="evenodd"
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M14.07 10.24h4.78a.5.5 0 01.5.5v6.92a4 4 0 01-4 4H8.46a4 4 0 01-4-4V6.5a4 4 0 014-4h2.67a.51.51 0 01.5.5v4.78a2.45 2.45 0 002.44 2.46zm-5.22 8.04a2.87 2.87 0 001.51.44l.04-.05a2.84 2.84 0 10-2.84-2.84c.002.461.119.915.34 1.32a.996.996 0 00-.13.09l-1.06 1.1a.75.75 0 00.54 1.27.7.7 0 00.54-.23l1.06-1.1z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M10.36 14.53a1.35 1.35 0 10-.02 2.7 1.35 1.35 0 00.02-2.7z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
FoldSearchFileFilled.displayName = 'FoldSearchFileFilled';
|
|
28
|
+
export default FoldSearchFileFilled;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function FoldSearchFileOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M5.08 15.021A3.91 3.91 0 018.51 13a3.91 3.91 0 11-2.36 7.07L4.7 21.58a.78.78 0 01-.54.23.73.73 0 01-.52-.21.75.75 0 010-1.06L5.09 19h.11a3.91 3.91 0 01-.12-3.979zM6.1 16.91a2.41 2.41 0 002.41 2.41v-.03a2.41 2.41 0 002.41-2.38 2.41 2.41 0 00-4.82 0z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M13.35 2.38l7 7a.75.75 0 01.27.56v7a4.75 4.75 0 01-4.75 4.75H13a.75.75 0 010-1.5h2.82a3.25 3.25 0 003.25-3.25v-6.25h-4.25a2.76 2.76 0 01-2.75-2.75V3.69H9.82a3.26 3.26 0 00-3.25 3.25v5a.75.75 0 01-1.5 0v-5a4.75 4.75 0 014.75-4.78h3c.199 0 .39.08.53.22zm.22 2.34v3.22c0 .69.56 1.25 1.25 1.25H18l-4.43-4.47z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
FoldSearchFileOutlined.displayName = 'FoldSearchFileOutlined';
|
|
26
|
+
export default FoldSearchFileOutlined;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
3
|
+
|
|
4
|
+
function LineChartUpOutlined(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<rect
|
|
8
|
+
x={4}
|
|
9
|
+
y={6}
|
|
10
|
+
width={13}
|
|
11
|
+
height={16}
|
|
12
|
+
rx={2}
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={2}
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M9 5.75V4a2 2 0 012-2h8a2 2 0 012 2v11a2 2 0 01-2 2h-2"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth={2}
|
|
20
|
+
/>
|
|
21
|
+
<path d="M4 16l4.952-3 3.096 3L17 13" stroke="currentColor" strokeWidth={2} />
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
LineChartUpOutlined.displayName = 'LineChartUpOutlined';
|
|
29
|
+
export default LineChartUpOutlined;
|
package/src/index.tsx
CHANGED
|
@@ -59,6 +59,7 @@ export { default as CircleDollarOutlined } from './CircleDollarOutlined';
|
|
|
59
59
|
export { default as CirclePlusFilled } from './CirclePlusFilled';
|
|
60
60
|
export { default as CirclePointsTriangleFilled } from './CirclePointsTriangleFilled';
|
|
61
61
|
export { default as CirclePointsTriangleOutlined } from './CirclePointsTriangleOutlined';
|
|
62
|
+
export { default as CircleStopFilled } from './CircleStopFilled';
|
|
62
63
|
export { default as CirculationFilled } from './CirculationFilled';
|
|
63
64
|
export { default as ClientOutlined } from './ClientOutlined';
|
|
64
65
|
export { default as ClipboardOutlined } from './ClipboardOutlined';
|
|
@@ -140,6 +141,8 @@ export { default as FilterCupOutlined } from './FilterCupOutlined';
|
|
|
140
141
|
export { default as FilterFilled } from './FilterFilled';
|
|
141
142
|
export { default as FilterOutlined } from './FilterOutlined';
|
|
142
143
|
export { default as FireFilled } from './FireFilled';
|
|
144
|
+
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
145
|
+
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
143
146
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
144
147
|
export { default as FormOutlined } from './FormOutlined';
|
|
145
148
|
export { default as FourDotFilled } from './FourDotFilled';
|
|
@@ -176,6 +179,7 @@ export { default as LayerFilled } from './LayerFilled';
|
|
|
176
179
|
export { default as LayerOutlined } from './LayerOutlined';
|
|
177
180
|
export { default as LeftOutlined } from './LeftOutlined';
|
|
178
181
|
export { default as LimitlessFilled } from './LimitlessFilled';
|
|
182
|
+
export { default as LineChartUpOutlined } from './LineChartUpOutlined';
|
|
179
183
|
export { default as LineUpFilled } from './LineUpFilled';
|
|
180
184
|
export { default as LineUpOutlined } from './LineUpOutlined';
|
|
181
185
|
export { default as LinkedinFilled } from './LinkedinFilled';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M21 12C21 7.02944 16.9706 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM10 9C9.44772 9 9 9.44772 9 10V14C9 14.5523 9.44772 15 10 15H14C14.5523 15 15 14.5523 15 14V10C15 9.44772 14.5523 9 14 9H10Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M14.1701 9.13998H18.7901C19.0369 9.16033 19.2678 9.01611 19.3578 8.78535C19.4478 8.55459 19.3755 8.29213 19.1801 8.13998L13.6301 2.68998C13.4779 2.49454 13.2155 2.42225 12.9847 2.51225C12.754 2.60224 12.6097 2.83314 12.6301 3.07998V7.64998C12.6299 8.05397 12.7937 8.44074 13.084 8.72165C13.3744 9.00256 13.7663 9.15354 14.1701 9.13998Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M14.07 10.24H18.85C19.1261 10.24 19.35 10.4639 19.35 10.74V17.66C19.35 19.8691 17.5591 21.66 15.35 21.66H8.45996C6.25082 21.66 4.45996 19.8691 4.45996 17.66V6.5C4.45996 4.29086 6.25082 2.5 8.45996 2.5H11.13C11.4039 2.50532 11.6246 2.72609 11.63 3V7.78C11.6273 8.42978 11.8829 9.05401 12.3405 9.51535C12.7981 9.97669 13.4202 10.2374 14.07 10.24ZM8.84996 18.28C9.3025 18.5644 9.82548 18.7168 10.36 18.72L10.4 18.67C11.9684 18.67 13.24 17.3985 13.24 15.83C13.24 14.2615 11.9684 12.99 10.4 12.99C8.83147 12.99 7.55996 14.2615 7.55996 15.83C7.562 16.2914 7.67884 16.745 7.89996 17.15C7.85432 17.1765 7.81085 17.2066 7.76996 17.24L6.70996 18.34C6.50152 18.5566 6.44259 18.8768 6.56022 19.1535C6.67786 19.4301 6.94933 19.6098 7.24996 19.61C7.45496 19.6161 7.65235 19.5321 7.78996 19.38L8.84996 18.28Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M10.36 14.53C9.81312 14.526 9.3178 14.8523 9.10569 15.3564C8.89359 15.8605 9.0066 16.4428 9.3919 16.831C9.7772 17.2192 10.3586 17.3365 10.8643 17.1282C11.37 16.9198 11.7 16.4269 11.7 15.88C11.7001 15.1383 11.1017 14.5355 10.36 14.53Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M5.08094 15.0213C5.76981 13.7726 7.08389 12.998 8.50999 12.9999C10.1972 13.0249 11.6781 14.1295 12.183 15.7395C12.6879 17.3496 12.1029 19.102 10.7321 20.0859C9.36131 21.0699 7.51391 21.0634 6.14999 20.0699L4.69999 21.5799C4.55681 21.724 4.36307 21.8065 4.15999 21.8099C3.96561 21.812 3.77845 21.7364 3.63999 21.5999C3.34754 21.3071 3.34754 20.8328 3.63999 20.5399L5.08999 18.9999H5.19999C4.4377 17.7947 4.39208 16.27 5.08094 15.0213ZM6.09999 16.9099C6.09999 18.2409 7.17899 19.3199 8.50999 19.3199V19.2899C9.82937 19.29 10.9036 18.2292 10.92 16.9099C10.92 15.5789 9.841 14.4999 8.50999 14.4999C7.17899 14.4999 6.09999 15.5789 6.09999 16.9099Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M13.3499 2.37997L20.3499 9.37997C20.5167 9.51879 20.6152 9.72304 20.6199 9.93997V16.94C20.6199 18.1998 20.1195 19.4079 19.2287 20.2987C18.3379 21.1895 17.1297 21.69 15.8699 21.69H12.9999C12.5857 21.69 12.2499 21.3542 12.2499 20.94C12.2499 20.5258 12.5857 20.19 12.9999 20.19H15.8199C17.6148 20.19 19.0699 18.7349 19.0699 16.94V10.69H14.8199C13.3034 10.6845 12.0754 9.45648 12.0699 7.93997V3.68997H9.81992C8.02727 3.69546 6.57541 5.14733 6.56992 6.93997V11.94C6.56992 12.3542 6.23413 12.69 5.81992 12.69C5.40571 12.69 5.06992 12.3542 5.06992 11.94V6.93997C5.06193 5.67501 5.55885 4.4591 6.45051 3.56181C7.34218 2.66451 8.55493 2.15995 9.81992 2.15997H12.8199C13.0188 2.16015 13.2094 2.23928 13.3499 2.37997ZM13.5699 4.71997V7.93997C13.5699 8.63033 14.1296 9.18997 14.8199 9.18997H17.9999L13.5699 4.71997Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="4" y="6" width="13" height="16" rx="2" stroke="currentColor" stroke-width="2" />
|
|
3
|
+
<path d="M9 5.75L9 4C9 2.89543 9.89543 2 11 2H19C20.1046 2 21 2.89543 21 4V15C21 16.1046 20.1046 17 19 17H17"
|
|
4
|
+
stroke="currentColor" stroke-width="2" />
|
|
5
|
+
<path d="M4 16L8.95238 13L12.0476 16L17 13" stroke="currentColor" stroke-width="2" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M21 12C21 7.02944 16.9706 3 12 3C9.61305 3 7.32387 3.94821 5.63604 5.63604C3.94821 7.32387 3 9.61305 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM10 9C9.44772 9 9 9.44772 9 10V14C9 14.5523 9.44772 15 10 15H14C14.5523 15 15 14.5523 15 14V10C15 9.44772 14.5523 9 14 9H10Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M14.1701 9.13998H18.7901C19.0369 9.16033 19.2678 9.01611 19.3578 8.78535C19.4478 8.55459 19.3755 8.29213 19.1801 8.13998L13.6301 2.68998C13.4779 2.49454 13.2155 2.42225 12.9847 2.51225C12.754 2.60224 12.6097 2.83314 12.6301 3.07998V7.64998C12.6299 8.05397 12.7937 8.44074 13.084 8.72165C13.3744 9.00256 13.7663 9.15354 14.1701 9.13998Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M14.07 10.24H18.85C19.1261 10.24 19.35 10.4639 19.35 10.74V17.66C19.35 19.8691 17.5591 21.66 15.35 21.66H8.45996C6.25082 21.66 4.45996 19.8691 4.45996 17.66V6.5C4.45996 4.29086 6.25082 2.5 8.45996 2.5H11.13C11.4039 2.50532 11.6246 2.72609 11.63 3V7.78C11.6273 8.42978 11.8829 9.05401 12.3405 9.51535C12.7981 9.97669 13.4202 10.2374 14.07 10.24ZM8.84996 18.28C9.3025 18.5644 9.82548 18.7168 10.36 18.72L10.4 18.67C11.9684 18.67 13.24 17.3985 13.24 15.83C13.24 14.2615 11.9684 12.99 10.4 12.99C8.83147 12.99 7.55996 14.2615 7.55996 15.83C7.562 16.2914 7.67884 16.745 7.89996 17.15C7.85432 17.1765 7.81085 17.2066 7.76996 17.24L6.70996 18.34C6.50152 18.5566 6.44259 18.8768 6.56022 19.1535C6.67786 19.4301 6.94933 19.6098 7.24996 19.61C7.45496 19.6161 7.65235 19.5321 7.78996 19.38L8.84996 18.28Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
<path
|
|
9
|
+
d="M10.36 14.53C9.81312 14.526 9.3178 14.8523 9.10569 15.3564C8.89359 15.8605 9.0066 16.4428 9.3919 16.831C9.7772 17.2192 10.3586 17.3365 10.8643 17.1282C11.37 16.9198 11.7 16.4269 11.7 15.88C11.7001 15.1383 11.1017 14.5355 10.36 14.53Z"
|
|
10
|
+
fill="currentColor" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M5.08094 15.0213C5.76981 13.7726 7.08389 12.998 8.50999 12.9999C10.1972 13.0249 11.6781 14.1295 12.183 15.7395C12.6879 17.3496 12.1029 19.102 10.7321 20.0859C9.36131 21.0699 7.51391 21.0634 6.14999 20.0699L4.69999 21.5799C4.55681 21.724 4.36307 21.8065 4.15999 21.8099C3.96561 21.812 3.77845 21.7364 3.63999 21.5999C3.34754 21.3071 3.34754 20.8328 3.63999 20.5399L5.08999 18.9999H5.19999C4.4377 17.7947 4.39208 16.27 5.08094 15.0213ZM6.09999 16.9099C6.09999 18.2409 7.17899 19.3199 8.50999 19.3199V19.2899C9.82937 19.29 10.9036 18.2292 10.92 16.9099C10.92 15.5789 9.841 14.4999 8.50999 14.4999C7.17899 14.4999 6.09999 15.5789 6.09999 16.9099Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M13.3499 2.37997L20.3499 9.37997C20.5167 9.51879 20.6152 9.72304 20.6199 9.93997V16.94C20.6199 18.1998 20.1195 19.4079 19.2287 20.2987C18.3379 21.1895 17.1297 21.69 15.8699 21.69H12.9999C12.5857 21.69 12.2499 21.3542 12.2499 20.94C12.2499 20.5258 12.5857 20.19 12.9999 20.19H15.8199C17.6148 20.19 19.0699 18.7349 19.0699 16.94V10.69H14.8199C13.3034 10.6845 12.0754 9.45648 12.0699 7.93997V3.68997H9.81992C8.02727 3.69546 6.57541 5.14733 6.56992 6.93997V11.94C6.56992 12.3542 6.23413 12.69 5.81992 12.69C5.40571 12.69 5.06992 12.3542 5.06992 11.94V6.93997C5.06193 5.67501 5.55885 4.4591 6.45051 3.56181C7.34218 2.66451 8.55493 2.15995 9.81992 2.15997H12.8199C13.0188 2.16015 13.2094 2.23928 13.3499 2.37997ZM13.5699 4.71997V7.93997C13.5699 8.63033 14.1296 9.18997 14.8199 9.18997H17.9999L13.5699 4.71997Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="4" y="6" width="13" height="16" rx="2" stroke="currentColor" stroke-width="2" />
|
|
3
|
+
<path d="M9 5.75L9 4C9 2.89543 9.89543 2 11 2H19C20.1046 2 21 2.89543 21 4V15C21 16.1046 20.1046 17 19 17H17"
|
|
4
|
+
stroke="currentColor" stroke-width="2" />
|
|
5
|
+
<path d="M4 16L8.95238 13L12.0476 16L17 13" stroke="currentColor" stroke-width="2" />
|
|
6
|
+
</svg>
|