@fluentui/react-icons 2.0.158-beta.9 → 2.0.159-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/icons/chunk-2.js +2 -2
- package/lib/icons/chunk-4.js +308 -320
- package/lib/icons/chunk-5.d.ts +4 -4
- package/lib/icons/chunk-5.js +77 -113
- package/lib/icons/chunk-6.d.ts +0 -4
- package/lib/icons/chunk-6.js +0 -76
- package/lib/sizedIcons/chunk-12.js +265 -297
- package/lib/sizedIcons/chunk-13.js +1470 -1566
- package/lib/sizedIcons/chunk-14.js +15 -15
- package/lib/sizedIcons/chunk-18.d.ts +12 -12
- package/lib/sizedIcons/chunk-18.js +229 -265
- package/lib/sizedIcons/chunk-19.d.ts +12 -12
- package/lib/sizedIcons/chunk-19.js +245 -231
- package/lib/sizedIcons/chunk-20.d.ts +0 -12
- package/lib/sizedIcons/chunk-20.js +0 -242
- package/lib/sizedIcons/chunk-7.js +3 -3
- package/lib-cjs/icons/chunk-2.js +2 -2
- package/lib-cjs/icons/chunk-4.js +308 -320
- package/lib-cjs/icons/chunk-5.d.ts +4 -4
- package/lib-cjs/icons/chunk-5.js +81 -117
- package/lib-cjs/icons/chunk-6.d.ts +0 -4
- package/lib-cjs/icons/chunk-6.js +4 -80
- package/lib-cjs/sizedIcons/chunk-12.js +265 -297
- package/lib-cjs/sizedIcons/chunk-13.js +1470 -1566
- package/lib-cjs/sizedIcons/chunk-14.js +15 -15
- package/lib-cjs/sizedIcons/chunk-18.d.ts +12 -12
- package/lib-cjs/sizedIcons/chunk-18.js +238 -274
- package/lib-cjs/sizedIcons/chunk-19.d.ts +12 -12
- package/lib-cjs/sizedIcons/chunk-19.js +255 -241
- package/lib-cjs/sizedIcons/chunk-20.d.ts +0 -12
- package/lib-cjs/sizedIcons/chunk-20.js +2 -244
- package/lib-cjs/sizedIcons/chunk-7.js +3 -3
- package/package.json +1 -1
|
@@ -7894,13 +7894,13 @@ const PeopleSearch24FilledIcon = iconProps => {
|
|
|
7894
7894
|
primaryFill
|
|
7895
7895
|
} = iconProps;
|
|
7896
7896
|
return React.createElement("svg", {
|
|
7897
|
-
width:
|
|
7897
|
+
width: 24,
|
|
7898
7898
|
height: 24,
|
|
7899
|
-
viewBox: "0 0
|
|
7899
|
+
viewBox: "0 0 24 24",
|
|
7900
7900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7901
7901
|
className: className
|
|
7902
7902
|
}, React.createElement("path", {
|
|
7903
|
-
d: "
|
|
7903
|
+
d: "M11.9 14h7.85C21 14 22 15 22 16.25v.9c0 1.1-.47 2.14-1.3 2.85-1.57 1.34-3.81 2-6.7 2h-.18c.3-.6.23-1.36-.22-1.9l-.11-.12-2.23-2.22A5.48 5.48 0 0011.9 14zm-5.4-3.5a4.5 4.5 0 013.46 7.38l2.82 2.81a.75.75 0 01-.97 1.14l-.09-.08-2.9-2.9A4.5 4.5 0 116.5 10.5zm0 1.5a3 3 0 100 6 3 3 0 000-6zM14 2a5 5 0 110 10 5 5 0 010-10z",
|
|
7904
7904
|
fill: primaryFill
|
|
7905
7905
|
}));
|
|
7906
7906
|
};
|
|
@@ -7913,13 +7913,13 @@ const PeopleSearch24RegularIcon = iconProps => {
|
|
|
7913
7913
|
primaryFill
|
|
7914
7914
|
} = iconProps;
|
|
7915
7915
|
return React.createElement("svg", {
|
|
7916
|
-
width:
|
|
7916
|
+
width: 24,
|
|
7917
7917
|
height: 24,
|
|
7918
|
-
viewBox: "0 0
|
|
7918
|
+
viewBox: "0 0 24 24",
|
|
7919
7919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7920
7920
|
className: className
|
|
7921
7921
|
}, React.createElement("path", {
|
|
7922
|
-
d: "
|
|
7922
|
+
d: "M11.9 14h7.85C21 14 22 15 22 16.25v.9c0 1.1-.47 2.14-1.3 2.85-1.57 1.34-3.81 2-6.7 2h-.18c.23-.47.24-1.02.03-1.5H14c2.56 0 4.46-.56 5.72-1.64.5-.43.78-1.05.78-1.7v-.91a.75.75 0 00-.75-.75h-7.77a5.56 5.56 0 00-.07-1.5zm-5.4-3.5a4.5 4.5 0 013.46 7.38l2.82 2.81a.75.75 0 01-.97 1.14l-.09-.08-2.9-2.9A4.5 4.5 0 116.5 10.5zm0 1.5a3 3 0 100 6 3 3 0 000-6zM14 2a5 5 0 110 10 5 5 0 010-10zm0 1.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7z",
|
|
7923
7923
|
fill: primaryFill
|
|
7924
7924
|
}));
|
|
7925
7925
|
};
|
|
@@ -7932,13 +7932,13 @@ const PeopleSettings20FilledIcon = iconProps => {
|
|
|
7932
7932
|
primaryFill
|
|
7933
7933
|
} = iconProps;
|
|
7934
7934
|
return React.createElement("svg", {
|
|
7935
|
-
width:
|
|
7935
|
+
width: 20,
|
|
7936
7936
|
height: 20,
|
|
7937
|
-
viewBox: "0 0
|
|
7937
|
+
viewBox: "0 0 20 20",
|
|
7938
7938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7939
7939
|
className: className
|
|
7940
7940
|
}, React.createElement("path", {
|
|
7941
|
-
d: "M11
|
|
7941
|
+
d: "M11 10c.1 0 .2 0 .3.02a5.5 5.5 0 00-1.8 6.79c-.6.12-1.27.19-2 .19C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7zm6-3.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM7.5 2a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm4.57 9.44a2 2 0 01-1.43 2.48l-.47.12a4.7 4.7 0 00.01 1.01l.35.09A2 2 0 0112 17.66l-.13.42c.26.2.54.38.84.52l.32-.35a2 2 0 012.91 0l.34.36c.3-.13.57-.3.82-.5l-.15-.55a2 2 0 011.43-2.48l.46-.12a4.73 4.73 0 00-.01-1.01l-.35-.09A2 2 0 0117 11.34l.13-.42c-.26-.2-.54-.38-.84-.52l-.32.35a2 2 0 01-2.91 0l-.34-.36c-.3.13-.57.3-.82.5l.16.55zm2.43 4.06a1 1 0 110-2 1 1 0 010 2z",
|
|
7942
7942
|
fill: primaryFill
|
|
7943
7943
|
}));
|
|
7944
7944
|
};
|
|
@@ -7951,13 +7951,13 @@ const PeopleSettings20RegularIcon = iconProps => {
|
|
|
7951
7951
|
primaryFill
|
|
7952
7952
|
} = iconProps;
|
|
7953
7953
|
return React.createElement("svg", {
|
|
7954
|
-
width:
|
|
7954
|
+
width: 20,
|
|
7955
7955
|
height: 20,
|
|
7956
|
-
viewBox: "0 0
|
|
7956
|
+
viewBox: "0 0 20 20",
|
|
7957
7957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7958
7958
|
className: className
|
|
7959
7959
|
}, React.createElement("path", {
|
|
7960
|
-
d: "M11
|
|
7960
|
+
d: "M11 10c.1 0 .2 0 .3.02-.39.28-.74.61-1.04.98H4a1 1 0 00-1 1v1.5C3 14.9 4.58 16 7.5 16c.62 0 1.17-.05 1.67-.14.08.33.2.65.34.95-.6.12-1.28.19-2.01.19C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7zm6-3.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM14.5 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-7-3a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 1a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm4.57 8.44a2 2 0 01-1.43 2.48l-.47.12a4.7 4.7 0 00.01 1.01l.35.09A2 2 0 0112 17.66l-.13.42c.26.2.54.38.84.52l.32-.35a2 2 0 012.91 0l.34.36c.3-.13.57-.3.82-.5l-.15-.55a2 2 0 011.43-2.48l.46-.12a4.73 4.73 0 00-.01-1.01l-.35-.09A2 2 0 0117 11.34l.13-.42c-.26-.2-.54-.38-.84-.52l-.32.35a2 2 0 01-2.91 0l-.34-.36c-.3.13-.57.3-.82.5l.16.55zm2.43 4.06a1 1 0 110-2 1 1 0 010 2z",
|
|
7961
7961
|
fill: primaryFill
|
|
7962
7962
|
}));
|
|
7963
7963
|
};
|
|
@@ -7970,13 +7970,13 @@ const PeopleSettings24FilledIcon = iconProps => {
|
|
|
7970
7970
|
primaryFill
|
|
7971
7971
|
} = iconProps;
|
|
7972
7972
|
return React.createElement("svg", {
|
|
7973
|
-
width:
|
|
7973
|
+
width: 24,
|
|
7974
7974
|
height: 24,
|
|
7975
|
-
viewBox: "0 0
|
|
7975
|
+
viewBox: "0 0 24 24",
|
|
7976
7976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7977
7977
|
className: className
|
|
7978
7978
|
}, React.createElement("path", {
|
|
7979
|
-
d: "M3.
|
|
7979
|
+
d: "M3.5 13h9.3a6.48 6.48 0 00-1.06 7.51c-1.05.35-2.2.49-3.24.49-2.72 0-6.34-.96-6.5-4.27V14.5c0-.78.6-1.42 1.36-1.5h.14zM21 7.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zM8.5 2a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm5.78 11.98a2 2 0 01-1.44 2.5l-.59.14a5.73 5.73 0 000 1.8l.55.13a2 2 0 011.45 2.51l-.19.63c.44.39.94.7 1.49.93l.49-.52a2 2 0 012.9 0l.5.52a5.28 5.28 0 001.48-.91l-.2-.69a2 2 0 011.44-2.5l.59-.14a5.73 5.73 0 00-.01-1.8l-.54-.13a2 2 0 01-1.45-2.51l.19-.63c-.44-.4-.94-.7-1.49-.93l-.49.52a2 2 0 01-2.9 0l-.5-.52c-.54.22-1.04.53-1.48.9l.2.7zM17.5 19c-.8 0-1.45-.67-1.45-1.5S16.7 16 17.5 16c.8 0 1.45.67 1.45 1.5S18.3 19 17.5 19z",
|
|
7980
7980
|
fill: primaryFill
|
|
7981
7981
|
}));
|
|
7982
7982
|
};
|
|
@@ -7989,13 +7989,13 @@ const PeopleSettings24RegularIcon = iconProps => {
|
|
|
7989
7989
|
primaryFill
|
|
7990
7990
|
} = iconProps;
|
|
7991
7991
|
return React.createElement("svg", {
|
|
7992
|
-
width:
|
|
7992
|
+
width: 24,
|
|
7993
7993
|
height: 24,
|
|
7994
|
-
viewBox: "0 0
|
|
7994
|
+
viewBox: "0 0 24 24",
|
|
7995
7995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7996
7996
|
className: className
|
|
7997
7997
|
}, React.createElement("path", {
|
|
7998
|
-
d: "
|
|
7998
|
+
d: "M12.8 13H4a2 2 0 00-2 2v1.73C2.17 20.04 5.79 21 8.5 21c1.03 0 2.19-.14 3.24-.49a6.37 6.37 0 01-.54-1.4 8.8 8.8 0 01-2.38.39h-.64a7.63 7.63 0 01-3.26-.76c-.97-.52-1.42-1.23-1.42-2.24V15l.01-.1a.5.5 0 01.14-.26.5.5 0 01.25-.13l.1-.01h7.73c.29-.55.65-1.06 1.08-1.5zm.2-6.5a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zm-7.5 0a3 3 0 116 0 3 3 0 01-6 0zm15.5 1a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm-5.5 0a2 2 0 114 0 2 2 0 01-4 0zm.56 5.4l-.5-.52c-.54.22-1.04.53-1.48.9l.2.7a2 2 0 01-1.44 2.5l-.59.14a5.73 5.73 0 00.01 1.8l.54.13a2 2 0 011.45 2.51l-.19.63c.44.39.94.7 1.49.93l.5-.52a2 2 0 012.89 0l.5.52a5.28 5.28 0 001.48-.91l-.2-.69a2 2 0 011.44-2.5l.59-.14a5.73 5.73 0 000-1.8l-.55-.13a2 2 0 01-1.45-2.51l.19-.63c-.44-.4-.94-.7-1.49-.93l-.49.52a2 2 0 01-2.9 0zm0 4.6c0-.83.64-1.5 1.44-1.5.8 0 1.45.67 1.45 1.5S18.3 19 17.5 19c-.8 0-1.45-.67-1.45-1.5z",
|
|
7999
7999
|
fill: primaryFill
|
|
8000
8000
|
}));
|
|
8001
8001
|
};
|
|
@@ -8008,13 +8008,13 @@ const PeopleSettings28FilledIcon = iconProps => {
|
|
|
8008
8008
|
primaryFill
|
|
8009
8009
|
} = iconProps;
|
|
8010
8010
|
return React.createElement("svg", {
|
|
8011
|
-
width:
|
|
8011
|
+
width: 28,
|
|
8012
8012
|
height: 28,
|
|
8013
|
-
viewBox: "0 0
|
|
8013
|
+
viewBox: "0 0 28 28",
|
|
8014
8014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8015
8015
|
className: className
|
|
8016
8016
|
}, React.createElement("path", {
|
|
8017
|
-
d: "M15.
|
|
8017
|
+
d: "M15.36 15.03A2.02 2.02 0 0015 15H3.85A2 2 0 002 17v2.75c.17 4 4.35 5.25 7.5 5.25 1.42 0 3.04-.25 4.42-.9a7.47 7.47 0 011.44-9.07zM20.5 13a4.5 4.5 0 100-9 4.5 4.5 0 000 9zM15 7.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm.36 11.7a2 2 0 001.44-2.5l-.34-1.16a6.2 6.2 0 011.75-1.1l.85.9a2 2 0 002.9 0l.85-.88a6.2 6.2 0 011.75 1.1l-.33 1.1a2 2 0 001.45 2.5l.98.24a6.8 6.8 0 010 2.15l-1.02.26a2 2 0 00-1.44 2.5l.34 1.15a6.2 6.2 0 01-1.75 1.1l-.85-.9a2 2 0 00-2.9 0l-.85.88a6.2 6.2 0 01-1.75-1.1l.32-1.1a2 2 0 00-1.45-2.5l-.97-.24a6.8 6.8 0 010-2.15l1.02-.26zM22 20.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",
|
|
8018
8018
|
fill: primaryFill
|
|
8019
8019
|
}));
|
|
8020
8020
|
};
|
|
@@ -8027,13 +8027,13 @@ const PeopleSettings28RegularIcon = iconProps => {
|
|
|
8027
8027
|
primaryFill
|
|
8028
8028
|
} = iconProps;
|
|
8029
8029
|
return React.createElement("svg", {
|
|
8030
|
-
width:
|
|
8030
|
+
width: 28,
|
|
8031
8031
|
height: 28,
|
|
8032
|
-
viewBox: "0 0
|
|
8032
|
+
viewBox: "0 0 28 28",
|
|
8033
8033
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8034
8034
|
className: className
|
|
8035
8035
|
}, React.createElement("path", {
|
|
8036
|
-
d: "M15.
|
|
8036
|
+
d: "M15.36 15.03A2.02 2.02 0 0015 15H3.85A2 2 0 002 17v2.75c.17 4 4.35 5.25 7.5 5.25 1.42 0 3.04-.25 4.42-.9-.24-.43-.43-.89-.58-1.37-1.2.58-2.62.72-3.4.76l-.44.01h-.34a8.49 8.49 0 01-3.87-.98A3.27 3.27 0 013.5 19.5V17l.01-.1a.5.5 0 01.14-.25.5.5 0 01.25-.14l.1-.01h10.15c.34-.54.75-1.03 1.21-1.47zM20.5 13a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm-3-4.5a3 3 0 116 0 3 3 0 01-6 0zm-2.5-1a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm-9.5 0a4 4 0 118 0 4 4 0 01-8 0zm9.86 11.7a2 2 0 001.44-2.5l-.34-1.16a6.2 6.2 0 011.75-1.1l.85.9a2 2 0 002.9 0l.85-.88a6.2 6.2 0 011.75 1.1l-.33 1.1a2 2 0 001.45 2.5l.98.24a6.8 6.8 0 010 2.15l-1.02.26a2 2 0 00-1.44 2.5l.34 1.15a6.2 6.2 0 01-1.75 1.1l-.85-.9a2 2 0 00-2.9 0l-.85.88a6.2 6.2 0 01-1.75-1.1l.32-1.1a2 2 0 00-1.45-2.5l-.97-.24a6.8 6.8 0 010-2.15l1.02-.26zM22 20.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",
|
|
8037
8037
|
fill: primaryFill
|
|
8038
8038
|
}));
|
|
8039
8039
|
};
|
|
@@ -8046,13 +8046,13 @@ const PeopleSwap16FilledIcon = iconProps => {
|
|
|
8046
8046
|
primaryFill
|
|
8047
8047
|
} = iconProps;
|
|
8048
8048
|
return React.createElement("svg", {
|
|
8049
|
-
width:
|
|
8049
|
+
width: 16,
|
|
8050
8050
|
height: 16,
|
|
8051
|
-
viewBox: "0 0
|
|
8051
|
+
viewBox: "0 0 16 16",
|
|
8052
8052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8053
8053
|
className: className
|
|
8054
8054
|
}, React.createElement("path", {
|
|
8055
|
-
d: "M8.
|
|
8055
|
+
d: "M8.5 8c.17 0 .35.03.5.09-.2.07-.38.19-.54.34l-2.03 2a1.5 1.5 0 000 2.14l.41.4c-.25.02-.5.03-.78.03C3.45 13 2 12.1 2 10.27V9.5C2 8.67 2.67 8 3.5 8h5zM6 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm5 1a2 2 0 110 4 2 2 0 010-4zm-4 8.5c0 .14.05.26.15.36l2 2a.5.5 0 00.7-.71L8.72 12h4.58l-1.14 1.15a.5.5 0 10.7.7l2-2a.5.5 0 000-.7l-2-2a.5.5 0 00-.7.7L13.29 11H8.71l1.15-1.14a.5.5 0 00-.71-.7l-2 1.99a.5.5 0 00-.15.35z",
|
|
8056
8056
|
fill: primaryFill
|
|
8057
8057
|
}));
|
|
8058
8058
|
};
|
|
@@ -8065,13 +8065,13 @@ const PeopleSwap16RegularIcon = iconProps => {
|
|
|
8065
8065
|
primaryFill
|
|
8066
8066
|
} = iconProps;
|
|
8067
8067
|
return React.createElement("svg", {
|
|
8068
|
-
width:
|
|
8068
|
+
width: 16,
|
|
8069
8069
|
height: 16,
|
|
8070
|
-
viewBox: "0 0
|
|
8070
|
+
viewBox: "0 0 16 16",
|
|
8071
8071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8072
8072
|
className: className
|
|
8073
8073
|
}, React.createElement("path", {
|
|
8074
|
-
d: "M8.
|
|
8074
|
+
d: "M8.5 8c.17 0 .35.03.5.09-.2.07-.38.19-.54.34L7.9 9H3.5a.5.5 0 00-.5.5v.77C3 11.42 3.93 12 6.06 12h.01c.08.2.2.4.36.57l.41.4c-.25.02-.5.03-.78.03C3.45 13 2 12.1 2 10.27V9.5C2 8.67 2.67 8 3.5 8h5zM6 2a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm5 0a2 2 0 110 4 2 2 0 010-4zm0 1a1 1 0 100 2 1 1 0 000-2zm-4 7.5c0 .14.05.26.15.36l2 2a.5.5 0 00.7-.71L8.72 12h4.58l-1.14 1.15a.5.5 0 10.7.7l2-2a.5.5 0 000-.7l-2-2a.5.5 0 00-.7.7L13.29 11H8.71l1.15-1.14a.5.5 0 00-.71-.7l-2 1.99a.5.5 0 00-.15.35z",
|
|
8075
8075
|
fill: primaryFill
|
|
8076
8076
|
}));
|
|
8077
8077
|
};
|
|
@@ -8084,13 +8084,13 @@ const PeopleSwap20FilledIcon = iconProps => {
|
|
|
8084
8084
|
primaryFill
|
|
8085
8085
|
} = iconProps;
|
|
8086
8086
|
return React.createElement("svg", {
|
|
8087
|
-
width:
|
|
8087
|
+
width: 20,
|
|
8088
8088
|
height: 20,
|
|
8089
|
-
viewBox: "0 0
|
|
8089
|
+
viewBox: "0 0 20 20",
|
|
8090
8090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8091
8091
|
className: className
|
|
8092
8092
|
}, React.createElement("path", {
|
|
8093
|
-
d: "M13
|
|
8093
|
+
d: "M13 12a2 2 0 00-2-2H4a2 2 0 00-2 2v1.5C2 15.55 4.09 17 7.5 17c.46 0 .9-.03 1.3-.08l-.36-.36a1.5 1.5 0 010-2.12l2-2A1.5 1.5 0 0113 13.5V12zm4.8 1.69c.13-.37.2-.76.2-1.19V12a2 2 0 00-2-2h-2.76l.13.16c.4.51.63 1.15.63 1.84v1.5a1.5 1.5 0 012.56-1.06l1.25 1.25zM11 5.5a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm6 1a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zm-5.85 11.35a.5.5 0 00.7-.7L10.71 16h5.58l-1.14 1.15a.5.5 0 00.7.7l2-2a.5.5 0 000-.7l-2-2a.5.5 0 00-.7.7L16.29 15h-5.58l1.14-1.15a.5.5 0 00-.7-.7l-2 2a.5.5 0 000 .7l2 2zM10.7 15h1.86-1.86z",
|
|
8094
8094
|
fill: primaryFill
|
|
8095
8095
|
}));
|
|
8096
8096
|
};
|
|
@@ -8103,13 +8103,13 @@ const PeopleSwap20RegularIcon = iconProps => {
|
|
|
8103
8103
|
primaryFill
|
|
8104
8104
|
} = iconProps;
|
|
8105
8105
|
return React.createElement("svg", {
|
|
8106
|
-
width:
|
|
8106
|
+
width: 20,
|
|
8107
8107
|
height: 20,
|
|
8108
|
-
viewBox: "0 0
|
|
8108
|
+
viewBox: "0 0 20 20",
|
|
8109
8109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8110
8110
|
className: className
|
|
8111
8111
|
}, React.createElement("path", {
|
|
8112
|
-
d: "M13
|
|
8112
|
+
d: "M13 12a2 2 0 00-2-2H4a2 2 0 00-2 2v1.5C2 15.55 4.09 17 7.5 17c.46 0 .9-.03 1.3-.08l-.36-.36a1.5 1.5 0 01-.36-.58L7.5 16C4.58 16 3 14.9 3 13.5V12a1 1 0 011-1h7a1 1 0 011 1v.09a1.5 1.5 0 011 1.41V12zm5 .5c0 .43-.07.82-.2 1.19l-.82-.83.02-.36V12a1 1 0 00-1-1h-2.17a3 3 0 00-.6-1H16a2 2 0 012 2v.5zm-7-7a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm-6 0a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zm12 1a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zm-4 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm-1.85 11.35a.5.5 0 00.7-.7L10.71 16h5.58l-1.14 1.15a.5.5 0 00.7.7l2-2a.5.5 0 000-.7l-2-2a.5.5 0 00-.7.7L16.29 15h-5.58l1.14-1.15a.5.5 0 00-.7-.7l-2 2a.5.5 0 000 .7l2 2zm.1-2.85h1.32-1.33z",
|
|
8113
8113
|
fill: primaryFill
|
|
8114
8114
|
}));
|
|
8115
8115
|
};
|
|
@@ -8122,13 +8122,13 @@ const PeopleSwap24FilledIcon = iconProps => {
|
|
|
8122
8122
|
primaryFill
|
|
8123
8123
|
} = iconProps;
|
|
8124
8124
|
return React.createElement("svg", {
|
|
8125
|
-
width:
|
|
8125
|
+
width: 24,
|
|
8126
8126
|
height: 24,
|
|
8127
|
-
viewBox: "0 0
|
|
8127
|
+
viewBox: "0 0 24 24",
|
|
8128
8128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8129
8129
|
className: className
|
|
8130
8130
|
}, React.createElement("path", {
|
|
8131
|
-
d: "M13.
|
|
8131
|
+
d: "M13.5 14c.78 0 1.42.6 1.5 1.36V15.67c-.65-.3-1.45-.2-1.99.35l-2.5 2.5a1.75 1.75 0 000 2.47l.68.68c-.9.24-1.83.33-2.69.33-2.72 0-6.34-.96-6.5-4.27V15.5c0-.78.6-1.42 1.36-1.5H13.5zm1.28 3.78L13.56 19h6.88l-1.22-1.22a.75.75 0 011.06-1.06l2.5 2.5a.75.75 0 010 1.07l-2.5 2.5a.75.75 0 01-1.06-1.07l1.22-1.22h-6.88l1.22 1.22a.75.75 0 11-1.06 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 111.06 1.06zm6.2-1.76l1.02 1V15.37A1.5 1.5 0 0020.5 14h-5.01l.11.16c.25.39.4.85.4 1.34V17.78l-.02.22h2.19a1.75 1.75 0 012.82-1.98zM8.5 3a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm9 2a3.5 3.5 0 110 7 3.5 3.5 0 010-7z",
|
|
8132
8132
|
fill: primaryFill
|
|
8133
8133
|
}));
|
|
8134
8134
|
};
|
|
@@ -8141,13 +8141,13 @@ const PeopleSwap24RegularIcon = iconProps => {
|
|
|
8141
8141
|
primaryFill
|
|
8142
8142
|
} = iconProps;
|
|
8143
8143
|
return React.createElement("svg", {
|
|
8144
|
-
width:
|
|
8144
|
+
width: 24,
|
|
8145
8145
|
height: 24,
|
|
8146
|
-
viewBox: "0 0
|
|
8146
|
+
viewBox: "0 0 24 24",
|
|
8147
8147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8148
8148
|
className: className
|
|
8149
8149
|
}, React.createElement("path", {
|
|
8150
|
-
d: "
|
|
8150
|
+
d: "M14.94 15.5A2 2 0 0013 14H3.85A2 2 0 002 16v1.73C2.17 21.04 5.79 22 8.5 22c.86 0 1.8-.1 2.7-.33L10.5 21c-.18-.18-.31-.39-.4-.62-.41.07-.85.11-1.3.13h-.63a7.63 7.63 0 01-3.26-.76c-.97-.52-1.42-1.23-1.42-2.24V16l.01-.1a.5.5 0 01.14-.26.5.5 0 01.25-.13l.1-.01h10.94zm-.16 6.22a.75.75 0 01-1.06 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 111.06 1.06L13.56 19h6.88l-1.22-1.22a.75.75 0 111.06-1.06l2.5 2.5a.75.75 0 010 1.07l-2.5 2.5a.75.75 0 11-1.06-1.07l1.22-1.22h-6.88l1.22 1.22zM22 17v.03l-1.01-1.01c-.2-.21-.45-.35-.71-.44a.5.5 0 00-.19-.07L20 15.5h-4.05c-.08-.5-.3-.96-.6-1.34l-.13-.16H20a2 2 0 012 1.85V17zm-9-9.5a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zm-7.5 0a3 3 0 116 0 3 3 0 01-6 0zm15.5 1a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm-5.5 0a2 2 0 114 0 2 2 0 01-4 0z",
|
|
8151
8151
|
fill: primaryFill
|
|
8152
8152
|
}));
|
|
8153
8153
|
};
|
|
@@ -8160,13 +8160,13 @@ const PeopleSwap28FilledIcon = iconProps => {
|
|
|
8160
8160
|
primaryFill
|
|
8161
8161
|
} = iconProps;
|
|
8162
8162
|
return React.createElement("svg", {
|
|
8163
|
-
width:
|
|
8163
|
+
width: 28,
|
|
8164
8164
|
height: 28,
|
|
8165
|
-
viewBox: "0 0
|
|
8165
|
+
viewBox: "0 0 28 28",
|
|
8166
8166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8167
8167
|
className: className
|
|
8168
8168
|
}, React.createElement("path", {
|
|
8169
|
-
d: "
|
|
8169
|
+
d: "M16.94 17.53A2 2 0 0015 16H3.85A2 2 0 002 18v2.75c.17 4 4.35 5.25 7.5 5.25 1.35 0 2.89-.23 4.22-.8l-1.2-1.21a1.75 1.75 0 010-2.48l3.5-3.5c.26-.26.58-.42.92-.48zm1.04 3.46l.5-.5a1.75 1.75 0 00-.5-2.83 2.98 2.98 0 00-.63-1.51l-.13-.15H24a2 2 0 012 1.85V20.03L23.99 18a1.75 1.75 0 10-2.48 2.48l.52.51h-4.05zm0 3.51H18v.03l-.03-.03zM15 8.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm10 1a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zm-7.22 10.28a.75.75 0 10-1.06-1.06l-3.5 3.5c-.3.3-.3.77 0 1.06l3.5 3.5a.75.75 0 101.06-1.06l-2.22-2.22h8.88l-2.22 2.22a.75.75 0 101.06 1.06l3.5-3.5c.3-.3.3-.77 0-1.06l-3.5-3.5a.75.75 0 10-1.06 1.06L24.44 22h-8.88l2.22-2.22z",
|
|
8170
8170
|
fill: primaryFill
|
|
8171
8171
|
}));
|
|
8172
8172
|
};
|
|
@@ -8179,13 +8179,13 @@ const PeopleSwap28RegularIcon = iconProps => {
|
|
|
8179
8179
|
primaryFill
|
|
8180
8180
|
} = iconProps;
|
|
8181
8181
|
return React.createElement("svg", {
|
|
8182
|
-
width:
|
|
8182
|
+
width: 28,
|
|
8183
8183
|
height: 28,
|
|
8184
|
-
viewBox: "0 0
|
|
8184
|
+
viewBox: "0 0 28 28",
|
|
8185
8185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8186
8186
|
className: className
|
|
8187
8187
|
}, React.createElement("path", {
|
|
8188
|
-
d: "
|
|
8188
|
+
d: "M16.94 17.53A2 2 0 0015 16H3.85A2 2 0 002 18v2.75c.17 4 4.35 5.25 7.5 5.25 1.35 0 2.89-.23 4.22-.8l-1.16-1.16c-.99.32-2 .42-2.63.45l-.43.01h-.34a8.49 8.49 0 01-3.87-.98A3.27 3.27 0 013.5 20.5V18l.01-.1a.5.5 0 01.14-.25.5.5 0 01.25-.14l.1-.01h11.09a.5.5 0 01.41.5v.53l.51-.52c.27-.26.6-.42.93-.48zm5.84-.03H17.95c-.09-.5-.3-.96-.6-1.34l-.13-.16H24.15a2 2 0 011.84 1.84L26 18v2.03l-1.5-1.5V18a.5.5 0 00-.41-.5h-1.31zm-4.8 7H18v.03l-.03-.03zM15 8.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm-9.5 0a4 4 0 118 0 4 4 0 01-8 0zm19.5 1a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zm-7.5 0a3 3 0 116 0 3 3 0 01-6 0zm.28 10.28a.75.75 0 10-1.06-1.06l-3.5 3.5c-.3.3-.3.77 0 1.06l3.5 3.5a.75.75 0 101.06-1.06l-2.22-2.22h8.88l-2.22 2.22a.75.75 0 101.06 1.06l3.5-3.5c.3-.3.3-.77 0-1.06l-3.5-3.5a.75.75 0 10-1.06 1.06L24.44 22h-8.88l2.22-2.22z",
|
|
8189
8189
|
fill: primaryFill
|
|
8190
8190
|
}));
|
|
8191
8191
|
};
|
|
@@ -8198,23 +8198,15 @@ const PeopleSync16FilledIcon = iconProps => {
|
|
|
8198
8198
|
primaryFill
|
|
8199
8199
|
} = iconProps;
|
|
8200
8200
|
return React.createElement("svg", {
|
|
8201
|
-
width:
|
|
8201
|
+
width: 16,
|
|
8202
8202
|
height: 16,
|
|
8203
|
-
viewBox: "0 0
|
|
8203
|
+
viewBox: "0 0 16 16",
|
|
8204
8204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8205
8205
|
className: className
|
|
8206
|
-
}, React.createElement("g", {
|
|
8207
|
-
clipPath: "url(#clip0_116090_1206)"
|
|
8208
8206
|
}, React.createElement("path", {
|
|
8209
|
-
d: "M9.
|
|
8207
|
+
d: "M9.53 6.36A2 2 0 0111 3a2 2 0 011.66 3.12 5.52 5.52 0 00-3.13.24zM6.21 13h-.15C3.45 13 2 12.1 2 10.27V9.5C2 8.67 2.67 8 3.5 8h3.76a5.48 5.48 0 00-1.05 5zM8.5 4.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zm-1.5 7a4.5 4.5 0 109 0 4.5 4.5 0 00-9 0zm6.5-3c.28 0 .5.22.5.5v1.5a.5.5 0 01-.5.5H12a.5.5 0 010-1h.47a1.98 1.98 0 00-1.72-.1 2 2 0 00-.66.44.5.5 0 01-.71-.71A3 3 0 0113 9.15V9c0-.28.22-.5.5-.5zm-.88 5.53a3 3 0 01-2.62-.18V14a.5.5 0 01-1 0v-1.5c0-.28.22-.5.5-.5H11a.5.5 0 010 1h-.47a1.97 1.97 0 00.94.25 2 2 0 001.44-.59.5.5 0 01.71.71 3 3 0 01-1 .66z",
|
|
8210
8208
|
fill: primaryFill
|
|
8211
|
-
}))
|
|
8212
|
-
id: "clip0_116090_1206"
|
|
8213
|
-
}, React.createElement("path", {
|
|
8214
|
-
fill: "#fff",
|
|
8215
|
-
transform: "translate(.42)",
|
|
8216
|
-
d: "M0 0h16v16H0z"
|
|
8217
|
-
}))));
|
|
8209
|
+
}));
|
|
8218
8210
|
};
|
|
8219
8211
|
|
|
8220
8212
|
export const PeopleSync16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/PeopleSync16FilledIcon({}), 'PeopleSync16Filled');
|
|
@@ -8225,23 +8217,15 @@ const PeopleSync16RegularIcon = iconProps => {
|
|
|
8225
8217
|
primaryFill
|
|
8226
8218
|
} = iconProps;
|
|
8227
8219
|
return React.createElement("svg", {
|
|
8228
|
-
width:
|
|
8220
|
+
width: 16,
|
|
8229
8221
|
height: 16,
|
|
8230
|
-
viewBox: "0 0
|
|
8222
|
+
viewBox: "0 0 16 16",
|
|
8231
8223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8232
8224
|
className: className
|
|
8233
|
-
}, React.createElement("g", {
|
|
8234
|
-
clipPath: "url(#clip0_116090_1207)"
|
|
8235
8225
|
}, React.createElement("path", {
|
|
8236
|
-
d: "M9.
|
|
8226
|
+
d: "M9.53 6.36A2 2 0 0111 3a2 2 0 011.66 3.12 5.52 5.52 0 00-3.13.24zM12 5a1 1 0 10-2 0 1 1 0 002 0zm-5.8 8h-.14C3.45 13 2 12.1 2 10.27V9.5C2 8.67 2.67 8 3.5 8h3.76c-.26.3-.48.64-.66 1H3.5a.5.5 0 00-.5.5v.77C3 11.41 3.92 12 6.02 12c.03.34.1.68.19 1zm2.3-8.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zm-4 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm2.5 7a4.5 4.5 0 109 0 4.5 4.5 0 00-9 0zm6.5-3c.28 0 .5.22.5.5v1.5a.5.5 0 01-.5.5H12a.5.5 0 010-1h.47a1.98 1.98 0 00-1.72-.1 2 2 0 00-.66.44.5.5 0 01-.71-.71A3 3 0 0113 9.15V9c0-.28.22-.5.5-.5zm-.88 5.53a3 3 0 01-2.62-.18V14a.5.5 0 01-1 0v-1.5c0-.28.22-.5.5-.5H11a.5.5 0 010 1h-.47a1.97 1.97 0 00.94.25 2 2 0 001.44-.59.5.5 0 01.71.71 3 3 0 01-1 .66z",
|
|
8237
8227
|
fill: primaryFill
|
|
8238
|
-
}))
|
|
8239
|
-
id: "clip0_116090_1207"
|
|
8240
|
-
}, React.createElement("path", {
|
|
8241
|
-
fill: "#fff",
|
|
8242
|
-
transform: "translate(.42)",
|
|
8243
|
-
d: "M0 0h16v16H0z"
|
|
8244
|
-
}))));
|
|
8228
|
+
}));
|
|
8245
8229
|
};
|
|
8246
8230
|
|
|
8247
8231
|
export const PeopleSync16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/PeopleSync16RegularIcon({}), 'PeopleSync16Regular');
|
|
@@ -8252,13 +8236,13 @@ const PeopleSync20FilledIcon = iconProps => {
|
|
|
8252
8236
|
primaryFill
|
|
8253
8237
|
} = iconProps;
|
|
8254
8238
|
return React.createElement("svg", {
|
|
8255
|
-
width:
|
|
8239
|
+
width: 20,
|
|
8256
8240
|
height: 20,
|
|
8257
|
-
viewBox: "0 0
|
|
8241
|
+
viewBox: "0 0 20 20",
|
|
8258
8242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8259
8243
|
className: className
|
|
8260
8244
|
}, React.createElement("path", {
|
|
8261
|
-
d: "M11
|
|
8245
|
+
d: "M11 10c.1 0 .2 0 .3.02a5.5 5.5 0 00-1.8 6.79c-.6.12-1.27.19-2 .19C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7zm6-3.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM7.5 2a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm7 17a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm1.5-7v.15a3.01 3.01 0 00-3.62.48.5.5 0 00.7.7 2 2 0 012.39-.33H15a.5.5 0 000 1h1.5a.5.5 0 00.5-.5V12a.5.5 0 00-1 0zm-1.55 5.25a3 3 0 002.17-.88.5.5 0 00-.7-.7 2 2 0 01-2.39.33H14a.5.5 0 000-1h-1.5a.5.5 0 00-.5.5V17a.5.5 0 001 0v-.15a3.01 3.01 0 001.45.4z",
|
|
8262
8246
|
fill: primaryFill
|
|
8263
8247
|
}));
|
|
8264
8248
|
};
|
|
@@ -8271,13 +8255,13 @@ const PeopleSync20RegularIcon = iconProps => {
|
|
|
8271
8255
|
primaryFill
|
|
8272
8256
|
} = iconProps;
|
|
8273
8257
|
return React.createElement("svg", {
|
|
8274
|
-
width:
|
|
8258
|
+
width: 20,
|
|
8275
8259
|
height: 20,
|
|
8276
|
-
viewBox: "0 0
|
|
8260
|
+
viewBox: "0 0 20 20",
|
|
8277
8261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8278
8262
|
className: className
|
|
8279
8263
|
}, React.createElement("path", {
|
|
8280
|
-
d: "M11
|
|
8264
|
+
d: "M11 10c.1 0 .2 0 .3.02-.39.28-.74.61-1.04.98H4a1 1 0 00-1 1v1.5C3 14.9 4.58 16 7.5 16c.62 0 1.17-.05 1.67-.14.08.33.2.65.34.95-.6.12-1.28.19-2.01.19C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7zm6-3.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM14.5 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-7-3a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 1a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm7 16a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm1.5-7v.15a3.01 3.01 0 00-3.62.48.5.5 0 00.7.7 2 2 0 012.39-.33H15a.5.5 0 000 1h1.5a.5.5 0 00.5-.5V12a.5.5 0 00-1 0zm-1.55 5.25a3 3 0 002.17-.88.5.5 0 00-.7-.7 2 2 0 01-2.39.33H14a.5.5 0 000-1h-1.5a.5.5 0 00-.5.5V17a.5.5 0 001 0v-.15a3.01 3.01 0 001.45.4z",
|
|
8281
8265
|
fill: primaryFill
|
|
8282
8266
|
}));
|
|
8283
8267
|
};
|
|
@@ -8290,13 +8274,13 @@ const PeopleTeam16FilledIcon = iconProps => {
|
|
|
8290
8274
|
primaryFill
|
|
8291
8275
|
} = iconProps;
|
|
8292
8276
|
return React.createElement("svg", {
|
|
8293
|
-
width:
|
|
8277
|
+
width: 16,
|
|
8294
8278
|
height: 16,
|
|
8295
|
-
viewBox: "0 0
|
|
8279
|
+
viewBox: "0 0 16 16",
|
|
8296
8280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8297
8281
|
className: className
|
|
8298
8282
|
}, React.createElement("path", {
|
|
8299
|
-
d: "M8
|
|
8283
|
+
d: "M8 2a2 2 0 100 4 2 2 0 000-4zm4.5 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-9 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM5 8a1 1 0 011-1h4a1 1 0 011 1v3a3.02 3.02 0 01-.15.93A3 3 0 015 11V8zM4 8c0-.36.1-.7.27-1H2a1 1 0 00-1 1v2.5a2.5 2.5 0 003.44 2.32A3.98 3.98 0 014 11V8zm8 0v3c0 .65-.16 1.27-.44 1.82A2.5 2.5 0 0015 10.5V8a1 1 0 00-1-1h-2.27A2 2 0 0112 8z",
|
|
8300
8284
|
fill: primaryFill
|
|
8301
8285
|
}));
|
|
8302
8286
|
};
|
|
@@ -8309,13 +8293,13 @@ const PeopleTeam16RegularIcon = iconProps => {
|
|
|
8309
8293
|
primaryFill
|
|
8310
8294
|
} = iconProps;
|
|
8311
8295
|
return React.createElement("svg", {
|
|
8312
|
-
width:
|
|
8296
|
+
width: 16,
|
|
8313
8297
|
height: 16,
|
|
8314
|
-
viewBox: "0 0
|
|
8298
|
+
viewBox: "0 0 16 16",
|
|
8315
8299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8316
8300
|
className: className
|
|
8317
8301
|
}, React.createElement("path", {
|
|
8318
|
-
d: "M6
|
|
8302
|
+
d: "M6 4a2 2 0 114 0 2 2 0 01-4 0zm2-1a1 1 0 100 2 1 1 0 000-2zm3 1.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm1.5-.5a.5.5 0 100 1 .5.5 0 000-1zm-9-1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM3 4.5a.5.5 0 111 0 .5.5 0 01-1 0zM4.27 7A2 2 0 004 8H2v2.5a1.5 1.5 0 002.1 1.38c.07.33.19.64.34.94A2.5 2.5 0 011 10.5V8a1 1 0 011-1h2.27zm7.3 5.82A2.5 2.5 0 0015 10.5V8a1 1 0 00-1-1h-2.27A2 2 0 0112 8h2v2.5a1.5 1.5 0 01-2.1 1.38c-.07.33-.19.64-.34.94zM6 7a1 1 0 00-1 1v3a3 3 0 006 0V8a1 1 0 00-1-1H6zm0 1h4v3a2 2 0 01-4 0V8z",
|
|
8319
8303
|
fill: primaryFill
|
|
8320
8304
|
}));
|
|
8321
8305
|
};
|
|
@@ -8328,13 +8312,13 @@ const PeopleTeam20FilledIcon = iconProps => {
|
|
|
8328
8312
|
primaryFill
|
|
8329
8313
|
} = iconProps;
|
|
8330
8314
|
return React.createElement("svg", {
|
|
8331
|
-
width:
|
|
8315
|
+
width: 20,
|
|
8332
8316
|
height: 20,
|
|
8333
|
-
viewBox: "0 0
|
|
8317
|
+
viewBox: "0 0 20 20",
|
|
8334
8318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8335
8319
|
className: className
|
|
8336
8320
|
}, React.createElement("path", {
|
|
8337
|
-
d: "M12.
|
|
8321
|
+
d: "M12.47 8.01a1 1 0 011 .89v4.48a3.48 3.48 0 01-6.96.2V9a1 1 0 01.88-.99h5.08zm-6.7 0c-.14.25-.23.53-.26.82v4.76c.03.65.2 1.25.47 1.8a2.86 2.86 0 01-3.96-2.47V9.01a1 1 0 01.88-.99h2.87zm8.44 0h2.78a1 1 0 011 .89v3.85a2.86 2.86 0 01-3.98 2.63c.26-.53.42-1.11.46-1.73V8.87c-.02-.31-.12-.6-.26-.86zM9.99 3a2.23 2.23 0 110 4.45 2.23 2.23 0 010-4.45zm4.99.63a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm-9.96 0a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82z",
|
|
8338
8322
|
fill: primaryFill
|
|
8339
8323
|
}));
|
|
8340
8324
|
};
|
|
@@ -8347,13 +8331,13 @@ const PeopleTeam20RegularIcon = iconProps => {
|
|
|
8347
8331
|
primaryFill
|
|
8348
8332
|
} = iconProps;
|
|
8349
8333
|
return React.createElement("svg", {
|
|
8350
|
-
width:
|
|
8334
|
+
width: 20,
|
|
8351
8335
|
height: 20,
|
|
8352
|
-
viewBox: "0 0
|
|
8336
|
+
viewBox: "0 0 20 20",
|
|
8353
8337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8354
8338
|
className: className
|
|
8355
8339
|
}, React.createElement("path", {
|
|
8356
|
-
d: "M12.
|
|
8340
|
+
d: "M12.47 8.01a1 1 0 011 .89v4.48a3.48 3.48 0 01-6.96.2V9a1 1 0 01.88-.99h5.08zm0 1H7.51v4.37a2.48 2.48 0 004.96.16V9.02zm-6.7-1c-.14.25-.23.53-.26.82v.18H3v3.74a1.86 1.86 0 002.62 1.7c.08.33.2.64.35.94a2.86 2.86 0 01-3.96-2.47V9.01a1 1 0 01.88-.99h2.87zm8.44 0h2.78a1 1 0 011 .89v3.85a2.86 2.86 0 01-3.98 2.63c.14-.3.26-.62.34-.94a1.86 1.86 0 002.64-1.54V9h-2.52v-.14c-.02-.31-.12-.6-.26-.86zM9.99 3a2.23 2.23 0 110 4.45 2.23 2.23 0 010-4.45zm4.99.63a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm-9.96 0a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm4.97.37a1.23 1.23 0 100 2.45 1.23 1.23 0 000-2.45zm4.99.63a.91.91 0 100 1.82.91.91 0 000-1.82zm-9.96 0a.91.91 0 100 1.82.91.91 0 000-1.82z",
|
|
8357
8341
|
fill: primaryFill
|
|
8358
8342
|
}));
|
|
8359
8343
|
};
|
|
@@ -8366,13 +8350,13 @@ const PeopleTeam24FilledIcon = iconProps => {
|
|
|
8366
8350
|
primaryFill
|
|
8367
8351
|
} = iconProps;
|
|
8368
8352
|
return React.createElement("svg", {
|
|
8369
|
-
width:
|
|
8353
|
+
width: 24,
|
|
8370
8354
|
height: 24,
|
|
8371
|
-
viewBox: "0 0
|
|
8355
|
+
viewBox: "0 0 24 24",
|
|
8372
8356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8373
8357
|
className: className
|
|
8374
8358
|
}, React.createElement("path", {
|
|
8375
|
-
d: "
|
|
8359
|
+
d: "M14.75 10c.97 0 1.75.78 1.75 1.75v4.75a4.5 4.5 0 01-9 0v-4.75c0-.97.79-1.75 1.75-1.75h5.5zm-7.62 0c-.35.42-.57.95-.62 1.53v4.97c0 .85.18 1.65.52 2.36A4 4 0 012 15v-3.24c0-.92.7-1.67 1.6-1.74l.15-.01h3.38zm9.74 0h3.38c.97 0 1.75.78 1.75 1.75V15a4 4 0 01-5.03 3.87c.3-.63.48-1.32.53-2.06v-5.06c0-.67-.23-1.28-.63-1.75zM12 3a3 3 0 110 6 3 3 0 010-6zm6.5 1a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm-13 0a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
|
|
8376
8360
|
fill: primaryFill
|
|
8377
8361
|
}));
|
|
8378
8362
|
};
|
|
@@ -8385,13 +8369,13 @@ const PeopleTeam24RegularIcon = iconProps => {
|
|
|
8385
8369
|
primaryFill
|
|
8386
8370
|
} = iconProps;
|
|
8387
8371
|
return React.createElement("svg", {
|
|
8388
|
-
width:
|
|
8372
|
+
width: 24,
|
|
8389
8373
|
height: 24,
|
|
8390
|
-
viewBox: "0 0
|
|
8374
|
+
viewBox: "0 0 24 24",
|
|
8391
8375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8392
8376
|
className: className
|
|
8393
8377
|
}, React.createElement("path", {
|
|
8394
|
-
d: "
|
|
8378
|
+
d: "M14.75 10c.97 0 1.75.78 1.75 1.75v4.75a4.5 4.5 0 01-9 0v-4.75c0-.97.79-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.25.25v4.75a3 3 0 006 0v-4.75a.25.25 0 00-.25-.25zm-11-1.5h3.38c-.34.41-.57.93-.62 1.5H3.75a.25.25 0 00-.25.25V15a2.5 2.5 0 003.08 2.43c.09.5.24.99.45 1.43A4 4 0 012 15v-3.24c0-.97.78-1.75 1.75-1.75zm13.12 0h3.38c.97 0 1.75.78 1.75 1.75V15a4 4 0 01-5.03 3.87c.21-.45.37-.93.46-1.44A2.5 2.5 0 0020.5 15v-3.25a.25.25 0 00-.25-.25h-2.76a2.74 2.74 0 00-.62-1.5zM12 3a3 3 0 110 6 3 3 0 010-6zm6.5 1a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm-13 0a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm6.5.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm6.5 1a1 1 0 100 2 1 1 0 000-2zm-13 0a1 1 0 100 2 1 1 0 000-2z",
|
|
8395
8379
|
fill: primaryFill
|
|
8396
8380
|
}));
|
|
8397
8381
|
};
|
|
@@ -8404,13 +8388,13 @@ const PeopleTeam28FilledIcon = iconProps => {
|
|
|
8404
8388
|
primaryFill
|
|
8405
8389
|
} = iconProps;
|
|
8406
8390
|
return React.createElement("svg", {
|
|
8407
|
-
width:
|
|
8391
|
+
width: 28,
|
|
8408
8392
|
height: 28,
|
|
8409
|
-
viewBox: "0 0
|
|
8393
|
+
viewBox: "0 0 28 28",
|
|
8410
8394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8411
8395
|
className: className
|
|
8412
8396
|
}, React.createElement("path", {
|
|
8413
|
-
d: "
|
|
8397
|
+
d: "M17.75 11c.97 0 1.75.78 1.75 1.75v6.75a5.5 5.5 0 01-11 0v-6.75c0-.97.79-1.75 1.75-1.75h7.5zm-14 0h4.38c-.35.42-.57.95-.62 1.53v6.97c0 1.13.28 2.2.8 3.13A4.49 4.49 0 012 18.5v-5.75c0-.97.78-1.75 1.75-1.75zm16.12 0h4.38c.97 0 1.75.78 1.75 1.75v5.75a4.5 4.5 0 01-6.3 4.13l.06-.1c.43-.82.69-1.73.74-2.7v-7.08c0-.67-.23-1.28-.63-1.75zM14 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm8 1a3 3 0 110 6 3 3 0 010-6zM6 4a3 3 0 110 6 3 3 0 010-6z",
|
|
8414
8398
|
fill: primaryFill
|
|
8415
8399
|
}));
|
|
8416
8400
|
};
|
|
@@ -8423,13 +8407,13 @@ const PeopleTeam28RegularIcon = iconProps => {
|
|
|
8423
8407
|
primaryFill
|
|
8424
8408
|
} = iconProps;
|
|
8425
8409
|
return React.createElement("svg", {
|
|
8426
|
-
width:
|
|
8410
|
+
width: 28,
|
|
8427
8411
|
height: 28,
|
|
8428
|
-
viewBox: "0 0
|
|
8412
|
+
viewBox: "0 0 28 28",
|
|
8429
8413
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8430
8414
|
className: className
|
|
8431
8415
|
}, React.createElement("path", {
|
|
8432
|
-
d: "M17.
|
|
8416
|
+
d: "M17.25 11c1.25 0 2.25 1 2.25 2.25v6.25a5.5 5.5 0 01-11 0v-6.25c0-1.24 1-2.25 2.25-2.25h6.5zm0 1.5h-6.5a.75.75 0 00-.75.75v6.25a4 4 0 008 0v-6.25a.75.75 0 00-.75-.75zm-13-1.5h4.16c-.4.41-.69.93-.82 1.5H4.25a.75.75 0 00-.75.75v5.25a3 3 0 004.24 2.73c.13.5.32.96.56 1.4A4.49 4.49 0 012 18.5v-5.25C2 12.01 3 11 4.25 11zm19.5 0c1.24 0 2.25 1 2.25 2.25v5.25a4.5 4.5 0 01-6.3 4.13l.06-.1c.21-.41.38-.84.5-1.3a3 3 0 004.23-2.74v-5.24a.75.75 0 00-.74-.75h-3.33a3.24 3.24 0 00-.82-1.5h4.15zM14 3a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm8 1a3 3 0 110 6 3 3 0 010-6zM6 4a3 3 0 110 6 3 3 0 010-6zm8 .5a2 2 0 100 4 2 2 0 000-4zm8 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-16 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",
|
|
8433
8417
|
fill: primaryFill
|
|
8434
8418
|
}));
|
|
8435
8419
|
};
|
|
@@ -8442,13 +8426,13 @@ const PeopleTeam32FilledIcon = iconProps => {
|
|
|
8442
8426
|
primaryFill
|
|
8443
8427
|
} = iconProps;
|
|
8444
8428
|
return React.createElement("svg", {
|
|
8445
|
-
width:
|
|
8429
|
+
width: 32,
|
|
8446
8430
|
height: 32,
|
|
8447
|
-
viewBox: "0 0
|
|
8431
|
+
viewBox: "0 0 32 32",
|
|
8448
8432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8449
8433
|
className: className
|
|
8450
8434
|
}, React.createElement("path", {
|
|
8451
|
-
d: "M20
|
|
8435
|
+
d: "M20 8a4 4 0 11-8 0 4 4 0 018 0zM7 12a3 3 0 100-6 3 3 0 000 6zm18 0a3 3 0 100-6 3 3 0 000 6zm-14.78 3.02c.32-.6.97-1.02 1.7-1.02h8.16A1.92 1.92 0 0122 15.92V22a6.01 6.01 0 01-6 6 6 6 0 01-6-6v-6.08c0-.32.08-.63.22-.9zm-1.72.9c0-.32.04-.63.13-.92H4a1 1 0 00-1 1v5a4 4 0 005.93 3.5A7.49 7.49 0 018.5 22v-6.08zm15 6.08c0 .88-.15 1.72-.43 2.5A4 4 0 0029 21v-5a1 1 0 00-1-1h-4.63c.09.3.13.6.13.92V22z",
|
|
8452
8436
|
fill: primaryFill
|
|
8453
8437
|
}));
|
|
8454
8438
|
};
|
|
@@ -8461,13 +8445,13 @@ const PeopleTeam32RegularIcon = iconProps => {
|
|
|
8461
8445
|
primaryFill
|
|
8462
8446
|
} = iconProps;
|
|
8463
8447
|
return React.createElement("svg", {
|
|
8464
|
-
width:
|
|
8448
|
+
width: 32,
|
|
8465
8449
|
height: 32,
|
|
8466
|
-
viewBox: "0 0
|
|
8450
|
+
viewBox: "0 0 32 32",
|
|
8467
8451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8468
8452
|
className: className
|
|
8469
8453
|
}, React.createElement("path", {
|
|
8470
|
-
d: "M16
|
|
8454
|
+
d: "M16 12a4 4 0 100-8 4 4 0 000 8zm0-2a2 2 0 110-4 2 2 0 010 4zm-9 2a3 3 0 100-6 3 3 0 000 6zm0-2a1 1 0 110-2 1 1 0 010 2zm21-1a3 3 0 11-6 0 3 3 0 016 0zm-2 0a1 1 0 10-2 0 1 1 0 002 0zm-15.03 5.25c.28-.16.6-.25.95-.25h8.16A1.91 1.91 0 0122 15.92V22a5.98 5.98 0 01-6 6 6 6 0 01-6-6v-6.08c0-.71.4-1.34.97-1.67zM12 22a4 4 0 008 0v-6h-8v6zm-3.5-6.08c0-.71.22-1.37.6-1.92H4a2 2 0 00-2 2v5a5 5 0 007.33 4.43c-.31-.6-.54-1.25-.68-1.92A3 3 0 014 21v-5.01h4.5v-.08zM25 26c-.84 0-1.63-.2-2.33-.57.31-.6.54-1.25.68-1.92A3 3 0 0028 21v-5.01h-4.5v-.08a3.4 3.4 0 00-.6-1.92H28a2 2 0 012 2v5a5 5 0 01-5 5z",
|
|
8471
8455
|
fill: primaryFill
|
|
8472
8456
|
}));
|
|
8473
8457
|
};
|
|
@@ -8480,13 +8464,13 @@ const PeopleTeamAdd20FilledIcon = iconProps => {
|
|
|
8480
8464
|
primaryFill
|
|
8481
8465
|
} = iconProps;
|
|
8482
8466
|
return React.createElement("svg", {
|
|
8483
|
-
width:
|
|
8467
|
+
width: 20,
|
|
8484
8468
|
height: 20,
|
|
8485
|
-
viewBox: "0 0
|
|
8469
|
+
viewBox: "0 0 20 20",
|
|
8486
8470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8487
8471
|
className: className
|
|
8488
8472
|
}, React.createElement("path", {
|
|
8489
|
-
d: "M12.
|
|
8473
|
+
d: "M12.47 8.01a1 1 0 011 .89v.2a5.5 5.5 0 00-3.95 7.73 3.49 3.49 0 01-3-3.26l-.01-.19V9.01a1 1 0 01.88-.99h5.08zM14.5 9c1.33 0 2.54.47 3.5 1.25V9.01l-.02-.11A1 1 0 0017 8h-2.78c.14.26.24.55.26.86V9h.03zm-8.73-.99c-.14.25-.23.53-.26.82v4.76c.03.65.2 1.25.47 1.8a2.86 2.86 0 01-3.96-2.47V9.01a1 1 0 01.88-.99h2.87zM10 3a2.23 2.23 0 110 4.45 2.23 2.23 0 010-4.45zm4.99.63a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm-9.96 0a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zM19 14.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4-2a.5.5 0 00-1 0V14h-1.5a.5.5 0 000 1H14v1.5a.5.5 0 001 0V15h1.5a.5.5 0 000-1H15v-1.5z",
|
|
8490
8474
|
fill: primaryFill
|
|
8491
8475
|
}));
|
|
8492
8476
|
};
|
|
@@ -8499,13 +8483,13 @@ const PeopleTeamAdd20RegularIcon = iconProps => {
|
|
|
8499
8483
|
primaryFill
|
|
8500
8484
|
} = iconProps;
|
|
8501
8485
|
return React.createElement("svg", {
|
|
8502
|
-
width:
|
|
8486
|
+
width: 20,
|
|
8503
8487
|
height: 20,
|
|
8504
|
-
viewBox: "0 0
|
|
8488
|
+
viewBox: "0 0 20 20",
|
|
8505
8489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8506
8490
|
className: className
|
|
8507
8491
|
}, React.createElement("path", {
|
|
8508
|
-
d: "M12.
|
|
8492
|
+
d: "M12.47 8.01a1 1 0 011 .89v.2c-.34.06-.68.16-1 .28v-.37H7.51v4.37c0 1.07.67 1.99 1.62 2.33.1.4.22.77.39 1.12a3.49 3.49 0 01-3-3.26l-.01-.19V9.01a1 1 0 01.88-.99h5.08zM14.5 9l.4.01H17v.59c.35.18.68.4 1 .65V9.01l-.02-.11A1 1 0 0017 8h-2.78c.14.26.24.55.26.86V9h.03zm-8.73-.99c-.14.25-.23.53-.26.82v.18H3v3.74a1.86 1.86 0 002.62 1.7c.08.33.2.64.35.94a2.86 2.86 0 01-3.96-2.47V9.01a1 1 0 01.88-.99h2.87zM10 3a2.23 2.23 0 110 4.45 2.23 2.23 0 010-4.45zm0 1a1.23 1.23 0 100 2.45 1.23 1.23 0 000-2.45zm4.99-.37a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm0 1a.91.91 0 100 1.82.91.91 0 000-1.82zm-9.96-1a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm0 1a.91.91 0 100 1.82.91.91 0 000-1.82zM19 14.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4-2a.5.5 0 00-1 0V14h-1.5a.5.5 0 000 1H14v1.5a.5.5 0 001 0V15h1.5a.5.5 0 000-1H15v-1.5z",
|
|
8509
8493
|
fill: primaryFill
|
|
8510
8494
|
}));
|
|
8511
8495
|
};
|
|
@@ -8518,13 +8502,13 @@ const PeopleTeamAdd24FilledIcon = iconProps => {
|
|
|
8518
8502
|
primaryFill
|
|
8519
8503
|
} = iconProps;
|
|
8520
8504
|
return React.createElement("svg", {
|
|
8521
|
-
width:
|
|
8505
|
+
width: 24,
|
|
8522
8506
|
height: 24,
|
|
8523
|
-
viewBox: "0 0
|
|
8507
|
+
viewBox: "0 0 24 24",
|
|
8524
8508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8525
8509
|
className: className
|
|
8526
8510
|
}, React.createElement("path", {
|
|
8527
|
-
d: "M17.
|
|
8511
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm0 2h-.09a.5.5 0 00-.4.4l-.01.1V17h-2.6a.5.5 0 00-.4.41v.18c.04.2.2.36.4.4l.1.01H17v2.6c.05.2.2.36.41.4h.18a.5.5 0 00.4-.4l.01-.1V18h2.6a.5.5 0 00.4-.41v-.18a.5.5 0 00-.4-.4l-.1-.01H18v-2.6a.5.5 0 00-.41-.4h-.09zm-3.25-4c.84 0 1.57.45 1.96 1.13A6.5 6.5 0 0012.02 21H12a4.5 4.5 0 01-4.5-4.5v-4.25c0-1.24 1-2.25 2.25-2.25h4.5zm-6.84 0a3.24 3.24 0 00-.9 2.03v4.47c0 .85.18 1.65.52 2.36A4 4 0 012 15v-2.74c0-1.2.93-2.17 2.1-2.24l.15-.01h3.16zm12.34 0c1.24 0 2.25 1 2.25 2.25v.56A6.48 6.48 0 0017.5 11h-.24a3.25 3.25 0 00-.66-1h3.15zM18.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zM12 3a3 3 0 110 6 3 3 0 010-6zM5.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
|
|
8528
8512
|
fill: primaryFill
|
|
8529
8513
|
}));
|
|
8530
8514
|
};
|
|
@@ -8537,13 +8521,13 @@ const PeopleTeamAdd24RegularIcon = iconProps => {
|
|
|
8537
8521
|
primaryFill
|
|
8538
8522
|
} = iconProps;
|
|
8539
8523
|
return React.createElement("svg", {
|
|
8540
|
-
width:
|
|
8524
|
+
width: 24,
|
|
8541
8525
|
height: 24,
|
|
8542
|
-
viewBox: "0 0
|
|
8526
|
+
viewBox: "0 0 24 24",
|
|
8543
8527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8544
8528
|
className: className
|
|
8545
8529
|
}, React.createElement("path", {
|
|
8546
|
-
d: "M17.
|
|
8530
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm0 2h-.09a.5.5 0 00-.4.4l-.01.1V17h-2.6a.5.5 0 00-.4.41v.18c.04.2.2.36.4.4l.1.01H17v2.6c.05.2.2.36.41.4h.18a.5.5 0 00.4-.4l.01-.1V18h2.6a.5.5 0 00.4-.41v-.18a.5.5 0 00-.4-.4l-.1-.01H18v-2.6a.5.5 0 00-.41-.4h-.09zm-3.25-4c.84 0 1.57.45 1.96 1.13-.54.1-1.05.28-1.52.5a.74.74 0 00-.44-.13h-4.5a.75.75 0 00-.75.75v4.25a3 3 0 002.29 2.91c.17.57.42 1.1.73 1.6L12 21a4.5 4.5 0 01-4.5-4.5v-4.25c0-1.24 1-2.25 2.25-2.25h4.5zm-6.84 0c-.4.41-.69.93-.82 1.5H4.25a.75.75 0 00-.75.75V15a2.5 2.5 0 003.08 2.43c.09.5.24.99.45 1.43A4 4 0 012 15v-2.74c0-1.2.93-2.17 2.1-2.24l.15-.01h3.16zm12.34 0c1.24 0 2.25 1 2.25 2.25v.56A6.48 6.48 0 0017.5 11h-.25a3.21 3.21 0 00-.65-1h3.15zM18.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zM12 3a3 3 0 110 6 3 3 0 010-6zM5.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm13 1.5a1 1 0 100 2 1 1 0 000-2zm-6.5-1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-6.5 1a1 1 0 100 2 1 1 0 000-2z",
|
|
8547
8531
|
fill: primaryFill
|
|
8548
8532
|
}));
|
|
8549
8533
|
};
|
|
@@ -8556,13 +8540,13 @@ const PeopleTeamDelete24FilledIcon = iconProps => {
|
|
|
8556
8540
|
primaryFill
|
|
8557
8541
|
} = iconProps;
|
|
8558
8542
|
return React.createElement("svg", {
|
|
8559
|
-
width:
|
|
8543
|
+
width: 24,
|
|
8560
8544
|
height: 24,
|
|
8561
|
-
viewBox: "0 0
|
|
8545
|
+
viewBox: "0 0 24 24",
|
|
8562
8546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8563
8547
|
className: className
|
|
8564
8548
|
}, React.createElement("path", {
|
|
8565
|
-
d: "M17.
|
|
8549
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm-3.25-2c.84 0 1.57.45 1.96 1.13A6.5 6.5 0 0012.02 21H12a4.5 4.5 0 01-4.5-4.5v-4.25c0-1.24 1-2.25 2.25-2.25h4.5zm.84 4.97l-.07.05-.05.07a.5.5 0 000 .57l.05.07 1.77 1.77-1.76 1.77-.06.07a.5.5 0 000 .57l.06.06.07.06c.17.12.4.12.56 0l.07-.06 1.77-1.76 1.77 1.77.07.05c.17.12.4.12.57 0l.07-.05.05-.07a.5.5 0 000-.57l-.05-.07-1.77-1.77 1.77-1.77.06-.07a.5.5 0 000-.57l-.06-.07-.07-.05a.5.5 0 00-.57 0l-.07.05-1.77 1.77-1.77-1.77-.07-.05a.5.5 0 00-.5-.05l-.07.05zM7.41 10a3.24 3.24 0 00-.9 2.03v4.47c0 .85.18 1.65.52 2.36A4 4 0 012 15v-2.74c0-1.2.93-2.17 2.1-2.24l.15-.01h3.16zm12.34 0c1.24 0 2.25 1 2.25 2.25v.56A6.48 6.48 0 0017.5 11h-.24a3.25 3.25 0 00-.66-1h3.15zM18.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zM12 3a3 3 0 110 6 3 3 0 010-6zM5.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",
|
|
8566
8550
|
fill: primaryFill
|
|
8567
8551
|
}));
|
|
8568
8552
|
};
|
|
@@ -8575,13 +8559,13 @@ const PeopleTeamDelete24RegularIcon = iconProps => {
|
|
|
8575
8559
|
primaryFill
|
|
8576
8560
|
} = iconProps;
|
|
8577
8561
|
return React.createElement("svg", {
|
|
8578
|
-
width:
|
|
8562
|
+
width: 24,
|
|
8579
8563
|
height: 24,
|
|
8580
|
-
viewBox: "0 0
|
|
8564
|
+
viewBox: "0 0 24 24",
|
|
8581
8565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8582
8566
|
className: className
|
|
8583
8567
|
}, React.createElement("path", {
|
|
8584
|
-
d: "M17.
|
|
8568
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm-3.25-2c.84 0 1.57.45 1.96 1.13-.54.1-1.05.28-1.52.5a.74.74 0 00-.44-.13h-4.5a.75.75 0 00-.75.75v4.25a3 3 0 002.29 2.91c.17.57.42 1.1.73 1.6L12 21a4.5 4.5 0 01-4.5-4.5v-4.25c0-1.24 1-2.25 2.25-2.25h4.5zm.84 4.97l-.07.05-.05.07a.5.5 0 000 .57l.05.07 1.77 1.77-1.76 1.77-.06.07a.5.5 0 000 .57l.06.06.07.06c.17.12.4.12.56 0l.07-.06 1.77-1.76 1.77 1.77.07.05c.17.12.4.12.57 0l.07-.05.05-.07a.5.5 0 000-.57l-.05-.07-1.77-1.77 1.77-1.77.06-.07a.5.5 0 000-.57l-.06-.07-.07-.05a.5.5 0 00-.57 0l-.07.05-1.77 1.77-1.77-1.77-.07-.05a.5.5 0 00-.5-.05l-.07.05zM7.41 10c-.4.41-.69.93-.82 1.5H4.25a.75.75 0 00-.75.75V15a2.5 2.5 0 003.08 2.43c.09.5.24.99.45 1.43A4 4 0 012 15v-2.74c0-1.2.93-2.17 2.1-2.24l.15-.01h3.16zm12.34 0c1.24 0 2.25 1 2.25 2.25v.56A6.48 6.48 0 0017.5 11h-.25a3.21 3.21 0 00-.65-1h3.15zM18.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zM12 3a3 3 0 110 6 3 3 0 010-6zM5.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm13 1.5a1 1 0 100 2 1 1 0 000-2zm-6.5-1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-6.5 1a1 1 0 100 2 1 1 0 000-2z",
|
|
8585
8569
|
fill: primaryFill
|
|
8586
8570
|
}));
|
|
8587
8571
|
};
|
|
@@ -8594,13 +8578,13 @@ const PeopleTeamToolbox20FilledIcon = iconProps => {
|
|
|
8594
8578
|
primaryFill
|
|
8595
8579
|
} = iconProps;
|
|
8596
8580
|
return React.createElement("svg", {
|
|
8597
|
-
width:
|
|
8581
|
+
width: 20,
|
|
8598
8582
|
height: 20,
|
|
8599
|
-
viewBox: "0 0
|
|
8583
|
+
viewBox: "0 0 20 20",
|
|
8600
8584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8601
8585
|
className: className
|
|
8602
8586
|
}, React.createElement("path", {
|
|
8603
|
-
d: "M12.
|
|
8587
|
+
d: "M12.47 8.01a1 1 0 011 .89V9a2.5 2.5 0 00-2.43 2.04A2.5 2.5 0 009 13.5v3.22a3.49 3.49 0 01-2.49-3.15V9.01a1 1 0 01.88-.99h5.08zm5.49 3.03h.03V8.9a1 1 0 00-1-.89h-2.78c.14.26.24.55.26.86V9h1.03a2.5 2.5 0 012.46 2.04zM5.77 8.01c-.14.25-.23.53-.26.82v4.76c.03.65.2 1.25.47 1.8a2.86 2.86 0 01-3.96-2.47V9.01a1 1 0 01.88-.99h2.87zM10 3a2.23 2.23 0 110 4.45 2.23 2.23 0 010-4.45zm4.99.63a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm-9.96 0a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zM12 12v-.5c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5v.5h.5c.83 0 1.5.67 1.5 1.5V15h-2v-.5a.5.5 0 00-1 0v.5h-3v-.5a.5.5 0 00-1 0v.5h-2v-1.5c0-.83.67-1.5 1.5-1.5h.5zm1-.5v.5h3v-.5a.5.5 0 00-.5-.5h-2a.5.5 0 00-.5.5zm4 4.5h2v1.5c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 01-1.5-1.5V16h2v.5a.5.5 0 101 0V16h3v.5a.5.5 0 101 0V16z",
|
|
8604
8588
|
fill: primaryFill
|
|
8605
8589
|
}));
|
|
8606
8590
|
};
|
|
@@ -8613,13 +8597,13 @@ const PeopleTeamToolbox20RegularIcon = iconProps => {
|
|
|
8613
8597
|
primaryFill
|
|
8614
8598
|
} = iconProps;
|
|
8615
8599
|
return React.createElement("svg", {
|
|
8616
|
-
width:
|
|
8600
|
+
width: 20,
|
|
8617
8601
|
height: 20,
|
|
8618
|
-
viewBox: "0 0
|
|
8602
|
+
viewBox: "0 0 20 20",
|
|
8619
8603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8620
8604
|
className: className
|
|
8621
8605
|
}, React.createElement("path", {
|
|
8622
|
-
d: "M12.
|
|
8606
|
+
d: "M12.47 8.01a1 1 0 011 .89V9c-.35 0-.69.08-1 .22v-.2H7.51v4.36c0 1.02.61 1.9 1.49 2.28v1.06a3.49 3.49 0 01-2.49-3.15V9.01a1 1 0 01.88-.99h5.08zM15.5 9l.27.01h1.22v.48c.5.37.85.92.97 1.55h.03V8.9a1 1 0 00-1-.89h-2.78c.14.26.24.55.26.86V9h1.03zm-9.73-.99c-.14.25-.23.53-.26.82v.18H3v3.74a1.86 1.86 0 002.62 1.7c.08.33.2.64.35.94a2.86 2.86 0 01-3.96-2.47V9.01a1 1 0 01.88-.99h2.87zM10 3a2.23 2.23 0 110 4.45 2.23 2.23 0 010-4.45zm0 1a1.23 1.23 0 100 2.45 1.23 1.23 0 000-2.45zm4.99-.37a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm0 1a.91.91 0 100 1.82.91.91 0 000-1.82zm-9.96-1a1.91 1.91 0 110 3.82 1.91 1.91 0 010-3.82zm0 1a.91.91 0 100 1.82.91.91 0 000-1.82zM12 12v-.5c0-.83.67-1.5 1.5-1.5h2c.83 0 1.5.67 1.5 1.5v.5h.5c.83 0 1.5.67 1.5 1.5V15h-2v-.5a.5.5 0 00-1 0v.5h-3v-.5a.5.5 0 00-1 0v.5h-2v-1.5c0-.83.67-1.5 1.5-1.5h.5zm1-.5v.5h3v-.5a.5.5 0 00-.5-.5h-2a.5.5 0 00-.5.5zm4 4.5h2v1.5c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 01-1.5-1.5V16h2v.5a.5.5 0 101 0V16h3v.5a.5.5 0 101 0V16z",
|
|
8623
8607
|
fill: primaryFill
|
|
8624
8608
|
}));
|
|
8625
8609
|
};
|
|
@@ -8632,13 +8616,13 @@ const PeopleTeamToolbox24FilledIcon = iconProps => {
|
|
|
8632
8616
|
primaryFill
|
|
8633
8617
|
} = iconProps;
|
|
8634
8618
|
return React.createElement("svg", {
|
|
8635
|
-
width:
|
|
8619
|
+
width: 24,
|
|
8636
8620
|
height: 24,
|
|
8637
|
-
viewBox: "0 0
|
|
8621
|
+
viewBox: "0 0 24 24",
|
|
8638
8622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8639
8623
|
className: className
|
|
8640
8624
|
}, React.createElement("path", {
|
|
8641
|
-
d: "
|
|
8625
|
+
d: "M14.75 10c.8 0 1.47.53 1.68 1.25h-.68A2.75 2.75 0 0013 14v.05a2.5 2.5 0 00-2 2.45v4.39a4.5 4.5 0 01-3.5-4.4v-4.74c0-.97.79-1.75 1.75-1.75h5.5zm4.5 1.25A2.75 2.75 0 0122 13.99v-2.24c0-.97-.78-1.75-1.75-1.75h-3.38c.3.35.5.78.59 1.25h1.79zM7.13 10c-.35.42-.57.95-.62 1.53v4.97c0 .85.18 1.65.52 2.36A4 4 0 012 15v-3.24c0-.92.7-1.67 1.6-1.74l.15-.01h3.38zM12 3a3 3 0 110 6 3 3 0 010-6zm6.5 1a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm-13 0a2.5 2.5 0 110 5 2.5 2.5 0 010-5zM14 15h-.5c-.83 0-1.5.67-1.5 1.5V18h2.5v-.25a.75.75 0 011.5 0V18h3v-.25a.75.75 0 011.5 0V18H23v-1.5c0-.83-.67-1.5-1.5-1.5H21v-1c0-.97-.78-1.75-1.75-1.75h-3.5c-.97 0-1.75.78-1.75 1.75v1zm1.5-1c0-.14.11-.25.25-.25h3.5c.14 0 .25.11.25.25v1h-4v-1zM12 21.5v-2h2.5v.75a.75.75 0 001.5 0v-.75h3v.75a.75.75 0 001.5 0v-.75H23v2c0 .83-.67 1.5-1.5 1.5h-8a1.5 1.5 0 01-1.5-1.5z",
|
|
8642
8626
|
fill: primaryFill
|
|
8643
8627
|
}));
|
|
8644
8628
|
};
|
|
@@ -8651,13 +8635,13 @@ const PeopleTeamToolbox24RegularIcon = iconProps => {
|
|
|
8651
8635
|
primaryFill
|
|
8652
8636
|
} = iconProps;
|
|
8653
8637
|
return React.createElement("svg", {
|
|
8654
|
-
width:
|
|
8638
|
+
width: 24,
|
|
8655
8639
|
height: 24,
|
|
8656
|
-
viewBox: "0 0
|
|
8640
|
+
viewBox: "0 0 24 24",
|
|
8657
8641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8658
8642
|
className: className
|
|
8659
8643
|
}, React.createElement("path", {
|
|
8660
|
-
d: "
|
|
8644
|
+
d: "M14.75 10c.8 0 1.47.53 1.68 1.25h-.68c-.4 0-.8.09-1.15.25H9.25a.25.25 0 00-.25.25v4.75a3 3 0 002 2.83v1.56a4.5 4.5 0 01-3.5-4.4v-4.74c0-.97.79-1.75 1.75-1.75h5.5zm4.5 1.25A2.75 2.75 0 0122 13.99v-2.24c0-.97-.78-1.75-1.75-1.75h-3.38c.3.35.5.78.59 1.25h1.79zM3.75 10h3.38c-.34.41-.57.93-.62 1.5H3.75a.25.25 0 00-.25.25V15a2.5 2.5 0 003.08 2.43c.09.5.24.99.45 1.43A4 4 0 012 15v-3.24c0-.97.78-1.75 1.75-1.75zM12 3a3 3 0 110 6 3 3 0 010-6zm0 1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm6.5-.5a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0 1.5a1 1 0 100 2 1 1 0 000-2zM5.5 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0 1.5a1 1 0 100 2 1 1 0 000-2zM14 15h-.5c-.83 0-1.5.67-1.5 1.5V18h2.5v-.25a.75.75 0 011.5 0V18h3v-.25a.75.75 0 011.5 0V18H23v-1.5c0-.83-.67-1.5-1.5-1.5H21v-1c0-.97-.78-1.75-1.75-1.75h-3.5c-.97 0-1.75.78-1.75 1.75v1zm1.5-1c0-.14.11-.25.25-.25h3.5c.14 0 .25.11.25.25v1h-4v-1zM12 21.5v-2h2.5v.75a.75.75 0 001.5 0v-.75h3v.75a.75.75 0 001.5 0v-.75H23v2c0 .83-.67 1.5-1.5 1.5h-8a1.5 1.5 0 01-1.5-1.5z",
|
|
8661
8645
|
fill: primaryFill
|
|
8662
8646
|
}));
|
|
8663
8647
|
};
|
|
@@ -8670,23 +8654,15 @@ const PeopleToolbox16FilledIcon = iconProps => {
|
|
|
8670
8654
|
primaryFill
|
|
8671
8655
|
} = iconProps;
|
|
8672
8656
|
return React.createElement("svg", {
|
|
8673
|
-
width:
|
|
8657
|
+
width: 16,
|
|
8674
8658
|
height: 16,
|
|
8675
|
-
viewBox: "0 0
|
|
8659
|
+
viewBox: "0 0 16 16",
|
|
8676
8660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8677
8661
|
className: className
|
|
8678
|
-
}, React.createElement("g", {
|
|
8679
|
-
clipPath: "url(#clip0_116090_1204)"
|
|
8680
8662
|
}, React.createElement("path", {
|
|
8681
|
-
d: "M9.
|
|
8663
|
+
d: "M9.43 6.24a2 2 0 113.3-.23L12.5 6h-2c-.38 0-.75.09-1.07.24zM6 13c-2.58-.01-4-.92-4-2.73V9.5C2 8.67 2.67 8 3.5 8h4.55v.04A2.5 2.5 0 006 10.5V13zm2.5-8.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zm.5 4V9h-.5C7.67 9 7 9.67 7 10.5V12h2v-.5a.5.5 0 011 0v.5h3v-.5a.5.5 0 011 0v.5h2v-1.5c0-.83-.67-1.5-1.5-1.5H14v-.5c0-.83-.67-1.5-1.5-1.5h-2C9.67 7 9 7.67 9 8.5zm1.5-.5h2c.28 0 .5.22.5.5V9h-3v-.5c0-.28.22-.5.5-.5zm5.5 5h-2v.5a.5.5 0 01-1 0V13h-3v.5a.5.5 0 01-1 0V13H7v1.5c0 .83.67 1.5 1.5 1.5h6c.83 0 1.5-.67 1.5-1.5V13z",
|
|
8682
8664
|
fill: primaryFill
|
|
8683
|
-
}))
|
|
8684
|
-
id: "clip0_116090_1204"
|
|
8685
|
-
}, React.createElement("path", {
|
|
8686
|
-
fill: "#fff",
|
|
8687
|
-
transform: "translate(.42)",
|
|
8688
|
-
d: "M0 0h16v16H0z"
|
|
8689
|
-
}))));
|
|
8665
|
+
}));
|
|
8690
8666
|
};
|
|
8691
8667
|
|
|
8692
8668
|
export const PeopleToolbox16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/PeopleToolbox16FilledIcon({}), 'PeopleToolbox16Filled');
|
|
@@ -8697,23 +8673,15 @@ const PeopleToolbox16RegularIcon = iconProps => {
|
|
|
8697
8673
|
primaryFill
|
|
8698
8674
|
} = iconProps;
|
|
8699
8675
|
return React.createElement("svg", {
|
|
8700
|
-
width:
|
|
8676
|
+
width: 16,
|
|
8701
8677
|
height: 16,
|
|
8702
|
-
viewBox: "0 0
|
|
8678
|
+
viewBox: "0 0 16 16",
|
|
8703
8679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8704
8680
|
className: className
|
|
8705
|
-
}, React.createElement("g", {
|
|
8706
|
-
clipPath: "url(#clip0_116090_1205)"
|
|
8707
8681
|
}, React.createElement("path", {
|
|
8708
|
-
d: "M9.
|
|
8682
|
+
d: "M9.43 6.24a2 2 0 113.3-.23L12.5 6H11a1 1 0 100-2 1 1 0 000 2h-.5c-.38 0-.75.09-1.07.24zM6 13c-2.58-.01-4-.92-4-2.73V9.5C2 8.67 2.67 8 3.5 8h4.55v.04A2.5 2.5 0 006.5 9h-3a.5.5 0 00-.5.5v.77C3 11.41 3.91 12 6 12v1zm2.5-8.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zm-4 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm4.5 4V9h-.5C7.67 9 7 9.67 7 10.5V12h2v-.5a.5.5 0 011 0v.5h3v-.5a.5.5 0 011 0v.5h2v-1.5c0-.83-.67-1.5-1.5-1.5H14v-.5c0-.83-.67-1.5-1.5-1.5h-2C9.67 7 9 7.67 9 8.5zm1.5-.5h2c.28 0 .5.22.5.5V9h-3v-.5c0-.28.22-.5.5-.5zm5.5 5h-2v.5a.5.5 0 01-1 0V13h-3v.5a.5.5 0 01-1 0V13H7v1.5c0 .83.67 1.5 1.5 1.5h6c.83 0 1.5-.67 1.5-1.5V13z",
|
|
8709
8683
|
fill: primaryFill
|
|
8710
|
-
}))
|
|
8711
|
-
id: "clip0_116090_1205"
|
|
8712
|
-
}, React.createElement("path", {
|
|
8713
|
-
fill: "#fff",
|
|
8714
|
-
transform: "translate(.42)",
|
|
8715
|
-
d: "M0 0h16v16H0z"
|
|
8716
|
-
}))));
|
|
8684
|
+
}));
|
|
8717
8685
|
};
|
|
8718
8686
|
|
|
8719
8687
|
export const PeopleToolbox16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/PeopleToolbox16RegularIcon({}), 'PeopleToolbox16Regular');
|
|
@@ -8724,13 +8692,13 @@ const PeopleToolbox20FilledIcon = iconProps => {
|
|
|
8724
8692
|
primaryFill
|
|
8725
8693
|
} = iconProps;
|
|
8726
8694
|
return React.createElement("svg", {
|
|
8727
|
-
width:
|
|
8695
|
+
width: 20,
|
|
8728
8696
|
height: 20,
|
|
8729
|
-
viewBox: "0 0
|
|
8697
|
+
viewBox: "0 0 20 20",
|
|
8730
8698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8731
8699
|
className: className
|
|
8732
8700
|
}, React.createElement("path", {
|
|
8733
|
-
d: "M11.
|
|
8701
|
+
d: "M11.46 10.05A2 2 0 0011 10H4a2 2 0 00-2 2v1.5C2 15.55 4.09 17 7.5 17c.53 0 1.03-.04 1.5-.1v-3.4a2.5 2.5 0 012.04-2.46c.07-.36.21-.7.42-.99zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM11 5.5a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm1 6v.5h-.5c-.83 0-1.5.67-1.5 1.5V15h2v-.5a.5.5 0 011 0v.5h3v-.5a.5.5 0 011 0v.5h2v-1.5c0-.83-.67-1.5-1.5-1.5H17v-.5c0-.83-.67-1.5-1.5-1.5h-2c-.83 0-1.5.67-1.5 1.5zm1.5-.5h2c.28 0 .5.22.5.5v.5h-3v-.5c0-.28.22-.5.5-.5zm5.5 5h-2v.5a.5.5 0 01-1 0V16h-3v.5a.5.5 0 01-1 0V16h-2v1.5c0 .83.67 1.5 1.5 1.5h6c.83 0 1.5-.67 1.5-1.5V16z",
|
|
8734
8702
|
fill: primaryFill
|
|
8735
8703
|
}));
|
|
8736
8704
|
};
|
|
@@ -8743,13 +8711,13 @@ const PeopleToolbox20RegularIcon = iconProps => {
|
|
|
8743
8711
|
primaryFill
|
|
8744
8712
|
} = iconProps;
|
|
8745
8713
|
return React.createElement("svg", {
|
|
8746
|
-
width:
|
|
8714
|
+
width: 20,
|
|
8747
8715
|
height: 20,
|
|
8748
|
-
viewBox: "0 0
|
|
8716
|
+
viewBox: "0 0 20 20",
|
|
8749
8717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8750
8718
|
className: className
|
|
8751
8719
|
}, React.createElement("path", {
|
|
8752
|
-
d: "M11.
|
|
8720
|
+
d: "M11.46 10.05A2 2 0 0011 10H4a2 2 0 00-2 2v1.5C2 15.55 4.09 17 7.5 17c.53 0 1.03-.04 1.5-.1v-1.01a9.6 9.6 0 01-1.5.11C4.58 16 3 14.9 3 13.5V12a1 1 0 011-1h7.05c.07-.35.21-.67.41-.95zM14.5 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM13 6.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm-2-1a3.5 3.5 0 10-7 0 3.5 3.5 0 007 0zm-6 0a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zm7 6v.5h-.5c-.83 0-1.5.67-1.5 1.5V15h2v-.5a.5.5 0 011 0v.5h3v-.5a.5.5 0 011 0v.5h2v-1.5c0-.83-.67-1.5-1.5-1.5H17v-.5c0-.83-.67-1.5-1.5-1.5h-2c-.83 0-1.5.67-1.5 1.5zm1.5-.5h2c.28 0 .5.22.5.5v.5h-3v-.5c0-.28.22-.5.5-.5zm5.5 5h-2v.5a.5.5 0 01-1 0V16h-3v.5a.5.5 0 01-1 0V16h-2v1.5c0 .83.67 1.5 1.5 1.5h6c.83 0 1.5-.67 1.5-1.5V16z",
|
|
8753
8721
|
fill: primaryFill
|
|
8754
8722
|
}));
|
|
8755
8723
|
};
|
|
@@ -8762,13 +8730,13 @@ const Person12FilledIcon = iconProps => {
|
|
|
8762
8730
|
primaryFill
|
|
8763
8731
|
} = iconProps;
|
|
8764
8732
|
return React.createElement("svg", {
|
|
8765
|
-
width:
|
|
8733
|
+
width: 12,
|
|
8766
8734
|
height: 12,
|
|
8767
|
-
viewBox: "0 0
|
|
8735
|
+
viewBox: "0 0 12 12",
|
|
8768
8736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8769
8737
|
className: className
|
|
8770
8738
|
}, React.createElement("path", {
|
|
8771
|
-
d: "M6
|
|
8739
|
+
d: "M6 1a2 2 0 100 4 2 2 0 000-4zm2.5 5h-5C2.67 6 2 6.67 2 7.5c0 1.12.46 2.01 1.21 2.61.74.6 1.74.89 2.79.89s2.05-.29 2.79-.89C9.54 9.51 10 8.61 10 7.5 10 6.67 9.33 6 8.5 6z",
|
|
8772
8740
|
fill: primaryFill
|
|
8773
8741
|
}));
|
|
8774
8742
|
};
|
|
@@ -8781,13 +8749,13 @@ const Person12RegularIcon = iconProps => {
|
|
|
8781
8749
|
primaryFill
|
|
8782
8750
|
} = iconProps;
|
|
8783
8751
|
return React.createElement("svg", {
|
|
8784
|
-
width:
|
|
8752
|
+
width: 12,
|
|
8785
8753
|
height: 12,
|
|
8786
|
-
viewBox: "0 0
|
|
8754
|
+
viewBox: "0 0 12 12",
|
|
8787
8755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8788
8756
|
className: className
|
|
8789
8757
|
}, React.createElement("path", {
|
|
8790
|
-
d: "M6
|
|
8758
|
+
d: "M6 1a2 2 0 100 4 2 2 0 000-4zM5 3a1 1 0 112 0 1 1 0 01-2 0zm3.5 3h-5C2.67 6 2 6.67 2 7.5c0 1.12.46 2.01 1.21 2.61.74.6 1.74.89 2.79.89s2.05-.29 2.79-.89C9.54 9.51 10 8.61 10 7.5 10 6.67 9.33 6 8.5 6zm-5 1h5c.28 0 .5.22.5.5 0 .82-.32 1.42-.84 1.83-.52.43-1.28.67-2.16.67-.88 0-1.64-.24-2.16-.67A2.25 2.25 0 013 7.5c0-.28.22-.5.5-.5z",
|
|
8791
8759
|
fill: primaryFill
|
|
8792
8760
|
}));
|
|
8793
8761
|
};
|
|
@@ -8800,13 +8768,13 @@ const Person16FilledIcon = iconProps => {
|
|
|
8800
8768
|
primaryFill
|
|
8801
8769
|
} = iconProps;
|
|
8802
8770
|
return React.createElement("svg", {
|
|
8803
|
-
width:
|
|
8771
|
+
width: 16,
|
|
8804
8772
|
height: 16,
|
|
8805
|
-
viewBox: "0 0
|
|
8773
|
+
viewBox: "0 0 16 16",
|
|
8806
8774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8807
8775
|
className: className
|
|
8808
8776
|
}, React.createElement("path", {
|
|
8809
|
-
d: "M11.
|
|
8777
|
+
d: "M11.5 8c.83 0 1.5.67 1.5 1.5v.5c0 1.97-1.86 4-5 4-3.14 0-5-2.03-5-4v-.5C3 8.67 3.67 8 4.5 8h7zM8 1.5A2.75 2.75 0 118 7a2.75 2.75 0 010-5.5z",
|
|
8810
8778
|
fill: primaryFill
|
|
8811
8779
|
}));
|
|
8812
8780
|
};
|
|
@@ -8819,13 +8787,13 @@ const Person16RegularIcon = iconProps => {
|
|
|
8819
8787
|
primaryFill
|
|
8820
8788
|
} = iconProps;
|
|
8821
8789
|
return React.createElement("svg", {
|
|
8822
|
-
width:
|
|
8790
|
+
width: 16,
|
|
8823
8791
|
height: 16,
|
|
8824
|
-
viewBox: "0 0
|
|
8792
|
+
viewBox: "0 0 16 16",
|
|
8825
8793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8826
8794
|
className: className
|
|
8827
8795
|
}, React.createElement("path", {
|
|
8828
|
-
d: "M11.
|
|
8796
|
+
d: "M11.5 8c.83 0 1.5.67 1.5 1.5v.5c0 1.97-1.86 4-5 4-3.14 0-5-2.03-5-4v-.5C3 8.67 3.67 8 4.5 8h7zm0 1h-7a.5.5 0 00-.5.5v.5c0 1.44 1.43 3 4 3 2.57 0 4-1.56 4-3v-.5a.5.5 0 00-.5-.5zM8 1.5A2.75 2.75 0 118 7a2.75 2.75 0 010-5.5zm0 1A1.75 1.75 0 108 6a1.75 1.75 0 000-3.5z",
|
|
8829
8797
|
fill: primaryFill
|
|
8830
8798
|
}));
|
|
8831
8799
|
};
|
|
@@ -8838,13 +8806,13 @@ const Person20FilledIcon = iconProps => {
|
|
|
8838
8806
|
primaryFill
|
|
8839
8807
|
} = iconProps;
|
|
8840
8808
|
return React.createElement("svg", {
|
|
8841
|
-
width:
|
|
8809
|
+
width: 20,
|
|
8842
8810
|
height: 20,
|
|
8843
|
-
viewBox: "0 0
|
|
8811
|
+
viewBox: "0 0 20 20",
|
|
8844
8812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8845
8813
|
className: className
|
|
8846
8814
|
}, React.createElement("path", {
|
|
8847
|
-
d: "M10
|
|
8815
|
+
d: "M10 2a4 4 0 100 8 4 4 0 000-8zm-5 9a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 0010 18c1.85 0 3.58-.39 4.87-1.2A4.35 4.35 0 0017 13a2 2 0 00-2-2H5z",
|
|
8848
8816
|
fill: primaryFill
|
|
8849
8817
|
}));
|
|
8850
8818
|
};
|
|
@@ -8857,13 +8825,13 @@ const Person20RegularIcon = iconProps => {
|
|
|
8857
8825
|
primaryFill
|
|
8858
8826
|
} = iconProps;
|
|
8859
8827
|
return React.createElement("svg", {
|
|
8860
|
-
width:
|
|
8828
|
+
width: 20,
|
|
8861
8829
|
height: 20,
|
|
8862
|
-
viewBox: "0 0
|
|
8830
|
+
viewBox: "0 0 20 20",
|
|
8863
8831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8864
8832
|
className: className
|
|
8865
8833
|
}, React.createElement("path", {
|
|
8866
|
-
d: "M10
|
|
8834
|
+
d: "M10 2a4 4 0 100 8 4 4 0 000-8zM7 6a3 3 0 116 0 3 3 0 01-6 0zm-2 5a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 0010 18c1.85 0 3.58-.39 4.87-1.2A4.35 4.35 0 0017 13a2 2 0 00-2-2H5zm-1 2a1 1 0 011-1h10a1 1 0 011 1c0 1.3-.62 2.28-1.67 2.95A8.16 8.16 0 0110 17a8.16 8.16 0 01-4.33-1.05A3.36 3.36 0 014 13z",
|
|
8867
8835
|
fill: primaryFill
|
|
8868
8836
|
}));
|
|
8869
8837
|
};
|
|
@@ -8876,13 +8844,13 @@ const Person24FilledIcon = iconProps => {
|
|
|
8876
8844
|
primaryFill
|
|
8877
8845
|
} = iconProps;
|
|
8878
8846
|
return React.createElement("svg", {
|
|
8879
|
-
width:
|
|
8847
|
+
width: 24,
|
|
8880
8848
|
height: 24,
|
|
8881
|
-
viewBox: "0 0
|
|
8849
|
+
viewBox: "0 0 24 24",
|
|
8882
8850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8883
8851
|
className: className
|
|
8884
8852
|
}, React.createElement("path", {
|
|
8885
|
-
d: "
|
|
8853
|
+
d: "M17.75 14C19 14 20 15 20 16.25v.92c0 .57-.18 1.13-.51 1.6C17.94 20.93 15.42 22 12 22s-5.94-1.07-7.49-3.24a2.75 2.75 0 01-.5-1.6v-.91C4 15 5 14 6.24 14h11.5zM12 2a5 5 0 110 10 5 5 0 010-10z",
|
|
8886
8854
|
fill: primaryFill
|
|
8887
8855
|
}));
|
|
8888
8856
|
};
|
|
@@ -8895,13 +8863,13 @@ const Person24RegularIcon = iconProps => {
|
|
|
8895
8863
|
primaryFill
|
|
8896
8864
|
} = iconProps;
|
|
8897
8865
|
return React.createElement("svg", {
|
|
8898
|
-
width:
|
|
8866
|
+
width: 24,
|
|
8899
8867
|
height: 24,
|
|
8900
|
-
viewBox: "0 0
|
|
8868
|
+
viewBox: "0 0 24 24",
|
|
8901
8869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8902
8870
|
className: className
|
|
8903
8871
|
}, React.createElement("path", {
|
|
8904
|
-
d: "
|
|
8872
|
+
d: "M17.75 14C19 14 20 15 20 16.25v.57c0 .9-.32 1.76-.9 2.44C17.53 21.1 15.15 22 12 22c-3.15 0-5.53-.9-7.1-2.74a3.75 3.75 0 01-.9-2.43v-.58C4 15 5.01 14 6.25 14h11.5zm0 1.5H6.25a.75.75 0 00-.75.75v.58c0 .53.2 1.05.54 1.46C7.3 19.76 9.26 20.5 12 20.5c2.74 0 4.7-.74 5.96-2.21.35-.41.54-.93.54-1.47v-.57a.75.75 0 00-.75-.75zM12 2a5 5 0 110 10 5 5 0 010-10zm0 1.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7z",
|
|
8905
8873
|
fill: primaryFill
|
|
8906
8874
|
}));
|
|
8907
8875
|
};
|
|
@@ -8914,13 +8882,13 @@ const Person28FilledIcon = iconProps => {
|
|
|
8914
8882
|
primaryFill
|
|
8915
8883
|
} = iconProps;
|
|
8916
8884
|
return React.createElement("svg", {
|
|
8917
|
-
width:
|
|
8885
|
+
width: 28,
|
|
8918
8886
|
height: 28,
|
|
8919
|
-
viewBox: "0 0
|
|
8887
|
+
viewBox: "0 0 28 28",
|
|
8920
8888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8921
8889
|
className: className
|
|
8922
8890
|
}, React.createElement("path", {
|
|
8923
|
-
d: "M21
|
|
8891
|
+
d: "M21 16a3 3 0 013 3v.71C24 23.3 19.79 26 14 26S4 23.43 4 19.71V19a3 3 0 013-3h14zM14 2a6 6 0 110 12 6 6 0 010-12z",
|
|
8924
8892
|
fill: primaryFill
|
|
8925
8893
|
}));
|
|
8926
8894
|
};
|
|
@@ -8933,13 +8901,13 @@ const Person28RegularIcon = iconProps => {
|
|
|
8933
8901
|
primaryFill
|
|
8934
8902
|
} = iconProps;
|
|
8935
8903
|
return React.createElement("svg", {
|
|
8936
|
-
width:
|
|
8904
|
+
width: 28,
|
|
8937
8905
|
height: 28,
|
|
8938
|
-
viewBox: "0 0
|
|
8906
|
+
viewBox: "0 0 28 28",
|
|
8939
8907
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8940
8908
|
className: className
|
|
8941
8909
|
}, React.createElement("path", {
|
|
8942
|
-
d: "M21
|
|
8910
|
+
d: "M21 16a3 3 0 013 3v.71C24 23.3 19.79 26 14 26S4 23.43 4 19.71V19a3 3 0 013-3h14zm0 1.5H7c-.78 0-1.42.6-1.5 1.36v.85c0 2.68 3.39 4.79 8.5 4.79 4.93 0 8.35-2.1 8.5-4.62V19c0-.78-.6-1.42-1.36-1.5H21zM14 2a6 6 0 110 12 6 6 0 010-12zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9z",
|
|
8943
8911
|
fill: primaryFill
|
|
8944
8912
|
}));
|
|
8945
8913
|
};
|
|
@@ -8952,13 +8920,13 @@ const Person32FilledIcon = iconProps => {
|
|
|
8952
8920
|
primaryFill
|
|
8953
8921
|
} = iconProps;
|
|
8954
8922
|
return React.createElement("svg", {
|
|
8955
|
-
width:
|
|
8923
|
+
width: 32,
|
|
8956
8924
|
height: 32,
|
|
8957
|
-
viewBox: "0 0
|
|
8925
|
+
viewBox: "0 0 32 32",
|
|
8958
8926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8959
8927
|
className: className
|
|
8960
8928
|
}, React.createElement("path", {
|
|
8961
|
-
d: "M16
|
|
8929
|
+
d: "M16 16a7 7 0 100-14 7 7 0 000 14zm-8.5 2A3.5 3.5 0 004 21.5v.5c0 2.4 1.52 4.42 3.68 5.8A15.67 15.67 0 0016 30c3.2 0 6.14-.82 8.32-2.2C26.48 26.41 28 24.4 28 22v-.5a3.5 3.5 0 00-3.5-3.5h-17z",
|
|
8962
8930
|
fill: primaryFill
|
|
8963
8931
|
}));
|
|
8964
8932
|
};
|
|
@@ -8971,13 +8939,13 @@ const Person32RegularIcon = iconProps => {
|
|
|
8971
8939
|
primaryFill
|
|
8972
8940
|
} = iconProps;
|
|
8973
8941
|
return React.createElement("svg", {
|
|
8974
|
-
width:
|
|
8942
|
+
width: 32,
|
|
8975
8943
|
height: 32,
|
|
8976
|
-
viewBox: "0 0
|
|
8944
|
+
viewBox: "0 0 32 32",
|
|
8977
8945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8978
8946
|
className: className
|
|
8979
8947
|
}, React.createElement("path", {
|
|
8980
|
-
d: "M23
|
|
8948
|
+
d: "M23 9A7 7 0 119 9a7 7 0 0114 0zm-2 0a5 5 0 10-10 0 5 5 0 0010 0zM7.5 18A3.5 3.5 0 004 21.5v.5c0 2.4 1.52 4.42 3.68 5.8A15.67 15.67 0 0016 30c3.2 0 6.14-.82 8.32-2.2C26.48 26.41 28 24.4 28 22v-.5a3.5 3.5 0 00-3.5-3.5h-17zM6 21.5c0-.83.67-1.5 1.5-1.5h17c.83 0 1.5.67 1.5 1.5v.5c0 1.47-.94 2.95-2.76 4.1A13.69 13.69 0 0116 28c-2.88 0-5.43-.74-7.24-1.9C6.94 24.96 6 23.48 6 22v-.5z",
|
|
8981
8949
|
fill: primaryFill
|
|
8982
8950
|
}));
|
|
8983
8951
|
};
|
|
@@ -8990,13 +8958,13 @@ const Person48FilledIcon = iconProps => {
|
|
|
8990
8958
|
primaryFill
|
|
8991
8959
|
} = iconProps;
|
|
8992
8960
|
return React.createElement("svg", {
|
|
8993
|
-
width:
|
|
8961
|
+
width: 48,
|
|
8994
8962
|
height: 48,
|
|
8995
|
-
viewBox: "0 0
|
|
8963
|
+
viewBox: "0 0 48 48",
|
|
8996
8964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8997
8965
|
className: className
|
|
8998
8966
|
}, React.createElement("path", {
|
|
8999
|
-
d: "M24
|
|
8967
|
+
d: "M24 4a10 10 0 100 20 10 10 0 000-20zM12.25 28A4.25 4.25 0 008 32.25V33c0 3.76 1.94 6.57 4.92 8.38C15.85 43.16 19.79 44 24 44s8.15-.84 11.08-2.62C38.06 39.57 40 36.76 40 33v-.75C40 29.9 38.1 28 35.75 28h-23.5z",
|
|
9000
8968
|
fill: primaryFill
|
|
9001
8969
|
}));
|
|
9002
8970
|
};
|
|
@@ -9009,13 +8977,13 @@ const Person48RegularIcon = iconProps => {
|
|
|
9009
8977
|
primaryFill
|
|
9010
8978
|
} = iconProps;
|
|
9011
8979
|
return React.createElement("svg", {
|
|
9012
|
-
width:
|
|
8980
|
+
width: 48,
|
|
9013
8981
|
height: 48,
|
|
9014
|
-
viewBox: "0 0
|
|
8982
|
+
viewBox: "0 0 48 48",
|
|
9015
8983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9016
8984
|
className: className
|
|
9017
8985
|
}, React.createElement("path", {
|
|
9018
|
-
d: "M24
|
|
8986
|
+
d: "M24 4a10 10 0 100 20 10 10 0 000-20zm-7.5 10a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zm-4.25 14A4.25 4.25 0 008 32.25V33c0 3.76 1.94 6.57 4.92 8.38C15.85 43.16 19.79 44 24 44s8.15-.84 11.08-2.62C38.06 39.57 40 36.76 40 33v-.75C40 29.9 38.1 28 35.75 28h-23.5zm-1.75 4.25c0-.97.78-1.75 1.75-1.75h23.5c.97 0 1.75.78 1.75 1.75V33c0 2.74-1.36 4.8-3.72 6.24-2.41 1.47-5.85 2.26-9.78 2.26-3.93 0-7.37-.79-9.78-2.26-2.36-1.43-3.72-3.5-3.72-6.24v-.75z",
|
|
9019
8987
|
fill: primaryFill
|
|
9020
8988
|
}));
|
|
9021
8989
|
};
|
|
@@ -9028,13 +8996,13 @@ const Person532FilledIcon = iconProps => {
|
|
|
9028
8996
|
primaryFill
|
|
9029
8997
|
} = iconProps;
|
|
9030
8998
|
return React.createElement("svg", {
|
|
9031
|
-
width:
|
|
8999
|
+
width: 32,
|
|
9032
9000
|
height: 32,
|
|
9033
|
-
viewBox: "0 0
|
|
9001
|
+
viewBox: "0 0 32 32",
|
|
9034
9002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9035
9003
|
className: className
|
|
9036
9004
|
}, React.createElement("path", {
|
|
9037
|
-
d: "M16
|
|
9005
|
+
d: "M16 16a7 7 0 100-14 7 7 0 000 14zm-8.5 2A3.5 3.5 0 004 21.5v.5c0 2.4 1.52 4.42 3.68 5.8A15.67 15.67 0 0016 30c1.14 0 2.25-.1 3.3-.3a2.5 2.5 0 011.7-3.65v-.42a2.5 2.5 0 01-1.74-2.62l.48-5.01H7.5zm13.75-.1a1 1 0 011-.9h6.25a1 1 0 110 2h-5.34l-.3 3.09 1.92-.26a4.6 4.6 0 11.61 9.17h-.61c-1.31 0-2.57-.5-3.53-1.38l-.43-.38a1 1 0 011.36-1.48l.42.4c.6.54 1.37.84 2.18.84h.61a2.6 2.6 0 10-.35-5.19l-3.16.43a1 1 0 01-1.13-1.08l.5-5.25z",
|
|
9038
9006
|
fill: primaryFill
|
|
9039
9007
|
}));
|
|
9040
9008
|
};
|
|
@@ -9047,13 +9015,13 @@ const Person532RegularIcon = iconProps => {
|
|
|
9047
9015
|
primaryFill
|
|
9048
9016
|
} = iconProps;
|
|
9049
9017
|
return React.createElement("svg", {
|
|
9050
|
-
width:
|
|
9018
|
+
width: 32,
|
|
9051
9019
|
height: 32,
|
|
9052
|
-
viewBox: "0 0
|
|
9020
|
+
viewBox: "0 0 32 32",
|
|
9053
9021
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9054
9022
|
className: className
|
|
9055
9023
|
}, React.createElement("path", {
|
|
9056
|
-
d: "M23
|
|
9024
|
+
d: "M23 9A7 7 0 119 9a7 7 0 0114 0zm-2 0a5 5 0 10-10 0 5 5 0 0010 0zM6 21.5c0-.83.67-1.5 1.5-1.5h12.05l.19-2H7.5A3.5 3.5 0 004 21.5v.5c0 2.4 1.52 4.42 3.68 5.8A15.67 15.67 0 0016 30c1.14 0 2.25-.1 3.3-.3a2.5 2.5 0 01-.17-2c-.98.2-2.03.3-3.13.3-2.88 0-5.43-.74-7.24-1.9C6.94 24.96 6 23.48 6 22v-.5zM22.25 17a1 1 0 00-1 .9l-.5 5.26a1 1 0 001.13 1.08l3.16-.43A2.6 2.6 0 1125.4 29h-.61c-.8 0-1.59-.3-2.18-.85l-.42-.39a1 1 0 00-1.36 1.48l.43.38A5.22 5.22 0 0024.78 31h.61a4.6 4.6 0 10-.61-9.17l-1.92.26.3-3.09h5.34a1 1 0 100-2h-6.25z",
|
|
9057
9025
|
fill: primaryFill
|
|
9058
9026
|
}));
|
|
9059
9027
|
};
|
|
@@ -9066,13 +9034,13 @@ const Person632FilledIcon = iconProps => {
|
|
|
9066
9034
|
primaryFill
|
|
9067
9035
|
} = iconProps;
|
|
9068
9036
|
return React.createElement("svg", {
|
|
9069
|
-
width:
|
|
9037
|
+
width: 32,
|
|
9070
9038
|
height: 32,
|
|
9071
|
-
viewBox: "0 0
|
|
9039
|
+
viewBox: "0 0 32 32",
|
|
9072
9040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9073
9041
|
className: className
|
|
9074
9042
|
}, React.createElement("path", {
|
|
9075
|
-
d: "M23
|
|
9043
|
+
d: "M23 9A7 7 0 119 9a7 7 0 0114 0zM4 21.5A3.5 3.5 0 017.5 18h11.83a6.71 6.71 0 00-.83 3.24V26c0 1.35.41 2.6 1.11 3.64-1.14.23-2.36.36-3.61.36-3.2 0-6.14-.82-8.32-2.2C5.52 26.41 4 24.4 4 22v-.5zM25.24 18A3.24 3.24 0 0022 21.24V22a5 5 0 11-2 4v-4.76a5.24 5.24 0 018.95-3.7l.26.25a1 1 0 01-1.42 1.42l-.25-.26c-.61-.6-1.44-.95-2.3-.95zM25 29a3 3 0 100-6 3 3 0 000 6z",
|
|
9076
9044
|
fill: primaryFill
|
|
9077
9045
|
}));
|
|
9078
9046
|
};
|
|
@@ -9085,13 +9053,13 @@ const Person632RegularIcon = iconProps => {
|
|
|
9085
9053
|
primaryFill
|
|
9086
9054
|
} = iconProps;
|
|
9087
9055
|
return React.createElement("svg", {
|
|
9088
|
-
width:
|
|
9056
|
+
width: 32,
|
|
9089
9057
|
height: 32,
|
|
9090
|
-
viewBox: "0 0
|
|
9058
|
+
viewBox: "0 0 32 32",
|
|
9091
9059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9092
9060
|
className: className
|
|
9093
9061
|
}, React.createElement("path", {
|
|
9094
|
-
d: "M16
|
|
9062
|
+
d: "M16 16a7 7 0 100-14 7 7 0 000 14zm0-2a5 5 0 110-10 5 5 0 010 10zm-8.5 6c-.83 0-1.5.67-1.5 1.5v.5c0 1.47.94 2.95 2.76 4.1 1.8 1.16 4.36 1.9 7.24 1.9.95 0 1.87-.08 2.74-.23.2.67.49 1.3.87 1.87-1.14.23-2.36.36-3.61.36-3.2 0-6.14-.82-8.32-2.2C5.52 26.41 4 24.4 4 22v-.5A3.5 3.5 0 017.5 18h11.83a6.7 6.7 0 00-.72 2H7.5zm17.74-2A3.24 3.24 0 0022 21.24V22a5 5 0 11-2 4v-4.76a5.24 5.24 0 018.95-3.7l.26.25a1 1 0 01-1.42 1.42l-.25-.26c-.61-.6-1.44-.95-2.3-.95zM25 29a3 3 0 100-6 3 3 0 000 6z",
|
|
9095
9063
|
fill: primaryFill
|
|
9096
9064
|
}));
|
|
9097
9065
|
};
|
|
@@ -9104,13 +9072,13 @@ const PersonAccounts24FilledIcon = iconProps => {
|
|
|
9104
9072
|
primaryFill
|
|
9105
9073
|
} = iconProps;
|
|
9106
9074
|
return React.createElement("svg", {
|
|
9107
|
-
width:
|
|
9075
|
+
width: 24,
|
|
9108
9076
|
height: 24,
|
|
9109
|
-
viewBox: "0 0
|
|
9077
|
+
viewBox: "0 0 24 24",
|
|
9110
9078
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9111
9079
|
className: className
|
|
9112
9080
|
}, React.createElement("path", {
|
|
9113
|
-
d: "M4.
|
|
9081
|
+
d: "M4.25 14h5.88c-.35.42-.58.95-.62 1.53l-.01.22v4.5c0 .66.23 1.27.63 1.75H10c-3.42 0-5.95-1.08-7.49-3.24a2.75 2.75 0 01-.51-1.6v-.92C2 15 3 14 4.25 14zm10.5-2.5h3c.64 0 1.18.49 1.24 1.12v1.37h1.26c.96 0 1.75.79 1.75 1.76v4.5c0 .96-.79 1.75-1.75 1.75h-8c-.97 0-1.75-.79-1.75-1.75v-4.5c0-.97.78-1.75 1.75-1.75h1.25v-1.25c0-.65.49-1.18 1.12-1.25h3.13-3zM17.5 13H15v1h2.5v-1zM10 2a5 5 0 110 10 5 5 0 010-10z",
|
|
9114
9082
|
fill: primaryFill
|
|
9115
9083
|
}));
|
|
9116
9084
|
};
|
|
@@ -9123,13 +9091,13 @@ const PersonAccounts24RegularIcon = iconProps => {
|
|
|
9123
9091
|
primaryFill
|
|
9124
9092
|
} = iconProps;
|
|
9125
9093
|
return React.createElement("svg", {
|
|
9126
|
-
width:
|
|
9094
|
+
width: 24,
|
|
9127
9095
|
height: 24,
|
|
9128
|
-
viewBox: "0 0
|
|
9096
|
+
viewBox: "0 0 24 24",
|
|
9129
9097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9130
9098
|
className: className
|
|
9131
9099
|
}, React.createElement("path", {
|
|
9132
|
-
d: "M10.
|
|
9100
|
+
d: "M10.13 14c-.35.41-.57.93-.62 1.5H4.25a.75.75 0 00-.75.74v.58c0 .54.2 1.06.54 1.46 1.18 1.38 2.98 2.12 5.47 2.2.05.58.27 1.1.62 1.52H10c-3.15 0-5.54-.9-7.1-2.74a3.75 3.75 0 01-.9-2.44v-.58c0-1.19.92-2.16 2.1-2.24h6.03zm4.62-2.5h3c.64 0 1.18.49 1.24 1.12v1.37h1.26c.96 0 1.75.79 1.75 1.76v4.5c0 .96-.79 1.75-1.75 1.75h-8c-.97 0-1.75-.79-1.75-1.75v-4.5c0-.97.78-1.75 1.75-1.75h1.25v-1.25c0-.65.49-1.18 1.12-1.25h3.13-3zm5.5 4h-8a.25.25 0 00-.25.25v4.5c0 .13.1.25.25.25h8c.13 0 .25-.12.25-.25v-4.5a.25.25 0 00-.25-.25zM17.5 13H15v1h2.5v-1zM10 2a5 5 0 110 10 5 5 0 010-10zm0 1.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7z",
|
|
9133
9101
|
fill: primaryFill
|
|
9134
9102
|
}));
|
|
9135
9103
|
};
|
|
@@ -9142,13 +9110,13 @@ const PersonAdd16FilledIcon = iconProps => {
|
|
|
9142
9110
|
primaryFill
|
|
9143
9111
|
} = iconProps;
|
|
9144
9112
|
return React.createElement("svg", {
|
|
9145
|
-
width:
|
|
9113
|
+
width: 16,
|
|
9146
9114
|
height: 16,
|
|
9147
|
-
viewBox: "0 0
|
|
9115
|
+
viewBox: "0 0 16 16",
|
|
9148
9116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9149
9117
|
className: className
|
|
9150
9118
|
}, React.createElement("path", {
|
|
9151
|
-
d: "
|
|
9119
|
+
d: "M9.63 5.07a5.5 5.5 0 00-3.3 1.85 2.75 2.75 0 113.3-1.85zM5.6 8a5.48 5.48 0 00.62 5.96C3.55 13.66 2 11.8 2 10v-.5C2 8.67 2.67 8 3.5 8h2.1zm4.9 7a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0-7c.28 0 .5.22.5.5V10h1.5a.5.5 0 010 1H11v1.5a.5.5 0 01-1 0V11H8.5a.5.5 0 010-1H10V8.5c0-.28.22-.5.5-.5z",
|
|
9152
9120
|
fill: primaryFill
|
|
9153
9121
|
}));
|
|
9154
9122
|
};
|
|
@@ -9161,13 +9129,13 @@ const PersonAdd16RegularIcon = iconProps => {
|
|
|
9161
9129
|
primaryFill
|
|
9162
9130
|
} = iconProps;
|
|
9163
9131
|
return React.createElement("svg", {
|
|
9164
|
-
width:
|
|
9132
|
+
width: 16,
|
|
9165
9133
|
height: 16,
|
|
9166
|
-
viewBox: "0 0
|
|
9134
|
+
viewBox: "0 0 16 16",
|
|
9167
9135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9168
9136
|
className: className
|
|
9169
9137
|
}, React.createElement("path", {
|
|
9170
|
-
d: "M6.
|
|
9138
|
+
d: "M6.22 13.96C3.55 13.66 2 11.8 2 10v-.5C2 8.67 2.67 8 3.5 8h2.1c-.16.32-.3.65-.4 1H3.5a.5.5 0 00-.5.5v.5c0 1.13.88 2.33 2.5 2.8.2.42.44.8.72 1.16zm3.4-8.9a2.75 2.75 0 10-3.3 1.86c.32-.37.68-.7 1.08-.97a1.76 1.76 0 01-2.15-1.7 1.75 1.75 0 113 1.23c.43-.2.89-.33 1.38-.41zM10.5 15a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0-7c.28 0 .5.22.5.5V10h1.5a.5.5 0 010 1H11v1.5a.5.5 0 01-1 0V11H8.5a.5.5 0 010-1H10V8.5c0-.28.22-.5.5-.5z",
|
|
9171
9139
|
fill: primaryFill
|
|
9172
9140
|
}));
|
|
9173
9141
|
};
|
|
@@ -9180,13 +9148,13 @@ const PersonAdd20FilledIcon = iconProps => {
|
|
|
9180
9148
|
primaryFill
|
|
9181
9149
|
} = iconProps;
|
|
9182
9150
|
return React.createElement("svg", {
|
|
9183
|
-
width:
|
|
9151
|
+
width: 20,
|
|
9184
9152
|
height: 20,
|
|
9185
|
-
viewBox: "0 0
|
|
9153
|
+
viewBox: "0 0 20 20",
|
|
9186
9154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9187
9155
|
className: className
|
|
9188
9156
|
}, React.createElement("path", {
|
|
9189
|
-
d: "M9
|
|
9157
|
+
d: "M9 2a4 4 0 100 8 4 4 0 000-8zm-5 9a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 009 18c.41 0 .82-.02 1.21-.06a5.48 5.48 0 01.05-6.94H4zm10.5 8a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0-7c.28 0 .5.22.5.5V14h1.5a.5.5 0 010 1H15v1.5a.5.5 0 01-1 0V15h-1.5a.5.5 0 010-1H14v-1.5c0-.28.22-.5.5-.5z",
|
|
9190
9158
|
fill: primaryFill
|
|
9191
9159
|
}));
|
|
9192
9160
|
};
|
|
@@ -9199,13 +9167,13 @@ const PersonAdd20RegularIcon = iconProps => {
|
|
|
9199
9167
|
primaryFill
|
|
9200
9168
|
} = iconProps;
|
|
9201
9169
|
return React.createElement("svg", {
|
|
9202
|
-
width:
|
|
9170
|
+
width: 20,
|
|
9203
9171
|
height: 20,
|
|
9204
|
-
viewBox: "0 0
|
|
9172
|
+
viewBox: "0 0 20 20",
|
|
9205
9173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9206
9174
|
className: className
|
|
9207
9175
|
}, React.createElement("path", {
|
|
9208
|
-
d: "M9
|
|
9176
|
+
d: "M9 2a4 4 0 100 8 4 4 0 000-8zM6 6a3 3 0 116 0 3 3 0 01-6 0zm-2 5a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 009 18c.41 0 .82-.02 1.21-.06A5.5 5.5 0 019.6 17 12 12 0 019 17a8.16 8.16 0 01-4.33-1.05A3.36 3.36 0 013 13a1 1 0 011-1h5.6c.18-.36.4-.7.66-1H4zm10.5 8a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0-7c.28 0 .5.22.5.5V14h1.5a.5.5 0 010 1H15v1.5a.5.5 0 01-1 0V15h-1.5a.5.5 0 010-1H14v-1.5c0-.28.22-.5.5-.5z",
|
|
9209
9177
|
fill: primaryFill
|
|
9210
9178
|
}));
|
|
9211
9179
|
};
|
|
@@ -9218,13 +9186,13 @@ const PersonAdd24FilledIcon = iconProps => {
|
|
|
9218
9186
|
primaryFill
|
|
9219
9187
|
} = iconProps;
|
|
9220
9188
|
return React.createElement("svg", {
|
|
9221
|
-
width:
|
|
9189
|
+
width: 24,
|
|
9222
9190
|
height: 24,
|
|
9223
|
-
viewBox: "0 0
|
|
9191
|
+
viewBox: "0 0 24 24",
|
|
9224
9192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9225
9193
|
className: className
|
|
9226
9194
|
}, React.createElement("path", {
|
|
9227
|
-
d: "M11
|
|
9195
|
+
d: "M11 17.5c0-1.29.38-2.49 1.02-3.5H4.25C3.01 14 2 15 2 16.25v.92c0 .57.18 1.13.51 1.6C4.06 20.92 6.58 22 10 22c.93 0 1.8-.08 2.6-.24A6.48 6.48 0 0111 17.5zM15 7A5 5 0 105 7a5 5 0 0010 0zm8 10.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zM17.41 14h.18c.2.05.37.2.4.41l.01.09V17h2.6c.2.05.36.2.4.41v.18a.5.5 0 01-.4.4l-.1.01H18v2.59a.5.5 0 01-.41.4l-.09.01h-.09a.5.5 0 01-.4-.41L17 20.5V18H14.4a.5.5 0 01-.4-.41v-.18a.5.5 0 01.4-.4l.1-.01H17v-2.59a.5.5 0 01.41-.4z",
|
|
9228
9196
|
fill: primaryFill
|
|
9229
9197
|
}));
|
|
9230
9198
|
};
|
|
@@ -9237,13 +9205,13 @@ const PersonAdd24RegularIcon = iconProps => {
|
|
|
9237
9205
|
primaryFill
|
|
9238
9206
|
} = iconProps;
|
|
9239
9207
|
return React.createElement("svg", {
|
|
9240
|
-
width:
|
|
9208
|
+
width: 24,
|
|
9241
9209
|
height: 24,
|
|
9242
|
-
viewBox: "0 0
|
|
9210
|
+
viewBox: "0 0 24 24",
|
|
9243
9211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9244
9212
|
className: className
|
|
9245
9213
|
}, React.createElement("path", {
|
|
9246
|
-
d: "M17.
|
|
9214
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm-5.48 2c-.3.46-.53.97-.7 1.5H4.24a.75.75 0 00-.75.75v.58c0 .53.2 1.05.54 1.46C5.3 19.76 7.26 20.5 10 20.5c.6 0 1.16-.03 1.68-.1.25.49.55.95.91 1.36-.8.16-1.66.24-2.59.24-3.15 0-5.53-.9-7.1-2.74a3.75 3.75 0 01-.9-2.43v-.58C2 15 3.01 14 4.25 14h7.77zm5.48 0h-.09a.5.5 0 00-.4.41l-.01.09V17H14.4a.5.5 0 00-.4.41v.18c.04.2.2.37.4.4l.1.01H17v2.59c.05.2.2.37.41.4l.09.01h.09a.5.5 0 00.4-.41l.01-.09V18h2.6a.5.5 0 00.4-.41v-.18a.5.5 0 00-.4-.4l-.1-.01H18v-2.59a.5.5 0 00-.41-.4L17.5 14zM10 2a5 5 0 110 10 5 5 0 010-10zm0 1.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7z",
|
|
9247
9215
|
fill: primaryFill
|
|
9248
9216
|
}));
|
|
9249
9217
|
};
|
|
@@ -9256,13 +9224,13 @@ const PersonAdd28FilledIcon = iconProps => {
|
|
|
9256
9224
|
primaryFill
|
|
9257
9225
|
} = iconProps;
|
|
9258
9226
|
return React.createElement("svg", {
|
|
9259
|
-
width:
|
|
9227
|
+
width: 28,
|
|
9260
9228
|
height: 28,
|
|
9261
|
-
viewBox: "0 0
|
|
9229
|
+
viewBox: "0 0 28 28",
|
|
9262
9230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9263
9231
|
className: className
|
|
9264
9232
|
}, React.createElement("path", {
|
|
9265
|
-
d: "M15.
|
|
9233
|
+
d: "M15.11 25.72A7.48 7.48 0 0114.5 16H5a3 3 0 00-3 3v.71C2 23.43 6.21 26 12 26c1.1 0 2.14-.1 3.11-.28zM18 8A6 6 0 106 8a6 6 0 0012 0zm2.5 19a6.5 6.5 0 100-13 6.5 6.5 0 000 13zm0-11c.28 0 .5.22.5.5V20h3.5a.5.5 0 010 1H21v3.5a.5.5 0 01-1 0V21h-3.5a.5.5 0 010-1H20v-3.5c0-.28.22-.5.5-.5z",
|
|
9266
9234
|
fill: primaryFill
|
|
9267
9235
|
}));
|
|
9268
9236
|
};
|
|
@@ -9275,13 +9243,13 @@ const PersonAdd28RegularIcon = iconProps => {
|
|
|
9275
9243
|
primaryFill
|
|
9276
9244
|
} = iconProps;
|
|
9277
9245
|
return React.createElement("svg", {
|
|
9278
|
-
width:
|
|
9246
|
+
width: 28,
|
|
9279
9247
|
height: 28,
|
|
9280
|
-
viewBox: "0 0
|
|
9248
|
+
viewBox: "0 0 28 28",
|
|
9281
9249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9282
9250
|
className: className
|
|
9283
9251
|
}, React.createElement("path", {
|
|
9284
|
-
d: "M15.
|
|
9252
|
+
d: "M15.11 25.72c-.4-.4-.74-.86-1.04-1.35-.65.08-1.34.13-2.07.13-5.11 0-8.5-2.11-8.5-4.79v-.85A1.5 1.5 0 015 17.5h8.62c.24-.54.53-1.04.88-1.5H5a3 3 0 00-3 3v.71C2 23.43 6.21 26 12 26c1.1 0 2.14-.1 3.11-.28zM18 8A6 6 0 106 8a6 6 0 0012 0zM7.5 8a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zm13 19a6.5 6.5 0 100-13 6.5 6.5 0 000 13zm0-11c.28 0 .5.22.5.5V20h3.5a.5.5 0 010 1H21v3.5a.5.5 0 01-1 0V21h-3.5a.5.5 0 010-1H20v-3.5c0-.28.22-.5.5-.5z",
|
|
9285
9253
|
fill: primaryFill
|
|
9286
9254
|
}));
|
|
9287
9255
|
};
|
|
@@ -9294,13 +9262,13 @@ const PersonArrowLeft16FilledIcon = iconProps => {
|
|
|
9294
9262
|
primaryFill
|
|
9295
9263
|
} = iconProps;
|
|
9296
9264
|
return React.createElement("svg", {
|
|
9297
|
-
width:
|
|
9265
|
+
width: 16,
|
|
9298
9266
|
height: 16,
|
|
9299
|
-
viewBox: "0 0
|
|
9267
|
+
viewBox: "0 0 16 16",
|
|
9300
9268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9301
9269
|
className: className
|
|
9302
9270
|
}, React.createElement("path", {
|
|
9303
|
-
d: "
|
|
9271
|
+
d: "M9.63 5.07a5.5 5.5 0 00-3.3 1.85 2.75 2.75 0 113.3-1.85zM5.6 8a5.48 5.48 0 00.62 5.96C3.55 13.66 2 11.8 2 10v-.5C2 8.67 2.67 8 3.5 8h2.1zm9.4 2.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-6.85-.35a.5.5 0 00-.15.35.5.5 0 00.15.35l2 2a.5.5 0 00.7-.7L9.71 11h2.79a.5.5 0 000-1H9.7l1.15-1.15a.5.5 0 00-.7-.7l-2 2z",
|
|
9304
9272
|
fill: primaryFill
|
|
9305
9273
|
}));
|
|
9306
9274
|
};
|
|
@@ -9313,13 +9281,13 @@ const PersonArrowLeft16RegularIcon = iconProps => {
|
|
|
9313
9281
|
primaryFill
|
|
9314
9282
|
} = iconProps;
|
|
9315
9283
|
return React.createElement("svg", {
|
|
9316
|
-
width:
|
|
9284
|
+
width: 16,
|
|
9317
9285
|
height: 16,
|
|
9318
|
-
viewBox: "0 0
|
|
9286
|
+
viewBox: "0 0 16 16",
|
|
9319
9287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9320
9288
|
className: className
|
|
9321
9289
|
}, React.createElement("path", {
|
|
9322
|
-
d: "M6.
|
|
9290
|
+
d: "M6.22 13.96C3.55 13.66 2 11.8 2 10v-.5C2 8.67 2.67 8 3.5 8h2.1c-.16.32-.3.65-.4 1H3.5a.5.5 0 00-.5.5v.5c0 1.13.88 2.33 2.5 2.8.2.42.44.8.72 1.16zm3.4-8.9a2.75 2.75 0 10-3.3 1.86c.32-.37.68-.7 1.08-.97a1.76 1.76 0 01-2.15-1.7 1.75 1.75 0 113 1.23c.43-.2.89-.33 1.38-.41zM15 10.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-6.85-.35a.5.5 0 00-.15.35.5.5 0 00.15.35l2 2a.5.5 0 00.7-.7L9.71 11h2.79a.5.5 0 000-1H9.7l1.15-1.15a.5.5 0 00-.7-.7l-2 2z",
|
|
9323
9291
|
fill: primaryFill
|
|
9324
9292
|
}));
|
|
9325
9293
|
};
|
|
@@ -9332,13 +9300,13 @@ const PersonArrowLeft20FilledIcon = iconProps => {
|
|
|
9332
9300
|
primaryFill
|
|
9333
9301
|
} = iconProps;
|
|
9334
9302
|
return React.createElement("svg", {
|
|
9335
|
-
width:
|
|
9303
|
+
width: 20,
|
|
9336
9304
|
height: 20,
|
|
9337
|
-
viewBox: "0 0
|
|
9305
|
+
viewBox: "0 0 20 20",
|
|
9338
9306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9339
9307
|
className: className
|
|
9340
9308
|
}, React.createElement("path", {
|
|
9341
|
-
d: "M9
|
|
9309
|
+
d: "M9 2a4 4 0 100 8 4 4 0 000-8zm-5 9a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 009 18c.41 0 .82-.02 1.21-.06a5.48 5.48 0 01.05-6.94H4zm15 3.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-6.85-.35a.5.5 0 00-.15.35.5.5 0 00.15.35l2 2a.5.5 0 00.7-.7L13.71 15h2.79a.5.5 0 000-1h-2.8l1.15-1.15a.5.5 0 00-.7-.7l-2 2z",
|
|
9342
9310
|
fill: primaryFill
|
|
9343
9311
|
}));
|
|
9344
9312
|
};
|
|
@@ -9351,13 +9319,13 @@ const PersonArrowLeft20RegularIcon = iconProps => {
|
|
|
9351
9319
|
primaryFill
|
|
9352
9320
|
} = iconProps;
|
|
9353
9321
|
return React.createElement("svg", {
|
|
9354
|
-
width:
|
|
9322
|
+
width: 20,
|
|
9355
9323
|
height: 20,
|
|
9356
|
-
viewBox: "0 0
|
|
9324
|
+
viewBox: "0 0 20 20",
|
|
9357
9325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9358
9326
|
className: className
|
|
9359
9327
|
}, React.createElement("path", {
|
|
9360
|
-
d: "M9
|
|
9328
|
+
d: "M9 2a4 4 0 100 8 4 4 0 000-8zM6 6a3 3 0 116 0 3 3 0 01-6 0zm-2 5a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 009 18c.41 0 .82-.02 1.21-.06A5.5 5.5 0 019.6 17 12 12 0 019 17a8.16 8.16 0 01-4.33-1.05A3.36 3.36 0 013 13a1 1 0 011-1h5.6c.18-.36.4-.7.66-1H4zm15 3.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-6.85-.35a.5.5 0 00-.15.35.5.5 0 00.15.35l2 2a.5.5 0 00.7-.7L13.71 15h2.79a.5.5 0 000-1h-2.8l1.15-1.15a.5.5 0 00-.7-.7l-2 2z",
|
|
9361
9329
|
fill: primaryFill
|
|
9362
9330
|
}));
|
|
9363
9331
|
};
|
|
@@ -9370,13 +9338,13 @@ const PersonArrowLeft24FilledIcon = iconProps => {
|
|
|
9370
9338
|
primaryFill
|
|
9371
9339
|
} = iconProps;
|
|
9372
9340
|
return React.createElement("svg", {
|
|
9373
|
-
width:
|
|
9341
|
+
width: 24,
|
|
9374
9342
|
height: 24,
|
|
9375
|
-
viewBox: "0 0
|
|
9343
|
+
viewBox: "0 0 24 24",
|
|
9376
9344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9377
9345
|
className: className
|
|
9378
9346
|
}, React.createElement("path", {
|
|
9379
|
-
d: "M17.
|
|
9347
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm-5.48 2a6.47 6.47 0 00.6 7.8c-.8.13-1.68.2-2.62.2-2.89 0-5.13-.66-6.7-2A3.75 3.75 0 012 17.16v-.91C2 15.01 3.01 14 4.25 14h7.77zm4.7.59l-.07.06-2.52 2.51-.04.05-.03.06-.03.08-.01.04-.02.09v.09l.03.08.03.08.02.04.05.07 2.52 2.51a.5.5 0 00.76-.63l-.05-.07L15.7 18h4.79a.5.5 0 00.5-.41v-.09a.5.5 0 00-.41-.5h-4.88l1.65-1.65a.5.5 0 00.05-.63l-.05-.07a.5.5 0 00-.64-.06zM10 2a5 5 0 110 10 5 5 0 010-10z",
|
|
9380
9348
|
fill: primaryFill
|
|
9381
9349
|
}));
|
|
9382
9350
|
};
|
|
@@ -9389,13 +9357,13 @@ const PersonArrowLeft24RegularIcon = iconProps => {
|
|
|
9389
9357
|
primaryFill
|
|
9390
9358
|
} = iconProps;
|
|
9391
9359
|
return React.createElement("svg", {
|
|
9392
|
-
width:
|
|
9360
|
+
width: 24,
|
|
9393
9361
|
height: 24,
|
|
9394
|
-
viewBox: "0 0
|
|
9362
|
+
viewBox: "0 0 24 24",
|
|
9395
9363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9396
9364
|
className: className
|
|
9397
9365
|
}, React.createElement("path", {
|
|
9398
|
-
d: "M17.
|
|
9366
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm-5.48 2c-.3.46-.53.97-.7 1.5H4.24a.75.75 0 00-.75.75v.9c0 .66.29 1.29.79 1.71C5.54 19.95 7.44 20.5 10 20.5c.6 0 1.16-.03 1.69-.09.25.5.56.96.93 1.38-.8.14-1.68.21-2.62.21-2.89 0-5.13-.66-6.7-2A3.75 3.75 0 012 17.16v-.91C2 15.01 3.01 14 4.25 14h7.77zm4.7.59l-.07.06-2.52 2.51-.04.05-.03.06-.03.08-.01.04-.02.09v.09l.03.08.03.08.02.04.05.07 2.52 2.51a.5.5 0 00.76-.63l-.05-.07L15.7 18h4.79a.5.5 0 00.5-.41v-.09a.5.5 0 00-.41-.5h-4.88l1.65-1.65a.5.5 0 00.05-.63l-.05-.07a.5.5 0 00-.64-.06zM10 2a5 5 0 110 10 5 5 0 010-10zm0 1.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7z",
|
|
9399
9367
|
fill: primaryFill
|
|
9400
9368
|
}));
|
|
9401
9369
|
};
|
|
@@ -9408,13 +9376,13 @@ const PersonArrowRight16FilledIcon = iconProps => {
|
|
|
9408
9376
|
primaryFill
|
|
9409
9377
|
} = iconProps;
|
|
9410
9378
|
return React.createElement("svg", {
|
|
9411
|
-
width:
|
|
9379
|
+
width: 16,
|
|
9412
9380
|
height: 16,
|
|
9413
|
-
viewBox: "0 0
|
|
9381
|
+
viewBox: "0 0 16 16",
|
|
9414
9382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9415
9383
|
className: className
|
|
9416
9384
|
}, React.createElement("path", {
|
|
9417
|
-
d: "M6.
|
|
9385
|
+
d: "M6.33 6.92a5.5 5.5 0 013.3-1.85 2.75 2.75 0 10-3.3 1.85zM5 10.5c0-.9.22-1.75.6-2.5H3.5C2.67 8 2 8.67 2 9.5v.5c0 1.8 1.55 3.65 4.22 3.96A5.48 5.48 0 015 10.5zm10 0a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15.35a.5.5 0 00.15-.35.5.5 0 00-.15-.35l-2-2a.5.5 0 00-.7.7L11.29 10H8.5a.5.5 0 000 1h2.8l-1.15 1.15a.5.5 0 00.7.7l2-2z",
|
|
9418
9386
|
fill: primaryFill
|
|
9419
9387
|
}));
|
|
9420
9388
|
};
|
|
@@ -9427,13 +9395,13 @@ const PersonArrowRight16RegularIcon = iconProps => {
|
|
|
9427
9395
|
primaryFill
|
|
9428
9396
|
} = iconProps;
|
|
9429
9397
|
return React.createElement("svg", {
|
|
9430
|
-
width:
|
|
9398
|
+
width: 16,
|
|
9431
9399
|
height: 16,
|
|
9432
|
-
viewBox: "0 0
|
|
9400
|
+
viewBox: "0 0 16 16",
|
|
9433
9401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9434
9402
|
className: className
|
|
9435
9403
|
}, React.createElement("path", {
|
|
9436
|
-
d: "M2
|
|
9404
|
+
d: "M2 10c0 1.8 1.55 3.65 4.22 3.96a5.5 5.5 0 01-.72-1.16C3.88 12.33 3 11.13 3 10v-.5c0-.28.22-.5.5-.5h1.7c.1-.35.24-.68.4-1H3.5C2.67 8 2 8.67 2 9.5v.5zm7.75-5.75c0 .29-.04.56-.12.82-.49.08-.95.22-1.39.41A1.74 1.74 0 007 2.5a1.75 1.75 0 10.4 3.45c-.4.28-.76.6-1.07.97a2.75 2.75 0 113.42-2.67zM15 10.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15.35a.5.5 0 00.15-.35.5.5 0 00-.15-.35l-2-2a.5.5 0 00-.7.7L11.29 10H8.5a.5.5 0 000 1h2.8l-1.15 1.15a.5.5 0 00.7.7l2-2z",
|
|
9437
9405
|
fill: primaryFill
|
|
9438
9406
|
}));
|
|
9439
9407
|
};
|
|
@@ -9446,13 +9414,13 @@ const PersonArrowRight20FilledIcon = iconProps => {
|
|
|
9446
9414
|
primaryFill
|
|
9447
9415
|
} = iconProps;
|
|
9448
9416
|
return React.createElement("svg", {
|
|
9449
|
-
width:
|
|
9417
|
+
width: 20,
|
|
9450
9418
|
height: 20,
|
|
9451
|
-
viewBox: "0 0
|
|
9419
|
+
viewBox: "0 0 20 20",
|
|
9452
9420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9453
9421
|
className: className
|
|
9454
9422
|
}, React.createElement("path", {
|
|
9455
|
-
d: "M9
|
|
9423
|
+
d: "M9 2a4 4 0 100 8 4 4 0 000-8zm-5 9a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 009 18c.41 0 .82-.02 1.21-.06a5.48 5.48 0 01.05-6.94H4zm15 3.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15.35a.5.5 0 00.15-.35.5.5 0 00-.15-.35l-2-2a.5.5 0 00-.7.7L15.29 14H12.5a.5.5 0 000 1h2.8l-1.15 1.15a.5.5 0 00.7.7l2-2z",
|
|
9456
9424
|
fill: primaryFill
|
|
9457
9425
|
}));
|
|
9458
9426
|
};
|
|
@@ -9465,13 +9433,13 @@ const PersonArrowRight20RegularIcon = iconProps => {
|
|
|
9465
9433
|
primaryFill
|
|
9466
9434
|
} = iconProps;
|
|
9467
9435
|
return React.createElement("svg", {
|
|
9468
|
-
width:
|
|
9436
|
+
width: 20,
|
|
9469
9437
|
height: 20,
|
|
9470
|
-
viewBox: "0 0
|
|
9438
|
+
viewBox: "0 0 20 20",
|
|
9471
9439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9472
9440
|
className: className
|
|
9473
9441
|
}, React.createElement("path", {
|
|
9474
|
-
d: "M9
|
|
9442
|
+
d: "M9 2a4 4 0 100 8 4 4 0 000-8zM6 6a3 3 0 116 0 3 3 0 01-6 0zm-2 5a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 009 18c.41 0 .82-.02 1.21-.06A5.5 5.5 0 019.6 17 12 12 0 019 17a8.16 8.16 0 01-4.33-1.05A3.36 3.36 0 013 13a1 1 0 011-1h5.6c.18-.36.4-.7.66-1H4zm15 3.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15.35a.5.5 0 00.15-.35.5.5 0 00-.15-.35l-2-2a.5.5 0 00-.7.7L15.29 14H12.5a.5.5 0 000 1h2.8l-1.15 1.15a.5.5 0 00.7.7l2-2z",
|
|
9475
9443
|
fill: primaryFill
|
|
9476
9444
|
}));
|
|
9477
9445
|
};
|
|
@@ -9484,13 +9452,13 @@ const PersonArrowRight24FilledIcon = iconProps => {
|
|
|
9484
9452
|
primaryFill
|
|
9485
9453
|
} = iconProps;
|
|
9486
9454
|
return React.createElement("svg", {
|
|
9487
|
-
width:
|
|
9455
|
+
width: 24,
|
|
9488
9456
|
height: 24,
|
|
9489
|
-
viewBox: "0 0
|
|
9457
|
+
viewBox: "0 0 24 24",
|
|
9490
9458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9491
9459
|
className: className
|
|
9492
9460
|
}, React.createElement("path", {
|
|
9493
|
-
d: "M11
|
|
9461
|
+
d: "M11 17.5c0-1.29.37-2.49 1.02-3.5H4.25C3.01 14 2 15 2 16.25v.92c0 .57.18 1.13.51 1.6C4.06 20.92 6.58 22 10 22c.93 0 1.8-.08 2.6-.24A6.47 6.47 0 0111 17.5zM10 2a5 5 0 110 10 5 5 0 010-10zm13 15.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-4.65-2.85a.5.5 0 00-.7.7L19.29 17H15a.5.5 0 100 1h4.3l-1.65 1.65a.5.5 0 00.7.7l2.5-2.5a.5.5 0 00.15-.34v-.01a.5.5 0 00-.15-.36l-2.5-2.5z",
|
|
9494
9462
|
fill: primaryFill
|
|
9495
9463
|
}));
|
|
9496
9464
|
};
|
|
@@ -9503,13 +9471,13 @@ const PersonArrowRight24RegularIcon = iconProps => {
|
|
|
9503
9471
|
primaryFill
|
|
9504
9472
|
} = iconProps;
|
|
9505
9473
|
return React.createElement("svg", {
|
|
9506
|
-
width:
|
|
9474
|
+
width: 24,
|
|
9507
9475
|
height: 24,
|
|
9508
|
-
viewBox: "0 0
|
|
9476
|
+
viewBox: "0 0 24 24",
|
|
9509
9477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9510
9478
|
className: className
|
|
9511
9479
|
}, React.createElement("path", {
|
|
9512
|
-
d: "M11.
|
|
9480
|
+
d: "M11.31 15.5c.18-.53.42-1.04.71-1.5H4.25C3.01 14 2 15 2 16.25v.58c0 .89.32 1.75.9 2.43C4.47 21.1 6.85 22 10 22c.93 0 1.8-.08 2.6-.24a6.51 6.51 0 01-.92-1.36c-.52.07-1.08.1-1.68.1-2.74 0-4.7-.74-5.96-2.21-.35-.4-.54-.93-.54-1.46v-.58c0-.41.34-.75.75-.75h7.06zM10 2a5 5 0 110 10 5 5 0 010-10zm0 1.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm13 14a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-4.65-2.85a.5.5 0 00-.7.7L19.29 17H15a.5.5 0 100 1h4.3l-1.65 1.65a.5.5 0 00.7.7l2.5-2.5a.5.5 0 00.15-.34v-.01a.5.5 0 00-.15-.36l-2.5-2.5z",
|
|
9513
9481
|
fill: primaryFill
|
|
9514
9482
|
}));
|
|
9515
9483
|
};
|
|
@@ -9560,13 +9528,13 @@ const PersonAvailable20FilledIcon = iconProps => {
|
|
|
9560
9528
|
primaryFill
|
|
9561
9529
|
} = iconProps;
|
|
9562
9530
|
return React.createElement("svg", {
|
|
9563
|
-
width:
|
|
9531
|
+
width: 20,
|
|
9564
9532
|
height: 20,
|
|
9565
|
-
viewBox: "0 0
|
|
9533
|
+
viewBox: "0 0 20 20",
|
|
9566
9534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9567
9535
|
className: className
|
|
9568
9536
|
}, React.createElement("path", {
|
|
9569
|
-
d: "M5
|
|
9537
|
+
d: "M5 6a4 4 0 118 0 4 4 0 01-8 0zm-3 7a2 2 0 012-2h6.26a5.48 5.48 0 00-.05 6.94c-.4.04-.8.06-1.21.06a9.14 9.14 0 01-4.87-1.2A4.35 4.35 0 012 13zm17 1.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15-1.85a.5.5 0 00-.7 0l-2.65 2.64-.65-.64a.5.5 0 00-.7.7l1 1c.2.2.5.2.7 0l3-3a.5.5 0 000-.7z",
|
|
9570
9538
|
fill: primaryFill
|
|
9571
9539
|
}));
|
|
9572
9540
|
};
|
|
@@ -9579,13 +9547,13 @@ const PersonAvailable20RegularIcon = iconProps => {
|
|
|
9579
9547
|
primaryFill
|
|
9580
9548
|
} = iconProps;
|
|
9581
9549
|
return React.createElement("svg", {
|
|
9582
|
-
width:
|
|
9550
|
+
width: 20,
|
|
9583
9551
|
height: 20,
|
|
9584
|
-
viewBox: "0 0
|
|
9552
|
+
viewBox: "0 0 20 20",
|
|
9585
9553
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9586
9554
|
className: className
|
|
9587
9555
|
}, React.createElement("path", {
|
|
9588
|
-
d: "M5
|
|
9556
|
+
d: "M5 6a4 4 0 118 0 4 4 0 01-8 0zm4-3a3 3 0 100 6 3 3 0 000-6zM2 13a2 2 0 012-2h6.26c-.26.3-.48.64-.66 1H4a1 1 0 00-1 1c0 1.3.62 2.28 1.67 2.95A8.16 8.16 0 009 17l.6-.01c.17.34.37.66.61.95-.4.04-.8.06-1.21.06a9.14 9.14 0 01-4.87-1.2A4.35 4.35 0 012 13zm17 1.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15-1.85a.5.5 0 00-.7 0l-2.65 2.64-.65-.64a.5.5 0 00-.7.7l1 1c.2.2.5.2.7 0l3-3a.5.5 0 000-.7z",
|
|
9589
9557
|
fill: primaryFill
|
|
9590
9558
|
}));
|
|
9591
9559
|
};
|
|
@@ -9598,13 +9566,13 @@ const PersonAvailable24FilledIcon = iconProps => {
|
|
|
9598
9566
|
primaryFill
|
|
9599
9567
|
} = iconProps;
|
|
9600
9568
|
return React.createElement("svg", {
|
|
9601
|
-
width:
|
|
9569
|
+
width: 24,
|
|
9602
9570
|
height: 24,
|
|
9603
|
-
viewBox: "0 0
|
|
9571
|
+
viewBox: "0 0 24 24",
|
|
9604
9572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9605
9573
|
className: className
|
|
9606
9574
|
}, React.createElement("path", {
|
|
9607
|
-
d: "M17.
|
|
9575
|
+
d: "M17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm-5.48 2a6.47 6.47 0 00.57 7.76c-.8.16-1.66.24-2.59.24-3.42 0-5.94-1.07-7.49-3.24a2.75 2.75 0 01-.5-1.6v-.91C2 15 3 14 4.24 14h7.77zm2.83 3.15a.5.5 0 10-.7.7l2 2c.2.2.5.2.7 0l4-4a.5.5 0 10-.7-.7l-3.65 3.64-1.65-1.64zM10 2a5 5 0 110 10 5 5 0 010-10z",
|
|
9608
9576
|
fill: primaryFill
|
|
9609
9577
|
}));
|
|
9610
9578
|
};
|