@fluentui/react-icons 2.0.168-rc.5 → 2.0.169-rc.6
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/sizedIcons/chunk-10.d.ts +2 -2
- package/lib/sizedIcons/chunk-10.js +39 -39
- package/lib/sizedIcons/chunk-11.d.ts +2 -2
- package/lib/sizedIcons/chunk-11.js +39 -39
- package/lib/sizedIcons/chunk-12.d.ts +2 -2
- package/lib/sizedIcons/chunk-12.js +39 -39
- package/lib/sizedIcons/chunk-13.d.ts +2 -2
- package/lib/sizedIcons/chunk-13.js +39 -39
- package/lib/sizedIcons/chunk-14.d.ts +2 -2
- package/lib/sizedIcons/chunk-14.js +39 -39
- package/lib/sizedIcons/chunk-15.d.ts +2 -2
- package/lib/sizedIcons/chunk-15.js +39 -39
- package/lib/sizedIcons/chunk-16.d.ts +2 -2
- package/lib/sizedIcons/chunk-16.js +39 -39
- package/lib/sizedIcons/chunk-17.d.ts +2 -2
- package/lib/sizedIcons/chunk-17.js +39 -39
- package/lib/sizedIcons/chunk-18.d.ts +2 -2
- package/lib/sizedIcons/chunk-18.js +39 -39
- package/lib/sizedIcons/chunk-19.d.ts +2 -2
- package/lib/sizedIcons/chunk-19.js +39 -39
- package/lib/sizedIcons/chunk-20.d.ts +2 -2
- package/lib/sizedIcons/chunk-20.js +39 -39
- package/lib/sizedIcons/chunk-21.d.ts +2 -2
- package/lib/sizedIcons/chunk-21.js +39 -39
- package/lib/sizedIcons/chunk-22.d.ts +2 -0
- package/lib/sizedIcons/chunk-22.js +38 -0
- package/lib/sizedIcons/chunk-5.d.ts +2 -2
- package/lib/sizedIcons/chunk-5.js +39 -39
- package/lib/sizedIcons/chunk-6.d.ts +2 -2
- package/lib/sizedIcons/chunk-6.js +39 -39
- package/lib/sizedIcons/chunk-7.d.ts +2 -2
- package/lib/sizedIcons/chunk-7.js +39 -39
- package/lib/sizedIcons/chunk-8.d.ts +2 -2
- package/lib/sizedIcons/chunk-8.js +39 -39
- package/lib/sizedIcons/chunk-9.d.ts +2 -2
- package/lib/sizedIcons/chunk-9.js +39 -39
- package/lib-cjs/sizedIcons/chunk-10.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-10.js +49 -49
- package/lib-cjs/sizedIcons/chunk-11.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-11.js +49 -49
- package/lib-cjs/sizedIcons/chunk-12.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-12.js +49 -49
- package/lib-cjs/sizedIcons/chunk-13.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-13.js +49 -49
- package/lib-cjs/sizedIcons/chunk-14.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-14.js +49 -49
- package/lib-cjs/sizedIcons/chunk-15.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-15.js +49 -49
- package/lib-cjs/sizedIcons/chunk-16.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-16.js +49 -49
- package/lib-cjs/sizedIcons/chunk-17.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-17.js +49 -49
- package/lib-cjs/sizedIcons/chunk-18.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-18.js +49 -49
- package/lib-cjs/sizedIcons/chunk-19.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-19.js +49 -49
- package/lib-cjs/sizedIcons/chunk-20.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-20.js +49 -49
- package/lib-cjs/sizedIcons/chunk-21.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-21.js +49 -49
- package/lib-cjs/sizedIcons/chunk-22.d.ts +2 -0
- package/lib-cjs/sizedIcons/chunk-22.js +46 -8
- package/lib-cjs/sizedIcons/chunk-5.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-5.js +43 -43
- package/lib-cjs/sizedIcons/chunk-6.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-6.js +49 -49
- package/lib-cjs/sizedIcons/chunk-7.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-7.js +49 -49
- package/lib-cjs/sizedIcons/chunk-8.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-8.js +49 -49
- package/lib-cjs/sizedIcons/chunk-9.d.ts +2 -2
- package/lib-cjs/sizedIcons/chunk-9.js +49 -49
- package/package.json +1 -1
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const Record32RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 32,
|
|
11
|
+
height: 32,
|
|
12
|
+
viewBox: "0 0 32 32",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M16 25a9 9 0 100-18 9 9 0 000 18zm0-23a14 14 0 100 28 14 14 0 000-28zM4 16a12 12 0 1124 0 12 12 0 01-24 0z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const Record32Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Record32RegularIcon({}), 'Record32Regular');
|
|
22
|
+
|
|
23
|
+
const Record48FilledIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 48,
|
|
30
|
+
height: 48,
|
|
31
|
+
viewBox: "0 0 48 48",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M24 4a20 20 0 100 40 20 20 0 000-40zm0 33a13 13 0 110-26 13 13 0 010 26z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const Record48Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Record48FilledIcon({}), 'Record48Filled');
|
|
41
|
+
|
|
4
42
|
const Record48RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9530,42 +9568,4 @@ const ShareScreenPersonOverlay16FilledIcon = iconProps => {
|
|
|
9530
9568
|
}));
|
|
9531
9569
|
};
|
|
9532
9570
|
|
|
9533
|
-
export const ShareScreenPersonOverlay16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/ShareScreenPersonOverlay16FilledIcon({}), 'ShareScreenPersonOverlay16Filled');
|
|
9534
|
-
|
|
9535
|
-
const ShareScreenPersonOverlay16RegularIcon = iconProps => {
|
|
9536
|
-
const {
|
|
9537
|
-
className,
|
|
9538
|
-
primaryFill
|
|
9539
|
-
} = iconProps;
|
|
9540
|
-
return React.createElement("svg", {
|
|
9541
|
-
width: 16,
|
|
9542
|
-
height: 16,
|
|
9543
|
-
viewBox: "0 0 16 16",
|
|
9544
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9545
|
-
className: className
|
|
9546
|
-
}, React.createElement("path", {
|
|
9547
|
-
d: "M1 5.5A2.5 2.5 0 013.5 3h9A2.5 2.5 0 0115 5.5v2.25c0 .14-.11.25-.25.25a.27.27 0 01-.26-.25c-.04-.52-.22-1-.49-1.4V5.5c0-.83-.67-1.5-1.5-1.5h-9C2.67 4 2 4.67 2 5.5v5c0 .83.67 1.5 1.5 1.5h3.55a2.51 2.51 0 00-.01 1H3.5A2.5 2.5 0 011 10.5v-5zM11.5 10a2 2 0 100-4 2 2 0 000 4zm0 5c2.5 0 3.5-1.25 3.5-2.5 0-.83-.67-1.5-1.5-1.5h-4c-.83 0-1.5.67-1.5 1.5 0 1.25 1 2.5 3.5 2.5zM4 5a1 1 0 00-1 1v2a1 1 0 001 1h3a1 1 0 001-1V6a1 1 0 00-1-1H4z",
|
|
9548
|
-
fill: primaryFill
|
|
9549
|
-
}));
|
|
9550
|
-
};
|
|
9551
|
-
|
|
9552
|
-
export const ShareScreenPersonOverlay16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/ShareScreenPersonOverlay16RegularIcon({}), 'ShareScreenPersonOverlay16Regular');
|
|
9553
|
-
|
|
9554
|
-
const ShareScreenPersonOverlay20FilledIcon = iconProps => {
|
|
9555
|
-
const {
|
|
9556
|
-
className,
|
|
9557
|
-
primaryFill
|
|
9558
|
-
} = iconProps;
|
|
9559
|
-
return React.createElement("svg", {
|
|
9560
|
-
width: 20,
|
|
9561
|
-
height: 20,
|
|
9562
|
-
viewBox: "0 0 20 20",
|
|
9563
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9564
|
-
className: className
|
|
9565
|
-
}, React.createElement("path", {
|
|
9566
|
-
d: "M2 7a3 3 0 013-3h10a3 3 0 013 3v3.34a3 3 0 10-4.73 3.67c-1.1.1-2 .92-2.22 1.99H5a3 3 0 01-3-3V7zm2 0v3a1 1 0 001 1h4a1 1 0 001-1V7a1 1 0 00-1-1H5a1 1 0 00-1 1zm13.5 5a2 2 0 11-4 0 2 2 0 014 0zm1.5 4.5c0 1.25-1 2.5-3.5 2.5S12 17.75 12 16.5c0-.83.67-1.5 1.5-1.5h4c.83 0 1.5.67 1.5 1.5z",
|
|
9567
|
-
fill: primaryFill
|
|
9568
|
-
}));
|
|
9569
|
-
};
|
|
9570
|
-
|
|
9571
|
-
export const ShareScreenPersonOverlay20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/ShareScreenPersonOverlay20FilledIcon({}), 'ShareScreenPersonOverlay20Filled');
|
|
9571
|
+
export const ShareScreenPersonOverlay16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/ShareScreenPersonOverlay16FilledIcon({}), 'ShareScreenPersonOverlay16Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const ShareScreenPersonOverlay16Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const ShareScreenPersonOverlay20Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const ShareScreenPersonOverlay20Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const ShareScreenPersonOverlay24Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const ShareScreenPersonOverlay24Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const SportAmericanFootball24Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const SportBaseball20Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const SportBaseball20Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const SportBaseball24Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const SportBaseball24Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const SportBasketball20Filled: React.FC<FluentIconsProps>;
|
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const ShareScreenPersonOverlay16RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M1 5.5A2.5 2.5 0 013.5 3h9A2.5 2.5 0 0115 5.5v2.25c0 .14-.11.25-.25.25a.27.27 0 01-.26-.25c-.04-.52-.22-1-.49-1.4V5.5c0-.83-.67-1.5-1.5-1.5h-9C2.67 4 2 4.67 2 5.5v5c0 .83.67 1.5 1.5 1.5h3.55a2.51 2.51 0 00-.01 1H3.5A2.5 2.5 0 011 10.5v-5zM11.5 10a2 2 0 100-4 2 2 0 000 4zm0 5c2.5 0 3.5-1.25 3.5-2.5 0-.83-.67-1.5-1.5-1.5h-4c-.83 0-1.5.67-1.5 1.5 0 1.25 1 2.5 3.5 2.5zM4 5a1 1 0 00-1 1v2a1 1 0 001 1h3a1 1 0 001-1V6a1 1 0 00-1-1H4z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const ShareScreenPersonOverlay16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/ShareScreenPersonOverlay16RegularIcon({}), 'ShareScreenPersonOverlay16Regular');
|
|
22
|
+
|
|
23
|
+
const ShareScreenPersonOverlay20FilledIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 20,
|
|
30
|
+
height: 20,
|
|
31
|
+
viewBox: "0 0 20 20",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M2 7a3 3 0 013-3h10a3 3 0 013 3v3.34a3 3 0 10-4.73 3.67c-1.1.1-2 .92-2.22 1.99H5a3 3 0 01-3-3V7zm2 0v3a1 1 0 001 1h4a1 1 0 001-1V7a1 1 0 00-1-1H5a1 1 0 00-1 1zm13.5 5a2 2 0 11-4 0 2 2 0 014 0zm1.5 4.5c0 1.25-1 2.5-3.5 2.5S12 17.75 12 16.5c0-.83.67-1.5 1.5-1.5h4c.83 0 1.5.67 1.5 1.5z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const ShareScreenPersonOverlay20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/ShareScreenPersonOverlay20FilledIcon({}), 'ShareScreenPersonOverlay20Filled');
|
|
41
|
+
|
|
4
42
|
const ShareScreenPersonOverlay20RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9476,42 +9514,4 @@ const SportBaseball24FilledIcon = iconProps => {
|
|
|
9476
9514
|
}));
|
|
9477
9515
|
};
|
|
9478
9516
|
|
|
9479
|
-
export const SportBaseball24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/SportBaseball24FilledIcon({}), 'SportBaseball24Filled');
|
|
9480
|
-
|
|
9481
|
-
const SportBaseball24RegularIcon = iconProps => {
|
|
9482
|
-
const {
|
|
9483
|
-
className,
|
|
9484
|
-
primaryFill
|
|
9485
|
-
} = iconProps;
|
|
9486
|
-
return React.createElement("svg", {
|
|
9487
|
-
width: 24,
|
|
9488
|
-
height: 24,
|
|
9489
|
-
viewBox: "0 0 24 24",
|
|
9490
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9491
|
-
className: className
|
|
9492
|
-
}, React.createElement("path", {
|
|
9493
|
-
d: "M9.93 16.7s-.75.1-.9-.55c-.1-.4.14-.8.54-.9h.01l.02-.01a3.92 3.92 0 01.37-.08 12.54 12.54 0 014.42.07.75.75 0 01-.29 1.48 11.04 11.04 0 00-4.17-.01zm-.9-8.8c.15-.65.9-.55.9-.55a6.35 6.35 0 001.19.17c.76.05 1.82.05 2.98-.18a.75.75 0 01.3 1.47 12.54 12.54 0 01-4.8 0h-.03a.76.76 0 01-.55-.92zM12 22a9.97 9.97 0 0010-10 10 10 0 10-10 10zM5.07 7.07c.54.37 1.19.72 1.94.97A.75.75 0 107.5 6.6a6.36 6.36 0 01-1.43-.69 8.47 8.47 0 0111.88 0c-.4.27-.89.51-1.43.7A.75.75 0 1017 8.03c.75-.25 1.4-.6 1.94-.97a8.46 8.46 0 01-.03 9.9A7.9 7.9 0 0017 16a.75.75 0 10-.48 1.42c.53.18 1 .42 1.4.68a8.47 8.47 0 01-11.82 0c.4-.26.87-.5 1.4-.68A.75.75 0 107 16.01c-.74.25-1.38.6-1.91.95a8.46 8.46 0 01-.03-9.89z",
|
|
9494
|
-
fill: primaryFill
|
|
9495
|
-
}));
|
|
9496
|
-
};
|
|
9497
|
-
|
|
9498
|
-
export const SportBaseball24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/SportBaseball24RegularIcon({}), 'SportBaseball24Regular');
|
|
9499
|
-
|
|
9500
|
-
const SportBasketball20FilledIcon = iconProps => {
|
|
9501
|
-
const {
|
|
9502
|
-
className,
|
|
9503
|
-
primaryFill
|
|
9504
|
-
} = iconProps;
|
|
9505
|
-
return React.createElement("svg", {
|
|
9506
|
-
width: 20,
|
|
9507
|
-
height: 20,
|
|
9508
|
-
viewBox: "0 0 20 20",
|
|
9509
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9510
|
-
className: className
|
|
9511
|
-
}, React.createElement("path", {
|
|
9512
|
-
d: "M4.7 4A7.97 7.97 0 019 2.06c.07.43.14.91.24 1.4.18.9.43 1.89.78 2.79.28.71.62 1.4 1.06 1.96L10 9.3 4.7 4zm-.7.7A7.97 7.97 0 002.06 9c.43.07.9.14 1.4.24.9.18 1.89.43 2.79.78.71.28 1.4.62 1.96 1.06L9.29 10 4 4.7zm3.5 7.1c-.43-.32-.99-.6-1.61-.85-.83-.31-1.75-.55-2.62-.72-.45-.1-.88-.17-1.27-.22 0 2.02.76 3.87 2 5.28l3.5-3.5zM4.7 16l3.5-3.5c.32.43.6.98.85 1.61.31.83.55 1.75.72 2.62.1.45.17.88.22 1.27a7.97 7.97 0 01-5.28-2zm4.22-4.21L10 10.71 15.3 16a7.97 7.97 0 01-4.3 1.94c-.07-.43-.15-.91-.25-1.4-.18-.9-.43-1.89-.77-2.79a7.57 7.57 0 00-1.06-1.96zm7.08 3.5a7.97 7.97 0 001.94-4.3 17.37 17.37 0 01-4.18-1.02 7.57 7.57 0 01-1.97-1.05L10.7 10 16 15.3zM12.5 8.2c.43.33.98.6 1.61.85.83.32 1.75.55 2.62.72.45.1.88.17 1.27.22 0-2.02-.76-3.87-2-5.28l-3.5 3.5zM15.3 4A7.97 7.97 0 0010 2c.06.4.14.82.23 1.27.17.87.4 1.8.72 2.62.24.63.53 1.18.85 1.6L15.3 4z",
|
|
9513
|
-
fill: primaryFill
|
|
9514
|
-
}));
|
|
9515
|
-
};
|
|
9516
|
-
|
|
9517
|
-
export const SportBasketball20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/SportBasketball20FilledIcon({}), 'SportBasketball20Filled');
|
|
9517
|
+
export const SportBaseball24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/SportBaseball24FilledIcon({}), 'SportBaseball24Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const SportBaseball24Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const SportBasketball20Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const SportBasketball20Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const SportBasketball24Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const SportBasketball24Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const TableDeleteRow16Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const TableDeleteRow20Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const TableDeleteRow20Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const TableDeleteRow24Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const TableDeleteRow24Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const TableDeleteRow28Filled: React.FC<FluentIconsProps>;
|
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const SportBaseball24RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 24,
|
|
11
|
+
height: 24,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M9.93 16.7s-.75.1-.9-.55c-.1-.4.14-.8.54-.9h.01l.02-.01a3.92 3.92 0 01.37-.08 12.54 12.54 0 014.42.07.75.75 0 01-.29 1.48 11.04 11.04 0 00-4.17-.01zm-.9-8.8c.15-.65.9-.55.9-.55a6.35 6.35 0 001.19.17c.76.05 1.82.05 2.98-.18a.75.75 0 01.3 1.47 12.54 12.54 0 01-4.8 0h-.03a.76.76 0 01-.55-.92zM12 22a9.97 9.97 0 0010-10 10 10 0 10-10 10zM5.07 7.07c.54.37 1.19.72 1.94.97A.75.75 0 107.5 6.6a6.36 6.36 0 01-1.43-.69 8.47 8.47 0 0111.88 0c-.4.27-.89.51-1.43.7A.75.75 0 1017 8.03c.75-.25 1.4-.6 1.94-.97a8.46 8.46 0 01-.03 9.9A7.9 7.9 0 0017 16a.75.75 0 10-.48 1.42c.53.18 1 .42 1.4.68a8.47 8.47 0 01-11.82 0c.4-.26.87-.5 1.4-.68A.75.75 0 107 16.01c-.74.25-1.38.6-1.91.95a8.46 8.46 0 01-.03-9.89z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const SportBaseball24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/SportBaseball24RegularIcon({}), 'SportBaseball24Regular');
|
|
22
|
+
|
|
23
|
+
const SportBasketball20FilledIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 20,
|
|
30
|
+
height: 20,
|
|
31
|
+
viewBox: "0 0 20 20",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M4.7 4A7.97 7.97 0 019 2.06c.07.43.14.91.24 1.4.18.9.43 1.89.78 2.79.28.71.62 1.4 1.06 1.96L10 9.3 4.7 4zm-.7.7A7.97 7.97 0 002.06 9c.43.07.9.14 1.4.24.9.18 1.89.43 2.79.78.71.28 1.4.62 1.96 1.06L9.29 10 4 4.7zm3.5 7.1c-.43-.32-.99-.6-1.61-.85-.83-.31-1.75-.55-2.62-.72-.45-.1-.88-.17-1.27-.22 0 2.02.76 3.87 2 5.28l3.5-3.5zM4.7 16l3.5-3.5c.32.43.6.98.85 1.61.31.83.55 1.75.72 2.62.1.45.17.88.22 1.27a7.97 7.97 0 01-5.28-2zm4.22-4.21L10 10.71 15.3 16a7.97 7.97 0 01-4.3 1.94c-.07-.43-.15-.91-.25-1.4-.18-.9-.43-1.89-.77-2.79a7.57 7.57 0 00-1.06-1.96zm7.08 3.5a7.97 7.97 0 001.94-4.3 17.37 17.37 0 01-4.18-1.02 7.57 7.57 0 01-1.97-1.05L10.7 10 16 15.3zM12.5 8.2c.43.33.98.6 1.61.85.83.32 1.75.55 2.62.72.45.1.88.17 1.27.22 0-2.02-.76-3.87-2-5.28l-3.5 3.5zM15.3 4A7.97 7.97 0 0010 2c.06.4.14.82.23 1.27.17.87.4 1.8.72 2.62.24.63.53 1.18.85 1.6L15.3 4z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const SportBasketball20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/SportBasketball20FilledIcon({}), 'SportBasketball20Filled');
|
|
41
|
+
|
|
4
42
|
const SportBasketball20RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9545,42 +9583,4 @@ const TableDeleteRow24FilledIcon = iconProps => {
|
|
|
9545
9583
|
}));
|
|
9546
9584
|
};
|
|
9547
9585
|
|
|
9548
|
-
export const TableDeleteRow24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TableDeleteRow24FilledIcon({}), 'TableDeleteRow24Filled');
|
|
9549
|
-
|
|
9550
|
-
const TableDeleteRow24RegularIcon = iconProps => {
|
|
9551
|
-
const {
|
|
9552
|
-
className,
|
|
9553
|
-
primaryFill
|
|
9554
|
-
} = iconProps;
|
|
9555
|
-
return React.createElement("svg", {
|
|
9556
|
-
width: 24,
|
|
9557
|
-
height: 24,
|
|
9558
|
-
viewBox: "0 0 24 24",
|
|
9559
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9560
|
-
className: className
|
|
9561
|
-
}, React.createElement("path", {
|
|
9562
|
-
d: "M3.75 2a.75.75 0 00-.75.75v1C3 5.55 4.46 7 6.25 7h11.5C19.55 7 21 5.54 21 3.75v-1a.75.75 0 00-1.5 0v1c0 .97-.78 1.75-1.75 1.75H15.5V2.75a.75.75 0 00-1.5 0V5.5h-4V2.75a.75.75 0 00-1.5 0V5.5H6.25c-.97 0-1.75-.78-1.75-1.75v-1A.75.75 0 003.75 2zm0 20a.75.75 0 01-.75-.75v-1C3 18.45 4.46 17 6.25 17h11.5c1.8 0 3.25 1.46 3.25 3.25v1a.75.75 0 01-1.5 0v-1c0-.97-.78-1.75-1.75-1.75H15.5v2.75a.75.75 0 01-1.5 0V18.5h-4v2.75a.75.75 0 01-1.5 0V18.5H6.25c-.97 0-1.75.78-1.75 1.75v1c0 .41-.34.75-.75.75zM12 13.06l1.47 1.47a.75.75 0 101.06-1.06L13.06 12l1.47-1.47a.75.75 0 10-1.06-1.06L12 10.94l-1.47-1.47a.75.75 0 10-1.06 1.06L10.94 12l-1.47 1.47a.75.75 0 101.06 1.06L12 13.06zm-3.27-.31l.07-.08.67-.67-.67-.67a1.85 1.85 0 01-.07-.08H2.75a.75.75 0 000 1.5h5.98zm6.8 0h5.72a.75.75 0 000-1.5h-5.73l-.07.08-.67.67.67.67.07.08z",
|
|
9563
|
-
fill: primaryFill
|
|
9564
|
-
}));
|
|
9565
|
-
};
|
|
9566
|
-
|
|
9567
|
-
export const TableDeleteRow24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TableDeleteRow24RegularIcon({}), 'TableDeleteRow24Regular');
|
|
9568
|
-
|
|
9569
|
-
const TableDeleteRow28FilledIcon = iconProps => {
|
|
9570
|
-
const {
|
|
9571
|
-
className,
|
|
9572
|
-
primaryFill
|
|
9573
|
-
} = iconProps;
|
|
9574
|
-
return React.createElement("svg", {
|
|
9575
|
-
width: 28,
|
|
9576
|
-
height: 28,
|
|
9577
|
-
viewBox: "0 0 28 28",
|
|
9578
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9579
|
-
className: className
|
|
9580
|
-
}, React.createElement("path", {
|
|
9581
|
-
d: "M3 4a1 1 0 011-1h5.5v6H6.75A3.75 3.75 0 013 5.25V4zm14 5h-6V3h6v6zm4.25 0H18.5V3H24a1 1 0 011 1v1.25A3.75 3.75 0 0121.25 9zM25 22.75A3.75 3.75 0 0021.25 19H18.5v6H24a1 1 0 001-1v-1.25zM17 19h-6v6h6v-6zM6.75 19H9.5v6H4a1 1 0 01-1-1v-1.25A3.75 3.75 0 016.75 19zm-4-5.75h7.73l.07.08.67.67-.67.67-.07.08H2.75a.75.75 0 010-1.5zm14.45.08l.07-.08h7.98a.75.75 0 010 1.5h-7.98a1.83 1.83 0 00-.07-.08l-.67-.67.67-.67zm-4.67-1.86a.75.75 0 10-1.06 1.06L12.94 14l-1.47 1.47a.75.75 0 101.06 1.06L14 15.06l1.47 1.47a.75.75 0 101.06-1.06L15.06 14l1.47-1.47a.75.75 0 10-1.06-1.06L14 12.94l-1.47-1.47z",
|
|
9582
|
-
fill: primaryFill
|
|
9583
|
-
}));
|
|
9584
|
-
};
|
|
9585
|
-
|
|
9586
|
-
export const TableDeleteRow28Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TableDeleteRow28FilledIcon({}), 'TableDeleteRow28Filled');
|
|
9586
|
+
export const TableDeleteRow24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TableDeleteRow24FilledIcon({}), 'TableDeleteRow24Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const TableDeleteRow24Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const TableDeleteRow28Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const TableDeleteRow28Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const TableDismiss16Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const TableDismiss16Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const TextBulletListCheckmark20Regular: React.FC<FluentIconsProps
|
|
|
498
500
|
export declare const TextBulletListDismiss20Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const TextBulletListDismiss20Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const TextBulletListLtr16Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const TextBulletListLtr16Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const TextBulletListLtr20Filled: React.FC<FluentIconsProps>;
|
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const TableDeleteRow24RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 24,
|
|
11
|
+
height: 24,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M3.75 2a.75.75 0 00-.75.75v1C3 5.55 4.46 7 6.25 7h11.5C19.55 7 21 5.54 21 3.75v-1a.75.75 0 00-1.5 0v1c0 .97-.78 1.75-1.75 1.75H15.5V2.75a.75.75 0 00-1.5 0V5.5h-4V2.75a.75.75 0 00-1.5 0V5.5H6.25c-.97 0-1.75-.78-1.75-1.75v-1A.75.75 0 003.75 2zm0 20a.75.75 0 01-.75-.75v-1C3 18.45 4.46 17 6.25 17h11.5c1.8 0 3.25 1.46 3.25 3.25v1a.75.75 0 01-1.5 0v-1c0-.97-.78-1.75-1.75-1.75H15.5v2.75a.75.75 0 01-1.5 0V18.5h-4v2.75a.75.75 0 01-1.5 0V18.5H6.25c-.97 0-1.75.78-1.75 1.75v1c0 .41-.34.75-.75.75zM12 13.06l1.47 1.47a.75.75 0 101.06-1.06L13.06 12l1.47-1.47a.75.75 0 10-1.06-1.06L12 10.94l-1.47-1.47a.75.75 0 10-1.06 1.06L10.94 12l-1.47 1.47a.75.75 0 101.06 1.06L12 13.06zm-3.27-.31l.07-.08.67-.67-.67-.67a1.85 1.85 0 01-.07-.08H2.75a.75.75 0 000 1.5h5.98zm6.8 0h5.72a.75.75 0 000-1.5h-5.73l-.07.08-.67.67.67.67.07.08z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const TableDeleteRow24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TableDeleteRow24RegularIcon({}), 'TableDeleteRow24Regular');
|
|
22
|
+
|
|
23
|
+
const TableDeleteRow28FilledIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 28,
|
|
30
|
+
height: 28,
|
|
31
|
+
viewBox: "0 0 28 28",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M3 4a1 1 0 011-1h5.5v6H6.75A3.75 3.75 0 013 5.25V4zm14 5h-6V3h6v6zm4.25 0H18.5V3H24a1 1 0 011 1v1.25A3.75 3.75 0 0121.25 9zM25 22.75A3.75 3.75 0 0021.25 19H18.5v6H24a1 1 0 001-1v-1.25zM17 19h-6v6h6v-6zM6.75 19H9.5v6H4a1 1 0 01-1-1v-1.25A3.75 3.75 0 016.75 19zm-4-5.75h7.73l.07.08.67.67-.67.67-.07.08H2.75a.75.75 0 010-1.5zm14.45.08l.07-.08h7.98a.75.75 0 010 1.5h-7.98a1.83 1.83 0 00-.07-.08l-.67-.67.67-.67zm-4.67-1.86a.75.75 0 10-1.06 1.06L12.94 14l-1.47 1.47a.75.75 0 101.06 1.06L14 15.06l1.47 1.47a.75.75 0 101.06-1.06L15.06 14l1.47-1.47a.75.75 0 10-1.06-1.06L14 12.94l-1.47-1.47z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const TableDeleteRow28Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TableDeleteRow28FilledIcon({}), 'TableDeleteRow28Filled');
|
|
41
|
+
|
|
4
42
|
const TableDeleteRow28RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9521,42 +9559,4 @@ const TextBulletListLtr16FilledIcon = iconProps => {
|
|
|
9521
9559
|
}));
|
|
9522
9560
|
};
|
|
9523
9561
|
|
|
9524
|
-
export const TextBulletListLtr16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextBulletListLtr16FilledIcon({}), 'TextBulletListLtr16Filled');
|
|
9525
|
-
|
|
9526
|
-
const TextBulletListLtr16RegularIcon = iconProps => {
|
|
9527
|
-
const {
|
|
9528
|
-
className,
|
|
9529
|
-
primaryFill
|
|
9530
|
-
} = iconProps;
|
|
9531
|
-
return React.createElement("svg", {
|
|
9532
|
-
width: 16,
|
|
9533
|
-
height: 16,
|
|
9534
|
-
viewBox: "0 0 16 16",
|
|
9535
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9536
|
-
className: className
|
|
9537
|
-
}, React.createElement("path", {
|
|
9538
|
-
d: "M2 4.5a1 1 0 100-2 1 1 0 000 2zM2 9a1 1 0 100-2 1 1 0 000 2zm1 3.5a1 1 0 11-2 0 1 1 0 012 0zM5.5 3a.5.5 0 000 1h9a.5.5 0 000-1h-9zM5 8c0-.28.22-.5.5-.5h9a.5.5 0 010 1h-9A.5.5 0 015 8zm.5 4a.5.5 0 000 1h9a.5.5 0 000-1h-9z",
|
|
9539
|
-
fill: primaryFill
|
|
9540
|
-
}));
|
|
9541
|
-
};
|
|
9542
|
-
|
|
9543
|
-
export const TextBulletListLtr16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextBulletListLtr16RegularIcon({}), 'TextBulletListLtr16Regular');
|
|
9544
|
-
|
|
9545
|
-
const TextBulletListLtr20FilledIcon = iconProps => {
|
|
9546
|
-
const {
|
|
9547
|
-
className,
|
|
9548
|
-
primaryFill
|
|
9549
|
-
} = iconProps;
|
|
9550
|
-
return React.createElement("svg", {
|
|
9551
|
-
width: 20,
|
|
9552
|
-
height: 20,
|
|
9553
|
-
viewBox: "0 0 20 20",
|
|
9554
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9555
|
-
className: className
|
|
9556
|
-
}, React.createElement("path", {
|
|
9557
|
-
d: "M3.25 7a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM7 5.75c0-.41.34-.75.75-.75h9.5a.75.75 0 010 1.5h-9.5A.75.75 0 017 5.75zM7.75 10a.75.75 0 000 1.5h9.5a.75.75 0 000-1.5h-9.5zm0 5a.75.75 0 000 1.5h9.5a.75.75 0 000-1.5h-9.5zM4.5 10.75a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM3.25 17a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z",
|
|
9558
|
-
fill: primaryFill
|
|
9559
|
-
}));
|
|
9560
|
-
};
|
|
9561
|
-
|
|
9562
|
-
export const TextBulletListLtr20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextBulletListLtr20FilledIcon({}), 'TextBulletListLtr20Filled');
|
|
9562
|
+
export const TextBulletListLtr16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextBulletListLtr16FilledIcon({}), 'TextBulletListLtr16Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const TextBulletListLtr16Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const TextBulletListLtr20Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const TextBulletListLtr20Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const TextBulletListLtr24Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const TextBulletListLtr24Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const ThumbLike16Filled: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const ThumbLike16Regular: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const ThumbLike20Filled: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const ThumbLike20Regular: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const ThumbLike24Filled: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const ThumbLike24Regular: React.FC<FluentIconsProps>;
|
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const TextBulletListLtr16RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 16,
|
|
11
|
+
height: 16,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M2 4.5a1 1 0 100-2 1 1 0 000 2zM2 9a1 1 0 100-2 1 1 0 000 2zm1 3.5a1 1 0 11-2 0 1 1 0 012 0zM5.5 3a.5.5 0 000 1h9a.5.5 0 000-1h-9zM5 8c0-.28.22-.5.5-.5h9a.5.5 0 010 1h-9A.5.5 0 015 8zm.5 4a.5.5 0 000 1h9a.5.5 0 000-1h-9z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const TextBulletListLtr16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextBulletListLtr16RegularIcon({}), 'TextBulletListLtr16Regular');
|
|
22
|
+
|
|
23
|
+
const TextBulletListLtr20FilledIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 20,
|
|
30
|
+
height: 20,
|
|
31
|
+
viewBox: "0 0 20 20",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M3.25 7a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM7 5.75c0-.41.34-.75.75-.75h9.5a.75.75 0 010 1.5h-9.5A.75.75 0 017 5.75zM7.75 10a.75.75 0 000 1.5h9.5a.75.75 0 000-1.5h-9.5zm0 5a.75.75 0 000 1.5h9.5a.75.75 0 000-1.5h-9.5zM4.5 10.75a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM3.25 17a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const TextBulletListLtr20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextBulletListLtr20FilledIcon({}), 'TextBulletListLtr20Filled');
|
|
41
|
+
|
|
4
42
|
const TextBulletListLtr20RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9461,42 +9499,4 @@ const ThumbLike20RegularIcon = iconProps => {
|
|
|
9461
9499
|
}));
|
|
9462
9500
|
};
|
|
9463
9501
|
|
|
9464
|
-
export const ThumbLike20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/ThumbLike20RegularIcon({}), 'ThumbLike20Regular');
|
|
9465
|
-
|
|
9466
|
-
const ThumbLike24FilledIcon = iconProps => {
|
|
9467
|
-
const {
|
|
9468
|
-
className,
|
|
9469
|
-
primaryFill
|
|
9470
|
-
} = iconProps;
|
|
9471
|
-
return React.createElement("svg", {
|
|
9472
|
-
width: 24,
|
|
9473
|
-
height: 24,
|
|
9474
|
-
viewBox: "0 0 24 24",
|
|
9475
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9476
|
-
className: className
|
|
9477
|
-
}, React.createElement("path", {
|
|
9478
|
-
d: "M15.06 9c.46-1.42.69-2.67.69-3.75 0-2.4-.94-4.25-2.5-4.25-.85 0-1.11.5-1.44 1.75a64.9 64.9 0 01-.77 2.72L8.17 9.95a5.88 5.88 0 01-2.85 2.33l-1.26.48c-.8.3-1.25 1.13-1.09 1.97l.69 3.54c.16.86.82 1.54 1.67 1.75l8.25 2.03a4.75 4.75 0 005.73-3.44l1.58-6.18A2.75 2.75 0 0018.22 9h-3.16z",
|
|
9479
|
-
fill: primaryFill
|
|
9480
|
-
}));
|
|
9481
|
-
};
|
|
9482
|
-
|
|
9483
|
-
export const ThumbLike24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/ThumbLike24FilledIcon({}), 'ThumbLike24Filled');
|
|
9484
|
-
|
|
9485
|
-
const ThumbLike24RegularIcon = iconProps => {
|
|
9486
|
-
const {
|
|
9487
|
-
className,
|
|
9488
|
-
primaryFill
|
|
9489
|
-
} = iconProps;
|
|
9490
|
-
return React.createElement("svg", {
|
|
9491
|
-
width: 24,
|
|
9492
|
-
height: 24,
|
|
9493
|
-
viewBox: "0 0 24 24",
|
|
9494
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9495
|
-
className: className
|
|
9496
|
-
}, React.createElement("path", {
|
|
9497
|
-
d: "M16.5 5.2c0-2.44-1.14-4.2-3-4.2-1.03 0-1.39.6-1.75 2l-.15.57a268.49 268.49 0 01-.56 1.9L8.17 9.95a5.88 5.88 0 01-2.85 2.33l-.47.18a2.75 2.75 0 00-1.72 3.1l.4 2.08a3.25 3.25 0 002.42 2.54l7.63 1.87a4.75 4.75 0 005.73-3.44l1.42-5.55A3.25 3.25 0 0017.58 9h-1.83c.5-1.63.75-2.89.75-3.8zM4.6 15.27c-.11-.6.21-1.2.78-1.4l.47-.19a7.38 7.38 0 003.59-2.92l2.86-4.48c.1-.15.16-.3.2-.46a261.43 261.43 0 00.7-2.43c.19-.73.28-.89.3-.89.86 0 1.5.99 1.5 2.7 0 .89-.33 2.34-.98 4.32-.17.48.2.98.7.98h2.86a1.75 1.75 0 011.7 2.19l-1.42 5.55a3.25 3.25 0 01-3.93 2.35l-7.62-1.87A1.75 1.75 0 015 17.35l-.4-2.08z",
|
|
9498
|
-
fill: primaryFill
|
|
9499
|
-
}));
|
|
9500
|
-
};
|
|
9501
|
-
|
|
9502
|
-
export const ThumbLike24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/ThumbLike24RegularIcon({}), 'ThumbLike24Regular');
|
|
9502
|
+
export const ThumbLike20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/ThumbLike20RegularIcon({}), 'ThumbLike20Regular');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const ThumbLike24Filled: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const ThumbLike24Regular: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const ThumbLike28Filled: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const ThumbLike28Regular: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const ThumbLike48Filled: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const Wallet28Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const Wallet32Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const Wallet32Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const Wallet48Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const Wallet48Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const WalletCreditCard16Filled: React.FC<FluentIconsProps>;
|
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const ThumbLike24FilledIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 24,
|
|
11
|
+
height: 24,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M15.06 9c.46-1.42.69-2.67.69-3.75 0-2.4-.94-4.25-2.5-4.25-.85 0-1.11.5-1.44 1.75a64.9 64.9 0 01-.77 2.72L8.17 9.95a5.88 5.88 0 01-2.85 2.33l-1.26.48c-.8.3-1.25 1.13-1.09 1.97l.69 3.54c.16.86.82 1.54 1.67 1.75l8.25 2.03a4.75 4.75 0 005.73-3.44l1.58-6.18A2.75 2.75 0 0018.22 9h-3.16z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const ThumbLike24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/ThumbLike24FilledIcon({}), 'ThumbLike24Filled');
|
|
22
|
+
|
|
23
|
+
const ThumbLike24RegularIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24,
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M16.5 5.2c0-2.44-1.14-4.2-3-4.2-1.03 0-1.39.6-1.75 2l-.15.57a268.49 268.49 0 01-.56 1.9L8.17 9.95a5.88 5.88 0 01-2.85 2.33l-.47.18a2.75 2.75 0 00-1.72 3.1l.4 2.08a3.25 3.25 0 002.42 2.54l7.63 1.87a4.75 4.75 0 005.73-3.44l1.42-5.55A3.25 3.25 0 0017.58 9h-1.83c.5-1.63.75-2.89.75-3.8zM4.6 15.27c-.11-.6.21-1.2.78-1.4l.47-.19a7.38 7.38 0 003.59-2.92l2.86-4.48c.1-.15.16-.3.2-.46a261.43 261.43 0 00.7-2.43c.19-.73.28-.89.3-.89.86 0 1.5.99 1.5 2.7 0 .89-.33 2.34-.98 4.32-.17.48.2.98.7.98h2.86a1.75 1.75 0 011.7 2.19l-1.42 5.55a3.25 3.25 0 01-3.93 2.35l-7.62-1.87A1.75 1.75 0 015 17.35l-.4-2.08z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const ThumbLike24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/ThumbLike24RegularIcon({}), 'ThumbLike24Regular');
|
|
41
|
+
|
|
4
42
|
const ThumbLike28FilledIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9479,42 +9517,4 @@ const Wallet48FilledIcon = iconProps => {
|
|
|
9479
9517
|
}));
|
|
9480
9518
|
};
|
|
9481
9519
|
|
|
9482
|
-
export const Wallet48Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Wallet48FilledIcon({}), 'Wallet48Filled');
|
|
9483
|
-
|
|
9484
|
-
const Wallet48RegularIcon = iconProps => {
|
|
9485
|
-
const {
|
|
9486
|
-
className,
|
|
9487
|
-
primaryFill
|
|
9488
|
-
} = iconProps;
|
|
9489
|
-
return React.createElement("svg", {
|
|
9490
|
-
width: 48,
|
|
9491
|
-
height: 48,
|
|
9492
|
-
viewBox: "0 0 48 48",
|
|
9493
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9494
|
-
className: className
|
|
9495
|
-
}, React.createElement("path", {
|
|
9496
|
-
d: "M32.25 26a1.25 1.25 0 100 2.5h4.5a1.25 1.25 0 100-2.5h-4.5zM6 10v25.75C6 39.2 8.8 42 12.25 42h24.5C40.2 42 43 39.2 43 35.75v-17.5a6.25 6.25 0 00-5-6.13v-1.87C38 7.9 36.1 6 33.75 6h-23.5a4.25 4.25 0 00-4.24 4H6zm29.5.25V12H10.25a1.75 1.75 0 110-3.5h23.5c.97 0 1.75.78 1.75 1.75zm-27 4.25h28.25a3.75 3.75 0 013.75 3.75v17.5a3.75 3.75 0 01-3.75 3.75h-24.5a3.75 3.75 0 01-3.75-3.75V14.5z",
|
|
9497
|
-
fill: primaryFill
|
|
9498
|
-
}));
|
|
9499
|
-
};
|
|
9500
|
-
|
|
9501
|
-
export const Wallet48Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Wallet48RegularIcon({}), 'Wallet48Regular');
|
|
9502
|
-
|
|
9503
|
-
const WalletCreditCard16FilledIcon = iconProps => {
|
|
9504
|
-
const {
|
|
9505
|
-
className,
|
|
9506
|
-
primaryFill
|
|
9507
|
-
} = iconProps;
|
|
9508
|
-
return React.createElement("svg", {
|
|
9509
|
-
width: 16,
|
|
9510
|
-
height: 16,
|
|
9511
|
-
viewBox: "0 0 16 16",
|
|
9512
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9513
|
-
className: className
|
|
9514
|
-
}, React.createElement("path", {
|
|
9515
|
-
d: "M9.37 1.22a1 1 0 00-1.42.15L5.05 5h1.29l2.4-3 .76.62L7.57 5h1.3l1.41-1.74L12 4.66l-.3.34h.3c.3 0 .6.05.88.13a1 1 0 00-.25-1.24L9.37 1.22zM3 5.5c0-.28.22-.5.5-.5h.56l.8-1H3.5C2.67 4 2 4.67 2 5.5v6A2.5 2.5 0 004.5 14H12a2 2 0 002-2V8a2 2 0 00-2-2H3.5a.5.5 0 01-.5-.5zm7.5 4.5h1a.5.5 0 010 1h-1a.5.5 0 010-1z",
|
|
9516
|
-
fill: primaryFill
|
|
9517
|
-
}));
|
|
9518
|
-
};
|
|
9519
|
-
|
|
9520
|
-
export const WalletCreditCard16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WalletCreditCard16FilledIcon({}), 'WalletCreditCard16Filled');
|
|
9520
|
+
export const Wallet48Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Wallet48FilledIcon({}), 'Wallet48Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const Wallet48Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const WalletCreditCard16Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const WalletCreditCard16Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const WalletCreditCard20Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const WalletCreditCard20Regular: React.FC<FluentIconsProps>;
|
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
+
const Wallet48RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 48,
|
|
11
|
+
height: 48,
|
|
12
|
+
viewBox: "0 0 48 48",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M32.25 26a1.25 1.25 0 100 2.5h4.5a1.25 1.25 0 100-2.5h-4.5zM6 10v25.75C6 39.2 8.8 42 12.25 42h24.5C40.2 42 43 39.2 43 35.75v-17.5a6.25 6.25 0 00-5-6.13v-1.87C38 7.9 36.1 6 33.75 6h-23.5a4.25 4.25 0 00-4.24 4H6zm29.5.25V12H10.25a1.75 1.75 0 110-3.5h23.5c.97 0 1.75.78 1.75 1.75zm-27 4.25h28.25a3.75 3.75 0 013.75 3.75v17.5a3.75 3.75 0 01-3.75 3.75h-24.5a3.75 3.75 0 01-3.75-3.75V14.5z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const Wallet48Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Wallet48RegularIcon({}), 'Wallet48Regular');
|
|
22
|
+
|
|
23
|
+
const WalletCreditCard16FilledIcon = iconProps => {
|
|
24
|
+
const {
|
|
25
|
+
className,
|
|
26
|
+
primaryFill
|
|
27
|
+
} = iconProps;
|
|
28
|
+
return React.createElement("svg", {
|
|
29
|
+
width: 16,
|
|
30
|
+
height: 16,
|
|
31
|
+
viewBox: "0 0 16 16",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: className
|
|
34
|
+
}, React.createElement("path", {
|
|
35
|
+
d: "M9.37 1.22a1 1 0 00-1.42.15L5.05 5h1.29l2.4-3 .76.62L7.57 5h1.3l1.41-1.74L12 4.66l-.3.34h.3c.3 0 .6.05.88.13a1 1 0 00-.25-1.24L9.37 1.22zM3 5.5c0-.28.22-.5.5-.5h.56l.8-1H3.5C2.67 4 2 4.67 2 5.5v6A2.5 2.5 0 004.5 14H12a2 2 0 002-2V8a2 2 0 00-2-2H3.5a.5.5 0 01-.5-.5zm7.5 4.5h1a.5.5 0 010 1h-1a.5.5 0 010-1z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const WalletCreditCard16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/WalletCreditCard16FilledIcon({}), 'WalletCreditCard16Filled');
|
|
41
|
+
|
|
4
42
|
const WalletCreditCard16RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|