a-icons 1.2.28 → 1.2.29
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/FolderBracketOutlined.d.ts +6 -0
- package/es/FolderBracketOutlined.js +37 -0
- package/es/PeopleFolderFilled.d.ts +6 -0
- package/es/PeopleFolderFilled.js +59 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/lib/FolderBracketOutlined.d.ts +6 -0
- package/lib/FolderBracketOutlined.js +80 -0
- package/lib/PeopleFolderFilled.d.ts +6 -0
- package/lib/PeopleFolderFilled.js +102 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +19 -5
- package/package.json +2 -2
- package/src/FolderBracketOutlined.tsx +25 -0
- package/src/PeopleFolderFilled.tsx +50 -0
- package/src/index.tsx +2 -0
- package/svgs/filled/people-folder-filled.svg +21 -0
- package/svgs/outlined/folder-bracket-outlined.svg +12 -0
- package/tmpAllSvgs/folder-bracket-outlined.svg +12 -0
- package/tmpAllSvgs/people-folder-filled.svg +21 -0
|
@@ -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 FolderBracketOutlined(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("g", {
|
|
21
|
+
clipPath: "url(#folder-bracket-outlined_svg__clip0_21387_15904)"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M21 11.8c0-.857 0-1.44-.037-1.89-.036-.438-.101-.662-.18-.818a2 2 0 00-.875-.875c-.156-.08-.38-.144-.82-.18C18.639 8 18.058 8 17.2 8H3v8.2c0 .856 0 1.439.037 1.889.036.438.101.663.18.819a2 2 0 00.875.874c.156.08.38.145.82.18C5.361 20 5.942 20 6.8 20h10.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.181a2 2 0 00.873-.874c.08-.157.145-.381.18-.82.038-.45.038-1.032.038-1.888v-4.4zm-9.586-.3l-2.5 2.5 2.5 2.5L10 17.914l-3.207-3.207a1 1 0 010-1.414L10 10.086l1.414 1.414zm5.793 1.793a1 1 0 010 1.414L14 17.914 12.586 16.5l2.5-2.5-2.5-2.5L14 10.086l3.207 3.207zM5.2 4c-.576 0-.949.001-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.421-.02.25-.023.568-.023 1.033h8.38l-.39-.784c-.354-.707-.436-.842-.527-.931a1.001 1.001 0 00-.374-.23C9.97 4.012 9.812 4 9.022 4H5.2zM23 16.2c0 .823.001 1.501-.044 2.052-.046.562-.144 1.079-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H6.8c-.824 0-1.502 0-2.052-.044-.562-.046-1.08-.145-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C.999 17.702 1 17.023 1 16.2v-10c0-.544-.001-1.012.03-1.396.033-.395.104-.788.297-1.167a3 3 0 011.31-1.31c.379-.193.772-.265 1.168-.297C4.188 1.999 4.657 2 5.2 2h3.822c.646 0 1.207-.013 1.72.164a3 3 0 011.121.692c.388.38.628.888.916 1.465L13.62 6H17.2c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.391a4.001 4.001 0 011.748 1.748c.248.486.346 1.003.392 1.565.045.55.044 1.228.044 2.052v4.4z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
26
|
+
id: "folder-bracket-outlined_svg__clip0_21387_15904"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "M0 0h24v24H0z"
|
|
30
|
+
}))));
|
|
31
|
+
};
|
|
32
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
33
|
+
component: IconNode
|
|
34
|
+
}));
|
|
35
|
+
}
|
|
36
|
+
FolderBracketOutlined.displayName = 'FolderBracketOutlined';
|
|
37
|
+
export default FolderBracketOutlined;
|
|
@@ -0,0 +1,59 @@
|
|
|
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 PeopleFolderFilled(componentProps) {
|
|
16
|
+
var IconNode = function IconNode(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", __assign({
|
|
18
|
+
viewBox: "0 0 25 24",
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
21
|
+
clipPath: "url(#people-folder-filled_svg__clip0_21387_15896)"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M3.467 14.419c-.913 1.276.145 2.834 1.705 2.998l10.33 1.086c1.56.164 2.918-1.14 2.29-2.578a8.272 8.272 0 00-6.724-4.928 8.272 8.272 0 00-7.601 3.422z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
26
|
+
cx: 12.061,
|
|
27
|
+
cy: 5.999,
|
|
28
|
+
transform: "rotate(6 12.06 5.999)",
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
r: 3.969
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M14.295 19.577l-1.31-4.89a.938.938 0 01.662-1.148l1.664-.446c.222-.06.332-.09.443-.092a.937.937 0 01.291.038c.106.032.206.09.404.204l.61.352 2.627-.704c.507-.136.76-.204.98-.157.194.041.37.143.502.29.15.167.219.42.355.928l.922 3.44c.136.508.203.762.157.982a.939.939 0 01-.29.502c-.167.15-.42.218-.927.354l-5.255 1.408c-.506.135-.76.203-.98.157a.937.937 0 01-.501-.29c-.15-.168-.218-.421-.354-.928z",
|
|
33
|
+
fill: "inherit"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M12.984 14.687l1.31 4.89c.136.507.204.76.355.928a.937.937 0 00.502.29c.22.046.473-.022.98-.157l5.254-1.408c.506-.136.76-.204.927-.354a.939.939 0 00.29-.502c.046-.22-.021-.474-.157-.981l-.922-3.441c-.136-.507-.204-.761-.355-.928a.937.937 0 00-.502-.29c-.22-.046-.473.021-.98.157l-2.627.704m-4.075 1.092l4.075-1.092m-4.075 1.092a.938.938 0 01.663-1.148l1.664-.446c.222-.06.332-.09.443-.092a.937.937 0 01.291.038c.106.032.206.09.404.204l.61.352",
|
|
36
|
+
stroke: "inherit",
|
|
37
|
+
strokeWidth: 0.938,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
d: "M18.616 15.538l1.224.707-.707 1.225m-1.932.518l-1.224-.708.707-1.224",
|
|
42
|
+
stroke: "currentColor",
|
|
43
|
+
strokeWidth: 0.75,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
47
|
+
id: "people-folder-filled_svg__clip0_21387_15896"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
transform: "translate(.5)",
|
|
51
|
+
d: "M0 0h24v24H0z"
|
|
52
|
+
}))));
|
|
53
|
+
};
|
|
54
|
+
return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
|
|
55
|
+
component: IconNode
|
|
56
|
+
}));
|
|
57
|
+
}
|
|
58
|
+
PeopleFolderFilled.displayName = 'PeopleFolderFilled';
|
|
59
|
+
export default PeopleFolderFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -167,6 +167,7 @@ export { default as FlagOutlined } from './FlagOutlined';
|
|
|
167
167
|
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
168
168
|
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
169
169
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
170
|
+
export { default as FolderBracketOutlined } from './FolderBracketOutlined';
|
|
170
171
|
export { default as ForbidFireFilled } from './ForbidFireFilled';
|
|
171
172
|
export { default as ForbidFireOutlined } from './ForbidFireOutlined';
|
|
172
173
|
export { default as FormOutlined } from './FormOutlined';
|
|
@@ -259,6 +260,7 @@ export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
|
259
260
|
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
260
261
|
export { default as PeopleErrorFilled } from './PeopleErrorFilled';
|
|
261
262
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
263
|
+
export { default as PeopleFolderFilled } from './PeopleFolderFilled';
|
|
262
264
|
export { default as PeopleGetOutlined } from './PeopleGetOutlined';
|
|
263
265
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
264
266
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
package/es/index.js
CHANGED
|
@@ -167,6 +167,7 @@ export { default as FlagOutlined } from './FlagOutlined';
|
|
|
167
167
|
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
168
168
|
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
169
169
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
170
|
+
export { default as FolderBracketOutlined } from './FolderBracketOutlined';
|
|
170
171
|
export { default as ForbidFireFilled } from './ForbidFireFilled';
|
|
171
172
|
export { default as ForbidFireOutlined } from './ForbidFireOutlined';
|
|
172
173
|
export { default as FormOutlined } from './FormOutlined';
|
|
@@ -259,6 +260,7 @@ export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
|
259
260
|
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
260
261
|
export { default as PeopleErrorFilled } from './PeopleErrorFilled';
|
|
261
262
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
263
|
+
export { default as PeopleFolderFilled } from './PeopleFolderFilled';
|
|
262
264
|
export { default as PeopleGetOutlined } from './PeopleGetOutlined';
|
|
263
265
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
264
266
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
|
@@ -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 FolderBracketOutlined(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("g", {
|
|
64
|
+
clipPath: "url(#folder-bracket-outlined_svg__clip0_21387_15904)"
|
|
65
|
+
}, React.createElement("path", {
|
|
66
|
+
d: "M21 11.8c0-.857 0-1.44-.037-1.89-.036-.438-.101-.662-.18-.818a2 2 0 00-.875-.875c-.156-.08-.38-.144-.82-.18C18.639 8 18.058 8 17.2 8H3v8.2c0 .856 0 1.439.037 1.889.036.438.101.663.18.819a2 2 0 00.875.874c.156.08.38.145.82.18C5.361 20 5.942 20 6.8 20h10.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.181a2 2 0 00.873-.874c.08-.157.145-.381.18-.82.038-.45.038-1.032.038-1.888v-4.4zm-9.586-.3l-2.5 2.5 2.5 2.5L10 17.914l-3.207-3.207a1 1 0 010-1.414L10 10.086l1.414 1.414zm5.793 1.793a1 1 0 010 1.414L14 17.914 12.586 16.5l2.5-2.5-2.5-2.5L14 10.086l3.207 3.207zM5.2 4c-.576 0-.949.001-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.421-.02.25-.023.568-.023 1.033h8.38l-.39-.784c-.354-.707-.436-.842-.527-.931a1.001 1.001 0 00-.374-.23C9.97 4.012 9.812 4 9.022 4H5.2zM23 16.2c0 .823.001 1.501-.044 2.052-.046.562-.144 1.079-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H6.8c-.824 0-1.502 0-2.052-.044-.562-.046-1.08-.145-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C.999 17.702 1 17.023 1 16.2v-10c0-.544-.001-1.012.03-1.396.033-.395.104-.788.297-1.167a3 3 0 011.31-1.31c.379-.193.772-.265 1.168-.297C4.188 1.999 4.657 2 5.2 2h3.822c.646 0 1.207-.013 1.72.164a3 3 0 011.121.692c.388.38.628.888.916 1.465L13.62 6H17.2c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.391a4.001 4.001 0 011.748 1.748c.248.486.346 1.003.392 1.565.045.55.044 1.228.044 2.052v4.4z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
69
|
+
id: "folder-bracket-outlined_svg__clip0_21387_15904"
|
|
70
|
+
}, React.createElement("path", {
|
|
71
|
+
fill: "currentColor",
|
|
72
|
+
d: "M0 0h24v24H0z"
|
|
73
|
+
}))));
|
|
74
|
+
};
|
|
75
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
76
|
+
component: IconNode
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
FolderBracketOutlined.displayName = 'FolderBracketOutlined';
|
|
80
|
+
exports["default"] = FolderBracketOutlined;
|
|
@@ -0,0 +1,102 @@
|
|
|
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 PeopleFolderFilled(componentProps) {
|
|
59
|
+
var IconNode = function IconNode(props) {
|
|
60
|
+
return React.createElement("svg", __assign({
|
|
61
|
+
viewBox: "0 0 25 24",
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
63
|
+
}, props), React.createElement("g", {
|
|
64
|
+
clipPath: "url(#people-folder-filled_svg__clip0_21387_15896)"
|
|
65
|
+
}, React.createElement("path", {
|
|
66
|
+
d: "M3.467 14.419c-.913 1.276.145 2.834 1.705 2.998l10.33 1.086c1.56.164 2.918-1.14 2.29-2.578a8.272 8.272 0 00-6.724-4.928 8.272 8.272 0 00-7.601 3.422z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}), React.createElement("circle", {
|
|
69
|
+
cx: 12.061,
|
|
70
|
+
cy: 5.999,
|
|
71
|
+
transform: "rotate(6 12.06 5.999)",
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
r: 3.969
|
|
74
|
+
}), React.createElement("path", {
|
|
75
|
+
d: "M14.295 19.577l-1.31-4.89a.938.938 0 01.662-1.148l1.664-.446c.222-.06.332-.09.443-.092a.937.937 0 01.291.038c.106.032.206.09.404.204l.61.352 2.627-.704c.507-.136.76-.204.98-.157.194.041.37.143.502.29.15.167.219.42.355.928l.922 3.44c.136.508.203.762.157.982a.939.939 0 01-.29.502c-.167.15-.42.218-.927.354l-5.255 1.408c-.506.135-.76.203-.98.157a.937.937 0 01-.501-.29c-.15-.168-.218-.421-.354-.928z",
|
|
76
|
+
fill: "inherit"
|
|
77
|
+
}), React.createElement("path", {
|
|
78
|
+
d: "M12.984 14.687l1.31 4.89c.136.507.204.76.355.928a.937.937 0 00.502.29c.22.046.473-.022.98-.157l5.254-1.408c.506-.136.76-.204.927-.354a.939.939 0 00.29-.502c.046-.22-.021-.474-.157-.981l-.922-3.441c-.136-.507-.204-.761-.355-.928a.937.937 0 00-.502-.29c-.22-.046-.473.021-.98.157l-2.627.704m-4.075 1.092l4.075-1.092m-4.075 1.092a.938.938 0 01.663-1.148l1.664-.446c.222-.06.332-.09.443-.092a.937.937 0 01.291.038c.106.032.206.09.404.204l.61.352",
|
|
79
|
+
stroke: "inherit",
|
|
80
|
+
strokeWidth: 0.938,
|
|
81
|
+
strokeLinecap: "round",
|
|
82
|
+
strokeLinejoin: "round"
|
|
83
|
+
}), React.createElement("path", {
|
|
84
|
+
d: "M18.616 15.538l1.224.707-.707 1.225m-1.932.518l-1.224-.708.707-1.224",
|
|
85
|
+
stroke: "currentColor",
|
|
86
|
+
strokeWidth: 0.75,
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeLinejoin: "round"
|
|
89
|
+
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
90
|
+
id: "people-folder-filled_svg__clip0_21387_15896"
|
|
91
|
+
}, React.createElement("path", {
|
|
92
|
+
fill: "currentColor",
|
|
93
|
+
transform: "translate(.5)",
|
|
94
|
+
d: "M0 0h24v24H0z"
|
|
95
|
+
}))));
|
|
96
|
+
};
|
|
97
|
+
return React.createElement(icon_1["default"], __assign({}, componentProps, {
|
|
98
|
+
component: IconNode
|
|
99
|
+
}));
|
|
100
|
+
}
|
|
101
|
+
PeopleFolderFilled.displayName = 'PeopleFolderFilled';
|
|
102
|
+
exports["default"] = PeopleFolderFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -167,6 +167,7 @@ export { default as FlagOutlined } from './FlagOutlined';
|
|
|
167
167
|
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
168
168
|
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
169
169
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
170
|
+
export { default as FolderBracketOutlined } from './FolderBracketOutlined';
|
|
170
171
|
export { default as ForbidFireFilled } from './ForbidFireFilled';
|
|
171
172
|
export { default as ForbidFireOutlined } from './ForbidFireOutlined';
|
|
172
173
|
export { default as FormOutlined } from './FormOutlined';
|
|
@@ -259,6 +260,7 @@ export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
|
259
260
|
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
260
261
|
export { default as PeopleErrorFilled } from './PeopleErrorFilled';
|
|
261
262
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
263
|
+
export { default as PeopleFolderFilled } from './PeopleFolderFilled';
|
|
262
264
|
export { default as PeopleGetOutlined } from './PeopleGetOutlined';
|
|
263
265
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
264
266
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
package/lib/index.js
CHANGED
|
@@ -11,11 +11,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
11
11
|
exports.CallOutlined = exports.CallFilled = exports.CallFailOutlined = exports.CalendarOutlined = exports.BusinessCardOutlined = exports.BusinessCardFilled = exports.BrokenLineOutlined = exports.BrokenLineFilled = exports.BrokenHeartFilled = exports.BoxOutlined = exports.BoxFilled = exports.BoxAddFilled = exports.BookOutlined = exports.BookFilled = exports.BoardOutlined = exports.BoardFilled = exports.BlockChainOutlined = exports.BlockChainFilled = exports.BiscuitOutlined = exports.BiscuitFilled = exports.BindChainOutlined = exports.BindChainFilled = exports.BigArticleBoardFilled = exports.BellOutlined = exports.BarsOutlined = exports.BarChartFilled = exports.BankCardFilled = exports.AtOutlined = exports.AscOutlined = 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.ArrowCircleOutlined = exports.AppstoreOutlined = exports.AlertTriangleOutlined = exports.AlertTriangleFilled = exports.AddOutlined = exports.AddFilled = exports.AdFilled = exports.ImpassabilityFilled = exports.DailyFinanceFilled = void 0;
|
|
12
12
|
exports.CreditCardFilled = exports.CornerRightArrowsOutlined = exports.CopyLineOutlined = exports.CopyFilled = exports.ConfirmCircleSolidFilled = exports.ConfirmCircleOutlined = exports.ConfirmCircleFilled = exports.ComputerOutlined = exports.ComputerFilled = exports.ComputerCheckOutlined = exports.CoinOverlapLockFilled = exports.CoinOverlapFilled = exports.CloudUploadOutlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseFilled = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockFastForwardOutlined = exports.ClockCircleOutline = exports.ClockCircleFilled = exports.ClipboardOutlined = exports.ClientOutlined = exports.CirculationFilled = exports.CircleStopFilled = exports.CircleRLetterOutlined = exports.CirclePointsTriangleOutlined = exports.CirclePointsTriangleFilled = exports.CirclePlusFilled = exports.CircleDollarOutlined = exports.CircleDollarFilled = exports.CircleCLetterOutlined = exports.ChevronUpFilled = exports.ChevronRightOutlined = exports.CheckboxMultipleOutlined = exports.CheckboxMultipleBlankFilled = exports.CheckOutlined = exports.ChainOutlined = exports.ChainFilled = exports.CellPhoneCallFilled = exports.CategoryOutlined = exports.CategoryFilled = exports.CardOutlined = exports.CardLoopOutlined = exports.CardLoopFilled = exports.CardFilled = exports.CameraOutlined = exports.CameraFilled = exports.CallRecordOutlined = void 0;
|
|
13
13
|
exports.EyeSlashFilled = exports.EyeOutlined = exports.EyeFilled = exports.EyeCornerFilled = exports.ExternalLinkFilled = exports.ErrorWarningOutlined = exports.ErrorWarningFilled = exports.EmailWithTextFilled = exports.EditSimpleOutlined = exports.EditOutlined = exports.EditFilled = exports.Edit2Filled = exports.EcLogo = exports.EarthOutlined = exports.EarthFilled = exports.DragUpAndDownOutlined = exports.DraftLineOutlined = exports.DownloadOutlined = exports.DownloadOutlinedFile = exports.DownloadLineOutlined = exports.DownloadFilled = exports.DoubleUsersOutlined = exports.DoubleTextOutlined = exports.DoubleTextFilled = exports.DoubleDownOutlined = exports.DoubleDocumentOutlined = exports.DoubleDocumentFilled = exports.DoubleChevronOutlined = exports.DoubleChainOutlined = exports.DoubleChainFilled = exports.DotsOutlined = exports.DollarOutlined = exports.DollarInCircleOutlined = exports.DocumentOutlined = exports.DocumentFilled = exports.DocumentEditOutlined = exports.DisplayerOutlined = exports.DiamondMoneyOutlined = exports.DiamondMoneyFilled = exports.DiamondFileOutlined = exports.DiamondFileFilled = exports.DescOutlined = exports.DataPanelOutlined = exports.DataLogOutlined = exports.DashboardOutlined = exports.DashboardFilled = exports.DailyFinanceOutlined = exports.CyclePlusFilled = exports.CustomerServiceOutlined = exports.CreditCardOutlined = void 0;
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UserCheckOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = void 0;
|
|
14
|
+
exports.InternalResourceOutlined = exports.InsFilled = exports.InformationOutlined = exports.InformationFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImacFilled = exports.IbFilled = exports.HouseOutlined = exports.HourGlassOutlined = exports.HomeOutlined = exports.HomeFilled = exports.HandleOutlined = exports.HandCoinsOutlined = exports.HandCoinsFilled = exports.GrowthGraphOutlined = exports.GroupOutlined = exports.GroupFilled = exports.GiftWithClipFilled = exports.GiftFilled = exports.GiftBoxOutlined = exports.GarbageCanOutlined = exports.FunnelFilled = exports.FundProjectionScreenOutlined = exports.FundProjectionScreenFilled = exports.FourDotOutlined = exports.FourDotFilled = exports.FormOutlined = exports.ForbidFireOutlined = exports.ForbidFireFilled = exports.FolderBracketOutlined = exports.FolderAddOutlined = exports.FoldSearchFileOutlined = exports.FoldSearchFileFilled = exports.FlagOutlined = exports.FireOutlined = exports.FireFilled = exports.FilterOutlined = exports.FilterFilled = exports.FilterCupOutlined = exports.FilletFileListOutlined = exports.FilletFileListFilled = exports.FileShieldOutlined = exports.FileSearchFilled = exports.FileOutlined = exports.FileListFilled = exports.FileFinishFilled = exports.FileFilled = exports.FacebookFilled = exports.EyeSlashOutlined = void 0;
|
|
15
|
+
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.MessageSquareOutlined = exports.MessageSmileOutlined = exports.MenuListOutlined = exports.MediumVolumeOutlined = exports.MailOutlined = exports.MailHollowFilled = 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.LinkedinFilled = exports.LineUpOutlined = exports.LineUpFilled = exports.LineChartUpOutlined = exports.LimitlessFilled = exports.LeftOutlined = exports.LayerOutlined = exports.LayerFilled = exports.LanguageOutlined = exports.KeyFilled = exports.InvoiceOutlined = exports.InviteFriendFilled = void 0;
|
|
16
|
+
exports.RingDotsFilled = exports.RetryRefreshFilled = exports.ResourceOutlined = exports.RefreshRightOutlined = exports.RefreshOutlined = exports.RefreshFilled = exports.RectsPlusFilled = exports.RectTwoBarOutlined = exports.RectTwoBarFilled = exports.RectForkFilled = exports.RectBoardOutlined = exports.ReceiptOutlined = exports.ReceiptFilled = exports.QuestionMarkOutlined = exports.QuestionMarkFilled = exports.QrCodeFilled = exports.PlusOutlined = exports.PlusFilled = exports.PlusBoldSquareFilled = exports.PlaySolidFilled = exports.PlaySharpFilled = exports.PlayFilled = exports.PhoneOutlined = exports.PhoneCallFilled = exports.PersonWarningFilled = exports.PersonTransferFilled = exports.PersonLeftArrowFilled = exports.PersonGroupFilled = exports.PeopleTeamOutlined = exports.PeopleTeamFilled = exports.PeopleSettingFilled = exports.PeopleQuestionFilled = exports.PeopleOutlined = exports.PeopleLockFilled = exports.PeopleGroupOutlined = exports.PeopleGroupFilled = exports.PeopleGetOutlined = exports.PeopleFolderFilled = exports.PeopleFilled = exports.PeopleErrorFilled = exports.PeopleEllipsisFilled = exports.PeopleConfirmFilled = exports.PeopleCloseFilled = exports.PeopleCircleOutlined = exports.PeopleCardFilled = exports.PeopleAddOutlined = exports.PeopleAddFilled = exports.PencilOutlined = exports.PauseCircleFilled = exports.OtcMerchant = void 0;
|
|
17
|
+
exports.TreeAreaOutlined = exports.TrashCanFilled = exports.TransferFileFilled = exports.TmdLogo = exports.TimeZoneSiteFilled = exports.TimeCardFilled = exports.TagOutlined = exports.TagFilled = exports.StopOutlined = exports.StopFilled = exports.StarOutlined = exports.StarFilled = exports.StampFilled = exports.SquareRightUpOutlined = exports.SquareLeftTurnFilled = exports.SquareFilled = exports.SquareAOutlined = exports.SphereOutlined = exports.SphereFilled = exports.SpeakerFilled = exports.SimpleEarthOutlined = exports.SignalOutlined = exports.SignalLineOutlined = exports.SignalFilled = exports.SignalDiffusionOutlined = exports.SignalDiffusionFilled = 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.SearchDocumentFilled = exports.RoundedRectangleClockFilled = exports.RiskControlOutlined = exports.RiskControlFilled = void 0;
|
|
18
|
+
exports.YoutubeFilled = exports.WarningRuleOutlined = exports.WarningRuleFilled = exports.WarningOutlined = exports.WarningFilled = exports.WalletOutlined = exports.WalletFilled = exports.UserOutlined = exports.UserCheckOutlined = exports.UpgradeFilled = exports.UpFilled = exports.UnlockFilled = exports.UnbindChainOutlined = exports.UnbindChainFilled = exports.TwoSwitchOutlined = exports.TwoPersonConfirmFilled = exports.TwoPeopleRectOutlined = exports.TwitterFilled = exports.TriangleArrowDownFilled = exports.TreeOutlined = exports.TreeFilled = exports.TreeCircleFilled = void 0;
|
|
19
19
|
var DailyFinanceFilled_1 = require("./DailyFinanceFilled");
|
|
20
20
|
Object.defineProperty(exports, "DailyFinanceFilled", {
|
|
21
21
|
enumerable: true,
|
|
@@ -1199,6 +1199,13 @@ Object.defineProperty(exports, "FolderAddOutlined", {
|
|
|
1199
1199
|
return __importDefault(FolderAddOutlined_1)["default"];
|
|
1200
1200
|
}
|
|
1201
1201
|
});
|
|
1202
|
+
var FolderBracketOutlined_1 = require("./FolderBracketOutlined");
|
|
1203
|
+
Object.defineProperty(exports, "FolderBracketOutlined", {
|
|
1204
|
+
enumerable: true,
|
|
1205
|
+
get: function get() {
|
|
1206
|
+
return __importDefault(FolderBracketOutlined_1)["default"];
|
|
1207
|
+
}
|
|
1208
|
+
});
|
|
1202
1209
|
var ForbidFireFilled_1 = require("./ForbidFireFilled");
|
|
1203
1210
|
Object.defineProperty(exports, "ForbidFireFilled", {
|
|
1204
1211
|
enumerable: true,
|
|
@@ -1843,6 +1850,13 @@ Object.defineProperty(exports, "PeopleFilled", {
|
|
|
1843
1850
|
return __importDefault(PeopleFilled_1)["default"];
|
|
1844
1851
|
}
|
|
1845
1852
|
});
|
|
1853
|
+
var PeopleFolderFilled_1 = require("./PeopleFolderFilled");
|
|
1854
|
+
Object.defineProperty(exports, "PeopleFolderFilled", {
|
|
1855
|
+
enumerable: true,
|
|
1856
|
+
get: function get() {
|
|
1857
|
+
return __importDefault(PeopleFolderFilled_1)["default"];
|
|
1858
|
+
}
|
|
1859
|
+
});
|
|
1846
1860
|
var PeopleGetOutlined_1 = require("./PeopleGetOutlined");
|
|
1847
1861
|
Object.defineProperty(exports, "PeopleGetOutlined", {
|
|
1848
1862
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.29",
|
|
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": "c515134d5153618e231305eed894aa25c5f1c285"
|
|
26
26
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
function FolderBracketOutlined(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
|
+
<g clipPath="url(#folder-bracket-outlined_svg__clip0_21387_15904)">
|
|
8
|
+
<path
|
|
9
|
+
d="M21 11.8c0-.857 0-1.44-.037-1.89-.036-.438-.101-.662-.18-.818a2 2 0 00-.875-.875c-.156-.08-.38-.144-.82-.18C18.639 8 18.058 8 17.2 8H3v8.2c0 .856 0 1.439.037 1.889.036.438.101.663.18.819a2 2 0 00.875.874c.156.08.38.145.82.18C5.361 20 5.942 20 6.8 20h10.4c.857 0 1.439 0 1.889-.037.438-.036.663-.101.82-.181a2 2 0 00.873-.874c.08-.157.145-.381.18-.82.038-.45.038-1.032.038-1.888v-4.4zm-9.586-.3l-2.5 2.5 2.5 2.5L10 17.914l-3.207-3.207a1 1 0 010-1.414L10 10.086l1.414 1.414zm5.793 1.793a1 1 0 010 1.414L14 17.914 12.586 16.5l2.5-2.5-2.5-2.5L14 10.086l3.207 3.207zM5.2 4c-.576 0-.949.001-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.421-.02.25-.023.568-.023 1.033h8.38l-.39-.784c-.354-.707-.436-.842-.527-.931a1.001 1.001 0 00-.374-.23C9.97 4.012 9.812 4 9.022 4H5.2zM23 16.2c0 .823.001 1.501-.044 2.052-.046.562-.144 1.079-.392 1.564a4.002 4.002 0 01-1.748 1.748c-.485.247-1.002.346-1.564.392-.55.045-1.228.044-2.052.044H6.8c-.824 0-1.502 0-2.052-.044-.562-.046-1.08-.145-1.564-.392a4.001 4.001 0 01-1.748-1.748c-.248-.485-.346-1.002-.392-1.564C.999 17.702 1 17.023 1 16.2v-10c0-.544-.001-1.012.03-1.396.033-.395.104-.788.297-1.167a3 3 0 011.31-1.31c.379-.193.772-.265 1.168-.297C4.188 1.999 4.657 2 5.2 2h3.822c.646 0 1.207-.013 1.72.164a3 3 0 011.121.692c.388.38.628.888.916 1.465L13.62 6H17.2c.824 0 1.502-.001 2.052.044.562.046 1.08.144 1.564.391a4.001 4.001 0 011.748 1.748c.248.486.346 1.003.392 1.565.045.55.044 1.228.044 2.052v4.4z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="folder-bracket-outlined_svg__clip0_21387_15904">
|
|
15
|
+
<path fill="currentColor" d="M0 0h24v24H0z" />
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
FolderBracketOutlined.displayName = 'FolderBracketOutlined';
|
|
25
|
+
export default FolderBracketOutlined;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import Icon, { IconProps } from 'a-base-icon/lib/icon';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
function PeopleFolderFilled(componentProps: IconProps) {
|
|
5
|
+
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
+
<svg viewBox="0 0 25 24" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
7
|
+
<g clipPath="url(#people-folder-filled_svg__clip0_21387_15896)">
|
|
8
|
+
<path
|
|
9
|
+
d="M3.467 14.419c-.913 1.276.145 2.834 1.705 2.998l10.33 1.086c1.56.164 2.918-1.14 2.29-2.578a8.272 8.272 0 00-6.724-4.928 8.272 8.272 0 00-7.601 3.422z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
<circle
|
|
13
|
+
cx={12.061}
|
|
14
|
+
cy={5.999}
|
|
15
|
+
transform="rotate(6 12.06 5.999)"
|
|
16
|
+
fill="currentColor"
|
|
17
|
+
r={3.969}
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M14.295 19.577l-1.31-4.89a.938.938 0 01.662-1.148l1.664-.446c.222-.06.332-.09.443-.092a.937.937 0 01.291.038c.106.032.206.09.404.204l.61.352 2.627-.704c.507-.136.76-.204.98-.157.194.041.37.143.502.29.15.167.219.42.355.928l.922 3.44c.136.508.203.762.157.982a.939.939 0 01-.29.502c-.167.15-.42.218-.927.354l-5.255 1.408c-.506.135-.76.203-.98.157a.937.937 0 01-.501-.29c-.15-.168-.218-.421-.354-.928z"
|
|
21
|
+
fill="inherit"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M12.984 14.687l1.31 4.89c.136.507.204.76.355.928a.937.937 0 00.502.29c.22.046.473-.022.98-.157l5.254-1.408c.506-.136.76-.204.927-.354a.939.939 0 00.29-.502c.046-.22-.021-.474-.157-.981l-.922-3.441c-.136-.507-.204-.761-.355-.928a.937.937 0 00-.502-.29c-.22-.046-.473.021-.98.157l-2.627.704m-4.075 1.092l4.075-1.092m-4.075 1.092a.938.938 0 01.663-1.148l1.664-.446c.222-.06.332-.09.443-.092a.937.937 0 01.291.038c.106.032.206.09.404.204l.61.352"
|
|
25
|
+
stroke="inherit"
|
|
26
|
+
strokeWidth={0.938}
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M18.616 15.538l1.224.707-.707 1.225m-1.932.518l-1.224-.708.707-1.224"
|
|
32
|
+
stroke="currentColor"
|
|
33
|
+
strokeWidth={0.75}
|
|
34
|
+
strokeLinecap="round"
|
|
35
|
+
strokeLinejoin="round"
|
|
36
|
+
/>
|
|
37
|
+
</g>
|
|
38
|
+
<defs>
|
|
39
|
+
<clipPath id="people-folder-filled_svg__clip0_21387_15896">
|
|
40
|
+
<path fill="currentColor" transform="translate(.5)" d="M0 0h24v24H0z" />
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
return <Icon {...componentProps} component={IconNode} />;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
PeopleFolderFilled.displayName = 'PeopleFolderFilled';
|
|
50
|
+
export default PeopleFolderFilled;
|
package/src/index.tsx
CHANGED
|
@@ -164,6 +164,7 @@ export { default as FireFilled } from './FireFilled';
|
|
|
164
164
|
export { default as FireOutlined } from './FireOutlined';
|
|
165
165
|
export { default as FlagOutlined } from './FlagOutlined';
|
|
166
166
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
167
|
+
export { default as FolderBracketOutlined } from './FolderBracketOutlined';
|
|
167
168
|
export { default as FoldSearchFileFilled } from './FoldSearchFileFilled';
|
|
168
169
|
export { default as FoldSearchFileOutlined } from './FoldSearchFileOutlined';
|
|
169
170
|
export { default as ForbidFireFilled } from './ForbidFireFilled';
|
|
@@ -259,6 +260,7 @@ export { default as PeopleConfirmFilled } from './PeopleConfirmFilled';
|
|
|
259
260
|
export { default as PeopleEllipsisFilled } from './PeopleEllipsisFilled';
|
|
260
261
|
export { default as PeopleErrorFilled } from './PeopleErrorFilled';
|
|
261
262
|
export { default as PeopleFilled } from './PeopleFilled';
|
|
263
|
+
export { default as PeopleFolderFilled } from './PeopleFolderFilled';
|
|
262
264
|
export { default as PeopleGetOutlined } from './PeopleGetOutlined';
|
|
263
265
|
export { default as PeopleGroupFilled } from './PeopleGroupFilled';
|
|
264
266
|
export { default as PeopleGroupOutlined } from './PeopleGroupOutlined';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg viewBox="0 0 25 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_21387_15896)">
|
|
3
|
+
<path
|
|
4
|
+
d="M3.46659 14.4189C2.55416 15.6952 3.61168 17.2532 5.17193 17.4172L15.5013 18.5028C17.0615 18.6668 18.4199 17.3627 17.7927 15.9247C16.6407 13.283 14.1394 11.3194 11.0685 10.9967C7.99756 10.6739 5.14272 12.0745 3.46659 14.4189Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
<ellipse cx="12.0607" cy="5.99885" rx="3.969" ry="3.969" transform="rotate(6 12.0607 5.99885)" fill="currentColor" />
|
|
7
|
+
<path
|
|
8
|
+
d="M14.2946 19.5768L12.9843 14.6868C12.8503 14.1867 13.1471 13.6726 13.6473 13.5386L15.311 13.0928C15.5325 13.0335 15.6435 13.0037 15.7544 13.0008C15.8528 12.9982 15.9508 13.0113 16.0451 13.0392C16.1514 13.0707 16.2509 13.1282 16.4494 13.2427L17.0593 13.5949L19.6855 12.8912C20.1926 12.7554 20.446 12.6875 20.6662 12.7343C20.8598 12.7754 21.0357 12.8766 21.1682 13.0238C21.3188 13.191 21.3867 13.4446 21.5226 13.9518L22.4447 17.3929C22.5806 17.9001 22.6485 18.1536 22.6017 18.3738C22.5606 18.5675 22.4588 18.7434 22.3117 18.8759C22.1446 19.0263 21.8915 19.0941 21.3854 19.2298L16.1303 20.6378C15.6242 20.7735 15.3707 20.8414 15.1508 20.7946C14.9571 20.7535 14.7815 20.6518 14.649 20.5046C14.4984 20.3374 14.4305 20.084 14.2946 19.5768Z"
|
|
9
|
+
fill="inherit" />
|
|
10
|
+
<path
|
|
11
|
+
d="M12.9843 14.6868L14.2946 19.5768C14.4305 20.084 14.4984 20.3374 14.649 20.5046C14.7815 20.6518 14.9571 20.7535 15.1508 20.7946C15.3707 20.8414 15.6242 20.7735 16.1303 20.6378L21.3854 19.2298C21.8915 19.0941 22.1446 19.0263 22.3117 18.8759C22.4588 18.7434 22.5606 18.5675 22.6017 18.3738C22.6485 18.1536 22.5806 17.9001 22.4447 17.3929L21.5226 13.9518C21.3867 13.4446 21.3188 13.191 21.1682 13.0238C21.0357 12.8766 20.8598 12.7754 20.6662 12.7343C20.446 12.6875 20.1926 12.7554 19.6855 12.8912L17.0593 13.5949M12.9843 14.6868L17.0593 13.5949M12.9843 14.6868C12.8503 14.1867 13.1471 13.6726 13.6473 13.5386L15.311 13.0928C15.5325 13.0335 15.6435 13.0037 15.7544 13.0008C15.8528 12.9982 15.9508 13.0113 16.0451 13.0392C16.1514 13.0707 16.2509 13.1282 16.4494 13.2427L17.0593 13.5949"
|
|
12
|
+
stroke="inherit" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round" />
|
|
13
|
+
<path d="M18.6155 15.538L19.8403 16.2451L19.1332 17.4699M17.2013 17.9875L15.9766 17.2804L16.6837 16.0556"
|
|
14
|
+
stroke="currentColor" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round" />
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_21387_15896">
|
|
18
|
+
<rect width="24" height="24" fill="currentColor" transform="translate(0.5)" />
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_21387_15904)">
|
|
3
|
+
<path
|
|
4
|
+
d="M21 11.7995C21 10.9431 20.9997 10.3609 20.9629 9.91086C20.9271 9.47244 20.8619 9.24792 20.7822 9.09152C20.5905 8.71527 20.2845 8.40923 19.9082 8.2175C19.7518 8.13781 19.5273 8.07265 19.0889 8.03683C18.6388 8.00007 18.0566 7.99972 17.2002 7.99972H3V16.1999C3 17.0563 3.00035 17.6386 3.03711 18.0886C3.07293 18.527 3.13809 18.7515 3.21778 18.9079C3.40951 19.2842 3.71555 19.5902 4.0918 19.7819C4.2482 19.8616 4.47272 19.9268 4.91114 19.9626C5.36117 19.9994 5.94342 19.9997 6.79981 19.9997H17.2002C18.0566 19.9997 18.6388 19.9994 19.0889 19.9626C19.5273 19.9268 19.7518 19.8616 19.9082 19.7819C20.2845 19.5902 20.5905 19.2842 20.7822 18.9079C20.8619 18.7515 20.9271 18.527 20.9629 18.0886C20.9997 17.6386 21 17.0563 21 16.1999V11.7995ZM11.4141 11.4997L8.91407 13.9997L11.4141 16.4997L10 17.9138L6.79297 14.7068C6.40245 14.3162 6.40245 13.6832 6.79297 13.2927L10 10.0857L11.4141 11.4997ZM17.207 13.2927C17.5976 13.6832 17.5976 14.3162 17.207 14.7068L14 17.9138L12.5859 16.4997L15.0859 13.9997L12.5859 11.4997L14 10.0857L17.207 13.2927ZM5.2002 3.99972C4.62365 3.99972 4.25112 4.00099 3.96778 4.02414C3.69619 4.04633 3.59534 4.08391 3.5459 4.1091C3.35793 4.20494 3.20522 4.35765 3.10938 4.54562C3.08419 4.59506 3.04662 4.69591 3.02442 4.9675C3.00406 5.21664 3.00142 5.53462 3.00098 5.99972H11.3818L10.9902 5.21554C10.6368 4.50874 10.555 4.37416 10.4639 4.28488C10.358 4.18121 10.2299 4.10273 10.0898 4.05441C9.96925 4.01284 9.81244 3.99972 9.02246 3.99972H5.2002ZM23 16.1999C23 17.0234 23.001 17.7013 22.9561 18.2517C22.9101 18.8137 22.8117 19.3308 22.5645 19.8161C22.181 20.5686 21.5689 21.1807 20.8164 21.5642C20.3311 21.8115 19.814 21.9098 19.252 21.9558C18.7016 22.0007 18.0237 21.9997 17.2002 21.9997H6.79981C5.97632 21.9997 5.29843 22.0007 4.74805 21.9558C4.18599 21.9098 3.6689 21.8115 3.1836 21.5642C2.43109 21.1807 1.81902 20.5686 1.43555 19.8161C1.18828 19.3308 1.08988 18.8137 1.04395 18.2517C0.998982 17.7013 1 17.0234 1 16.1999V6.19992C1 5.65637 0.998931 5.18808 1.03028 4.80441C1.06259 4.40915 1.1344 4.01572 1.32715 3.63742C1.61473 3.07319 2.07348 2.61445 2.6377 2.32687C3.016 2.13412 3.40943 2.06231 3.80469 2.03C4.18836 1.99865 4.65665 1.99972 5.2002 1.99972H9.02246C9.66781 1.99972 10.229 1.98679 10.7422 2.16379C11.1625 2.30878 11.5456 2.54506 11.8633 2.85617C12.2511 3.23598 12.4907 3.74381 12.7793 4.32101L13.6182 5.99972H17.2002C18.0237 5.99972 18.7016 5.9987 19.252 6.04367C19.814 6.0896 20.3311 6.18799 20.8164 6.43527C21.5689 6.81874 22.181 7.43081 22.5645 8.18332C22.8117 8.66862 22.9101 9.18571 22.9561 9.74777C23.001 10.2981 23 10.976 23 11.7995V16.1999Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_21387_15904">
|
|
9
|
+
<rect width="24" height="24" fill="currentColor" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_21387_15904)">
|
|
3
|
+
<path
|
|
4
|
+
d="M21 11.7995C21 10.9431 20.9997 10.3609 20.9629 9.91086C20.9271 9.47244 20.8619 9.24792 20.7822 9.09152C20.5905 8.71527 20.2845 8.40923 19.9082 8.2175C19.7518 8.13781 19.5273 8.07265 19.0889 8.03683C18.6388 8.00007 18.0566 7.99972 17.2002 7.99972H3V16.1999C3 17.0563 3.00035 17.6386 3.03711 18.0886C3.07293 18.527 3.13809 18.7515 3.21778 18.9079C3.40951 19.2842 3.71555 19.5902 4.0918 19.7819C4.2482 19.8616 4.47272 19.9268 4.91114 19.9626C5.36117 19.9994 5.94342 19.9997 6.79981 19.9997H17.2002C18.0566 19.9997 18.6388 19.9994 19.0889 19.9626C19.5273 19.9268 19.7518 19.8616 19.9082 19.7819C20.2845 19.5902 20.5905 19.2842 20.7822 18.9079C20.8619 18.7515 20.9271 18.527 20.9629 18.0886C20.9997 17.6386 21 17.0563 21 16.1999V11.7995ZM11.4141 11.4997L8.91407 13.9997L11.4141 16.4997L10 17.9138L6.79297 14.7068C6.40245 14.3162 6.40245 13.6832 6.79297 13.2927L10 10.0857L11.4141 11.4997ZM17.207 13.2927C17.5976 13.6832 17.5976 14.3162 17.207 14.7068L14 17.9138L12.5859 16.4997L15.0859 13.9997L12.5859 11.4997L14 10.0857L17.207 13.2927ZM5.2002 3.99972C4.62365 3.99972 4.25112 4.00099 3.96778 4.02414C3.69619 4.04633 3.59534 4.08391 3.5459 4.1091C3.35793 4.20494 3.20522 4.35765 3.10938 4.54562C3.08419 4.59506 3.04662 4.69591 3.02442 4.9675C3.00406 5.21664 3.00142 5.53462 3.00098 5.99972H11.3818L10.9902 5.21554C10.6368 4.50874 10.555 4.37416 10.4639 4.28488C10.358 4.18121 10.2299 4.10273 10.0898 4.05441C9.96925 4.01284 9.81244 3.99972 9.02246 3.99972H5.2002ZM23 16.1999C23 17.0234 23.001 17.7013 22.9561 18.2517C22.9101 18.8137 22.8117 19.3308 22.5645 19.8161C22.181 20.5686 21.5689 21.1807 20.8164 21.5642C20.3311 21.8115 19.814 21.9098 19.252 21.9558C18.7016 22.0007 18.0237 21.9997 17.2002 21.9997H6.79981C5.97632 21.9997 5.29843 22.0007 4.74805 21.9558C4.18599 21.9098 3.6689 21.8115 3.1836 21.5642C2.43109 21.1807 1.81902 20.5686 1.43555 19.8161C1.18828 19.3308 1.08988 18.8137 1.04395 18.2517C0.998982 17.7013 1 17.0234 1 16.1999V6.19992C1 5.65637 0.998931 5.18808 1.03028 4.80441C1.06259 4.40915 1.1344 4.01572 1.32715 3.63742C1.61473 3.07319 2.07348 2.61445 2.6377 2.32687C3.016 2.13412 3.40943 2.06231 3.80469 2.03C4.18836 1.99865 4.65665 1.99972 5.2002 1.99972H9.02246C9.66781 1.99972 10.229 1.98679 10.7422 2.16379C11.1625 2.30878 11.5456 2.54506 11.8633 2.85617C12.2511 3.23598 12.4907 3.74381 12.7793 4.32101L13.6182 5.99972H17.2002C18.0237 5.99972 18.7016 5.9987 19.252 6.04367C19.814 6.0896 20.3311 6.18799 20.8164 6.43527C21.5689 6.81874 22.181 7.43081 22.5645 8.18332C22.8117 8.66862 22.9101 9.18571 22.9561 9.74777C23.001 10.2981 23 10.976 23 11.7995V16.1999Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_21387_15904">
|
|
9
|
+
<rect width="24" height="24" fill="currentColor" />
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg viewBox="0 0 25 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_21387_15896)">
|
|
3
|
+
<path
|
|
4
|
+
d="M3.46659 14.4189C2.55416 15.6952 3.61168 17.2532 5.17193 17.4172L15.5013 18.5028C17.0615 18.6668 18.4199 17.3627 17.7927 15.9247C16.6407 13.283 14.1394 11.3194 11.0685 10.9967C7.99756 10.6739 5.14272 12.0745 3.46659 14.4189Z"
|
|
5
|
+
fill="currentColor" />
|
|
6
|
+
<ellipse cx="12.0607" cy="5.99885" rx="3.969" ry="3.969" transform="rotate(6 12.0607 5.99885)" fill="currentColor" />
|
|
7
|
+
<path
|
|
8
|
+
d="M14.2946 19.5768L12.9843 14.6868C12.8503 14.1867 13.1471 13.6726 13.6473 13.5386L15.311 13.0928C15.5325 13.0335 15.6435 13.0037 15.7544 13.0008C15.8528 12.9982 15.9508 13.0113 16.0451 13.0392C16.1514 13.0707 16.2509 13.1282 16.4494 13.2427L17.0593 13.5949L19.6855 12.8912C20.1926 12.7554 20.446 12.6875 20.6662 12.7343C20.8598 12.7754 21.0357 12.8766 21.1682 13.0238C21.3188 13.191 21.3867 13.4446 21.5226 13.9518L22.4447 17.3929C22.5806 17.9001 22.6485 18.1536 22.6017 18.3738C22.5606 18.5675 22.4588 18.7434 22.3117 18.8759C22.1446 19.0263 21.8915 19.0941 21.3854 19.2298L16.1303 20.6378C15.6242 20.7735 15.3707 20.8414 15.1508 20.7946C14.9571 20.7535 14.7815 20.6518 14.649 20.5046C14.4984 20.3374 14.4305 20.084 14.2946 19.5768Z"
|
|
9
|
+
fill="inherit" />
|
|
10
|
+
<path
|
|
11
|
+
d="M12.9843 14.6868L14.2946 19.5768C14.4305 20.084 14.4984 20.3374 14.649 20.5046C14.7815 20.6518 14.9571 20.7535 15.1508 20.7946C15.3707 20.8414 15.6242 20.7735 16.1303 20.6378L21.3854 19.2298C21.8915 19.0941 22.1446 19.0263 22.3117 18.8759C22.4588 18.7434 22.5606 18.5675 22.6017 18.3738C22.6485 18.1536 22.5806 17.9001 22.4447 17.3929L21.5226 13.9518C21.3867 13.4446 21.3188 13.191 21.1682 13.0238C21.0357 12.8766 20.8598 12.7754 20.6662 12.7343C20.446 12.6875 20.1926 12.7554 19.6855 12.8912L17.0593 13.5949M12.9843 14.6868L17.0593 13.5949M12.9843 14.6868C12.8503 14.1867 13.1471 13.6726 13.6473 13.5386L15.311 13.0928C15.5325 13.0335 15.6435 13.0037 15.7544 13.0008C15.8528 12.9982 15.9508 13.0113 16.0451 13.0392C16.1514 13.0707 16.2509 13.1282 16.4494 13.2427L17.0593 13.5949"
|
|
12
|
+
stroke="inherit" stroke-width="0.9375" stroke-linecap="round" stroke-linejoin="round" />
|
|
13
|
+
<path d="M18.6155 15.538L19.8403 16.2451L19.1332 17.4699M17.2013 17.9875L15.9766 17.2804L16.6837 16.0556"
|
|
14
|
+
stroke="currentColor" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round" />
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_21387_15896">
|
|
18
|
+
<rect width="24" height="24" fill="currentColor" transform="translate(0.5)" />
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|