@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,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const FontDecrease24Filled: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const FontDecrease24Regular: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const FontIncrease20Filled: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const FontIncrease20Regular: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const FontIncrease24Filled: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const HistoryDismiss48Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const Home12Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const Home12Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const Home16Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const Home16Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const Home20Filled: 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 FontDecrease24FilledIcon = 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: "M16.62 2.22a1 1 0 10-1.24 1.56l2.5 2a1 1 0 001.24 0l2.5-2a1 1 0 00-1.24-1.56l-1.88 1.5-1.88-1.5zM12 4a1 1 0 01.92.6l6 14a1 1 0 01-1.84.8L15.2 15H8.8l-1.88 4.4a1 1 0 01-1.84-.8l6-14A1 1 0 0112 4zm0 3.54L9.66 13h4.68L12 7.54z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const FontDecrease24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/FontDecrease24FilledIcon({}), 'FontDecrease24Filled');
|
|
22
|
+
|
|
23
|
+
const FontDecrease24RegularIcon = 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.25 2.2a.75.75 0 00-1 1.1L18 5.8c.28.26.72.26 1 0l2.75-2.5a.75.75 0 10-1-1.1L18.5 4.24 16.25 2.2zM12 4c.3 0 .58.19.7.47l5.75 14.5a.75.75 0 01-1.4.56L15.25 15h-6.5l-1.8 4.53a.75.75 0 11-1.4-.56l5.75-14.5A.75.75 0 0112 4zm0 2.78L9.34 13.5h5.32L12 6.78z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const FontDecrease24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/FontDecrease24RegularIcon({}), 'FontDecrease24Regular');
|
|
41
|
+
|
|
4
42
|
const FontIncrease20FilledIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9485,42 +9523,4 @@ const Home16FilledIcon = iconProps => {
|
|
|
9485
9523
|
}));
|
|
9486
9524
|
};
|
|
9487
9525
|
|
|
9488
|
-
export const Home16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Home16FilledIcon({}), 'Home16Filled');
|
|
9489
|
-
|
|
9490
|
-
const Home16RegularIcon = iconProps => {
|
|
9491
|
-
const {
|
|
9492
|
-
className,
|
|
9493
|
-
primaryFill
|
|
9494
|
-
} = iconProps;
|
|
9495
|
-
return React.createElement("svg", {
|
|
9496
|
-
width: 16,
|
|
9497
|
-
height: 16,
|
|
9498
|
-
viewBox: "0 0 16 16",
|
|
9499
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9500
|
-
className: className
|
|
9501
|
-
}, React.createElement("path", {
|
|
9502
|
-
d: "M7.31 1.26a1 1 0 011.38 0l4.84 4.58c.3.28.47.68.47 1.1v5.56c0 .83-.67 1.5-1.5 1.5h-2A1.5 1.5 0 019 12.5V10a.5.5 0 00-.5-.5h-1a.5.5 0 00-.5.5v2.5c0 .83-.67 1.5-1.5 1.5h-2A1.5 1.5 0 012 12.5V6.93c0-.41.17-.8.47-1.09L7.3 1.26zM8 2L3.16 6.57a.5.5 0 00-.16.36v5.57c0 .28.22.5.5.5h2a.5.5 0 00.5-.5V10c0-.83.67-1.5 1.5-1.5h1c.83 0 1.5.67 1.5 1.5v2.5c0 .28.22.5.5.5h2a.5.5 0 00.5-.5V6.93a.5.5 0 00-.16-.36L8 1.99z",
|
|
9503
|
-
fill: primaryFill
|
|
9504
|
-
}));
|
|
9505
|
-
};
|
|
9506
|
-
|
|
9507
|
-
export const Home16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Home16RegularIcon({}), 'Home16Regular');
|
|
9508
|
-
|
|
9509
|
-
const Home20FilledIcon = iconProps => {
|
|
9510
|
-
const {
|
|
9511
|
-
className,
|
|
9512
|
-
primaryFill
|
|
9513
|
-
} = iconProps;
|
|
9514
|
-
return React.createElement("svg", {
|
|
9515
|
-
width: 20,
|
|
9516
|
-
height: 20,
|
|
9517
|
-
viewBox: "0 0 20 20",
|
|
9518
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9519
|
-
className: className
|
|
9520
|
-
}, React.createElement("path", {
|
|
9521
|
-
d: "M11 2.39a1.5 1.5 0 00-2 0L3.5 7.33c-.32.28-.5.69-.5 1.12v7.05c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-4c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v4c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5V8.45c0-.43-.18-.84-.5-1.12L11 2.39z",
|
|
9522
|
-
fill: primaryFill
|
|
9523
|
-
}));
|
|
9524
|
-
};
|
|
9525
|
-
|
|
9526
|
-
export const Home20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Home20FilledIcon({}), 'Home20Filled');
|
|
9526
|
+
export const Home16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Home16FilledIcon({}), 'Home16Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const Home16Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const Home20Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const Home20Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const Home24Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const Home24Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const LockOpen24Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const LockOpen28Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const LockOpen28Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const LockShield20Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const LockShield20Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const LockShield24Filled: 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 Home16RegularIcon = 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: "M7.31 1.26a1 1 0 011.38 0l4.84 4.58c.3.28.47.68.47 1.1v5.56c0 .83-.67 1.5-1.5 1.5h-2A1.5 1.5 0 019 12.5V10a.5.5 0 00-.5-.5h-1a.5.5 0 00-.5.5v2.5c0 .83-.67 1.5-1.5 1.5h-2A1.5 1.5 0 012 12.5V6.93c0-.41.17-.8.47-1.09L7.3 1.26zM8 2L3.16 6.57a.5.5 0 00-.16.36v5.57c0 .28.22.5.5.5h2a.5.5 0 00.5-.5V10c0-.83.67-1.5 1.5-1.5h1c.83 0 1.5.67 1.5 1.5v2.5c0 .28.22.5.5.5h2a.5.5 0 00.5-.5V6.93a.5.5 0 00-.16-.36L8 1.99z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const Home16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Home16RegularIcon({}), 'Home16Regular');
|
|
22
|
+
|
|
23
|
+
const Home20FilledIcon = 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: "M11 2.39a1.5 1.5 0 00-2 0L3.5 7.33c-.32.28-.5.69-.5 1.12v7.05c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-4c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v4c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5V8.45c0-.43-.18-.84-.5-1.12L11 2.39z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const Home20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Home20FilledIcon({}), 'Home20Filled');
|
|
41
|
+
|
|
4
42
|
const Home20RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9536,42 +9574,4 @@ const LockShield20FilledIcon = iconProps => {
|
|
|
9536
9574
|
}));
|
|
9537
9575
|
};
|
|
9538
9576
|
|
|
9539
|
-
export const LockShield20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/LockShield20FilledIcon({}), 'LockShield20Filled');
|
|
9540
|
-
|
|
9541
|
-
const LockShield20RegularIcon = iconProps => {
|
|
9542
|
-
const {
|
|
9543
|
-
className,
|
|
9544
|
-
primaryFill
|
|
9545
|
-
} = iconProps;
|
|
9546
|
-
return React.createElement("svg", {
|
|
9547
|
-
width: 20,
|
|
9548
|
-
height: 20,
|
|
9549
|
-
viewBox: "0 0 20 20",
|
|
9550
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9551
|
-
className: className
|
|
9552
|
-
}, React.createElement("path", {
|
|
9553
|
-
d: "M10 2a3 3 0 013 3v1h1a2 2 0 012 2v1.23c-.33-.19-.66-.45-1-.8V8a1 1 0 00-1-1H6a1 1 0 00-1 1v7a1 1 0 001 1h3.38c.11.35.26.68.44 1H6a2 2 0 01-2-2V8c0-1.1.9-2 2-2h1V5a3 3 0 013-3zm0 1a2 2 0 00-2 2v1h4V5a2 2 0 00-2-2zm5 6.76a4.63 4.63 0 002 .86c.2.03.4.05.6.05.2 0 .35.14.4.33v2.58c0 2.69-1.31 4.51-3.87 5.4a.39.39 0 01-.26 0A6.66 6.66 0 0112 18a4.96 4.96 0 01-1.56-2 6.05 6.05 0 01-.44-2.15v-2.77a.4.4 0 01.4-.41 4.5 4.5 0 003.32-1.55.39.39 0 01.56 0c.24.25.48.46.72.64z",
|
|
9554
|
-
fill: primaryFill
|
|
9555
|
-
}));
|
|
9556
|
-
};
|
|
9557
|
-
|
|
9558
|
-
export const LockShield20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/LockShield20RegularIcon({}), 'LockShield20Regular');
|
|
9559
|
-
|
|
9560
|
-
const LockShield24FilledIcon = iconProps => {
|
|
9561
|
-
const {
|
|
9562
|
-
className,
|
|
9563
|
-
primaryFill
|
|
9564
|
-
} = iconProps;
|
|
9565
|
-
return React.createElement("svg", {
|
|
9566
|
-
width: 24,
|
|
9567
|
-
height: 24,
|
|
9568
|
-
viewBox: "0 0 24 24",
|
|
9569
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9570
|
-
className: className
|
|
9571
|
-
}, React.createElement("path", {
|
|
9572
|
-
d: "M10 2a4 4 0 014 4v2h2.5c.83 0 1.5.67 1.5 1.5V11c-.32 0-.64.11-.9.33l-.1.1a3.51 3.51 0 01-2.6 1.24c-.78 0-1.4.64-1.4 1.41v2.5c0 2.38.92 4.22 2.68 5.42H3.5A1.5 1.5 0 012 20.5v-11C2 8.67 2.67 8 3.5 8H6V6a4 4 0 014-4zm8.28 10.12c1 1.04 2.1 1.55 3.32 1.55.2 0 .35.14.4.33v2.58c0 2.69-1.31 4.51-3.87 5.4a.39.39 0 01-.26 0c-2.47-.86-3.78-2.6-3.87-5.13v-2.77a.4.4 0 01.4-.41 4.5 4.5 0 003.32-1.55.39.39 0 01.56 0zM10 13.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM10 4a2 2 0 00-2 2v2h4V6a2 2 0 00-2-2z",
|
|
9573
|
-
fill: primaryFill
|
|
9574
|
-
}));
|
|
9575
|
-
};
|
|
9576
|
-
|
|
9577
|
-
export const LockShield24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/LockShield24FilledIcon({}), 'LockShield24Filled');
|
|
9577
|
+
export const LockShield20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/LockShield20FilledIcon({}), 'LockShield20Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const LockShield20Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const LockShield24Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const LockShield24Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const LockShield48Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const LockShield48Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const MoreVertical28Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const MoreVertical32Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const MoreVertical32Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const MoreVertical48Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const MoreVertical48Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const MoviesAndTv16Filled: 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 LockShield20RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 20,
|
|
11
|
+
height: 20,
|
|
12
|
+
viewBox: "0 0 20 20",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M10 2a3 3 0 013 3v1h1a2 2 0 012 2v1.23c-.33-.19-.66-.45-1-.8V8a1 1 0 00-1-1H6a1 1 0 00-1 1v7a1 1 0 001 1h3.38c.11.35.26.68.44 1H6a2 2 0 01-2-2V8c0-1.1.9-2 2-2h1V5a3 3 0 013-3zm0 1a2 2 0 00-2 2v1h4V5a2 2 0 00-2-2zm5 6.76a4.63 4.63 0 002 .86c.2.03.4.05.6.05.2 0 .35.14.4.33v2.58c0 2.69-1.31 4.51-3.87 5.4a.39.39 0 01-.26 0A6.66 6.66 0 0112 18a4.96 4.96 0 01-1.56-2 6.05 6.05 0 01-.44-2.15v-2.77a.4.4 0 01.4-.41 4.5 4.5 0 003.32-1.55.39.39 0 01.56 0c.24.25.48.46.72.64z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const LockShield20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/LockShield20RegularIcon({}), 'LockShield20Regular');
|
|
22
|
+
|
|
23
|
+
const LockShield24FilledIcon = 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: "M10 2a4 4 0 014 4v2h2.5c.83 0 1.5.67 1.5 1.5V11c-.32 0-.64.11-.9.33l-.1.1a3.51 3.51 0 01-2.6 1.24c-.78 0-1.4.64-1.4 1.41v2.5c0 2.38.92 4.22 2.68 5.42H3.5A1.5 1.5 0 012 20.5v-11C2 8.67 2.67 8 3.5 8H6V6a4 4 0 014-4zm8.28 10.12c1 1.04 2.1 1.55 3.32 1.55.2 0 .35.14.4.33v2.58c0 2.69-1.31 4.51-3.87 5.4a.39.39 0 01-.26 0c-2.47-.86-3.78-2.6-3.87-5.13v-2.77a.4.4 0 01.4-.41 4.5 4.5 0 003.32-1.55.39.39 0 01.56 0zM10 13.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM10 4a2 2 0 00-2 2v2h4V6a2 2 0 00-2-2z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const LockShield24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/LockShield24FilledIcon({}), 'LockShield24Filled');
|
|
41
|
+
|
|
4
42
|
const LockShield24RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9476,42 +9514,4 @@ const MoreVertical48FilledIcon = iconProps => {
|
|
|
9476
9514
|
}));
|
|
9477
9515
|
};
|
|
9478
9516
|
|
|
9479
|
-
export const MoreVertical48Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/MoreVertical48FilledIcon({}), 'MoreVertical48Filled');
|
|
9480
|
-
|
|
9481
|
-
const MoreVertical48RegularIcon = iconProps => {
|
|
9482
|
-
const {
|
|
9483
|
-
className,
|
|
9484
|
-
primaryFill
|
|
9485
|
-
} = iconProps;
|
|
9486
|
-
return React.createElement("svg", {
|
|
9487
|
-
width: 48,
|
|
9488
|
-
height: 48,
|
|
9489
|
-
viewBox: "0 0 48 48",
|
|
9490
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9491
|
-
className: className
|
|
9492
|
-
}, React.createElement("path", {
|
|
9493
|
-
d: "M24 15.75a3.25 3.25 0 110-6.5 3.25 3.25 0 010 6.5zm0 11.5a3.25 3.25 0 110-6.5 3.25 3.25 0 010 6.5zm-3.25 8.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z",
|
|
9494
|
-
fill: primaryFill
|
|
9495
|
-
}));
|
|
9496
|
-
};
|
|
9497
|
-
|
|
9498
|
-
export const MoreVertical48Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/MoreVertical48RegularIcon({}), 'MoreVertical48Regular');
|
|
9499
|
-
|
|
9500
|
-
const MoviesAndTv16FilledIcon = iconProps => {
|
|
9501
|
-
const {
|
|
9502
|
-
className,
|
|
9503
|
-
primaryFill
|
|
9504
|
-
} = iconProps;
|
|
9505
|
-
return React.createElement("svg", {
|
|
9506
|
-
width: 16,
|
|
9507
|
-
height: 16,
|
|
9508
|
-
viewBox: "0 0 16 16",
|
|
9509
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9510
|
-
className: className
|
|
9511
|
-
}, React.createElement("path", {
|
|
9512
|
-
d: "M13.22 4.25L7.09 6.24a.5.5 0 01-.24.08L4.75 7h8.75c.28 0 .5.22.5.5v5a2.5 2.5 0 01-2.5 2.5h-7A2.5 2.5 0 012 12.5v-5c0-.1.03-.2.09-.29l-.2-.6A2.5 2.5 0 013.5 3.46l6.66-2.16a2.5 2.5 0 013.15 1.6l.23.72a.5.5 0 01-.32.63zm-3.75.16l1.29-2.23-.3.07-1.24.4-1.3 2.27 1.55-.5zm2.3-1.98l-.02.04-.85 1.48 1.53-.5-.07-.24a1.5 1.5 0 00-.6-.78zm-3.97.69l-1.56.5-1.3 2.27 1.55-.51 1.3-2.26zM2.92 6.54l.59-.2 1.3-2.26-1 .33a1.5 1.5 0 00-.96 1.9l.07.23z",
|
|
9513
|
-
fill: primaryFill
|
|
9514
|
-
}));
|
|
9515
|
-
};
|
|
9516
|
-
|
|
9517
|
-
export const MoviesAndTv16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/MoviesAndTv16FilledIcon({}), 'MoviesAndTv16Filled');
|
|
9517
|
+
export const MoreVertical48Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/MoreVertical48FilledIcon({}), 'MoreVertical48Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const MoreVertical48Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const MoviesAndTv16Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const MoviesAndTv16Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const MoviesAndTv20Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const MoviesAndTv20Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const Payment20Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const Payment24Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const Payment24Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const Payment28Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const Payment28Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const Pen16Filled: 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 MoreVertical48RegularIcon = 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: "M24 15.75a3.25 3.25 0 110-6.5 3.25 3.25 0 010 6.5zm0 11.5a3.25 3.25 0 110-6.5 3.25 3.25 0 010 6.5zm-3.25 8.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const MoreVertical48Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/MoreVertical48RegularIcon({}), 'MoreVertical48Regular');
|
|
22
|
+
|
|
23
|
+
const MoviesAndTv16FilledIcon = 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: "M13.22 4.25L7.09 6.24a.5.5 0 01-.24.08L4.75 7h8.75c.28 0 .5.22.5.5v5a2.5 2.5 0 01-2.5 2.5h-7A2.5 2.5 0 012 12.5v-5c0-.1.03-.2.09-.29l-.2-.6A2.5 2.5 0 013.5 3.46l6.66-2.16a2.5 2.5 0 013.15 1.6l.23.72a.5.5 0 01-.32.63zm-3.75.16l1.29-2.23-.3.07-1.24.4-1.3 2.27 1.55-.5zm2.3-1.98l-.02.04-.85 1.48 1.53-.5-.07-.24a1.5 1.5 0 00-.6-.78zm-3.97.69l-1.56.5-1.3 2.27 1.55-.51 1.3-2.26zM2.92 6.54l.59-.2 1.3-2.26-1 .33a1.5 1.5 0 00-.96 1.9l.07.23z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const MoviesAndTv16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/MoviesAndTv16FilledIcon({}), 'MoviesAndTv16Filled');
|
|
41
|
+
|
|
4
42
|
const MoviesAndTv16RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9539,42 +9577,4 @@ const Payment28FilledIcon = iconProps => {
|
|
|
9539
9577
|
}));
|
|
9540
9578
|
};
|
|
9541
9579
|
|
|
9542
|
-
export const Payment28Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Payment28FilledIcon({}), 'Payment28Filled');
|
|
9543
|
-
|
|
9544
|
-
const Payment28RegularIcon = iconProps => {
|
|
9545
|
-
const {
|
|
9546
|
-
className,
|
|
9547
|
-
primaryFill
|
|
9548
|
-
} = iconProps;
|
|
9549
|
-
return React.createElement("svg", {
|
|
9550
|
-
width: 28,
|
|
9551
|
-
height: 28,
|
|
9552
|
-
viewBox: "0 0 28 28",
|
|
9553
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9554
|
-
className: className
|
|
9555
|
-
}, React.createElement("path", {
|
|
9556
|
-
d: "M18.5 16.4a.9.9 0 000 1.8h3a.9.9 0 000-1.8h-3zM4.75 5A2.75 2.75 0 002 7.75v11.5A2.75 2.75 0 004.75 22h18.5A2.75 2.75 0 0026 19.25V7.75A2.75 2.75 0 0023.25 5H4.75zM3.5 19.25V11.5h21v7.75c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25zm0-9.25V7.75c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25V10h-21z",
|
|
9557
|
-
fill: primaryFill
|
|
9558
|
-
}));
|
|
9559
|
-
};
|
|
9560
|
-
|
|
9561
|
-
export const Payment28Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Payment28RegularIcon({}), 'Payment28Regular');
|
|
9562
|
-
|
|
9563
|
-
const Pen16FilledIcon = iconProps => {
|
|
9564
|
-
const {
|
|
9565
|
-
className,
|
|
9566
|
-
primaryFill
|
|
9567
|
-
} = iconProps;
|
|
9568
|
-
return React.createElement("svg", {
|
|
9569
|
-
width: 16,
|
|
9570
|
-
height: 16,
|
|
9571
|
-
viewBox: "0 0 16 16",
|
|
9572
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9573
|
-
className: className
|
|
9574
|
-
}, React.createElement("path", {
|
|
9575
|
-
d: "M10.73 2.56a1.91 1.91 0 012.71 2.7l-.73.74.26.26c.68.69.68 1.8 0 2.48l-1.12 1.11a.5.5 0 01-.7-.7l1.11-1.12c.3-.3.3-.77 0-1.06L12 6.71l-5.95 5.95c-.19.18-.4.32-.65.4l-2.74.91a.5.5 0 01-.63-.63l.91-2.74c.08-.24.22-.46.4-.65l7.4-7.39z",
|
|
9576
|
-
fill: primaryFill
|
|
9577
|
-
}));
|
|
9578
|
-
};
|
|
9579
|
-
|
|
9580
|
-
export const Pen16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Pen16FilledIcon({}), 'Pen16Filled');
|
|
9580
|
+
export const Payment28Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Payment28FilledIcon({}), 'Payment28Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const Payment28Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const Pen16Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const Pen16Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const Pen20Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const Pen20Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const PhoneVibrate20Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const PhoneVibrate24Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const PhoneVibrate24Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const PhotoFilter20Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const PhotoFilter20Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const PhotoFilter24Filled: 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 Payment28RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 28,
|
|
11
|
+
height: 28,
|
|
12
|
+
viewBox: "0 0 28 28",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M18.5 16.4a.9.9 0 000 1.8h3a.9.9 0 000-1.8h-3zM4.75 5A2.75 2.75 0 002 7.75v11.5A2.75 2.75 0 004.75 22h18.5A2.75 2.75 0 0026 19.25V7.75A2.75 2.75 0 0023.25 5H4.75zM3.5 19.25V11.5h21v7.75c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25zm0-9.25V7.75c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25V10h-21z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const Payment28Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Payment28RegularIcon({}), 'Payment28Regular');
|
|
22
|
+
|
|
23
|
+
const Pen16FilledIcon = 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: "M10.73 2.56a1.91 1.91 0 012.71 2.7l-.73.74.26.26c.68.69.68 1.8 0 2.48l-1.12 1.11a.5.5 0 01-.7-.7l1.11-1.12c.3-.3.3-.77 0-1.06L12 6.71l-5.95 5.95c-.19.18-.4.32-.65.4l-2.74.91a.5.5 0 01-.63-.63l.91-2.74c.08-.24.22-.46.4-.65l7.4-7.39z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const Pen16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Pen16FilledIcon({}), 'Pen16Filled');
|
|
41
|
+
|
|
4
42
|
const Pen16RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9461,42 +9499,4 @@ const PhotoFilter20FilledIcon = iconProps => {
|
|
|
9461
9499
|
}));
|
|
9462
9500
|
};
|
|
9463
9501
|
|
|
9464
|
-
export const PhotoFilter20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/PhotoFilter20FilledIcon({}), 'PhotoFilter20Filled');
|
|
9465
|
-
|
|
9466
|
-
const PhotoFilter20RegularIcon = iconProps => {
|
|
9467
|
-
const {
|
|
9468
|
-
className,
|
|
9469
|
-
primaryFill
|
|
9470
|
-
} = iconProps;
|
|
9471
|
-
return React.createElement("svg", {
|
|
9472
|
-
width: 20,
|
|
9473
|
-
height: 20,
|
|
9474
|
-
viewBox: "0 0 20 20",
|
|
9475
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9476
|
-
className: className
|
|
9477
|
-
}, React.createElement("path", {
|
|
9478
|
-
d: "M2 8a6 6 0 004.26 5.74 6 6 0 107.48-7.48A6 6 0 002 8zm6-5a5 5 0 014.6 3.03L12 6a6 6 0 00-5.97 6.6A5 5 0 018 3zm9 9a5 5 0 01-9.6 1.97L8 14a6 6 0 005.97-6.6A5 5 0 0117 12z",
|
|
9479
|
-
fill: primaryFill
|
|
9480
|
-
}));
|
|
9481
|
-
};
|
|
9482
|
-
|
|
9483
|
-
export const PhotoFilter20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/PhotoFilter20RegularIcon({}), 'PhotoFilter20Regular');
|
|
9484
|
-
|
|
9485
|
-
const PhotoFilter24FilledIcon = 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: "M9.5 2a7.5 7.5 0 017.18 5.32 7.5 7.5 0 11-9.36 9.36A7.5 7.5 0 019.5 2zM17 9.6v-.1A7.5 7.5 0 019.6 17 5.5 5.5 0 1017 9.6zM9.5 4A5.5 5.5 0 007 14.4v.1A7.5 7.5 0 0114.4 7a5.5 5.5 0 00-4.9-3z",
|
|
9498
|
-
fill: primaryFill
|
|
9499
|
-
}));
|
|
9500
|
-
};
|
|
9501
|
-
|
|
9502
|
-
export const PhotoFilter24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/PhotoFilter24FilledIcon({}), 'PhotoFilter24Filled');
|
|
9502
|
+
export const PhotoFilter20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/PhotoFilter20FilledIcon({}), 'PhotoFilter20Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const PhotoFilter20Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const PhotoFilter24Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const PhotoFilter24Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const Pi20Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const Pi20Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const Record24Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const Record28Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const Record28Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const Record32Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const Record32Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const Record48Filled: 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 PhotoFilter20RegularIcon = iconProps => {
|
|
5
|
+
const {
|
|
6
|
+
className,
|
|
7
|
+
primaryFill
|
|
8
|
+
} = iconProps;
|
|
9
|
+
return React.createElement("svg", {
|
|
10
|
+
width: 20,
|
|
11
|
+
height: 20,
|
|
12
|
+
viewBox: "0 0 20 20",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
className: className
|
|
15
|
+
}, React.createElement("path", {
|
|
16
|
+
d: "M2 8a6 6 0 004.26 5.74 6 6 0 107.48-7.48A6 6 0 002 8zm6-5a5 5 0 014.6 3.03L12 6a6 6 0 00-5.97 6.6A5 5 0 018 3zm9 9a5 5 0 01-9.6 1.97L8 14a6 6 0 005.97-6.6A5 5 0 0117 12z",
|
|
17
|
+
fill: primaryFill
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const PhotoFilter20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/PhotoFilter20RegularIcon({}), 'PhotoFilter20Regular');
|
|
22
|
+
|
|
23
|
+
const PhotoFilter24FilledIcon = 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: "M9.5 2a7.5 7.5 0 017.18 5.32 7.5 7.5 0 11-9.36 9.36A7.5 7.5 0 019.5 2zM17 9.6v-.1A7.5 7.5 0 019.6 17 5.5 5.5 0 1017 9.6zM9.5 4A5.5 5.5 0 007 14.4v.1A7.5 7.5 0 0114.4 7a5.5 5.5 0 00-4.9-3z",
|
|
36
|
+
fill: primaryFill
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const PhotoFilter24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/PhotoFilter24FilledIcon({}), 'PhotoFilter24Filled');
|
|
41
|
+
|
|
4
42
|
const PhotoFilter24RegularIcon = iconProps => {
|
|
5
43
|
const {
|
|
6
44
|
className,
|
|
@@ -9461,42 +9499,4 @@ const Record32FilledIcon = iconProps => {
|
|
|
9461
9499
|
}));
|
|
9462
9500
|
};
|
|
9463
9501
|
|
|
9464
|
-
export const Record32Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Record32FilledIcon({}), 'Record32Filled');
|
|
9465
|
-
|
|
9466
|
-
const Record32RegularIcon = iconProps => {
|
|
9467
|
-
const {
|
|
9468
|
-
className,
|
|
9469
|
-
primaryFill
|
|
9470
|
-
} = iconProps;
|
|
9471
|
-
return React.createElement("svg", {
|
|
9472
|
-
width: 32,
|
|
9473
|
-
height: 32,
|
|
9474
|
-
viewBox: "0 0 32 32",
|
|
9475
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9476
|
-
className: className
|
|
9477
|
-
}, React.createElement("path", {
|
|
9478
|
-
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",
|
|
9479
|
-
fill: primaryFill
|
|
9480
|
-
}));
|
|
9481
|
-
};
|
|
9482
|
-
|
|
9483
|
-
export const Record32Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Record32RegularIcon({}), 'Record32Regular');
|
|
9484
|
-
|
|
9485
|
-
const Record48FilledIcon = iconProps => {
|
|
9486
|
-
const {
|
|
9487
|
-
className,
|
|
9488
|
-
primaryFill
|
|
9489
|
-
} = iconProps;
|
|
9490
|
-
return React.createElement("svg", {
|
|
9491
|
-
width: 48,
|
|
9492
|
-
height: 48,
|
|
9493
|
-
viewBox: "0 0 48 48",
|
|
9494
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9495
|
-
className: className
|
|
9496
|
-
}, React.createElement("path", {
|
|
9497
|
-
d: "M24 4a20 20 0 100 40 20 20 0 000-40zm0 33a13 13 0 110-26 13 13 0 010 26z",
|
|
9498
|
-
fill: primaryFill
|
|
9499
|
-
}));
|
|
9500
|
-
};
|
|
9501
|
-
|
|
9502
|
-
export const Record48Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Record48FilledIcon({}), 'Record48Filled');
|
|
9502
|
+
export const Record32Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Record32FilledIcon({}), 'Record32Filled');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
+
export declare const Record32Regular: React.FC<FluentIconsProps>;
|
|
4
|
+
export declare const Record48Filled: React.FC<FluentIconsProps>;
|
|
3
5
|
export declare const Record48Regular: React.FC<FluentIconsProps>;
|
|
4
6
|
export declare const RecordStop12Filled: React.FC<FluentIconsProps>;
|
|
5
7
|
export declare const RecordStop12Regular: React.FC<FluentIconsProps>;
|
|
@@ -498,5 +500,3 @@ export declare const ShareScreenPerson24Regular: React.FC<FluentIconsProps>;
|
|
|
498
500
|
export declare const ShareScreenPerson28Filled: React.FC<FluentIconsProps>;
|
|
499
501
|
export declare const ShareScreenPerson28Regular: React.FC<FluentIconsProps>;
|
|
500
502
|
export declare const ShareScreenPersonOverlay16Filled: React.FC<FluentIconsProps>;
|
|
501
|
-
export declare const ShareScreenPersonOverlay16Regular: React.FC<FluentIconsProps>;
|
|
502
|
-
export declare const ShareScreenPersonOverlay20Filled: React.FC<FluentIconsProps>;
|