@fluentui/react-icons 2.0.189 → 2.0.190
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-7.js +2 -2
- package/lib/sizedIcons/chunk-23.js +6 -6
- package/lib/utils/fonts/FluentSystemIcons-Filled.ttf +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Filled.woff +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Filled.woff2 +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Regular.ttf +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Regular.woff +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Regular.woff2 +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Resizable.ttf +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Resizable.woff +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Resizable.woff2 +0 -0
- package/lib-cjs/icons/chunk-7.js +2 -2
- package/lib-cjs/sizedIcons/chunk-23.js +6 -6
- package/lib-cjs/utils/fonts/FluentSystemIcons-Filled.ttf +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Filled.woff +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Filled.woff2 +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Regular.ttf +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Regular.woff +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Regular.woff2 +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Resizable.ttf +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Resizable.woff +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Resizable.woff2 +0 -0
- package/package.json +1 -1
package/lib/icons/chunk-7.js
CHANGED
|
@@ -6332,7 +6332,7 @@ const TextParagraphFilledIcon = props => {
|
|
|
6332
6332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6333
6333
|
className: className
|
|
6334
6334
|
}), React.createElement("path", {
|
|
6335
|
-
d: "
|
|
6335
|
+
d: "M13.5 7a3.5 3.5 0 1 0 0 7h.5v3.5a.5.5 0 0 0 1 0V8h1v9.5a.5.5 0 0 0 1 0V8h.5a.5.5 0 0 0 0-1h-4Zm-11-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
6336
6336
|
fill: primaryFill
|
|
6337
6337
|
}));
|
|
6338
6338
|
};
|
|
@@ -6351,7 +6351,7 @@ const TextParagraphRegularIcon = props => {
|
|
|
6351
6351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6352
6352
|
className: className
|
|
6353
6353
|
}), React.createElement("path", {
|
|
6354
|
-
d: "
|
|
6354
|
+
d: "M13.5 8a2.5 2.5 0 0 0 0 5h.5V8h-.5Zm.5 6h-.5a3.5 3.5 0 1 1 0-7h4a.5.5 0 0 1 0 1H17v9.5a.5.5 0 0 1-1 0V8h-1v9.5a.5.5 0 0 1-1 0V14ZM2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
6355
6355
|
fill: primaryFill
|
|
6356
6356
|
}));
|
|
6357
6357
|
};
|
|
@@ -773,7 +773,7 @@ const TextParagraph16FilledIcon = props => {
|
|
|
773
773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
774
774
|
className: className
|
|
775
775
|
}), React.createElement("path", {
|
|
776
|
-
d: "
|
|
776
|
+
d: "M2 3.5c0-.28.22-.5.5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5Zm10 10a.5.5 0 0 1-1 0V11a3 3 0 1 1 0-6h3.5a.5.5 0 0 1 0 1H14v7.5a.5.5 0 0 1-1 0V6h-1v7.5ZM2.5 6h5.04c-.18.31-.32.65-.41 1H2.5a.5.5 0 0 1 0-1Zm5.04 4a3.98 3.98 0 0 1-.41-1H2.5a.5.5 0 0 0 0 1h5.04Z",
|
|
777
777
|
fill: primaryFill
|
|
778
778
|
}));
|
|
779
779
|
};
|
|
@@ -792,7 +792,7 @@ const TextParagraph16RegularIcon = props => {
|
|
|
792
792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
793
793
|
className: className
|
|
794
794
|
}), React.createElement("path", {
|
|
795
|
-
d: "
|
|
795
|
+
d: "M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11Zm9 11a.5.5 0 0 0 .5-.5V6h1v7.5a.5.5 0 0 0 1 0V6h.5a.5.5 0 0 0 0-1H11a3 3 0 1 0 0 6v2.5c0 .28.22.5.5.5ZM10 6.27A2 2 0 0 1 11 6v4a2 2 0 0 1-2-2 2 2 0 0 1 1-1.73ZM7.54 6H2.5a.5.5 0 0 0 0 1h4.63c.09-.35.23-.69.4-1Zm-.41 3c.09.35.23.69.4 1H2.5a.5.5 0 0 1 0-1h4.63Z",
|
|
796
796
|
fill: primaryFill
|
|
797
797
|
}));
|
|
798
798
|
};
|
|
@@ -811,7 +811,7 @@ const TextParagraph20FilledIcon = props => {
|
|
|
811
811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
812
812
|
className: className
|
|
813
813
|
}), React.createElement("path", {
|
|
814
|
-
d: "
|
|
814
|
+
d: "M13.5 7a3.5 3.5 0 1 0 0 7h.5v3.5a.5.5 0 0 0 1 0V8h1v9.5a.5.5 0 0 0 1 0V8h.5a.5.5 0 0 0 0-1h-4Zm-11-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
815
815
|
fill: primaryFill
|
|
816
816
|
}));
|
|
817
817
|
};
|
|
@@ -830,7 +830,7 @@ const TextParagraph20RegularIcon = props => {
|
|
|
830
830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
831
831
|
className: className
|
|
832
832
|
}), React.createElement("path", {
|
|
833
|
-
d: "
|
|
833
|
+
d: "M13.5 8a2.5 2.5 0 0 0 0 5h.5V8h-.5Zm.5 6h-.5a3.5 3.5 0 1 1 0-7h4a.5.5 0 0 1 0 1H17v9.5a.5.5 0 0 1-1 0V8h-1v9.5a.5.5 0 0 1-1 0V14ZM2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
834
834
|
fill: primaryFill
|
|
835
835
|
}));
|
|
836
836
|
};
|
|
@@ -849,7 +849,7 @@ const TextParagraph24FilledIcon = props => {
|
|
|
849
849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
850
850
|
className: className
|
|
851
851
|
}), React.createElement("path", {
|
|
852
|
-
d: "
|
|
852
|
+
d: "M12.25 12.25C12.25 9.9 14.15 8 16.5 8h4.75a.75.75 0 0 1 0 1.5H21v11.75a.75.75 0 0 1-1.5 0V9.5h-1v11.75a.75.75 0 0 1-1.5 0V16.5h-.5a4.25 4.25 0 0 1-4.25-4.25ZM2 5.75c0-.41.34-.75.75-.75h18.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 5.75Zm0 5c0-.41.34-.75.75-.75h9c-.22.47-.37.97-.45 1.5H2.75a.75.75 0 0 1-.75-.75ZM2.75 15h9.28c.36.59.83 1.1 1.39 1.5H2.75a.75.75 0 0 1 0-1.5Z",
|
|
853
853
|
fill: primaryFill
|
|
854
854
|
}));
|
|
855
855
|
};
|
|
@@ -868,7 +868,7 @@ const TextParagraph24RegularIcon = props => {
|
|
|
868
868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
869
869
|
className: className
|
|
870
870
|
}), React.createElement("path", {
|
|
871
|
-
d: "
|
|
871
|
+
d: "M16.5 8a4.25 4.25 0 0 0 0 8.5h.5v4.75a.75.75 0 0 0 1.5 0V9.5h1v11.75a.75.75 0 0 0 1.5 0V9.5h.25a.75.75 0 0 0 0-1.5H16.5Zm0 1.5h.5V15h-.5a2.75 2.75 0 1 1 0-5.5ZM2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5H2.75Zm0 5a.75.75 0 0 0 0 1.5h8.55c.08-.53.23-1.03.46-1.5H2.75Zm9.28 5H2.75a.75.75 0 0 0 0 1.5h10.67a5.28 5.28 0 0 1-1.4-1.5Z",
|
|
872
872
|
fill: primaryFill
|
|
873
873
|
}));
|
|
874
874
|
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib-cjs/icons/chunk-7.js
CHANGED
|
@@ -6351,7 +6351,7 @@ const TextParagraphFilledIcon = props => {
|
|
|
6351
6351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6352
6352
|
className: className
|
|
6353
6353
|
}), React.createElement("path", {
|
|
6354
|
-
d: "
|
|
6354
|
+
d: "M13.5 7a3.5 3.5 0 1 0 0 7h.5v3.5a.5.5 0 0 0 1 0V8h1v9.5a.5.5 0 0 0 1 0V8h.5a.5.5 0 0 0 0-1h-4Zm-11-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
6355
6355
|
fill: primaryFill
|
|
6356
6356
|
}));
|
|
6357
6357
|
};
|
|
@@ -6370,7 +6370,7 @@ const TextParagraphRegularIcon = props => {
|
|
|
6370
6370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6371
6371
|
className: className
|
|
6372
6372
|
}), React.createElement("path", {
|
|
6373
|
-
d: "
|
|
6373
|
+
d: "M13.5 8a2.5 2.5 0 0 0 0 5h.5V8h-.5Zm.5 6h-.5a3.5 3.5 0 1 1 0-7h4a.5.5 0 0 1 0 1H17v9.5a.5.5 0 0 1-1 0V8h-1v9.5a.5.5 0 0 1-1 0V14ZM2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
6374
6374
|
fill: primaryFill
|
|
6375
6375
|
}));
|
|
6376
6376
|
};
|
|
@@ -792,7 +792,7 @@ const TextParagraph16FilledIcon = props => {
|
|
|
792
792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
793
793
|
className: className
|
|
794
794
|
}), React.createElement("path", {
|
|
795
|
-
d: "
|
|
795
|
+
d: "M2 3.5c0-.28.22-.5.5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5Zm10 10a.5.5 0 0 1-1 0V11a3 3 0 1 1 0-6h3.5a.5.5 0 0 1 0 1H14v7.5a.5.5 0 0 1-1 0V6h-1v7.5ZM2.5 6h5.04c-.18.31-.32.65-.41 1H2.5a.5.5 0 0 1 0-1Zm5.04 4a3.98 3.98 0 0 1-.41-1H2.5a.5.5 0 0 0 0 1h5.04Z",
|
|
796
796
|
fill: primaryFill
|
|
797
797
|
}));
|
|
798
798
|
};
|
|
@@ -811,7 +811,7 @@ const TextParagraph16RegularIcon = props => {
|
|
|
811
811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
812
812
|
className: className
|
|
813
813
|
}), React.createElement("path", {
|
|
814
|
-
d: "
|
|
814
|
+
d: "M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11Zm9 11a.5.5 0 0 0 .5-.5V6h1v7.5a.5.5 0 0 0 1 0V6h.5a.5.5 0 0 0 0-1H11a3 3 0 1 0 0 6v2.5c0 .28.22.5.5.5ZM10 6.27A2 2 0 0 1 11 6v4a2 2 0 0 1-2-2 2 2 0 0 1 1-1.73ZM7.54 6H2.5a.5.5 0 0 0 0 1h4.63c.09-.35.23-.69.4-1Zm-.41 3c.09.35.23.69.4 1H2.5a.5.5 0 0 1 0-1h4.63Z",
|
|
815
815
|
fill: primaryFill
|
|
816
816
|
}));
|
|
817
817
|
};
|
|
@@ -830,7 +830,7 @@ const TextParagraph20FilledIcon = props => {
|
|
|
830
830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
831
831
|
className: className
|
|
832
832
|
}), React.createElement("path", {
|
|
833
|
-
d: "
|
|
833
|
+
d: "M13.5 7a3.5 3.5 0 1 0 0 7h.5v3.5a.5.5 0 0 0 1 0V8h1v9.5a.5.5 0 0 0 1 0V8h.5a.5.5 0 0 0 0-1h-4Zm-11-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
834
834
|
fill: primaryFill
|
|
835
835
|
}));
|
|
836
836
|
};
|
|
@@ -849,7 +849,7 @@ const TextParagraph20RegularIcon = props => {
|
|
|
849
849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
850
850
|
className: className
|
|
851
851
|
}), React.createElement("path", {
|
|
852
|
-
d: "
|
|
852
|
+
d: "M13.5 8a2.5 2.5 0 0 0 0 5h.5V8h-.5Zm.5 6h-.5a3.5 3.5 0 1 1 0-7h4a.5.5 0 0 1 0 1H17v9.5a.5.5 0 0 1-1 0V8h-1v9.5a.5.5 0 0 1-1 0V14ZM2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm6.76 4H2.5a.5.5 0 0 0 0 1h6.53c.04-.35.11-.68.23-1Zm.5 4H2.5a.5.5 0 0 0 0 1h8.17a4.53 4.53 0 0 1-.91-1Z",
|
|
853
853
|
fill: primaryFill
|
|
854
854
|
}));
|
|
855
855
|
};
|
|
@@ -868,7 +868,7 @@ const TextParagraph24FilledIcon = props => {
|
|
|
868
868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
869
869
|
className: className
|
|
870
870
|
}), React.createElement("path", {
|
|
871
|
-
d: "
|
|
871
|
+
d: "M12.25 12.25C12.25 9.9 14.15 8 16.5 8h4.75a.75.75 0 0 1 0 1.5H21v11.75a.75.75 0 0 1-1.5 0V9.5h-1v11.75a.75.75 0 0 1-1.5 0V16.5h-.5a4.25 4.25 0 0 1-4.25-4.25ZM2 5.75c0-.41.34-.75.75-.75h18.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 5.75Zm0 5c0-.41.34-.75.75-.75h9c-.22.47-.37.97-.45 1.5H2.75a.75.75 0 0 1-.75-.75ZM2.75 15h9.28c.36.59.83 1.1 1.39 1.5H2.75a.75.75 0 0 1 0-1.5Z",
|
|
872
872
|
fill: primaryFill
|
|
873
873
|
}));
|
|
874
874
|
};
|
|
@@ -887,7 +887,7 @@ const TextParagraph24RegularIcon = props => {
|
|
|
887
887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
888
888
|
className: className
|
|
889
889
|
}), React.createElement("path", {
|
|
890
|
-
d: "
|
|
890
|
+
d: "M16.5 8a4.25 4.25 0 0 0 0 8.5h.5v4.75a.75.75 0 0 0 1.5 0V9.5h1v11.75a.75.75 0 0 0 1.5 0V9.5h.25a.75.75 0 0 0 0-1.5H16.5Zm0 1.5h.5V15h-.5a2.75 2.75 0 1 1 0-5.5ZM2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5H2.75Zm0 5a.75.75 0 0 0 0 1.5h8.55c.08-.53.23-1.03.46-1.5H2.75Zm9.28 5H2.75a.75.75 0 0 0 0 1.5h10.67a5.28 5.28 0 0 1-1.4-1.5Z",
|
|
891
891
|
fill: primaryFill
|
|
892
892
|
}));
|
|
893
893
|
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|