@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
package/lib/icons/chunk-5.d.ts
CHANGED
|
@@ -339,14 +339,10 @@ export declare const TextHeader2Filled: React.FC<FluentIconsProps>;
|
|
|
339
339
|
export declare const TextHeader2Regular: React.FC<FluentIconsProps>;
|
|
340
340
|
export declare const TextHeader3Filled: React.FC<FluentIconsProps>;
|
|
341
341
|
export declare const TextHeader3Regular: React.FC<FluentIconsProps>;
|
|
342
|
-
export declare const TextIndentDecreaseFilled: React.FC<FluentIconsProps>;
|
|
343
|
-
export declare const TextIndentDecreaseRegular: React.FC<FluentIconsProps>;
|
|
344
342
|
export declare const TextIndentDecreaseLtrFilled: React.FC<FluentIconsProps>;
|
|
345
343
|
export declare const TextIndentDecreaseLtrRegular: React.FC<FluentIconsProps>;
|
|
346
344
|
export declare const TextIndentDecreaseRtlFilled: React.FC<FluentIconsProps>;
|
|
347
345
|
export declare const TextIndentDecreaseRtlRegular: React.FC<FluentIconsProps>;
|
|
348
|
-
export declare const TextIndentIncreaseFilled: React.FC<FluentIconsProps>;
|
|
349
|
-
export declare const TextIndentIncreaseRegular: React.FC<FluentIconsProps>;
|
|
350
346
|
export declare const TextIndentIncreaseLtrFilled: React.FC<FluentIconsProps>;
|
|
351
347
|
export declare const TextIndentIncreaseLtrRegular: React.FC<FluentIconsProps>;
|
|
352
348
|
export declare const TextIndentIncreaseRtlFilled: React.FC<FluentIconsProps>;
|
|
@@ -500,3 +496,7 @@ export declare const VehicleTruckCubeRegular: React.FC<FluentIconsProps>;
|
|
|
500
496
|
export declare const VehicleTruckProfileFilled: React.FC<FluentIconsProps>;
|
|
501
497
|
export declare const VehicleTruckProfileRegular: React.FC<FluentIconsProps>;
|
|
502
498
|
export declare const VideoFilled: React.FC<FluentIconsProps>;
|
|
499
|
+
export declare const VideoRegular: React.FC<FluentIconsProps>;
|
|
500
|
+
export declare const Video360Filled: React.FC<FluentIconsProps>;
|
|
501
|
+
export declare const Video360Regular: React.FC<FluentIconsProps>;
|
|
502
|
+
export declare const Video360OffFilled: React.FC<FluentIconsProps>;
|
package/lib/icons/chunk-5.js
CHANGED
|
@@ -6456,62 +6456,6 @@ const TextHeader3RegularIcon = iconProps => {
|
|
|
6456
6456
|
|
|
6457
6457
|
export const TextHeader3Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextHeader3RegularIcon({}), 'TextHeader3Regular');
|
|
6458
6458
|
|
|
6459
|
-
const TextIndentDecreaseFilledIcon = iconProps => {
|
|
6460
|
-
const {
|
|
6461
|
-
className,
|
|
6462
|
-
primaryFill
|
|
6463
|
-
} = iconProps;
|
|
6464
|
-
return React.createElement("svg", {
|
|
6465
|
-
width: "1em",
|
|
6466
|
-
height: "1em",
|
|
6467
|
-
viewBox: "0 0 20 20",
|
|
6468
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6469
|
-
className: className
|
|
6470
|
-
}, React.createElement("path", {
|
|
6471
|
-
d: "M6 4.75c0-.41.34-.75.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 016 4.75z",
|
|
6472
|
-
fill: primaryFill
|
|
6473
|
-
}), React.createElement("path", {
|
|
6474
|
-
d: "M6.75 9a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H6.75z",
|
|
6475
|
-
fill: primaryFill
|
|
6476
|
-
}), React.createElement("path", {
|
|
6477
|
-
d: "M6.75 14a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z",
|
|
6478
|
-
fill: primaryFill
|
|
6479
|
-
}), React.createElement("path", {
|
|
6480
|
-
d: "M3.47 11.78a.75.75 0 001.06-1.06l-.97-.97.97-.97a.75.75 0 00-1.06-1.06l-1.5 1.5c-.3.3-.3.77 0 1.06l1.5 1.5z",
|
|
6481
|
-
fill: primaryFill
|
|
6482
|
-
}));
|
|
6483
|
-
};
|
|
6484
|
-
|
|
6485
|
-
export const TextIndentDecreaseFilled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecreaseFilledIcon({}), 'TextIndentDecreaseFilled');
|
|
6486
|
-
|
|
6487
|
-
const TextIndentDecreaseRegularIcon = iconProps => {
|
|
6488
|
-
const {
|
|
6489
|
-
className,
|
|
6490
|
-
primaryFill
|
|
6491
|
-
} = iconProps;
|
|
6492
|
-
return React.createElement("svg", {
|
|
6493
|
-
width: "1em",
|
|
6494
|
-
height: "1em",
|
|
6495
|
-
viewBox: "0 0 20 20",
|
|
6496
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6497
|
-
className: className
|
|
6498
|
-
}, React.createElement("path", {
|
|
6499
|
-
d: "M6 4.5c0-.28.22-.5.5-.5h8a.5.5 0 110 1h-8a.5.5 0 01-.5-.5z",
|
|
6500
|
-
fill: primaryFill
|
|
6501
|
-
}), React.createElement("path", {
|
|
6502
|
-
d: "M3.56 7.73a.5.5 0 01.7.7L3.22 9.5l1.06 1.06a.5.5 0 11-.7.7l-1.42-1.4a.5.5 0 010-.71l1.41-1.42z",
|
|
6503
|
-
fill: primaryFill
|
|
6504
|
-
}), React.createElement("path", {
|
|
6505
|
-
d: "M6.5 9a.5.5 0 000 1h11a.5.5 0 100-1h-11z",
|
|
6506
|
-
fill: primaryFill
|
|
6507
|
-
}), React.createElement("path", {
|
|
6508
|
-
d: "M6 14.5c0-.28.22-.5.5-.5h6a.5.5 0 110 1h-6a.5.5 0 01-.5-.5z",
|
|
6509
|
-
fill: primaryFill
|
|
6510
|
-
}));
|
|
6511
|
-
};
|
|
6512
|
-
|
|
6513
|
-
export const TextIndentDecreaseRegular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecreaseRegularIcon({}), 'TextIndentDecreaseRegular');
|
|
6514
|
-
|
|
6515
6459
|
const TextIndentDecreaseLtrFilledIcon = iconProps => {
|
|
6516
6460
|
const {
|
|
6517
6461
|
className,
|
|
@@ -6588,62 +6532,6 @@ const TextIndentDecreaseRtlRegularIcon = iconProps => {
|
|
|
6588
6532
|
|
|
6589
6533
|
export const TextIndentDecreaseRtlRegular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecreaseRtlRegularIcon({}), 'TextIndentDecreaseRtlRegular');
|
|
6590
6534
|
|
|
6591
|
-
const TextIndentIncreaseFilledIcon = iconProps => {
|
|
6592
|
-
const {
|
|
6593
|
-
className,
|
|
6594
|
-
primaryFill
|
|
6595
|
-
} = iconProps;
|
|
6596
|
-
return React.createElement("svg", {
|
|
6597
|
-
width: "1em",
|
|
6598
|
-
height: "1em",
|
|
6599
|
-
viewBox: "0 0 20 20",
|
|
6600
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6601
|
-
className: className
|
|
6602
|
-
}, React.createElement("path", {
|
|
6603
|
-
d: "M6 4.75c0-.41.34-.75.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 016 4.75z",
|
|
6604
|
-
fill: primaryFill
|
|
6605
|
-
}), React.createElement("path", {
|
|
6606
|
-
d: "M6.75 9a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H6.75z",
|
|
6607
|
-
fill: primaryFill
|
|
6608
|
-
}), React.createElement("path", {
|
|
6609
|
-
d: "M6.75 14a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z",
|
|
6610
|
-
fill: primaryFill
|
|
6611
|
-
}), React.createElement("path", {
|
|
6612
|
-
d: "M3.03 7.72a.75.75 0 00-1.06 1.06l.97.97-.97.97a.75.75 0 101.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06l-1.5-1.5z",
|
|
6613
|
-
fill: primaryFill
|
|
6614
|
-
}));
|
|
6615
|
-
};
|
|
6616
|
-
|
|
6617
|
-
export const TextIndentIncreaseFilled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncreaseFilledIcon({}), 'TextIndentIncreaseFilled');
|
|
6618
|
-
|
|
6619
|
-
const TextIndentIncreaseRegularIcon = iconProps => {
|
|
6620
|
-
const {
|
|
6621
|
-
className,
|
|
6622
|
-
primaryFill
|
|
6623
|
-
} = iconProps;
|
|
6624
|
-
return React.createElement("svg", {
|
|
6625
|
-
width: "1em",
|
|
6626
|
-
height: "1em",
|
|
6627
|
-
viewBox: "0 0 20 20",
|
|
6628
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6629
|
-
className: className
|
|
6630
|
-
}, React.createElement("path", {
|
|
6631
|
-
d: "M6 4.5c0-.28.22-.5.5-.5h8a.5.5 0 010 1h-8a.5.5 0 01-.5-.5z",
|
|
6632
|
-
fill: primaryFill
|
|
6633
|
-
}), React.createElement("path", {
|
|
6634
|
-
d: "M6 9.5c0-.28.22-.5.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z",
|
|
6635
|
-
fill: primaryFill
|
|
6636
|
-
}), React.createElement("path", {
|
|
6637
|
-
d: "M6.5 14a.5.5 0 000 1h6a.5.5 0 000-1h-6z",
|
|
6638
|
-
fill: primaryFill
|
|
6639
|
-
}), React.createElement("path", {
|
|
6640
|
-
d: "M2.85 7.73a.5.5 0 10-.7.7L3.2 9.5l-1.06 1.06a.5.5 0 10.7.7l1.42-1.4a.5.5 0 000-.71L2.85 7.73z",
|
|
6641
|
-
fill: primaryFill
|
|
6642
|
-
}));
|
|
6643
|
-
};
|
|
6644
|
-
|
|
6645
|
-
export const TextIndentIncreaseRegular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncreaseRegularIcon({}), 'TextIndentIncreaseRegular');
|
|
6646
|
-
|
|
6647
6535
|
const TextIndentIncreaseLtrFilledIcon = iconProps => {
|
|
6648
6536
|
const {
|
|
6649
6537
|
className,
|
|
@@ -9567,4 +9455,80 @@ const VideoFilledIcon = iconProps => {
|
|
|
9567
9455
|
}));
|
|
9568
9456
|
};
|
|
9569
9457
|
|
|
9570
|
-
export const VideoFilled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VideoFilledIcon({}), 'VideoFilled');
|
|
9458
|
+
export const VideoFilled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VideoFilledIcon({}), 'VideoFilled');
|
|
9459
|
+
|
|
9460
|
+
const VideoRegularIcon = iconProps => {
|
|
9461
|
+
const {
|
|
9462
|
+
className,
|
|
9463
|
+
primaryFill
|
|
9464
|
+
} = iconProps;
|
|
9465
|
+
return React.createElement("svg", {
|
|
9466
|
+
width: "1em",
|
|
9467
|
+
height: "1em",
|
|
9468
|
+
viewBox: "0 0 20 20",
|
|
9469
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9470
|
+
className: className
|
|
9471
|
+
}, React.createElement("path", {
|
|
9472
|
+
d: "M4.5 4A2.5 2.5 0 002 6.5v7A2.5 2.5 0 004.5 16h7a2.5 2.5 0 002.5-2.5v-1l2.4 1.8a1 1 0 001.6-.8v-7a1 1 0 00-1.6-.8L14 7.5v-1A2.5 2.5 0 0011.5 4h-7zM14 8.75l3-2.25v7l-3-2.25v-2.5zM13 6.5v7c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 013 13.5v-7C3 5.67 3.67 5 4.5 5h7c.83 0 1.5.67 1.5 1.5z",
|
|
9473
|
+
fill: primaryFill
|
|
9474
|
+
}));
|
|
9475
|
+
};
|
|
9476
|
+
|
|
9477
|
+
export const VideoRegular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VideoRegularIcon({}), 'VideoRegular');
|
|
9478
|
+
|
|
9479
|
+
const Video360FilledIcon = iconProps => {
|
|
9480
|
+
const {
|
|
9481
|
+
className,
|
|
9482
|
+
primaryFill
|
|
9483
|
+
} = iconProps;
|
|
9484
|
+
return React.createElement("svg", {
|
|
9485
|
+
width: "1em",
|
|
9486
|
+
height: "1em",
|
|
9487
|
+
viewBox: "0 0 20 20",
|
|
9488
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9489
|
+
className: className
|
|
9490
|
+
}, React.createElement("path", {
|
|
9491
|
+
d: "M3.97 4.02A1.7 1.7 0 002 5.7v8.6a1.7 1.7 0 001.97 1.68 37.94 37.94 0 0112.25.02A1.7 1.7 0 0018 14.3V5.7a1.7 1.7 0 00-1.97-1.68c-4 .64-8.07.64-12.06 0zM16 14.96c-1-.15-2-.27-3-.35V12h2a1 1 0 011 1v1.96zm-4-.41a38.84 38.84 0 00-4 0V12a1 1 0 011-1h2a1 1 0 011 1v2.55zm-5 .06c-1 .08-2 .2-3 .35V13a1 1 0 011-1h2v2.61zM10 10a1 1 0 110-2 1 1 0 010 2zm-3.5 0a1 1 0 11-2 0 1 1 0 012 0zm9 0a1 1 0 11-2 0 1 1 0 012 0z",
|
|
9492
|
+
fill: primaryFill
|
|
9493
|
+
}));
|
|
9494
|
+
};
|
|
9495
|
+
|
|
9496
|
+
export const Video360Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Video360FilledIcon({}), 'Video360Filled');
|
|
9497
|
+
|
|
9498
|
+
const Video360RegularIcon = iconProps => {
|
|
9499
|
+
const {
|
|
9500
|
+
className,
|
|
9501
|
+
primaryFill
|
|
9502
|
+
} = iconProps;
|
|
9503
|
+
return React.createElement("svg", {
|
|
9504
|
+
width: "1em",
|
|
9505
|
+
height: "1em",
|
|
9506
|
+
viewBox: "0 0 20 20",
|
|
9507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9508
|
+
className: className
|
|
9509
|
+
}, React.createElement("path", {
|
|
9510
|
+
d: "M11 9a1 1 0 11-2 0 1 1 0 012 0zm-4 1a1 1 0 11-2 0 1 1 0 012 0zm8 0a1 1 0 11-2 0 1 1 0 012 0zM3.97 4.02A1.7 1.7 0 002 5.7v8.6a1.7 1.7 0 001.97 1.68c4-.65 8.07-.65 12.06 0A1.7 1.7 0 0018 14.3V5.7a1.7 1.7 0 00-1.97-1.68c-4 .64-8.07.64-12.06 0zM3 5.7a.7.7 0 01.81-.7c4.1.67 8.28.67 12.38 0a.7.7 0 01.81.7v8.6a.7.7 0 01-.81.7 31.2 31.2 0 00-.19-.04V13a1 1 0 00-1-1h-2v2.61l-1-.06V12a1 1 0 00-1-1H9a1 1 0 00-1 1v2.55l-1 .06V12H5a1 1 0 00-1 1v1.96l-.19.03A.7.7 0 013 14.3V5.7z",
|
|
9511
|
+
fill: primaryFill
|
|
9512
|
+
}));
|
|
9513
|
+
};
|
|
9514
|
+
|
|
9515
|
+
export const Video360Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Video360RegularIcon({}), 'Video360Regular');
|
|
9516
|
+
|
|
9517
|
+
const Video360OffFilledIcon = iconProps => {
|
|
9518
|
+
const {
|
|
9519
|
+
className,
|
|
9520
|
+
primaryFill
|
|
9521
|
+
} = iconProps;
|
|
9522
|
+
return React.createElement("svg", {
|
|
9523
|
+
width: "1em",
|
|
9524
|
+
height: "1em",
|
|
9525
|
+
viewBox: "0 0 20 20",
|
|
9526
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9527
|
+
className: className
|
|
9528
|
+
}, React.createElement("path", {
|
|
9529
|
+
d: "M2.85 2.15a.5.5 0 10-.7.7l1.18 1.19A1.7 1.7 0 002 5.7v8.6a1.7 1.7 0 001.97 1.68 37.94 37.94 0 0111.17-.13l2 2a.5.5 0 00.71-.7l-15-15zM14 14.7l-.99-.09v-.9l1 1zm-1.99-2v1.85a38.84 38.84 0 00-4 0V12a1 1 0 011-1h1.3l1.7 1.7zm-8 2.26V13a1 1 0 011-1h2v2.61c-1 .08-2 .2-3 .35zM5.5 11a1 1 0 110-2 1 1 0 010 2zm8.62 1L6.46 4.34c3.19.3 6.4.2 9.57-.32A1.7 1.7 0 0118 5.7v8.6c0 .44-.17.84-.44 1.14L16 13.88V13a1 1 0 00-1-1h-.88zm.38-1a1 1 0 100-2 1 1 0 000 2z",
|
|
9530
|
+
fill: primaryFill
|
|
9531
|
+
}));
|
|
9532
|
+
};
|
|
9533
|
+
|
|
9534
|
+
export const Video360OffFilled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Video360OffFilledIcon({}), 'Video360OffFilled');
|
package/lib/icons/chunk-6.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { FluentIconsProps } from "../utils/FluentIconsProps.types";
|
|
3
|
-
export declare const VideoRegular: React.FC<FluentIconsProps>;
|
|
4
|
-
export declare const Video360Filled: React.FC<FluentIconsProps>;
|
|
5
|
-
export declare const Video360Regular: React.FC<FluentIconsProps>;
|
|
6
|
-
export declare const Video360OffFilled: React.FC<FluentIconsProps>;
|
|
7
3
|
export declare const Video360OffRegular: React.FC<FluentIconsProps>;
|
|
8
4
|
export declare const VideoAddFilled: React.FC<FluentIconsProps>;
|
|
9
5
|
export declare const VideoAddRegular: React.FC<FluentIconsProps>;
|
package/lib/icons/chunk-6.js
CHANGED
|
@@ -1,82 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import wrapIcon from "../utils/wrapIcon";
|
|
3
3
|
|
|
4
|
-
const VideoRegularIcon = iconProps => {
|
|
5
|
-
const {
|
|
6
|
-
className,
|
|
7
|
-
primaryFill
|
|
8
|
-
} = iconProps;
|
|
9
|
-
return React.createElement("svg", {
|
|
10
|
-
width: "1em",
|
|
11
|
-
height: "1em",
|
|
12
|
-
viewBox: "0 0 20 20",
|
|
13
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
className: className
|
|
15
|
-
}, React.createElement("path", {
|
|
16
|
-
d: "M4.5 4A2.5 2.5 0 002 6.5v7A2.5 2.5 0 004.5 16h7a2.5 2.5 0 002.5-2.5v-1l2.4 1.8a1 1 0 001.6-.8v-7a1 1 0 00-1.6-.8L14 7.5v-1A2.5 2.5 0 0011.5 4h-7zM14 8.75l3-2.25v7l-3-2.25v-2.5zM13 6.5v7c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 013 13.5v-7C3 5.67 3.67 5 4.5 5h7c.83 0 1.5.67 1.5 1.5z",
|
|
17
|
-
fill: primaryFill
|
|
18
|
-
}));
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const VideoRegular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VideoRegularIcon({}), 'VideoRegular');
|
|
22
|
-
|
|
23
|
-
const Video360FilledIcon = iconProps => {
|
|
24
|
-
const {
|
|
25
|
-
className,
|
|
26
|
-
primaryFill
|
|
27
|
-
} = iconProps;
|
|
28
|
-
return React.createElement("svg", {
|
|
29
|
-
width: "1em",
|
|
30
|
-
height: "1em",
|
|
31
|
-
viewBox: "0 0 20 20",
|
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
-
className: className
|
|
34
|
-
}, React.createElement("path", {
|
|
35
|
-
d: "M3.97 4.02A1.7 1.7 0 002 5.7v8.6a1.7 1.7 0 001.97 1.68 37.94 37.94 0 0112.25.02A1.7 1.7 0 0018 14.3V5.7a1.7 1.7 0 00-1.97-1.68c-4 .64-8.07.64-12.06 0zM16 14.96c-1-.15-2-.27-3-.35V12h2a1 1 0 011 1v1.96zm-4-.41a38.84 38.84 0 00-4 0V12a1 1 0 011-1h2a1 1 0 011 1v2.55zm-5 .06c-1 .08-2 .2-3 .35V13a1 1 0 011-1h2v2.61zM10 10a1 1 0 110-2 1 1 0 010 2zm-3.5 0a1 1 0 11-2 0 1 1 0 012 0zm9 0a1 1 0 11-2 0 1 1 0 012 0z",
|
|
36
|
-
fill: primaryFill
|
|
37
|
-
}));
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export const Video360Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Video360FilledIcon({}), 'Video360Filled');
|
|
41
|
-
|
|
42
|
-
const Video360RegularIcon = iconProps => {
|
|
43
|
-
const {
|
|
44
|
-
className,
|
|
45
|
-
primaryFill
|
|
46
|
-
} = iconProps;
|
|
47
|
-
return React.createElement("svg", {
|
|
48
|
-
width: "1em",
|
|
49
|
-
height: "1em",
|
|
50
|
-
viewBox: "0 0 20 20",
|
|
51
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
-
className: className
|
|
53
|
-
}, React.createElement("path", {
|
|
54
|
-
d: "M11 9a1 1 0 11-2 0 1 1 0 012 0zm-4 1a1 1 0 11-2 0 1 1 0 012 0zm8 0a1 1 0 11-2 0 1 1 0 012 0zM3.97 4.02A1.7 1.7 0 002 5.7v8.6a1.7 1.7 0 001.97 1.68c4-.65 8.07-.65 12.06 0A1.7 1.7 0 0018 14.3V5.7a1.7 1.7 0 00-1.97-1.68c-4 .64-8.07.64-12.06 0zM3 5.7a.7.7 0 01.81-.7c4.1.67 8.28.67 12.38 0a.7.7 0 01.81.7v8.6a.7.7 0 01-.81.7 31.2 31.2 0 00-.19-.04V13a1 1 0 00-1-1h-2v2.61l-1-.06V12a1 1 0 00-1-1H9a1 1 0 00-1 1v2.55l-1 .06V12H5a1 1 0 00-1 1v1.96l-.19.03A.7.7 0 013 14.3V5.7z",
|
|
55
|
-
fill: primaryFill
|
|
56
|
-
}));
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export const Video360Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Video360RegularIcon({}), 'Video360Regular');
|
|
60
|
-
|
|
61
|
-
const Video360OffFilledIcon = iconProps => {
|
|
62
|
-
const {
|
|
63
|
-
className,
|
|
64
|
-
primaryFill
|
|
65
|
-
} = iconProps;
|
|
66
|
-
return React.createElement("svg", {
|
|
67
|
-
width: "1em",
|
|
68
|
-
height: "1em",
|
|
69
|
-
viewBox: "0 0 20 20",
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
className: className
|
|
72
|
-
}, React.createElement("path", {
|
|
73
|
-
d: "M2.85 2.15a.5.5 0 10-.7.7l1.18 1.19A1.7 1.7 0 002 5.7v8.6a1.7 1.7 0 001.97 1.68 37.94 37.94 0 0111.17-.13l2 2a.5.5 0 00.71-.7l-15-15zM14 14.7l-.99-.09v-.9l1 1zm-1.99-2v1.85a38.84 38.84 0 00-4 0V12a1 1 0 011-1h1.3l1.7 1.7zm-8 2.26V13a1 1 0 011-1h2v2.61c-1 .08-2 .2-3 .35zM5.5 11a1 1 0 110-2 1 1 0 010 2zm8.62 1L6.46 4.34c3.19.3 6.4.2 9.57-.32A1.7 1.7 0 0118 5.7v8.6c0 .44-.17.84-.44 1.14L16 13.88V13a1 1 0 00-1-1h-.88zm.38-1a1 1 0 100-2 1 1 0 000 2z",
|
|
74
|
-
fill: primaryFill
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
export const Video360OffFilled = /*#__PURE__*/wrapIcon( /*#__PURE__*/Video360OffFilledIcon({}), 'Video360OffFilled');
|
|
79
|
-
|
|
80
4
|
const Video360OffRegularIcon = iconProps => {
|
|
81
5
|
const {
|
|
82
6
|
className,
|