@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
|
@@ -7911,13 +7911,13 @@ const PeopleSearch24FilledIcon = iconProps => {
|
|
|
7911
7911
|
primaryFill
|
|
7912
7912
|
} = iconProps;
|
|
7913
7913
|
return React.createElement("svg", {
|
|
7914
|
-
width:
|
|
7914
|
+
width: 24,
|
|
7915
7915
|
height: 24,
|
|
7916
|
-
viewBox: "0 0
|
|
7916
|
+
viewBox: "0 0 24 24",
|
|
7917
7917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7918
7918
|
className: className
|
|
7919
7919
|
}, React.createElement("path", {
|
|
7920
|
-
d: "
|
|
7920
|
+
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",
|
|
7921
7921
|
fill: primaryFill
|
|
7922
7922
|
}));
|
|
7923
7923
|
};
|
|
@@ -7930,13 +7930,13 @@ const PeopleSearch24RegularIcon = iconProps => {
|
|
|
7930
7930
|
primaryFill
|
|
7931
7931
|
} = iconProps;
|
|
7932
7932
|
return React.createElement("svg", {
|
|
7933
|
-
width:
|
|
7933
|
+
width: 24,
|
|
7934
7934
|
height: 24,
|
|
7935
|
-
viewBox: "0 0
|
|
7935
|
+
viewBox: "0 0 24 24",
|
|
7936
7936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7937
7937
|
className: className
|
|
7938
7938
|
}, React.createElement("path", {
|
|
7939
|
-
d: "
|
|
7939
|
+
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",
|
|
7940
7940
|
fill: primaryFill
|
|
7941
7941
|
}));
|
|
7942
7942
|
};
|
|
@@ -7949,13 +7949,13 @@ const PeopleSettings20FilledIcon = iconProps => {
|
|
|
7949
7949
|
primaryFill
|
|
7950
7950
|
} = iconProps;
|
|
7951
7951
|
return React.createElement("svg", {
|
|
7952
|
-
width:
|
|
7952
|
+
width: 20,
|
|
7953
7953
|
height: 20,
|
|
7954
|
-
viewBox: "0 0
|
|
7954
|
+
viewBox: "0 0 20 20",
|
|
7955
7955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7956
7956
|
className: className
|
|
7957
7957
|
}, React.createElement("path", {
|
|
7958
|
-
d: "M11
|
|
7958
|
+
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",
|
|
7959
7959
|
fill: primaryFill
|
|
7960
7960
|
}));
|
|
7961
7961
|
};
|
|
@@ -7968,13 +7968,13 @@ const PeopleSettings20RegularIcon = iconProps => {
|
|
|
7968
7968
|
primaryFill
|
|
7969
7969
|
} = iconProps;
|
|
7970
7970
|
return React.createElement("svg", {
|
|
7971
|
-
width:
|
|
7971
|
+
width: 20,
|
|
7972
7972
|
height: 20,
|
|
7973
|
-
viewBox: "0 0
|
|
7973
|
+
viewBox: "0 0 20 20",
|
|
7974
7974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7975
7975
|
className: className
|
|
7976
7976
|
}, React.createElement("path", {
|
|
7977
|
-
d: "M11
|
|
7977
|
+
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",
|
|
7978
7978
|
fill: primaryFill
|
|
7979
7979
|
}));
|
|
7980
7980
|
};
|
|
@@ -7987,13 +7987,13 @@ const PeopleSettings24FilledIcon = iconProps => {
|
|
|
7987
7987
|
primaryFill
|
|
7988
7988
|
} = iconProps;
|
|
7989
7989
|
return React.createElement("svg", {
|
|
7990
|
-
width:
|
|
7990
|
+
width: 24,
|
|
7991
7991
|
height: 24,
|
|
7992
|
-
viewBox: "0 0
|
|
7992
|
+
viewBox: "0 0 24 24",
|
|
7993
7993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7994
7994
|
className: className
|
|
7995
7995
|
}, React.createElement("path", {
|
|
7996
|
-
d: "M3.
|
|
7996
|
+
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",
|
|
7997
7997
|
fill: primaryFill
|
|
7998
7998
|
}));
|
|
7999
7999
|
};
|
|
@@ -8006,13 +8006,13 @@ const PeopleSettings24RegularIcon = iconProps => {
|
|
|
8006
8006
|
primaryFill
|
|
8007
8007
|
} = iconProps;
|
|
8008
8008
|
return React.createElement("svg", {
|
|
8009
|
-
width:
|
|
8009
|
+
width: 24,
|
|
8010
8010
|
height: 24,
|
|
8011
|
-
viewBox: "0 0
|
|
8011
|
+
viewBox: "0 0 24 24",
|
|
8012
8012
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8013
8013
|
className: className
|
|
8014
8014
|
}, React.createElement("path", {
|
|
8015
|
-
d: "
|
|
8015
|
+
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",
|
|
8016
8016
|
fill: primaryFill
|
|
8017
8017
|
}));
|
|
8018
8018
|
};
|
|
@@ -8025,13 +8025,13 @@ const PeopleSettings28FilledIcon = iconProps => {
|
|
|
8025
8025
|
primaryFill
|
|
8026
8026
|
} = iconProps;
|
|
8027
8027
|
return React.createElement("svg", {
|
|
8028
|
-
width:
|
|
8028
|
+
width: 28,
|
|
8029
8029
|
height: 28,
|
|
8030
|
-
viewBox: "0 0
|
|
8030
|
+
viewBox: "0 0 28 28",
|
|
8031
8031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8032
8032
|
className: className
|
|
8033
8033
|
}, React.createElement("path", {
|
|
8034
|
-
d: "M15.
|
|
8034
|
+
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",
|
|
8035
8035
|
fill: primaryFill
|
|
8036
8036
|
}));
|
|
8037
8037
|
};
|
|
@@ -8044,13 +8044,13 @@ const PeopleSettings28RegularIcon = iconProps => {
|
|
|
8044
8044
|
primaryFill
|
|
8045
8045
|
} = iconProps;
|
|
8046
8046
|
return React.createElement("svg", {
|
|
8047
|
-
width:
|
|
8047
|
+
width: 28,
|
|
8048
8048
|
height: 28,
|
|
8049
|
-
viewBox: "0 0
|
|
8049
|
+
viewBox: "0 0 28 28",
|
|
8050
8050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8051
8051
|
className: className
|
|
8052
8052
|
}, React.createElement("path", {
|
|
8053
|
-
d: "M15.
|
|
8053
|
+
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",
|
|
8054
8054
|
fill: primaryFill
|
|
8055
8055
|
}));
|
|
8056
8056
|
};
|
|
@@ -8063,13 +8063,13 @@ const PeopleSwap16FilledIcon = iconProps => {
|
|
|
8063
8063
|
primaryFill
|
|
8064
8064
|
} = iconProps;
|
|
8065
8065
|
return React.createElement("svg", {
|
|
8066
|
-
width:
|
|
8066
|
+
width: 16,
|
|
8067
8067
|
height: 16,
|
|
8068
|
-
viewBox: "0 0
|
|
8068
|
+
viewBox: "0 0 16 16",
|
|
8069
8069
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8070
8070
|
className: className
|
|
8071
8071
|
}, React.createElement("path", {
|
|
8072
|
-
d: "M8.
|
|
8072
|
+
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",
|
|
8073
8073
|
fill: primaryFill
|
|
8074
8074
|
}));
|
|
8075
8075
|
};
|
|
@@ -8082,13 +8082,13 @@ const PeopleSwap16RegularIcon = iconProps => {
|
|
|
8082
8082
|
primaryFill
|
|
8083
8083
|
} = iconProps;
|
|
8084
8084
|
return React.createElement("svg", {
|
|
8085
|
-
width:
|
|
8085
|
+
width: 16,
|
|
8086
8086
|
height: 16,
|
|
8087
|
-
viewBox: "0 0
|
|
8087
|
+
viewBox: "0 0 16 16",
|
|
8088
8088
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8089
8089
|
className: className
|
|
8090
8090
|
}, React.createElement("path", {
|
|
8091
|
-
d: "M8.
|
|
8091
|
+
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",
|
|
8092
8092
|
fill: primaryFill
|
|
8093
8093
|
}));
|
|
8094
8094
|
};
|
|
@@ -8101,13 +8101,13 @@ const PeopleSwap20FilledIcon = iconProps => {
|
|
|
8101
8101
|
primaryFill
|
|
8102
8102
|
} = iconProps;
|
|
8103
8103
|
return React.createElement("svg", {
|
|
8104
|
-
width:
|
|
8104
|
+
width: 20,
|
|
8105
8105
|
height: 20,
|
|
8106
|
-
viewBox: "0 0
|
|
8106
|
+
viewBox: "0 0 20 20",
|
|
8107
8107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8108
8108
|
className: className
|
|
8109
8109
|
}, React.createElement("path", {
|
|
8110
|
-
d: "M13
|
|
8110
|
+
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",
|
|
8111
8111
|
fill: primaryFill
|
|
8112
8112
|
}));
|
|
8113
8113
|
};
|
|
@@ -8120,13 +8120,13 @@ const PeopleSwap20RegularIcon = iconProps => {
|
|
|
8120
8120
|
primaryFill
|
|
8121
8121
|
} = iconProps;
|
|
8122
8122
|
return React.createElement("svg", {
|
|
8123
|
-
width:
|
|
8123
|
+
width: 20,
|
|
8124
8124
|
height: 20,
|
|
8125
|
-
viewBox: "0 0
|
|
8125
|
+
viewBox: "0 0 20 20",
|
|
8126
8126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8127
8127
|
className: className
|
|
8128
8128
|
}, React.createElement("path", {
|
|
8129
|
-
d: "M13
|
|
8129
|
+
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",
|
|
8130
8130
|
fill: primaryFill
|
|
8131
8131
|
}));
|
|
8132
8132
|
};
|
|
@@ -8139,13 +8139,13 @@ const PeopleSwap24FilledIcon = iconProps => {
|
|
|
8139
8139
|
primaryFill
|
|
8140
8140
|
} = iconProps;
|
|
8141
8141
|
return React.createElement("svg", {
|
|
8142
|
-
width:
|
|
8142
|
+
width: 24,
|
|
8143
8143
|
height: 24,
|
|
8144
|
-
viewBox: "0 0
|
|
8144
|
+
viewBox: "0 0 24 24",
|
|
8145
8145
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8146
8146
|
className: className
|
|
8147
8147
|
}, React.createElement("path", {
|
|
8148
|
-
d: "M13.
|
|
8148
|
+
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",
|
|
8149
8149
|
fill: primaryFill
|
|
8150
8150
|
}));
|
|
8151
8151
|
};
|
|
@@ -8158,13 +8158,13 @@ const PeopleSwap24RegularIcon = iconProps => {
|
|
|
8158
8158
|
primaryFill
|
|
8159
8159
|
} = iconProps;
|
|
8160
8160
|
return React.createElement("svg", {
|
|
8161
|
-
width:
|
|
8161
|
+
width: 24,
|
|
8162
8162
|
height: 24,
|
|
8163
|
-
viewBox: "0 0
|
|
8163
|
+
viewBox: "0 0 24 24",
|
|
8164
8164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8165
8165
|
className: className
|
|
8166
8166
|
}, React.createElement("path", {
|
|
8167
|
-
d: "
|
|
8167
|
+
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",
|
|
8168
8168
|
fill: primaryFill
|
|
8169
8169
|
}));
|
|
8170
8170
|
};
|
|
@@ -8177,13 +8177,13 @@ const PeopleSwap28FilledIcon = iconProps => {
|
|
|
8177
8177
|
primaryFill
|
|
8178
8178
|
} = iconProps;
|
|
8179
8179
|
return React.createElement("svg", {
|
|
8180
|
-
width:
|
|
8180
|
+
width: 28,
|
|
8181
8181
|
height: 28,
|
|
8182
|
-
viewBox: "0 0
|
|
8182
|
+
viewBox: "0 0 28 28",
|
|
8183
8183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8184
8184
|
className: className
|
|
8185
8185
|
}, React.createElement("path", {
|
|
8186
|
-
d: "
|
|
8186
|
+
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",
|
|
8187
8187
|
fill: primaryFill
|
|
8188
8188
|
}));
|
|
8189
8189
|
};
|
|
@@ -8196,13 +8196,13 @@ const PeopleSwap28RegularIcon = iconProps => {
|
|
|
8196
8196
|
primaryFill
|
|
8197
8197
|
} = iconProps;
|
|
8198
8198
|
return React.createElement("svg", {
|
|
8199
|
-
width:
|
|
8199
|
+
width: 28,
|
|
8200
8200
|
height: 28,
|
|
8201
|
-
viewBox: "0 0
|
|
8201
|
+
viewBox: "0 0 28 28",
|
|
8202
8202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8203
8203
|
className: className
|
|
8204
8204
|
}, React.createElement("path", {
|
|
8205
|
-
d: "
|
|
8205
|
+
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",
|
|
8206
8206
|
fill: primaryFill
|
|
8207
8207
|
}));
|
|
8208
8208
|
};
|
|
@@ -8215,23 +8215,15 @@ const PeopleSync16FilledIcon = iconProps => {
|
|
|
8215
8215
|
primaryFill
|
|
8216
8216
|
} = iconProps;
|
|
8217
8217
|
return React.createElement("svg", {
|
|
8218
|
-
width:
|
|
8218
|
+
width: 16,
|
|
8219
8219
|
height: 16,
|
|
8220
|
-
viewBox: "0 0
|
|
8220
|
+
viewBox: "0 0 16 16",
|
|
8221
8221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8222
8222
|
className: className
|
|
8223
|
-
}, React.createElement("g", {
|
|
8224
|
-
clipPath: "url(#clip0_116090_1206)"
|
|
8225
8223
|
}, React.createElement("path", {
|
|
8226
|
-
d: "M9.
|
|
8224
|
+
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",
|
|
8227
8225
|
fill: primaryFill
|
|
8228
|
-
}))
|
|
8229
|
-
id: "clip0_116090_1206"
|
|
8230
|
-
}, React.createElement("path", {
|
|
8231
|
-
fill: "#fff",
|
|
8232
|
-
transform: "translate(.42)",
|
|
8233
|
-
d: "M0 0h16v16H0z"
|
|
8234
|
-
}))));
|
|
8226
|
+
}));
|
|
8235
8227
|
};
|
|
8236
8228
|
|
|
8237
8229
|
exports.PeopleSync16Filled = wrapIcon_1.default( /*#__PURE__*/PeopleSync16FilledIcon({}), 'PeopleSync16Filled');
|
|
@@ -8242,23 +8234,15 @@ const PeopleSync16RegularIcon = iconProps => {
|
|
|
8242
8234
|
primaryFill
|
|
8243
8235
|
} = iconProps;
|
|
8244
8236
|
return React.createElement("svg", {
|
|
8245
|
-
width:
|
|
8237
|
+
width: 16,
|
|
8246
8238
|
height: 16,
|
|
8247
|
-
viewBox: "0 0
|
|
8239
|
+
viewBox: "0 0 16 16",
|
|
8248
8240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8249
8241
|
className: className
|
|
8250
|
-
}, React.createElement("g", {
|
|
8251
|
-
clipPath: "url(#clip0_116090_1207)"
|
|
8252
8242
|
}, React.createElement("path", {
|
|
8253
|
-
d: "M9.
|
|
8243
|
+
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",
|
|
8254
8244
|
fill: primaryFill
|
|
8255
|
-
}))
|
|
8256
|
-
id: "clip0_116090_1207"
|
|
8257
|
-
}, React.createElement("path", {
|
|
8258
|
-
fill: "#fff",
|
|
8259
|
-
transform: "translate(.42)",
|
|
8260
|
-
d: "M0 0h16v16H0z"
|
|
8261
|
-
}))));
|
|
8245
|
+
}));
|
|
8262
8246
|
};
|
|
8263
8247
|
|
|
8264
8248
|
exports.PeopleSync16Regular = wrapIcon_1.default( /*#__PURE__*/PeopleSync16RegularIcon({}), 'PeopleSync16Regular');
|
|
@@ -8269,13 +8253,13 @@ const PeopleSync20FilledIcon = iconProps => {
|
|
|
8269
8253
|
primaryFill
|
|
8270
8254
|
} = iconProps;
|
|
8271
8255
|
return React.createElement("svg", {
|
|
8272
|
-
width:
|
|
8256
|
+
width: 20,
|
|
8273
8257
|
height: 20,
|
|
8274
|
-
viewBox: "0 0
|
|
8258
|
+
viewBox: "0 0 20 20",
|
|
8275
8259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8276
8260
|
className: className
|
|
8277
8261
|
}, React.createElement("path", {
|
|
8278
|
-
d: "M11
|
|
8262
|
+
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",
|
|
8279
8263
|
fill: primaryFill
|
|
8280
8264
|
}));
|
|
8281
8265
|
};
|
|
@@ -8288,13 +8272,13 @@ const PeopleSync20RegularIcon = iconProps => {
|
|
|
8288
8272
|
primaryFill
|
|
8289
8273
|
} = iconProps;
|
|
8290
8274
|
return React.createElement("svg", {
|
|
8291
|
-
width:
|
|
8275
|
+
width: 20,
|
|
8292
8276
|
height: 20,
|
|
8293
|
-
viewBox: "0 0
|
|
8277
|
+
viewBox: "0 0 20 20",
|
|
8294
8278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8295
8279
|
className: className
|
|
8296
8280
|
}, React.createElement("path", {
|
|
8297
|
-
d: "M11
|
|
8281
|
+
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",
|
|
8298
8282
|
fill: primaryFill
|
|
8299
8283
|
}));
|
|
8300
8284
|
};
|
|
@@ -8307,13 +8291,13 @@ const PeopleTeam16FilledIcon = iconProps => {
|
|
|
8307
8291
|
primaryFill
|
|
8308
8292
|
} = iconProps;
|
|
8309
8293
|
return React.createElement("svg", {
|
|
8310
|
-
width:
|
|
8294
|
+
width: 16,
|
|
8311
8295
|
height: 16,
|
|
8312
|
-
viewBox: "0 0
|
|
8296
|
+
viewBox: "0 0 16 16",
|
|
8313
8297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8314
8298
|
className: className
|
|
8315
8299
|
}, React.createElement("path", {
|
|
8316
|
-
d: "M8
|
|
8300
|
+
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",
|
|
8317
8301
|
fill: primaryFill
|
|
8318
8302
|
}));
|
|
8319
8303
|
};
|
|
@@ -8326,13 +8310,13 @@ const PeopleTeam16RegularIcon = iconProps => {
|
|
|
8326
8310
|
primaryFill
|
|
8327
8311
|
} = iconProps;
|
|
8328
8312
|
return React.createElement("svg", {
|
|
8329
|
-
width:
|
|
8313
|
+
width: 16,
|
|
8330
8314
|
height: 16,
|
|
8331
|
-
viewBox: "0 0
|
|
8315
|
+
viewBox: "0 0 16 16",
|
|
8332
8316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8333
8317
|
className: className
|
|
8334
8318
|
}, React.createElement("path", {
|
|
8335
|
-
d: "M6
|
|
8319
|
+
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",
|
|
8336
8320
|
fill: primaryFill
|
|
8337
8321
|
}));
|
|
8338
8322
|
};
|
|
@@ -8345,13 +8329,13 @@ const PeopleTeam20FilledIcon = iconProps => {
|
|
|
8345
8329
|
primaryFill
|
|
8346
8330
|
} = iconProps;
|
|
8347
8331
|
return React.createElement("svg", {
|
|
8348
|
-
width:
|
|
8332
|
+
width: 20,
|
|
8349
8333
|
height: 20,
|
|
8350
|
-
viewBox: "0 0
|
|
8334
|
+
viewBox: "0 0 20 20",
|
|
8351
8335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8352
8336
|
className: className
|
|
8353
8337
|
}, React.createElement("path", {
|
|
8354
|
-
d: "M12.
|
|
8338
|
+
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",
|
|
8355
8339
|
fill: primaryFill
|
|
8356
8340
|
}));
|
|
8357
8341
|
};
|
|
@@ -8364,13 +8348,13 @@ const PeopleTeam20RegularIcon = iconProps => {
|
|
|
8364
8348
|
primaryFill
|
|
8365
8349
|
} = iconProps;
|
|
8366
8350
|
return React.createElement("svg", {
|
|
8367
|
-
width:
|
|
8351
|
+
width: 20,
|
|
8368
8352
|
height: 20,
|
|
8369
|
-
viewBox: "0 0
|
|
8353
|
+
viewBox: "0 0 20 20",
|
|
8370
8354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8371
8355
|
className: className
|
|
8372
8356
|
}, React.createElement("path", {
|
|
8373
|
-
d: "M12.
|
|
8357
|
+
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",
|
|
8374
8358
|
fill: primaryFill
|
|
8375
8359
|
}));
|
|
8376
8360
|
};
|
|
@@ -8383,13 +8367,13 @@ const PeopleTeam24FilledIcon = iconProps => {
|
|
|
8383
8367
|
primaryFill
|
|
8384
8368
|
} = iconProps;
|
|
8385
8369
|
return React.createElement("svg", {
|
|
8386
|
-
width:
|
|
8370
|
+
width: 24,
|
|
8387
8371
|
height: 24,
|
|
8388
|
-
viewBox: "0 0
|
|
8372
|
+
viewBox: "0 0 24 24",
|
|
8389
8373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8390
8374
|
className: className
|
|
8391
8375
|
}, React.createElement("path", {
|
|
8392
|
-
d: "
|
|
8376
|
+
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",
|
|
8393
8377
|
fill: primaryFill
|
|
8394
8378
|
}));
|
|
8395
8379
|
};
|
|
@@ -8402,13 +8386,13 @@ const PeopleTeam24RegularIcon = iconProps => {
|
|
|
8402
8386
|
primaryFill
|
|
8403
8387
|
} = iconProps;
|
|
8404
8388
|
return React.createElement("svg", {
|
|
8405
|
-
width:
|
|
8389
|
+
width: 24,
|
|
8406
8390
|
height: 24,
|
|
8407
|
-
viewBox: "0 0
|
|
8391
|
+
viewBox: "0 0 24 24",
|
|
8408
8392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8409
8393
|
className: className
|
|
8410
8394
|
}, React.createElement("path", {
|
|
8411
|
-
d: "
|
|
8395
|
+
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",
|
|
8412
8396
|
fill: primaryFill
|
|
8413
8397
|
}));
|
|
8414
8398
|
};
|
|
@@ -8421,13 +8405,13 @@ const PeopleTeam28FilledIcon = iconProps => {
|
|
|
8421
8405
|
primaryFill
|
|
8422
8406
|
} = iconProps;
|
|
8423
8407
|
return React.createElement("svg", {
|
|
8424
|
-
width:
|
|
8408
|
+
width: 28,
|
|
8425
8409
|
height: 28,
|
|
8426
|
-
viewBox: "0 0
|
|
8410
|
+
viewBox: "0 0 28 28",
|
|
8427
8411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8428
8412
|
className: className
|
|
8429
8413
|
}, React.createElement("path", {
|
|
8430
|
-
d: "
|
|
8414
|
+
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",
|
|
8431
8415
|
fill: primaryFill
|
|
8432
8416
|
}));
|
|
8433
8417
|
};
|
|
@@ -8440,13 +8424,13 @@ const PeopleTeam28RegularIcon = iconProps => {
|
|
|
8440
8424
|
primaryFill
|
|
8441
8425
|
} = iconProps;
|
|
8442
8426
|
return React.createElement("svg", {
|
|
8443
|
-
width:
|
|
8427
|
+
width: 28,
|
|
8444
8428
|
height: 28,
|
|
8445
|
-
viewBox: "0 0
|
|
8429
|
+
viewBox: "0 0 28 28",
|
|
8446
8430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8447
8431
|
className: className
|
|
8448
8432
|
}, React.createElement("path", {
|
|
8449
|
-
d: "M17.
|
|
8433
|
+
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",
|
|
8450
8434
|
fill: primaryFill
|
|
8451
8435
|
}));
|
|
8452
8436
|
};
|
|
@@ -8459,13 +8443,13 @@ const PeopleTeam32FilledIcon = iconProps => {
|
|
|
8459
8443
|
primaryFill
|
|
8460
8444
|
} = iconProps;
|
|
8461
8445
|
return React.createElement("svg", {
|
|
8462
|
-
width:
|
|
8446
|
+
width: 32,
|
|
8463
8447
|
height: 32,
|
|
8464
|
-
viewBox: "0 0
|
|
8448
|
+
viewBox: "0 0 32 32",
|
|
8465
8449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8466
8450
|
className: className
|
|
8467
8451
|
}, React.createElement("path", {
|
|
8468
|
-
d: "M20
|
|
8452
|
+
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",
|
|
8469
8453
|
fill: primaryFill
|
|
8470
8454
|
}));
|
|
8471
8455
|
};
|
|
@@ -8478,13 +8462,13 @@ const PeopleTeam32RegularIcon = iconProps => {
|
|
|
8478
8462
|
primaryFill
|
|
8479
8463
|
} = iconProps;
|
|
8480
8464
|
return React.createElement("svg", {
|
|
8481
|
-
width:
|
|
8465
|
+
width: 32,
|
|
8482
8466
|
height: 32,
|
|
8483
|
-
viewBox: "0 0
|
|
8467
|
+
viewBox: "0 0 32 32",
|
|
8484
8468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8485
8469
|
className: className
|
|
8486
8470
|
}, React.createElement("path", {
|
|
8487
|
-
d: "M16
|
|
8471
|
+
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",
|
|
8488
8472
|
fill: primaryFill
|
|
8489
8473
|
}));
|
|
8490
8474
|
};
|
|
@@ -8497,13 +8481,13 @@ const PeopleTeamAdd20FilledIcon = iconProps => {
|
|
|
8497
8481
|
primaryFill
|
|
8498
8482
|
} = iconProps;
|
|
8499
8483
|
return React.createElement("svg", {
|
|
8500
|
-
width:
|
|
8484
|
+
width: 20,
|
|
8501
8485
|
height: 20,
|
|
8502
|
-
viewBox: "0 0
|
|
8486
|
+
viewBox: "0 0 20 20",
|
|
8503
8487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8504
8488
|
className: className
|
|
8505
8489
|
}, React.createElement("path", {
|
|
8506
|
-
d: "M12.
|
|
8490
|
+
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",
|
|
8507
8491
|
fill: primaryFill
|
|
8508
8492
|
}));
|
|
8509
8493
|
};
|
|
@@ -8516,13 +8500,13 @@ const PeopleTeamAdd20RegularIcon = iconProps => {
|
|
|
8516
8500
|
primaryFill
|
|
8517
8501
|
} = iconProps;
|
|
8518
8502
|
return React.createElement("svg", {
|
|
8519
|
-
width:
|
|
8503
|
+
width: 20,
|
|
8520
8504
|
height: 20,
|
|
8521
|
-
viewBox: "0 0
|
|
8505
|
+
viewBox: "0 0 20 20",
|
|
8522
8506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8523
8507
|
className: className
|
|
8524
8508
|
}, React.createElement("path", {
|
|
8525
|
-
d: "M12.
|
|
8509
|
+
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",
|
|
8526
8510
|
fill: primaryFill
|
|
8527
8511
|
}));
|
|
8528
8512
|
};
|
|
@@ -8535,13 +8519,13 @@ const PeopleTeamAdd24FilledIcon = iconProps => {
|
|
|
8535
8519
|
primaryFill
|
|
8536
8520
|
} = iconProps;
|
|
8537
8521
|
return React.createElement("svg", {
|
|
8538
|
-
width:
|
|
8522
|
+
width: 24,
|
|
8539
8523
|
height: 24,
|
|
8540
|
-
viewBox: "0 0
|
|
8524
|
+
viewBox: "0 0 24 24",
|
|
8541
8525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8542
8526
|
className: className
|
|
8543
8527
|
}, React.createElement("path", {
|
|
8544
|
-
d: "M17.
|
|
8528
|
+
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",
|
|
8545
8529
|
fill: primaryFill
|
|
8546
8530
|
}));
|
|
8547
8531
|
};
|
|
@@ -8554,13 +8538,13 @@ const PeopleTeamAdd24RegularIcon = iconProps => {
|
|
|
8554
8538
|
primaryFill
|
|
8555
8539
|
} = iconProps;
|
|
8556
8540
|
return React.createElement("svg", {
|
|
8557
|
-
width:
|
|
8541
|
+
width: 24,
|
|
8558
8542
|
height: 24,
|
|
8559
|
-
viewBox: "0 0
|
|
8543
|
+
viewBox: "0 0 24 24",
|
|
8560
8544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8561
8545
|
className: className
|
|
8562
8546
|
}, React.createElement("path", {
|
|
8563
|
-
d: "M17.
|
|
8547
|
+
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",
|
|
8564
8548
|
fill: primaryFill
|
|
8565
8549
|
}));
|
|
8566
8550
|
};
|
|
@@ -8573,13 +8557,13 @@ const PeopleTeamDelete24FilledIcon = iconProps => {
|
|
|
8573
8557
|
primaryFill
|
|
8574
8558
|
} = iconProps;
|
|
8575
8559
|
return React.createElement("svg", {
|
|
8576
|
-
width:
|
|
8560
|
+
width: 24,
|
|
8577
8561
|
height: 24,
|
|
8578
|
-
viewBox: "0 0
|
|
8562
|
+
viewBox: "0 0 24 24",
|
|
8579
8563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8580
8564
|
className: className
|
|
8581
8565
|
}, React.createElement("path", {
|
|
8582
|
-
d: "M17.
|
|
8566
|
+
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",
|
|
8583
8567
|
fill: primaryFill
|
|
8584
8568
|
}));
|
|
8585
8569
|
};
|
|
@@ -8592,13 +8576,13 @@ const PeopleTeamDelete24RegularIcon = iconProps => {
|
|
|
8592
8576
|
primaryFill
|
|
8593
8577
|
} = iconProps;
|
|
8594
8578
|
return React.createElement("svg", {
|
|
8595
|
-
width:
|
|
8579
|
+
width: 24,
|
|
8596
8580
|
height: 24,
|
|
8597
|
-
viewBox: "0 0
|
|
8581
|
+
viewBox: "0 0 24 24",
|
|
8598
8582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8599
8583
|
className: className
|
|
8600
8584
|
}, React.createElement("path", {
|
|
8601
|
-
d: "M17.
|
|
8585
|
+
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",
|
|
8602
8586
|
fill: primaryFill
|
|
8603
8587
|
}));
|
|
8604
8588
|
};
|
|
@@ -8611,13 +8595,13 @@ const PeopleTeamToolbox20FilledIcon = iconProps => {
|
|
|
8611
8595
|
primaryFill
|
|
8612
8596
|
} = iconProps;
|
|
8613
8597
|
return React.createElement("svg", {
|
|
8614
|
-
width:
|
|
8598
|
+
width: 20,
|
|
8615
8599
|
height: 20,
|
|
8616
|
-
viewBox: "0 0
|
|
8600
|
+
viewBox: "0 0 20 20",
|
|
8617
8601
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8618
8602
|
className: className
|
|
8619
8603
|
}, React.createElement("path", {
|
|
8620
|
-
d: "M12.
|
|
8604
|
+
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",
|
|
8621
8605
|
fill: primaryFill
|
|
8622
8606
|
}));
|
|
8623
8607
|
};
|
|
@@ -8630,13 +8614,13 @@ const PeopleTeamToolbox20RegularIcon = iconProps => {
|
|
|
8630
8614
|
primaryFill
|
|
8631
8615
|
} = iconProps;
|
|
8632
8616
|
return React.createElement("svg", {
|
|
8633
|
-
width:
|
|
8617
|
+
width: 20,
|
|
8634
8618
|
height: 20,
|
|
8635
|
-
viewBox: "0 0
|
|
8619
|
+
viewBox: "0 0 20 20",
|
|
8636
8620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8637
8621
|
className: className
|
|
8638
8622
|
}, React.createElement("path", {
|
|
8639
|
-
d: "M12.
|
|
8623
|
+
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",
|
|
8640
8624
|
fill: primaryFill
|
|
8641
8625
|
}));
|
|
8642
8626
|
};
|
|
@@ -8649,13 +8633,13 @@ const PeopleTeamToolbox24FilledIcon = iconProps => {
|
|
|
8649
8633
|
primaryFill
|
|
8650
8634
|
} = iconProps;
|
|
8651
8635
|
return React.createElement("svg", {
|
|
8652
|
-
width:
|
|
8636
|
+
width: 24,
|
|
8653
8637
|
height: 24,
|
|
8654
|
-
viewBox: "0 0
|
|
8638
|
+
viewBox: "0 0 24 24",
|
|
8655
8639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8656
8640
|
className: className
|
|
8657
8641
|
}, React.createElement("path", {
|
|
8658
|
-
d: "
|
|
8642
|
+
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",
|
|
8659
8643
|
fill: primaryFill
|
|
8660
8644
|
}));
|
|
8661
8645
|
};
|
|
@@ -8668,13 +8652,13 @@ const PeopleTeamToolbox24RegularIcon = iconProps => {
|
|
|
8668
8652
|
primaryFill
|
|
8669
8653
|
} = iconProps;
|
|
8670
8654
|
return React.createElement("svg", {
|
|
8671
|
-
width:
|
|
8655
|
+
width: 24,
|
|
8672
8656
|
height: 24,
|
|
8673
|
-
viewBox: "0 0
|
|
8657
|
+
viewBox: "0 0 24 24",
|
|
8674
8658
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8675
8659
|
className: className
|
|
8676
8660
|
}, React.createElement("path", {
|
|
8677
|
-
d: "
|
|
8661
|
+
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",
|
|
8678
8662
|
fill: primaryFill
|
|
8679
8663
|
}));
|
|
8680
8664
|
};
|
|
@@ -8687,23 +8671,15 @@ const PeopleToolbox16FilledIcon = iconProps => {
|
|
|
8687
8671
|
primaryFill
|
|
8688
8672
|
} = iconProps;
|
|
8689
8673
|
return React.createElement("svg", {
|
|
8690
|
-
width:
|
|
8674
|
+
width: 16,
|
|
8691
8675
|
height: 16,
|
|
8692
|
-
viewBox: "0 0
|
|
8676
|
+
viewBox: "0 0 16 16",
|
|
8693
8677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8694
8678
|
className: className
|
|
8695
|
-
}, React.createElement("g", {
|
|
8696
|
-
clipPath: "url(#clip0_116090_1204)"
|
|
8697
8679
|
}, React.createElement("path", {
|
|
8698
|
-
d: "M9.
|
|
8680
|
+
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",
|
|
8699
8681
|
fill: primaryFill
|
|
8700
|
-
}))
|
|
8701
|
-
id: "clip0_116090_1204"
|
|
8702
|
-
}, React.createElement("path", {
|
|
8703
|
-
fill: "#fff",
|
|
8704
|
-
transform: "translate(.42)",
|
|
8705
|
-
d: "M0 0h16v16H0z"
|
|
8706
|
-
}))));
|
|
8682
|
+
}));
|
|
8707
8683
|
};
|
|
8708
8684
|
|
|
8709
8685
|
exports.PeopleToolbox16Filled = wrapIcon_1.default( /*#__PURE__*/PeopleToolbox16FilledIcon({}), 'PeopleToolbox16Filled');
|
|
@@ -8714,23 +8690,15 @@ const PeopleToolbox16RegularIcon = iconProps => {
|
|
|
8714
8690
|
primaryFill
|
|
8715
8691
|
} = iconProps;
|
|
8716
8692
|
return React.createElement("svg", {
|
|
8717
|
-
width:
|
|
8693
|
+
width: 16,
|
|
8718
8694
|
height: 16,
|
|
8719
|
-
viewBox: "0 0
|
|
8695
|
+
viewBox: "0 0 16 16",
|
|
8720
8696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8721
8697
|
className: className
|
|
8722
|
-
}, React.createElement("g", {
|
|
8723
|
-
clipPath: "url(#clip0_116090_1205)"
|
|
8724
8698
|
}, React.createElement("path", {
|
|
8725
|
-
d: "M9.
|
|
8699
|
+
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",
|
|
8726
8700
|
fill: primaryFill
|
|
8727
|
-
}))
|
|
8728
|
-
id: "clip0_116090_1205"
|
|
8729
|
-
}, React.createElement("path", {
|
|
8730
|
-
fill: "#fff",
|
|
8731
|
-
transform: "translate(.42)",
|
|
8732
|
-
d: "M0 0h16v16H0z"
|
|
8733
|
-
}))));
|
|
8701
|
+
}));
|
|
8734
8702
|
};
|
|
8735
8703
|
|
|
8736
8704
|
exports.PeopleToolbox16Regular = wrapIcon_1.default( /*#__PURE__*/PeopleToolbox16RegularIcon({}), 'PeopleToolbox16Regular');
|
|
@@ -8741,13 +8709,13 @@ const PeopleToolbox20FilledIcon = iconProps => {
|
|
|
8741
8709
|
primaryFill
|
|
8742
8710
|
} = iconProps;
|
|
8743
8711
|
return React.createElement("svg", {
|
|
8744
|
-
width:
|
|
8712
|
+
width: 20,
|
|
8745
8713
|
height: 20,
|
|
8746
|
-
viewBox: "0 0
|
|
8714
|
+
viewBox: "0 0 20 20",
|
|
8747
8715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8748
8716
|
className: className
|
|
8749
8717
|
}, React.createElement("path", {
|
|
8750
|
-
d: "M11.
|
|
8718
|
+
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",
|
|
8751
8719
|
fill: primaryFill
|
|
8752
8720
|
}));
|
|
8753
8721
|
};
|
|
@@ -8760,13 +8728,13 @@ const PeopleToolbox20RegularIcon = iconProps => {
|
|
|
8760
8728
|
primaryFill
|
|
8761
8729
|
} = iconProps;
|
|
8762
8730
|
return React.createElement("svg", {
|
|
8763
|
-
width:
|
|
8731
|
+
width: 20,
|
|
8764
8732
|
height: 20,
|
|
8765
|
-
viewBox: "0 0
|
|
8733
|
+
viewBox: "0 0 20 20",
|
|
8766
8734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8767
8735
|
className: className
|
|
8768
8736
|
}, React.createElement("path", {
|
|
8769
|
-
d: "M11.
|
|
8737
|
+
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",
|
|
8770
8738
|
fill: primaryFill
|
|
8771
8739
|
}));
|
|
8772
8740
|
};
|
|
@@ -8779,13 +8747,13 @@ const Person12FilledIcon = iconProps => {
|
|
|
8779
8747
|
primaryFill
|
|
8780
8748
|
} = iconProps;
|
|
8781
8749
|
return React.createElement("svg", {
|
|
8782
|
-
width:
|
|
8750
|
+
width: 12,
|
|
8783
8751
|
height: 12,
|
|
8784
|
-
viewBox: "0 0
|
|
8752
|
+
viewBox: "0 0 12 12",
|
|
8785
8753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8786
8754
|
className: className
|
|
8787
8755
|
}, React.createElement("path", {
|
|
8788
|
-
d: "M6
|
|
8756
|
+
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",
|
|
8789
8757
|
fill: primaryFill
|
|
8790
8758
|
}));
|
|
8791
8759
|
};
|
|
@@ -8798,13 +8766,13 @@ const Person12RegularIcon = iconProps => {
|
|
|
8798
8766
|
primaryFill
|
|
8799
8767
|
} = iconProps;
|
|
8800
8768
|
return React.createElement("svg", {
|
|
8801
|
-
width:
|
|
8769
|
+
width: 12,
|
|
8802
8770
|
height: 12,
|
|
8803
|
-
viewBox: "0 0
|
|
8771
|
+
viewBox: "0 0 12 12",
|
|
8804
8772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8805
8773
|
className: className
|
|
8806
8774
|
}, React.createElement("path", {
|
|
8807
|
-
d: "M6
|
|
8775
|
+
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",
|
|
8808
8776
|
fill: primaryFill
|
|
8809
8777
|
}));
|
|
8810
8778
|
};
|
|
@@ -8817,13 +8785,13 @@ const Person16FilledIcon = iconProps => {
|
|
|
8817
8785
|
primaryFill
|
|
8818
8786
|
} = iconProps;
|
|
8819
8787
|
return React.createElement("svg", {
|
|
8820
|
-
width:
|
|
8788
|
+
width: 16,
|
|
8821
8789
|
height: 16,
|
|
8822
|
-
viewBox: "0 0
|
|
8790
|
+
viewBox: "0 0 16 16",
|
|
8823
8791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8824
8792
|
className: className
|
|
8825
8793
|
}, React.createElement("path", {
|
|
8826
|
-
d: "M11.
|
|
8794
|
+
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",
|
|
8827
8795
|
fill: primaryFill
|
|
8828
8796
|
}));
|
|
8829
8797
|
};
|
|
@@ -8836,13 +8804,13 @@ const Person16RegularIcon = iconProps => {
|
|
|
8836
8804
|
primaryFill
|
|
8837
8805
|
} = iconProps;
|
|
8838
8806
|
return React.createElement("svg", {
|
|
8839
|
-
width:
|
|
8807
|
+
width: 16,
|
|
8840
8808
|
height: 16,
|
|
8841
|
-
viewBox: "0 0
|
|
8809
|
+
viewBox: "0 0 16 16",
|
|
8842
8810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8843
8811
|
className: className
|
|
8844
8812
|
}, React.createElement("path", {
|
|
8845
|
-
d: "M11.
|
|
8813
|
+
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",
|
|
8846
8814
|
fill: primaryFill
|
|
8847
8815
|
}));
|
|
8848
8816
|
};
|
|
@@ -8855,13 +8823,13 @@ const Person20FilledIcon = iconProps => {
|
|
|
8855
8823
|
primaryFill
|
|
8856
8824
|
} = iconProps;
|
|
8857
8825
|
return React.createElement("svg", {
|
|
8858
|
-
width:
|
|
8826
|
+
width: 20,
|
|
8859
8827
|
height: 20,
|
|
8860
|
-
viewBox: "0 0
|
|
8828
|
+
viewBox: "0 0 20 20",
|
|
8861
8829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8862
8830
|
className: className
|
|
8863
8831
|
}, React.createElement("path", {
|
|
8864
|
-
d: "M10
|
|
8832
|
+
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",
|
|
8865
8833
|
fill: primaryFill
|
|
8866
8834
|
}));
|
|
8867
8835
|
};
|
|
@@ -8874,13 +8842,13 @@ const Person20RegularIcon = iconProps => {
|
|
|
8874
8842
|
primaryFill
|
|
8875
8843
|
} = iconProps;
|
|
8876
8844
|
return React.createElement("svg", {
|
|
8877
|
-
width:
|
|
8845
|
+
width: 20,
|
|
8878
8846
|
height: 20,
|
|
8879
|
-
viewBox: "0 0
|
|
8847
|
+
viewBox: "0 0 20 20",
|
|
8880
8848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8881
8849
|
className: className
|
|
8882
8850
|
}, React.createElement("path", {
|
|
8883
|
-
d: "M10
|
|
8851
|
+
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",
|
|
8884
8852
|
fill: primaryFill
|
|
8885
8853
|
}));
|
|
8886
8854
|
};
|
|
@@ -8893,13 +8861,13 @@ const Person24FilledIcon = iconProps => {
|
|
|
8893
8861
|
primaryFill
|
|
8894
8862
|
} = iconProps;
|
|
8895
8863
|
return React.createElement("svg", {
|
|
8896
|
-
width:
|
|
8864
|
+
width: 24,
|
|
8897
8865
|
height: 24,
|
|
8898
|
-
viewBox: "0 0
|
|
8866
|
+
viewBox: "0 0 24 24",
|
|
8899
8867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8900
8868
|
className: className
|
|
8901
8869
|
}, React.createElement("path", {
|
|
8902
|
-
d: "
|
|
8870
|
+
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",
|
|
8903
8871
|
fill: primaryFill
|
|
8904
8872
|
}));
|
|
8905
8873
|
};
|
|
@@ -8912,13 +8880,13 @@ const Person24RegularIcon = iconProps => {
|
|
|
8912
8880
|
primaryFill
|
|
8913
8881
|
} = iconProps;
|
|
8914
8882
|
return React.createElement("svg", {
|
|
8915
|
-
width:
|
|
8883
|
+
width: 24,
|
|
8916
8884
|
height: 24,
|
|
8917
|
-
viewBox: "0 0
|
|
8885
|
+
viewBox: "0 0 24 24",
|
|
8918
8886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8919
8887
|
className: className
|
|
8920
8888
|
}, React.createElement("path", {
|
|
8921
|
-
d: "
|
|
8889
|
+
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",
|
|
8922
8890
|
fill: primaryFill
|
|
8923
8891
|
}));
|
|
8924
8892
|
};
|
|
@@ -8931,13 +8899,13 @@ const Person28FilledIcon = iconProps => {
|
|
|
8931
8899
|
primaryFill
|
|
8932
8900
|
} = iconProps;
|
|
8933
8901
|
return React.createElement("svg", {
|
|
8934
|
-
width:
|
|
8902
|
+
width: 28,
|
|
8935
8903
|
height: 28,
|
|
8936
|
-
viewBox: "0 0
|
|
8904
|
+
viewBox: "0 0 28 28",
|
|
8937
8905
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8938
8906
|
className: className
|
|
8939
8907
|
}, React.createElement("path", {
|
|
8940
|
-
d: "M21
|
|
8908
|
+
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",
|
|
8941
8909
|
fill: primaryFill
|
|
8942
8910
|
}));
|
|
8943
8911
|
};
|
|
@@ -8950,13 +8918,13 @@ const Person28RegularIcon = iconProps => {
|
|
|
8950
8918
|
primaryFill
|
|
8951
8919
|
} = iconProps;
|
|
8952
8920
|
return React.createElement("svg", {
|
|
8953
|
-
width:
|
|
8921
|
+
width: 28,
|
|
8954
8922
|
height: 28,
|
|
8955
|
-
viewBox: "0 0
|
|
8923
|
+
viewBox: "0 0 28 28",
|
|
8956
8924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8957
8925
|
className: className
|
|
8958
8926
|
}, React.createElement("path", {
|
|
8959
|
-
d: "M21
|
|
8927
|
+
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",
|
|
8960
8928
|
fill: primaryFill
|
|
8961
8929
|
}));
|
|
8962
8930
|
};
|
|
@@ -8969,13 +8937,13 @@ const Person32FilledIcon = iconProps => {
|
|
|
8969
8937
|
primaryFill
|
|
8970
8938
|
} = iconProps;
|
|
8971
8939
|
return React.createElement("svg", {
|
|
8972
|
-
width:
|
|
8940
|
+
width: 32,
|
|
8973
8941
|
height: 32,
|
|
8974
|
-
viewBox: "0 0
|
|
8942
|
+
viewBox: "0 0 32 32",
|
|
8975
8943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8976
8944
|
className: className
|
|
8977
8945
|
}, React.createElement("path", {
|
|
8978
|
-
d: "M16
|
|
8946
|
+
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",
|
|
8979
8947
|
fill: primaryFill
|
|
8980
8948
|
}));
|
|
8981
8949
|
};
|
|
@@ -8988,13 +8956,13 @@ const Person32RegularIcon = iconProps => {
|
|
|
8988
8956
|
primaryFill
|
|
8989
8957
|
} = iconProps;
|
|
8990
8958
|
return React.createElement("svg", {
|
|
8991
|
-
width:
|
|
8959
|
+
width: 32,
|
|
8992
8960
|
height: 32,
|
|
8993
|
-
viewBox: "0 0
|
|
8961
|
+
viewBox: "0 0 32 32",
|
|
8994
8962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8995
8963
|
className: className
|
|
8996
8964
|
}, React.createElement("path", {
|
|
8997
|
-
d: "M23
|
|
8965
|
+
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",
|
|
8998
8966
|
fill: primaryFill
|
|
8999
8967
|
}));
|
|
9000
8968
|
};
|
|
@@ -9007,13 +8975,13 @@ const Person48FilledIcon = iconProps => {
|
|
|
9007
8975
|
primaryFill
|
|
9008
8976
|
} = iconProps;
|
|
9009
8977
|
return React.createElement("svg", {
|
|
9010
|
-
width:
|
|
8978
|
+
width: 48,
|
|
9011
8979
|
height: 48,
|
|
9012
|
-
viewBox: "0 0
|
|
8980
|
+
viewBox: "0 0 48 48",
|
|
9013
8981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9014
8982
|
className: className
|
|
9015
8983
|
}, React.createElement("path", {
|
|
9016
|
-
d: "M24
|
|
8984
|
+
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",
|
|
9017
8985
|
fill: primaryFill
|
|
9018
8986
|
}));
|
|
9019
8987
|
};
|
|
@@ -9026,13 +8994,13 @@ const Person48RegularIcon = iconProps => {
|
|
|
9026
8994
|
primaryFill
|
|
9027
8995
|
} = iconProps;
|
|
9028
8996
|
return React.createElement("svg", {
|
|
9029
|
-
width:
|
|
8997
|
+
width: 48,
|
|
9030
8998
|
height: 48,
|
|
9031
|
-
viewBox: "0 0
|
|
8999
|
+
viewBox: "0 0 48 48",
|
|
9032
9000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9033
9001
|
className: className
|
|
9034
9002
|
}, React.createElement("path", {
|
|
9035
|
-
d: "M24
|
|
9003
|
+
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",
|
|
9036
9004
|
fill: primaryFill
|
|
9037
9005
|
}));
|
|
9038
9006
|
};
|
|
@@ -9045,13 +9013,13 @@ const Person532FilledIcon = iconProps => {
|
|
|
9045
9013
|
primaryFill
|
|
9046
9014
|
} = iconProps;
|
|
9047
9015
|
return React.createElement("svg", {
|
|
9048
|
-
width:
|
|
9016
|
+
width: 32,
|
|
9049
9017
|
height: 32,
|
|
9050
|
-
viewBox: "0 0
|
|
9018
|
+
viewBox: "0 0 32 32",
|
|
9051
9019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9052
9020
|
className: className
|
|
9053
9021
|
}, React.createElement("path", {
|
|
9054
|
-
d: "M16
|
|
9022
|
+
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",
|
|
9055
9023
|
fill: primaryFill
|
|
9056
9024
|
}));
|
|
9057
9025
|
};
|
|
@@ -9064,13 +9032,13 @@ const Person532RegularIcon = iconProps => {
|
|
|
9064
9032
|
primaryFill
|
|
9065
9033
|
} = iconProps;
|
|
9066
9034
|
return React.createElement("svg", {
|
|
9067
|
-
width:
|
|
9035
|
+
width: 32,
|
|
9068
9036
|
height: 32,
|
|
9069
|
-
viewBox: "0 0
|
|
9037
|
+
viewBox: "0 0 32 32",
|
|
9070
9038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9071
9039
|
className: className
|
|
9072
9040
|
}, React.createElement("path", {
|
|
9073
|
-
d: "M23
|
|
9041
|
+
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",
|
|
9074
9042
|
fill: primaryFill
|
|
9075
9043
|
}));
|
|
9076
9044
|
};
|
|
@@ -9083,13 +9051,13 @@ const Person632FilledIcon = iconProps => {
|
|
|
9083
9051
|
primaryFill
|
|
9084
9052
|
} = iconProps;
|
|
9085
9053
|
return React.createElement("svg", {
|
|
9086
|
-
width:
|
|
9054
|
+
width: 32,
|
|
9087
9055
|
height: 32,
|
|
9088
|
-
viewBox: "0 0
|
|
9056
|
+
viewBox: "0 0 32 32",
|
|
9089
9057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9090
9058
|
className: className
|
|
9091
9059
|
}, React.createElement("path", {
|
|
9092
|
-
d: "M23
|
|
9060
|
+
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",
|
|
9093
9061
|
fill: primaryFill
|
|
9094
9062
|
}));
|
|
9095
9063
|
};
|
|
@@ -9102,13 +9070,13 @@ const Person632RegularIcon = iconProps => {
|
|
|
9102
9070
|
primaryFill
|
|
9103
9071
|
} = iconProps;
|
|
9104
9072
|
return React.createElement("svg", {
|
|
9105
|
-
width:
|
|
9073
|
+
width: 32,
|
|
9106
9074
|
height: 32,
|
|
9107
|
-
viewBox: "0 0
|
|
9075
|
+
viewBox: "0 0 32 32",
|
|
9108
9076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9109
9077
|
className: className
|
|
9110
9078
|
}, React.createElement("path", {
|
|
9111
|
-
d: "M16
|
|
9079
|
+
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",
|
|
9112
9080
|
fill: primaryFill
|
|
9113
9081
|
}));
|
|
9114
9082
|
};
|
|
@@ -9121,13 +9089,13 @@ const PersonAccounts24FilledIcon = iconProps => {
|
|
|
9121
9089
|
primaryFill
|
|
9122
9090
|
} = iconProps;
|
|
9123
9091
|
return React.createElement("svg", {
|
|
9124
|
-
width:
|
|
9092
|
+
width: 24,
|
|
9125
9093
|
height: 24,
|
|
9126
|
-
viewBox: "0 0
|
|
9094
|
+
viewBox: "0 0 24 24",
|
|
9127
9095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9128
9096
|
className: className
|
|
9129
9097
|
}, React.createElement("path", {
|
|
9130
|
-
d: "M4.
|
|
9098
|
+
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",
|
|
9131
9099
|
fill: primaryFill
|
|
9132
9100
|
}));
|
|
9133
9101
|
};
|
|
@@ -9140,13 +9108,13 @@ const PersonAccounts24RegularIcon = iconProps => {
|
|
|
9140
9108
|
primaryFill
|
|
9141
9109
|
} = iconProps;
|
|
9142
9110
|
return React.createElement("svg", {
|
|
9143
|
-
width:
|
|
9111
|
+
width: 24,
|
|
9144
9112
|
height: 24,
|
|
9145
|
-
viewBox: "0 0
|
|
9113
|
+
viewBox: "0 0 24 24",
|
|
9146
9114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9147
9115
|
className: className
|
|
9148
9116
|
}, React.createElement("path", {
|
|
9149
|
-
d: "M10.
|
|
9117
|
+
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",
|
|
9150
9118
|
fill: primaryFill
|
|
9151
9119
|
}));
|
|
9152
9120
|
};
|
|
@@ -9159,13 +9127,13 @@ const PersonAdd16FilledIcon = iconProps => {
|
|
|
9159
9127
|
primaryFill
|
|
9160
9128
|
} = iconProps;
|
|
9161
9129
|
return React.createElement("svg", {
|
|
9162
|
-
width:
|
|
9130
|
+
width: 16,
|
|
9163
9131
|
height: 16,
|
|
9164
|
-
viewBox: "0 0
|
|
9132
|
+
viewBox: "0 0 16 16",
|
|
9165
9133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9166
9134
|
className: className
|
|
9167
9135
|
}, React.createElement("path", {
|
|
9168
|
-
d: "
|
|
9136
|
+
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",
|
|
9169
9137
|
fill: primaryFill
|
|
9170
9138
|
}));
|
|
9171
9139
|
};
|
|
@@ -9178,13 +9146,13 @@ const PersonAdd16RegularIcon = iconProps => {
|
|
|
9178
9146
|
primaryFill
|
|
9179
9147
|
} = iconProps;
|
|
9180
9148
|
return React.createElement("svg", {
|
|
9181
|
-
width:
|
|
9149
|
+
width: 16,
|
|
9182
9150
|
height: 16,
|
|
9183
|
-
viewBox: "0 0
|
|
9151
|
+
viewBox: "0 0 16 16",
|
|
9184
9152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9185
9153
|
className: className
|
|
9186
9154
|
}, React.createElement("path", {
|
|
9187
|
-
d: "M6.
|
|
9155
|
+
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",
|
|
9188
9156
|
fill: primaryFill
|
|
9189
9157
|
}));
|
|
9190
9158
|
};
|
|
@@ -9197,13 +9165,13 @@ const PersonAdd20FilledIcon = iconProps => {
|
|
|
9197
9165
|
primaryFill
|
|
9198
9166
|
} = iconProps;
|
|
9199
9167
|
return React.createElement("svg", {
|
|
9200
|
-
width:
|
|
9168
|
+
width: 20,
|
|
9201
9169
|
height: 20,
|
|
9202
|
-
viewBox: "0 0
|
|
9170
|
+
viewBox: "0 0 20 20",
|
|
9203
9171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9204
9172
|
className: className
|
|
9205
9173
|
}, React.createElement("path", {
|
|
9206
|
-
d: "M9
|
|
9174
|
+
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",
|
|
9207
9175
|
fill: primaryFill
|
|
9208
9176
|
}));
|
|
9209
9177
|
};
|
|
@@ -9216,13 +9184,13 @@ const PersonAdd20RegularIcon = iconProps => {
|
|
|
9216
9184
|
primaryFill
|
|
9217
9185
|
} = iconProps;
|
|
9218
9186
|
return React.createElement("svg", {
|
|
9219
|
-
width:
|
|
9187
|
+
width: 20,
|
|
9220
9188
|
height: 20,
|
|
9221
|
-
viewBox: "0 0
|
|
9189
|
+
viewBox: "0 0 20 20",
|
|
9222
9190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9223
9191
|
className: className
|
|
9224
9192
|
}, React.createElement("path", {
|
|
9225
|
-
d: "M9
|
|
9193
|
+
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",
|
|
9226
9194
|
fill: primaryFill
|
|
9227
9195
|
}));
|
|
9228
9196
|
};
|
|
@@ -9235,13 +9203,13 @@ const PersonAdd24FilledIcon = iconProps => {
|
|
|
9235
9203
|
primaryFill
|
|
9236
9204
|
} = iconProps;
|
|
9237
9205
|
return React.createElement("svg", {
|
|
9238
|
-
width:
|
|
9206
|
+
width: 24,
|
|
9239
9207
|
height: 24,
|
|
9240
|
-
viewBox: "0 0
|
|
9208
|
+
viewBox: "0 0 24 24",
|
|
9241
9209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9242
9210
|
className: className
|
|
9243
9211
|
}, React.createElement("path", {
|
|
9244
|
-
d: "M11
|
|
9212
|
+
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",
|
|
9245
9213
|
fill: primaryFill
|
|
9246
9214
|
}));
|
|
9247
9215
|
};
|
|
@@ -9254,13 +9222,13 @@ const PersonAdd24RegularIcon = iconProps => {
|
|
|
9254
9222
|
primaryFill
|
|
9255
9223
|
} = iconProps;
|
|
9256
9224
|
return React.createElement("svg", {
|
|
9257
|
-
width:
|
|
9225
|
+
width: 24,
|
|
9258
9226
|
height: 24,
|
|
9259
|
-
viewBox: "0 0
|
|
9227
|
+
viewBox: "0 0 24 24",
|
|
9260
9228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9261
9229
|
className: className
|
|
9262
9230
|
}, React.createElement("path", {
|
|
9263
|
-
d: "M17.
|
|
9231
|
+
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",
|
|
9264
9232
|
fill: primaryFill
|
|
9265
9233
|
}));
|
|
9266
9234
|
};
|
|
@@ -9273,13 +9241,13 @@ const PersonAdd28FilledIcon = iconProps => {
|
|
|
9273
9241
|
primaryFill
|
|
9274
9242
|
} = iconProps;
|
|
9275
9243
|
return React.createElement("svg", {
|
|
9276
|
-
width:
|
|
9244
|
+
width: 28,
|
|
9277
9245
|
height: 28,
|
|
9278
|
-
viewBox: "0 0
|
|
9246
|
+
viewBox: "0 0 28 28",
|
|
9279
9247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9280
9248
|
className: className
|
|
9281
9249
|
}, React.createElement("path", {
|
|
9282
|
-
d: "M15.
|
|
9250
|
+
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",
|
|
9283
9251
|
fill: primaryFill
|
|
9284
9252
|
}));
|
|
9285
9253
|
};
|
|
@@ -9292,13 +9260,13 @@ const PersonAdd28RegularIcon = iconProps => {
|
|
|
9292
9260
|
primaryFill
|
|
9293
9261
|
} = iconProps;
|
|
9294
9262
|
return React.createElement("svg", {
|
|
9295
|
-
width:
|
|
9263
|
+
width: 28,
|
|
9296
9264
|
height: 28,
|
|
9297
|
-
viewBox: "0 0
|
|
9265
|
+
viewBox: "0 0 28 28",
|
|
9298
9266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9299
9267
|
className: className
|
|
9300
9268
|
}, React.createElement("path", {
|
|
9301
|
-
d: "M15.
|
|
9269
|
+
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",
|
|
9302
9270
|
fill: primaryFill
|
|
9303
9271
|
}));
|
|
9304
9272
|
};
|
|
@@ -9311,13 +9279,13 @@ const PersonArrowLeft16FilledIcon = iconProps => {
|
|
|
9311
9279
|
primaryFill
|
|
9312
9280
|
} = iconProps;
|
|
9313
9281
|
return React.createElement("svg", {
|
|
9314
|
-
width:
|
|
9282
|
+
width: 16,
|
|
9315
9283
|
height: 16,
|
|
9316
|
-
viewBox: "0 0
|
|
9284
|
+
viewBox: "0 0 16 16",
|
|
9317
9285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9318
9286
|
className: className
|
|
9319
9287
|
}, React.createElement("path", {
|
|
9320
|
-
d: "
|
|
9288
|
+
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",
|
|
9321
9289
|
fill: primaryFill
|
|
9322
9290
|
}));
|
|
9323
9291
|
};
|
|
@@ -9330,13 +9298,13 @@ const PersonArrowLeft16RegularIcon = iconProps => {
|
|
|
9330
9298
|
primaryFill
|
|
9331
9299
|
} = iconProps;
|
|
9332
9300
|
return React.createElement("svg", {
|
|
9333
|
-
width:
|
|
9301
|
+
width: 16,
|
|
9334
9302
|
height: 16,
|
|
9335
|
-
viewBox: "0 0
|
|
9303
|
+
viewBox: "0 0 16 16",
|
|
9336
9304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9337
9305
|
className: className
|
|
9338
9306
|
}, React.createElement("path", {
|
|
9339
|
-
d: "M6.
|
|
9307
|
+
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",
|
|
9340
9308
|
fill: primaryFill
|
|
9341
9309
|
}));
|
|
9342
9310
|
};
|
|
@@ -9349,13 +9317,13 @@ const PersonArrowLeft20FilledIcon = iconProps => {
|
|
|
9349
9317
|
primaryFill
|
|
9350
9318
|
} = iconProps;
|
|
9351
9319
|
return React.createElement("svg", {
|
|
9352
|
-
width:
|
|
9320
|
+
width: 20,
|
|
9353
9321
|
height: 20,
|
|
9354
|
-
viewBox: "0 0
|
|
9322
|
+
viewBox: "0 0 20 20",
|
|
9355
9323
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9356
9324
|
className: className
|
|
9357
9325
|
}, React.createElement("path", {
|
|
9358
|
-
d: "M9
|
|
9326
|
+
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",
|
|
9359
9327
|
fill: primaryFill
|
|
9360
9328
|
}));
|
|
9361
9329
|
};
|
|
@@ -9368,13 +9336,13 @@ const PersonArrowLeft20RegularIcon = iconProps => {
|
|
|
9368
9336
|
primaryFill
|
|
9369
9337
|
} = iconProps;
|
|
9370
9338
|
return React.createElement("svg", {
|
|
9371
|
-
width:
|
|
9339
|
+
width: 20,
|
|
9372
9340
|
height: 20,
|
|
9373
|
-
viewBox: "0 0
|
|
9341
|
+
viewBox: "0 0 20 20",
|
|
9374
9342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9375
9343
|
className: className
|
|
9376
9344
|
}, React.createElement("path", {
|
|
9377
|
-
d: "M9
|
|
9345
|
+
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",
|
|
9378
9346
|
fill: primaryFill
|
|
9379
9347
|
}));
|
|
9380
9348
|
};
|
|
@@ -9387,13 +9355,13 @@ const PersonArrowLeft24FilledIcon = iconProps => {
|
|
|
9387
9355
|
primaryFill
|
|
9388
9356
|
} = iconProps;
|
|
9389
9357
|
return React.createElement("svg", {
|
|
9390
|
-
width:
|
|
9358
|
+
width: 24,
|
|
9391
9359
|
height: 24,
|
|
9392
|
-
viewBox: "0 0
|
|
9360
|
+
viewBox: "0 0 24 24",
|
|
9393
9361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9394
9362
|
className: className
|
|
9395
9363
|
}, React.createElement("path", {
|
|
9396
|
-
d: "M17.
|
|
9364
|
+
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",
|
|
9397
9365
|
fill: primaryFill
|
|
9398
9366
|
}));
|
|
9399
9367
|
};
|
|
@@ -9406,13 +9374,13 @@ const PersonArrowLeft24RegularIcon = iconProps => {
|
|
|
9406
9374
|
primaryFill
|
|
9407
9375
|
} = iconProps;
|
|
9408
9376
|
return React.createElement("svg", {
|
|
9409
|
-
width:
|
|
9377
|
+
width: 24,
|
|
9410
9378
|
height: 24,
|
|
9411
|
-
viewBox: "0 0
|
|
9379
|
+
viewBox: "0 0 24 24",
|
|
9412
9380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9413
9381
|
className: className
|
|
9414
9382
|
}, React.createElement("path", {
|
|
9415
|
-
d: "M17.
|
|
9383
|
+
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",
|
|
9416
9384
|
fill: primaryFill
|
|
9417
9385
|
}));
|
|
9418
9386
|
};
|
|
@@ -9425,13 +9393,13 @@ const PersonArrowRight16FilledIcon = iconProps => {
|
|
|
9425
9393
|
primaryFill
|
|
9426
9394
|
} = iconProps;
|
|
9427
9395
|
return React.createElement("svg", {
|
|
9428
|
-
width:
|
|
9396
|
+
width: 16,
|
|
9429
9397
|
height: 16,
|
|
9430
|
-
viewBox: "0 0
|
|
9398
|
+
viewBox: "0 0 16 16",
|
|
9431
9399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9432
9400
|
className: className
|
|
9433
9401
|
}, React.createElement("path", {
|
|
9434
|
-
d: "M6.
|
|
9402
|
+
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",
|
|
9435
9403
|
fill: primaryFill
|
|
9436
9404
|
}));
|
|
9437
9405
|
};
|
|
@@ -9444,13 +9412,13 @@ const PersonArrowRight16RegularIcon = iconProps => {
|
|
|
9444
9412
|
primaryFill
|
|
9445
9413
|
} = iconProps;
|
|
9446
9414
|
return React.createElement("svg", {
|
|
9447
|
-
width:
|
|
9415
|
+
width: 16,
|
|
9448
9416
|
height: 16,
|
|
9449
|
-
viewBox: "0 0
|
|
9417
|
+
viewBox: "0 0 16 16",
|
|
9450
9418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9451
9419
|
className: className
|
|
9452
9420
|
}, React.createElement("path", {
|
|
9453
|
-
d: "M2
|
|
9421
|
+
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",
|
|
9454
9422
|
fill: primaryFill
|
|
9455
9423
|
}));
|
|
9456
9424
|
};
|
|
@@ -9463,13 +9431,13 @@ const PersonArrowRight20FilledIcon = iconProps => {
|
|
|
9463
9431
|
primaryFill
|
|
9464
9432
|
} = iconProps;
|
|
9465
9433
|
return React.createElement("svg", {
|
|
9466
|
-
width:
|
|
9434
|
+
width: 20,
|
|
9467
9435
|
height: 20,
|
|
9468
|
-
viewBox: "0 0
|
|
9436
|
+
viewBox: "0 0 20 20",
|
|
9469
9437
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9470
9438
|
className: className
|
|
9471
9439
|
}, React.createElement("path", {
|
|
9472
|
-
d: "M9
|
|
9440
|
+
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",
|
|
9473
9441
|
fill: primaryFill
|
|
9474
9442
|
}));
|
|
9475
9443
|
};
|
|
@@ -9482,13 +9450,13 @@ const PersonArrowRight20RegularIcon = iconProps => {
|
|
|
9482
9450
|
primaryFill
|
|
9483
9451
|
} = iconProps;
|
|
9484
9452
|
return React.createElement("svg", {
|
|
9485
|
-
width:
|
|
9453
|
+
width: 20,
|
|
9486
9454
|
height: 20,
|
|
9487
|
-
viewBox: "0 0
|
|
9455
|
+
viewBox: "0 0 20 20",
|
|
9488
9456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9489
9457
|
className: className
|
|
9490
9458
|
}, React.createElement("path", {
|
|
9491
|
-
d: "M9
|
|
9459
|
+
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",
|
|
9492
9460
|
fill: primaryFill
|
|
9493
9461
|
}));
|
|
9494
9462
|
};
|
|
@@ -9501,13 +9469,13 @@ const PersonArrowRight24FilledIcon = iconProps => {
|
|
|
9501
9469
|
primaryFill
|
|
9502
9470
|
} = iconProps;
|
|
9503
9471
|
return React.createElement("svg", {
|
|
9504
|
-
width:
|
|
9472
|
+
width: 24,
|
|
9505
9473
|
height: 24,
|
|
9506
|
-
viewBox: "0 0
|
|
9474
|
+
viewBox: "0 0 24 24",
|
|
9507
9475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9508
9476
|
className: className
|
|
9509
9477
|
}, React.createElement("path", {
|
|
9510
|
-
d: "M11
|
|
9478
|
+
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",
|
|
9511
9479
|
fill: primaryFill
|
|
9512
9480
|
}));
|
|
9513
9481
|
};
|
|
@@ -9520,13 +9488,13 @@ const PersonArrowRight24RegularIcon = iconProps => {
|
|
|
9520
9488
|
primaryFill
|
|
9521
9489
|
} = iconProps;
|
|
9522
9490
|
return React.createElement("svg", {
|
|
9523
|
-
width:
|
|
9491
|
+
width: 24,
|
|
9524
9492
|
height: 24,
|
|
9525
|
-
viewBox: "0 0
|
|
9493
|
+
viewBox: "0 0 24 24",
|
|
9526
9494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9527
9495
|
className: className
|
|
9528
9496
|
}, React.createElement("path", {
|
|
9529
|
-
d: "M11.
|
|
9497
|
+
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",
|
|
9530
9498
|
fill: primaryFill
|
|
9531
9499
|
}));
|
|
9532
9500
|
};
|
|
@@ -9577,13 +9545,13 @@ const PersonAvailable20FilledIcon = iconProps => {
|
|
|
9577
9545
|
primaryFill
|
|
9578
9546
|
} = iconProps;
|
|
9579
9547
|
return React.createElement("svg", {
|
|
9580
|
-
width:
|
|
9548
|
+
width: 20,
|
|
9581
9549
|
height: 20,
|
|
9582
|
-
viewBox: "0 0
|
|
9550
|
+
viewBox: "0 0 20 20",
|
|
9583
9551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9584
9552
|
className: className
|
|
9585
9553
|
}, React.createElement("path", {
|
|
9586
|
-
d: "M5
|
|
9554
|
+
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",
|
|
9587
9555
|
fill: primaryFill
|
|
9588
9556
|
}));
|
|
9589
9557
|
};
|
|
@@ -9596,13 +9564,13 @@ const PersonAvailable20RegularIcon = iconProps => {
|
|
|
9596
9564
|
primaryFill
|
|
9597
9565
|
} = iconProps;
|
|
9598
9566
|
return React.createElement("svg", {
|
|
9599
|
-
width:
|
|
9567
|
+
width: 20,
|
|
9600
9568
|
height: 20,
|
|
9601
|
-
viewBox: "0 0
|
|
9569
|
+
viewBox: "0 0 20 20",
|
|
9602
9570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9603
9571
|
className: className
|
|
9604
9572
|
}, React.createElement("path", {
|
|
9605
|
-
d: "M5
|
|
9573
|
+
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",
|
|
9606
9574
|
fill: primaryFill
|
|
9607
9575
|
}));
|
|
9608
9576
|
};
|
|
@@ -9615,13 +9583,13 @@ const PersonAvailable24FilledIcon = iconProps => {
|
|
|
9615
9583
|
primaryFill
|
|
9616
9584
|
} = iconProps;
|
|
9617
9585
|
return React.createElement("svg", {
|
|
9618
|
-
width:
|
|
9586
|
+
width: 24,
|
|
9619
9587
|
height: 24,
|
|
9620
|
-
viewBox: "0 0
|
|
9588
|
+
viewBox: "0 0 24 24",
|
|
9621
9589
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9622
9590
|
className: className
|
|
9623
9591
|
}, React.createElement("path", {
|
|
9624
|
-
d: "M17.
|
|
9592
|
+
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",
|
|
9625
9593
|
fill: primaryFill
|
|
9626
9594
|
}));
|
|
9627
9595
|
};
|