@fluentui/react-icons 2.0.147-beta.0 → 2.0.149-beta.1
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.d.ts +114 -0
- package/lib/icons.js +714 -38
- package/lib/sizedIcons.d.ts +268 -0
- package/lib/sizedIcons.js +1679 -90
- package/lib-cjs/icons.d.ts +114 -0
- package/lib-cjs/icons.js +769 -90
- package/lib-cjs/sizedIcons.d.ts +268 -0
- package/lib-cjs/sizedIcons.js +1854 -260
- package/package.json +3 -3
package/lib/sizedIcons.js
CHANGED
|
@@ -1507,25 +1507,25 @@ export const AppFolder24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppFolder
|
|
|
1507
1507
|
const AppGeneric20FilledIcon = (iconProps) => {
|
|
1508
1508
|
const { className, primaryFill } = iconProps;
|
|
1509
1509
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1510
|
-
React.createElement("path", { d: "M5.
|
|
1510
|
+
React.createElement("path", { d: "M5.5 3A2.5 2.5 0 003 5.5v9A2.5 2.5 0 005.5 17h9a2.5 2.5 0 002.5-2.5v-9A2.5 2.5 0 0014.5 3h-9zM4 7h12v7.5c0 .83-.67 1.5-1.5 1.5h-9A1.5 1.5 0 014 14.5V7zm2 1a1 1 0 00-1 1v5a1 1 0 001 1h2a1 1 0 001-1V9a1 1 0 00-1-1H6zm0 1h2v5H6V9zm4.5 1a.5.5 0 000 1h3a.5.5 0 000-1h-3zM10 8.5c0-.28.22-.5.5-.5h4a.5.5 0 010 1h-4a.5.5 0 01-.5-.5z", fill: primaryFill }));
|
|
1511
1511
|
};
|
|
1512
1512
|
export const AppGeneric20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppGeneric20FilledIcon({}), 'AppGeneric20Filled');
|
|
1513
1513
|
const AppGeneric20RegularIcon = (iconProps) => {
|
|
1514
1514
|
const { className, primaryFill } = iconProps;
|
|
1515
1515
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1516
|
-
React.createElement("path", { d: "M3 5.5A2.5 2.5 0 015.5 3h9A2.5 2.5 0 0117 5.5v9a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 013 14.5v-9zM5.5 4C4.67 4 4 4.67 4 5.5V6h12v-.5c0-.83-.67-1.5-1.5-1.5h-9zM16 7H4v7.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.
|
|
1516
|
+
React.createElement("path", { d: "M3 5.5A2.5 2.5 0 015.5 3h9A2.5 2.5 0 0117 5.5v9a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 013 14.5v-9zM5.5 4C4.67 4 4 4.67 4 5.5V6h12v-.5c0-.83-.67-1.5-1.5-1.5h-9zM16 7H4v7.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V7zM5 9a1 1 0 011-1h2a1 1 0 011 1v5a1 1 0 01-1 1H6a1 1 0 01-1-1V9zm3 0H6v5h2V9zm2 1.5c0-.28.22-.5.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zm.5-2.5a.5.5 0 000 1h4a.5.5 0 000-1h-4z", fill: primaryFill }));
|
|
1517
1517
|
};
|
|
1518
1518
|
export const AppGeneric20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppGeneric20RegularIcon({}), 'AppGeneric20Regular');
|
|
1519
1519
|
const AppGeneric24FilledIcon = (iconProps) => {
|
|
1520
1520
|
const { className, primaryFill } = iconProps;
|
|
1521
1521
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1522
|
-
React.createElement("path", { d: "
|
|
1522
|
+
React.createElement("path", { d: "M6.25 3A3.25 3.25 0 003 6.25v11.5C3 19.55 4.46 21 6.25 21h11.5c1.8 0 3.25-1.46 3.25-3.25V6.25C21 4.45 19.54 3 17.75 3H6.25zM4.5 8h15v9.75c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V8zM6 10.35c0-.47.38-.85.85-.85h3.3c.47 0 .85.38.85.85v6.8c0 .47-.38.85-.85.85h-3.3a.85.85 0 01-.85-.85v-6.8zm1.5.65v5.5h2V11h-2zm5.25-1.5h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 010-1.5zM12 13.25c0-.41.34-.75.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z", fill: primaryFill }));
|
|
1523
1523
|
};
|
|
1524
1524
|
export const AppGeneric24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppGeneric24FilledIcon({}), 'AppGeneric24Filled');
|
|
1525
1525
|
const AppGeneric24RegularIcon = (iconProps) => {
|
|
1526
1526
|
const { className, primaryFill } = iconProps;
|
|
1527
1527
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1528
|
-
React.createElement("path", { d: "
|
|
1528
|
+
React.createElement("path", { d: "M3 6.25C3 4.45 4.46 3 6.25 3h11.5C19.55 3 21 4.46 21 6.25v11.5c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 17.75V6.25zM6.25 4.5c-.97 0-1.75.78-1.75 1.75v.25h15v-.25c0-.97-.78-1.75-1.75-1.75H6.25zM4.5 17.75c0 .97.78 1.75 1.75 1.75h11.5c.97 0 1.75-.78 1.75-1.75V8h-15v9.75zM6.85 9.5h3.3c.47 0 .85.38.85.85v6.8c0 .47-.38.85-.85.85h-3.3a.85.85 0 01-.85-.85v-6.8c0-.47.38-.85.85-.85zm.65 7h2V11h-2v5.5zm4.5-6.25c0-.41.34-.75.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5z", fill: primaryFill }));
|
|
1529
1529
|
};
|
|
1530
1530
|
export const AppGeneric24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppGeneric24RegularIcon({}), 'AppGeneric24Regular');
|
|
1531
1531
|
const AppRecent20FilledIcon = (iconProps) => {
|
|
@@ -3374,6 +3374,54 @@ const ArrowForward48RegularIcon = (iconProps) => {
|
|
|
3374
3374
|
React.createElement("path", { d: "M34.98 22.5l-7.06 7.06a1.25 1.25 0 001.67 1.86l.1-.1 9.2-9.18c.45-.46.48-1.18.09-1.67l-.1-.1-9.19-9.2a1.25 1.25 0 00-1.86 1.67l.1.1L34.97 20H26c-3.25 0-6.28.72-8.9 2.1l-.41.22a16.51 16.51 0 00-6.37 6.37A18.92 18.92 0 008 38a1.25 1.25 0 002.5 0c0-3 .7-5.76 2-8.1a14.01 14.01 0 015.4-5.4 16.28 16.28 0 017.6-2h9.48z", fill: primaryFill }));
|
|
3375
3375
|
};
|
|
3376
3376
|
export const ArrowForward48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForward48RegularIcon({}), 'ArrowForward48Regular');
|
|
3377
|
+
const ArrowForwardDownLightning20FilledIcon = (iconProps) => {
|
|
3378
|
+
const { className, primaryFill } = iconProps;
|
|
3379
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3380
|
+
React.createElement("path", { d: "M15.69 7l-2.26-2.25a.75.75 0 01.98-1.14l.08.07 3.54 3.54.07.08.04.06.05.1.03.08.02.07v.06l.01.1v.06l-.02.1-.03.09-.05.1-.03.05a.75.75 0 01-.09.11l-3.54 3.54a.75.75 0 01-1.13-.98l.07-.08L15.7 8.5H12c-3.65 0-6.13-2.08-6.25-5.04v-.21a.75.75 0 011.5 0c0 2.13 1.7 3.66 4.5 3.75h3.94zM11 13.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-5.12-3a.5.5 0 00-.47.33l-.88 2.5A.5.5 0 005 14h.78l-.51 1.87a.5.5 0 00.9.4l2.25-3.5A.5.5 0 008 12h-.75l.28-.84a.5.5 0 00-.47-.66H5.88z", fill: primaryFill }));
|
|
3381
|
+
};
|
|
3382
|
+
export const ArrowForwardDownLightning20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownLightning20FilledIcon({}), 'ArrowForwardDownLightning20Filled');
|
|
3383
|
+
const ArrowForwardDownLightning20RegularIcon = (iconProps) => {
|
|
3384
|
+
const { className, primaryFill } = iconProps;
|
|
3385
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3386
|
+
React.createElement("path", { d: "M16.3 7L13.6 4.32a.5.5 0 01.64-.77l.07.06 3.56 3.57.05.07.03.06.02.06v.03c.02.03.02.06.02.1v-.02.06l-.02.09-.02.06-.04.08-.05.07-3.55 3.55a.5.5 0 01-.77-.64l.06-.07L16.3 8H12C8.48 8 6.11 6.02 6 3.2V3a.5.5 0 011 0c0 2.27 1.8 3.9 4.74 4h4.56zM11 13.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-5.12-3a.5.5 0 00-.47.33l-.88 2.5A.5.5 0 005 14h.78l-.51 1.87a.5.5 0 00.9.4l2.25-3.5A.5.5 0 008 12h-.75l.28-.84a.5.5 0 00-.47-.66H5.88z", fill: primaryFill }));
|
|
3387
|
+
};
|
|
3388
|
+
export const ArrowForwardDownLightning20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownLightning20RegularIcon({}), 'ArrowForwardDownLightning20Regular');
|
|
3389
|
+
const ArrowForwardDownLightning24FilledIcon = (iconProps) => {
|
|
3390
|
+
const { className, primaryFill } = iconProps;
|
|
3391
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3392
|
+
React.createElement("path", { d: "M13 16.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zM8.53 13H7.1a.5.5 0 00-.47.32l-1.13 3a.5.5 0 00.47.68h.78l-.77 2.32a.52.52 0 00.92.44l2.63-4.03a.47.47 0 00-.4-.73H8.5l.5-1.32a.5.5 0 00-.47-.68zm7.77-8.7a1 1 0 000 1.4L19.59 9h-6.81A6 6 0 017 3a1 1 0 10-2 0v.25A8 8 0 0013 11h6.59l-3.3 3.3a1 1 0 101.42 1.4l5-4.99a1 1 0 000-1.41l-5-5a1 1 0 00-1.41 0z", fill: primaryFill }));
|
|
3393
|
+
};
|
|
3394
|
+
export const ArrowForwardDownLightning24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownLightning24FilledIcon({}), 'ArrowForwardDownLightning24Filled');
|
|
3395
|
+
const ArrowForwardDownLightning24RegularIcon = (iconProps) => {
|
|
3396
|
+
const { className, primaryFill } = iconProps;
|
|
3397
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3398
|
+
React.createElement("path", { d: "M13 16.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zM8.53 13H7.1a.5.5 0 00-.47.32l-1.13 3a.5.5 0 00.47.68h.78l-.77 2.32a.52.52 0 00.92.44l2.63-4.03a.47.47 0 00-.4-.73H8.5l.5-1.32a.5.5 0 00-.47-.68zm8.2-6.46l2.96 2.96H13.77a6.25 6.25 0 01-6.02-6.25.75.75 0 10-1.5 0v.25A7.75 7.75 0 0014 11h5.69l-2.96 2.96-.08.09a.75.75 0 001.14.97l4.24-4.24.07-.08c.22-.3.2-.71-.07-.98l-4.24-4.24-.09-.08a.75.75 0 00-.97 1.14z", fill: primaryFill }));
|
|
3399
|
+
};
|
|
3400
|
+
export const ArrowForwardDownLightning24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownLightning24RegularIcon({}), 'ArrowForwardDownLightning24Regular');
|
|
3401
|
+
const ArrowForwardDownPerson20FilledIcon = (iconProps) => {
|
|
3402
|
+
const { className, primaryFill } = iconProps;
|
|
3403
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3404
|
+
React.createElement("path", { d: "M15.69 7l-2.26-2.25a.75.75 0 01.98-1.14l.08.07 3.54 3.54.07.08.04.06.05.1.03.08.02.07v.06l.01.1v.06l-.02.1-.03.09-.05.1-.03.05a.75.75 0 01-.09.11l-3.54 3.54a.75.75 0 01-1.13-.98l.07-.08L15.7 8.5H12c-3.65 0-6.13-2.08-6.25-5.04v-.21a.75.75 0 011.5 0c0 2.13 1.7 3.66 4.5 3.75h3.94zM4 10a2 2 0 114 0 2 2 0 01-4 0zm-.5 3h5c.83 0 1.5.67 1.5 1.5 0 1.12-.46 2.01-1.21 2.61-.74.6-1.74.89-2.79.89a4.43 4.43 0 01-2.79-.89A3.25 3.25 0 012 14.5c0-.83.67-1.5 1.5-1.5z", fill: primaryFill }));
|
|
3405
|
+
};
|
|
3406
|
+
export const ArrowForwardDownPerson20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownPerson20FilledIcon({}), 'ArrowForwardDownPerson20Filled');
|
|
3407
|
+
const ArrowForwardDownPerson20RegularIcon = (iconProps) => {
|
|
3408
|
+
const { className, primaryFill } = iconProps;
|
|
3409
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3410
|
+
React.createElement("path", { d: "M16.3 7L13.6 4.32a.5.5 0 01.64-.77l.07.06 3.56 3.57.05.07.03.06.02.06v.03c.02.03.02.06.02.1v-.02.06l-.02.09-.02.06-.04.08-.05.07-3.55 3.55a.5.5 0 01-.77-.64l.06-.07L16.3 8H12C8.48 8 6.11 6.02 6 3.2V3a.5.5 0 011 0c0 2.27 1.8 3.9 4.74 4h4.56zM4 10a2 2 0 114 0 2 2 0 01-4 0zm-.5 3h5c.83 0 1.5.67 1.5 1.5 0 1.12-.46 2.01-1.21 2.61-.74.6-1.74.89-2.79.89a4.43 4.43 0 01-2.79-.89A3.25 3.25 0 012 14.5c0-.83.67-1.5 1.5-1.5z", fill: primaryFill }));
|
|
3411
|
+
};
|
|
3412
|
+
export const ArrowForwardDownPerson20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownPerson20RegularIcon({}), 'ArrowForwardDownPerson20Regular');
|
|
3413
|
+
const ArrowForwardDownPerson24FilledIcon = (iconProps) => {
|
|
3414
|
+
const { className, primaryFill } = iconProps;
|
|
3415
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3416
|
+
React.createElement("path", { d: "M12 18.5c0-.83-.67-1.5-1.5-1.5h-7c-.83 0-1.5.67-1.5 1.5v.5c0 1.97 1.86 4 5 4 3.14 0 5-2.03 5-4v-.5zm-2.25-5.25a2.75 2.75 0 10-5.5 0 2.75 2.75 0 005.5 0zm6.55-8.96a1 1 0 000 1.42L19.59 9h-6.81A6 6 0 017 3a1 1 0 10-2 0v.25A8 8 0 0013 11h6.59l-3.3 3.3a1 1 0 101.42 1.4l5-4.99a1 1 0 000-1.41l-5-5a1 1 0 00-1.41 0z", fill: primaryFill }));
|
|
3417
|
+
};
|
|
3418
|
+
export const ArrowForwardDownPerson24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownPerson24FilledIcon({}), 'ArrowForwardDownPerson24Filled');
|
|
3419
|
+
const ArrowForwardDownPerson24RegularIcon = (iconProps) => {
|
|
3420
|
+
const { className, primaryFill } = iconProps;
|
|
3421
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3422
|
+
React.createElement("path", { d: "M12 18.5c0-.83-.67-1.5-1.5-1.5h-7c-.83 0-1.5.67-1.5 1.5v.5c0 1.97 1.86 4 5 4 3.14 0 5-2.03 5-4v-.5zm-2.25-5.25a2.75 2.75 0 10-5.5 0 2.75 2.75 0 005.5 0zm6.98-6.71l2.96 2.96H13.77a6.25 6.25 0 01-6.02-6.25.75.75 0 10-1.5 0v.25A7.75 7.75 0 0014 11h5.69l-2.96 2.96-.08.09a.75.75 0 001.14.97l4.24-4.24.07-.08c.22-.3.2-.71-.07-.98l-4.24-4.24-.09-.08a.75.75 0 00-.97 1.14z", fill: primaryFill }));
|
|
3423
|
+
};
|
|
3424
|
+
export const ArrowForwardDownPerson24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownPerson24RegularIcon({}), 'ArrowForwardDownPerson24Regular');
|
|
3377
3425
|
const ArrowHookDownLeft16FilledIcon = (iconProps) => {
|
|
3378
3426
|
const { className, primaryFill } = iconProps;
|
|
3379
3427
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -4699,6 +4747,18 @@ const ArrowStepIn16RegularIcon = (iconProps) => {
|
|
|
4699
4747
|
React.createElement("path", { d: "M7.5 8.3V1.5a.5.5 0 011 0v6.8l2.15-2.15a.5.5 0 01.7.7l-3 3a.5.5 0 01-.7 0l-3-3a.5.5 0 11.7-.7L7.5 8.29zM8 15a2 2 0 100-4 2 2 0 000 4zm0-1a1 1 0 110-2 1 1 0 010 2z", fill: primaryFill }));
|
|
4700
4748
|
};
|
|
4701
4749
|
export const ArrowStepIn16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepIn16RegularIcon({}), 'ArrowStepIn16Regular');
|
|
4750
|
+
const ArrowStepIn28FilledIcon = (iconProps) => {
|
|
4751
|
+
const { className, primaryFill } = iconProps;
|
|
4752
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4753
|
+
React.createElement("path", { d: "M14 2c.41 0 .75.34.75.75v11.13l3.96-4.15a.75.75 0 111.08 1.04l-5.25 5.5a.75.75 0 01-1.08 0l-5.25-5.5a.75.75 0 011.08-1.04l3.96 4.15V2.75c0-.41.34-.75.75-.75zm0 24a4 4 0 100-8 4 4 0 000 8z", fill: primaryFill }));
|
|
4754
|
+
};
|
|
4755
|
+
export const ArrowStepIn28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepIn28FilledIcon({}), 'ArrowStepIn28Filled');
|
|
4756
|
+
const ArrowStepIn28RegularIcon = (iconProps) => {
|
|
4757
|
+
const { className, primaryFill } = iconProps;
|
|
4758
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4759
|
+
React.createElement("path", { d: "M14 2c.41 0 .75.34.75.75v11.13l3.96-4.15a.75.75 0 111.08 1.04l-5.25 5.5a.75.75 0 01-1.08 0l-5.25-5.5a.75.75 0 011.08-1.04l3.96 4.15V2.75c0-.41.34-.75.75-.75zm4 20a4 4 0 11-8 0 4 4 0 018 0zm-1.5 0a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0z", fill: primaryFill }));
|
|
4760
|
+
};
|
|
4761
|
+
export const ArrowStepIn28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepIn28RegularIcon({}), 'ArrowStepIn28Regular');
|
|
4702
4762
|
const ArrowStepInDefault20FilledIcon = (iconProps) => {
|
|
4703
4763
|
const { className, primaryFill } = iconProps;
|
|
4704
4764
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -4711,6 +4771,18 @@ const ArrowStepInDefault20RegularIcon = (iconProps) => {
|
|
|
4711
4771
|
React.createElement("path", { d: "M10 15a1 1 0 100 2 1 1 0 000-2zm-2 1a2 2 0 114 0 2 2 0 01-4 0zm2-14c.28 0 .5.22.5.5v7.8l3.15-3.15a.5.5 0 01.7.7l-4 4a.5.5 0 01-.7 0l-4-4a.5.5 0 11.7-.7l3.15 3.14V2.5c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
4712
4772
|
};
|
|
4713
4773
|
export const ArrowStepInDefault20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInDefault20RegularIcon({}), 'ArrowStepInDefault20Regular');
|
|
4774
|
+
const ArrowStepInDefault24FilledIcon = (iconProps) => {
|
|
4775
|
+
const { className, primaryFill } = iconProps;
|
|
4776
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4777
|
+
React.createElement("path", { d: "M12 2c.41 0 .75.34.75.75v9.26l3.48-3.3a.75.75 0 111.04 1.08l-4.75 4.5a.75.75 0 01-1.04 0L6.73 9.8a.75.75 0 111.04-1.08l3.48 3.3V2.75c0-.41.34-.75.75-.75zm3 17a3 3 0 11-6 0 3 3 0 016 0z", fill: primaryFill }));
|
|
4778
|
+
};
|
|
4779
|
+
export const ArrowStepInDefault24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInDefault24FilledIcon({}), 'ArrowStepInDefault24Filled');
|
|
4780
|
+
const ArrowStepInDefault24RegularIcon = (iconProps) => {
|
|
4781
|
+
const { className, primaryFill } = iconProps;
|
|
4782
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4783
|
+
React.createElement("path", { d: "M12 2c.41 0 .75.34.75.75v9.26l3.48-3.3a.75.75 0 111.04 1.08l-4.75 4.5a.75.75 0 01-1.04 0L6.73 9.8a.75.75 0 011.04-1.08l3.48 3.3V2.75c0-.41.34-.75.75-.75zm0 20a3 3 0 100-6 3 3 0 000 6zm0-1.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z", fill: primaryFill }));
|
|
4784
|
+
};
|
|
4785
|
+
export const ArrowStepInDefault24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInDefault24RegularIcon({}), 'ArrowStepInDefault24Regular');
|
|
4714
4786
|
const ArrowStepInLeft12FilledIcon = (iconProps) => {
|
|
4715
4787
|
const { className, primaryFill } = iconProps;
|
|
4716
4788
|
return React.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -4747,6 +4819,30 @@ const ArrowStepInLeft20RegularIcon = (iconProps) => {
|
|
|
4747
4819
|
React.createElement("path", { d: "M5 10a1 1 0 10-2 0 1 1 0 002 0zM4 8a2 2 0 110 4 2 2 0 010-4zm14 2a.5.5 0 01-.5.5H9.7l3.15 3.15a.5.5 0 01-.7.7l-4-4a.5.5 0 010-.7l4-4a.5.5 0 01.7.7L9.71 9.5h7.79c.28 0 .5.22.5.5z", fill: primaryFill }));
|
|
4748
4820
|
};
|
|
4749
4821
|
export const ArrowStepInLeft20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInLeft20RegularIcon({}), 'ArrowStepInLeft20Regular');
|
|
4822
|
+
const ArrowStepInLeft24FilledIcon = (iconProps) => {
|
|
4823
|
+
const { className, primaryFill } = iconProps;
|
|
4824
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4825
|
+
React.createElement("path", { d: "M15.3 16.23a.75.75 0 01-1.1 1.04l-4.5-4.75a.75.75 0 010-1.04l4.5-4.75a.75.75 0 011.1 1.04L12 11.25h9.25a.75.75 0 010 1.5h-9.26l3.3 3.48zM2 12a3 3 0 116 0 3 3 0 01-6 0z", fill: primaryFill }));
|
|
4826
|
+
};
|
|
4827
|
+
export const ArrowStepInLeft24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInLeft24FilledIcon({}), 'ArrowStepInLeft24Filled');
|
|
4828
|
+
const ArrowStepInLeft24RegularIcon = (iconProps) => {
|
|
4829
|
+
const { className, primaryFill } = iconProps;
|
|
4830
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4831
|
+
React.createElement("path", { d: "M15.3 16.23a.75.75 0 01-1.1 1.04l-4.5-4.75a.75.75 0 010-1.04l4.5-4.75a.75.75 0 011.1 1.04L12 11.25h9.25a.75.75 0 010 1.5h-9.26l3.3 3.48zM2 12a3 3 0 116 0 3 3 0 01-6 0zm1.5 0a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0z", fill: primaryFill }));
|
|
4832
|
+
};
|
|
4833
|
+
export const ArrowStepInLeft24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInLeft24RegularIcon({}), 'ArrowStepInLeft24Regular');
|
|
4834
|
+
const ArrowStepInLeft28FilledIcon = (iconProps) => {
|
|
4835
|
+
const { className, primaryFill } = iconProps;
|
|
4836
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4837
|
+
React.createElement("path", { d: "M18.3 19.77a.75.75 0 00-.03-1.06l-4.15-3.96h11.13a.75.75 0 000-1.5H14.12l4.15-3.96a.75.75 0 00-1.04-1.08l-5.5 5.25a.75.75 0 000 1.08l5.5 5.25c.3.29.78.28 1.06-.02zM2 14a4 4 0 118 0 4 4 0 01-8 0z", fill: primaryFill }));
|
|
4838
|
+
};
|
|
4839
|
+
export const ArrowStepInLeft28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInLeft28FilledIcon({}), 'ArrowStepInLeft28Filled');
|
|
4840
|
+
const ArrowStepInLeft28RegularIcon = (iconProps) => {
|
|
4841
|
+
const { className, primaryFill } = iconProps;
|
|
4842
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4843
|
+
React.createElement("path", { d: "M18.3 19.77a.75.75 0 00-.03-1.06l-4.15-3.96h11.13a.75.75 0 000-1.5H14.12l4.15-3.96a.75.75 0 00-1.04-1.08l-5.5 5.25a.75.75 0 000 1.08l5.5 5.25c.3.29.78.28 1.06-.02zM6 10a4 4 0 100 8 4 4 0 000-8zm0 1.5a2.5 2.5 0 110 5 2.5 2.5 0 010-5z", fill: primaryFill }));
|
|
4844
|
+
};
|
|
4845
|
+
export const ArrowStepInLeft28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInLeft28RegularIcon({}), 'ArrowStepInLeft28Regular');
|
|
4750
4846
|
const ArrowStepInRight12FilledIcon = (iconProps) => {
|
|
4751
4847
|
const { className, primaryFill } = iconProps;
|
|
4752
4848
|
return React.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -4783,6 +4879,30 @@ const ArrowStepInRight20RegularIcon = (iconProps) => {
|
|
|
4783
4879
|
React.createElement("path", { d: "M15 10a1 1 0 102 0 1 1 0 00-2 0zm1 2a2 2 0 110-4 2 2 0 010 4zM2 10c0-.28.22-.5.5-.5h7.8L7.14 6.35a.5.5 0 11.7-.7l4 4c.2.2.2.5 0 .7l-4 4a.5.5 0 01-.7-.7l3.14-3.15H2.5A.5.5 0 012 10z", fill: primaryFill }));
|
|
4784
4880
|
};
|
|
4785
4881
|
export const ArrowStepInRight20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInRight20RegularIcon({}), 'ArrowStepInRight20Regular');
|
|
4882
|
+
const ArrowStepInRight24FilledIcon = (iconProps) => {
|
|
4883
|
+
const { className, primaryFill } = iconProps;
|
|
4884
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4885
|
+
React.createElement("path", { d: "M8.7 16.23a.75.75 0 101.1 1.04l4.5-4.75a.75.75 0 000-1.04L9.8 6.73a.75.75 0 00-1.1 1.04l3.3 3.48H2.76a.75.75 0 000 1.5h9.26l-3.3 3.48zM22 12a3 3 0 10-6 0 3 3 0 006 0z", fill: primaryFill }));
|
|
4886
|
+
};
|
|
4887
|
+
export const ArrowStepInRight24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInRight24FilledIcon({}), 'ArrowStepInRight24Filled');
|
|
4888
|
+
const ArrowStepInRight24RegularIcon = (iconProps) => {
|
|
4889
|
+
const { className, primaryFill } = iconProps;
|
|
4890
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4891
|
+
React.createElement("path", { d: "M8.7 16.23a.75.75 0 101.1 1.04l4.5-4.75a.75.75 0 000-1.04L9.8 6.73a.75.75 0 00-1.1 1.04l3.3 3.48H2.76a.75.75 0 000 1.5h9.26l-3.3 3.48zM22 12a3 3 0 10-6 0 3 3 0 006 0zm-1.5 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z", fill: primaryFill }));
|
|
4892
|
+
};
|
|
4893
|
+
export const ArrowStepInRight24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInRight24RegularIcon({}), 'ArrowStepInRight24Regular');
|
|
4894
|
+
const ArrowStepInRight28FilledIcon = (iconProps) => {
|
|
4895
|
+
const { className, primaryFill } = iconProps;
|
|
4896
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4897
|
+
React.createElement("path", { d: "M9.7 19.77a.75.75 0 01.03-1.06l4.15-3.96H2.75a.75.75 0 010-1.5h11.13L9.73 9.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 01-1.06-.02zM26 14a4 4 0 10-8 0 4 4 0 008 0z", fill: primaryFill }));
|
|
4898
|
+
};
|
|
4899
|
+
export const ArrowStepInRight28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInRight28FilledIcon({}), 'ArrowStepInRight28Filled');
|
|
4900
|
+
const ArrowStepInRight28RegularIcon = (iconProps) => {
|
|
4901
|
+
const { className, primaryFill } = iconProps;
|
|
4902
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4903
|
+
React.createElement("path", { d: "M9.7 19.77a.75.75 0 01.03-1.06l4.15-3.96H2.75a.75.75 0 010-1.5h11.13L9.73 9.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 01-1.06-.02zM22 10a4 4 0 110 8 4 4 0 010-8zm0 1.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5z", fill: primaryFill }));
|
|
4904
|
+
};
|
|
4905
|
+
export const ArrowStepInRight28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepInRight28RegularIcon({}), 'ArrowStepInRight28Regular');
|
|
4786
4906
|
const ArrowStepOut12FilledIcon = (iconProps) => {
|
|
4787
4907
|
const { className, primaryFill } = iconProps;
|
|
4788
4908
|
return React.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -4819,6 +4939,30 @@ const ArrowStepOut20RegularIcon = (iconProps) => {
|
|
|
4819
4939
|
React.createElement("path", { d: "M10 15a1 1 0 100 2 1 1 0 000-2zm-2 1a2 2 0 114 0 2 2 0 01-4 0zm2-4a.5.5 0 00.5-.5V3.7l3.15 3.15a.5.5 0 00.7-.7l-4-4a.5.5 0 00-.7 0l-4 4a.5.5 0 10.7.7L9.5 3.71v7.79c0 .28.22.5.5.5z", fill: primaryFill }));
|
|
4820
4940
|
};
|
|
4821
4941
|
export const ArrowStepOut20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepOut20RegularIcon({}), 'ArrowStepOut20Regular');
|
|
4942
|
+
const ArrowStepOut24FilledIcon = (iconProps) => {
|
|
4943
|
+
const { className, primaryFill } = iconProps;
|
|
4944
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4945
|
+
React.createElement("path", { d: "M12.75 13.75a.75.75 0 01-1.5 0V4.49L7.77 7.8a.75.75 0 11-1.04-1.08l4.75-4.5a.75.75 0 011.04 0l4.75 4.5a.75.75 0 01-1.04 1.08l-3.48-3.3v9.26zM15 19a3 3 0 11-6 0 3 3 0 016 0z", fill: primaryFill }));
|
|
4946
|
+
};
|
|
4947
|
+
export const ArrowStepOut24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepOut24FilledIcon({}), 'ArrowStepOut24Filled');
|
|
4948
|
+
const ArrowStepOut24RegularIcon = (iconProps) => {
|
|
4949
|
+
const { className, primaryFill } = iconProps;
|
|
4950
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4951
|
+
React.createElement("path", { d: "M12.75 13.75a.75.75 0 01-1.5 0V4.49L7.77 7.8a.75.75 0 11-1.04-1.08l4.75-4.5a.75.75 0 011.04 0l4.75 4.5a.75.75 0 01-1.04 1.08l-3.48-3.3v9.26zM15 19a3 3 0 11-6 0 3 3 0 016 0zm-4.5 0a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0z", fill: primaryFill }));
|
|
4952
|
+
};
|
|
4953
|
+
export const ArrowStepOut24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepOut24RegularIcon({}), 'ArrowStepOut24Regular');
|
|
4954
|
+
const ArrowStepOut28FilledIcon = (iconProps) => {
|
|
4955
|
+
const { className, primaryFill } = iconProps;
|
|
4956
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4957
|
+
React.createElement("path", { d: "M14 16.5c.41 0 .75-.34.75-.75V4.62l3.96 4.15a.75.75 0 001.08-1.04l-5.25-5.5a.75.75 0 00-1.08 0L8.2 7.73a.75.75 0 001.08 1.04l3.96-4.15v11.13c0 .41.34.75.75.75zm0 9.5a4 4 0 100-8 4 4 0 000 8z", fill: primaryFill }));
|
|
4958
|
+
};
|
|
4959
|
+
export const ArrowStepOut28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepOut28FilledIcon({}), 'ArrowStepOut28Filled');
|
|
4960
|
+
const ArrowStepOut28RegularIcon = (iconProps) => {
|
|
4961
|
+
const { className, primaryFill } = iconProps;
|
|
4962
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4963
|
+
React.createElement("path", { d: "M14 16.5c.41 0 .75-.34.75-.75V4.62l3.96 4.15a.75.75 0 001.08-1.04l-5.25-5.5a.75.75 0 00-1.08 0L8.2 7.73a.75.75 0 001.08 1.04l3.96-4.15v11.13c0 .41.34.75.75.75zm4 5.5a4 4 0 11-8 0 4 4 0 018 0zm-1.5 0a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0z", fill: primaryFill }));
|
|
4964
|
+
};
|
|
4965
|
+
export const ArrowStepOut28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowStepOut28RegularIcon({}), 'ArrowStepOut28Regular');
|
|
4822
4966
|
const ArrowStepOver16FilledIcon = (iconProps) => {
|
|
4823
4967
|
const { className, primaryFill } = iconProps;
|
|
4824
4968
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -5097,6 +5241,54 @@ const ArrowTrendingSettings24RegularIcon = (iconProps) => {
|
|
|
5097
5241
|
React.createElement("path", { d: "M20.25 3c.41 0 .75.34.75.75v5a.75.75 0 01-1.5 0V5.56l-5.97 5.97c-.3.3-.77.3-1.06 0l-2.22-2.22-5.97 5.97a.75.75 0 01-1.06-1.06l6.5-6.5c.3-.3.77-.3 1.06 0L13 9.94l5.44-5.44h-3.19a.75.75 0 010-1.5h5zm-5.97 10.98a2 2 0 01-1.44 2.5l-.59.14a5.73 5.73 0 000 1.8l.55.13a2 2 0 011.45 2.51l-.19.63c.44.39.94.7 1.49.93l.49-.52a2 2 0 012.9 0l.5.52a5.28 5.28 0 001.48-.91l-.2-.69a2 2 0 011.44-2.5l.59-.14a5.73 5.73 0 000-1.8l-.55-.13a2 2 0 01-1.45-2.51l.19-.63c-.44-.4-.94-.7-1.49-.93l-.49.52a2 2 0 01-2.9 0l-.5-.52c-.54.22-1.04.53-1.48.9l.2.7zM17.5 19c-.8 0-1.45-.67-1.45-1.5S16.7 16 17.5 16c.8 0 1.45.67 1.45 1.5S18.3 19 17.5 19z", fill: primaryFill }));
|
|
5098
5242
|
};
|
|
5099
5243
|
export const ArrowTrendingSettings24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingSettings24RegularIcon({}), 'ArrowTrendingSettings24Regular');
|
|
5244
|
+
const ArrowTrendingText20FilledIcon = (iconProps) => {
|
|
5245
|
+
const { className, primaryFill } = iconProps;
|
|
5246
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5247
|
+
React.createElement("path", { d: "M16.75 3a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0V5.56l-4.22 4.22c-.3.3-.77.3-1.06 0L9 8.06l-4.72 4.72a.75.75 0 01-1.06-1.06l5.25-5.25c.3-.3.77-.3 1.06 0l1.72 1.72 3.69-3.69h-2.69a.75.75 0 010-1.5h4.5zM10 13c0-1.1.9-2 2-2h5a2 2 0 012 2v4a2 2 0 01-2 2h-5a2 2 0 01-2-2v-4zm6.5 3h-4a.5.5 0 100 1h4a.5.5 0 100-1zm-4-3a.5.5 0 100 1h4a.5.5 0 100-1h-4z", fill: primaryFill }));
|
|
5248
|
+
};
|
|
5249
|
+
export const ArrowTrendingText20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingText20FilledIcon({}), 'ArrowTrendingText20Filled');
|
|
5250
|
+
const ArrowTrendingText20RegularIcon = (iconProps) => {
|
|
5251
|
+
const { className, primaryFill } = iconProps;
|
|
5252
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5253
|
+
React.createElement("path", { d: "M17 3.5a.5.5 0 00-.5-.5h-4a.5.5 0 000 1h2.8L11 8.3 9.35 6.64a.5.5 0 00-.7 0l-5.5 5.5a.5.5 0 00.7.7L9 7.71l1.65 1.64a.5.5 0 00.7 0L16 4.71V7.5a.5.5 0 001 0v-4zM10 13c0-1.1.9-2 2-2h5a2 2 0 012 2v4a2 2 0 01-2 2h-5a2 2 0 01-2-2v-4zm6.5 3h-4a.5.5 0 100 1h4a.5.5 0 100-1zm-4-3a.5.5 0 100 1h4a.5.5 0 100-1h-4z", fill: primaryFill }));
|
|
5254
|
+
};
|
|
5255
|
+
export const ArrowTrendingText20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingText20RegularIcon({}), 'ArrowTrendingText20Regular');
|
|
5256
|
+
const ArrowTrendingText24FilledIcon = (iconProps) => {
|
|
5257
|
+
const { className, primaryFill } = iconProps;
|
|
5258
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5259
|
+
React.createElement("path", { d: "M21 4a1 1 0 00-1-1h-5a1 1 0 100 2h2.59l-5.09 5.09-1.8-1.8a1 1 0 00-1.4 0l-6 6a1 1 0 101.4 1.42l5.3-5.3 1.8 1.8a1 1 0 00.56.28c.3-.2.63-.34.98-.42L19 6.41V9a1 1 0 102 0V4zm-7 9a2 2 0 00-2 2v6c0 1.1.9 2 2 2h7a2 2 0 002-2v-6a2 2 0 00-2-2h-7zm0 3.5c0-.28.22-.5.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5zm0 3c0-.28.22-.5.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5z", fill: primaryFill }));
|
|
5260
|
+
};
|
|
5261
|
+
export const ArrowTrendingText24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingText24FilledIcon({}), 'ArrowTrendingText24Filled');
|
|
5262
|
+
const ArrowTrendingText24RegularIcon = (iconProps) => {
|
|
5263
|
+
const { className, primaryFill } = iconProps;
|
|
5264
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5265
|
+
React.createElement("path", { d: "M20.25 3c.41 0 .75.34.75.75v5a.75.75 0 01-1.5 0V5.56l-5.97 5.97c-.3.3-.77.3-1.06 0l-2.22-2.22-5.97 5.97a.75.75 0 01-1.06-1.06l6.5-6.5c.3-.3.77-.3 1.06 0L13 9.94l5.44-5.44h-3.19a.75.75 0 010-1.5h5zM14 13a2 2 0 00-2 2v6c0 1.1.9 2 2 2h7a2 2 0 002-2v-6a2 2 0 00-2-2h-7zm0 3.5c0-.28.22-.5.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5zm0 3c0-.28.22-.5.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5z", fill: primaryFill }));
|
|
5266
|
+
};
|
|
5267
|
+
export const ArrowTrendingText24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingText24RegularIcon({}), 'ArrowTrendingText24Regular');
|
|
5268
|
+
const ArrowTrendingWrench20FilledIcon = (iconProps) => {
|
|
5269
|
+
const { className, primaryFill } = iconProps;
|
|
5270
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5271
|
+
React.createElement("path", { d: "M16.75 3a.75.75 0 01.75.75v4.5c0 .26-.14.5-.34.63a1.38 1.38 0 00-1.15-.9H16V5.56l-4.22 4.22c-.3.3-.77.3-1.06 0L9 8.06l-4.72 4.72a.75.75 0 01-1.06-1.06l5.25-5.25c.3-.3.77-.3 1.06 0l1.72 1.72 3.69-3.69h-2.69a.75.75 0 010-1.5h4.5zm-.65 6.71c.26-.26.16-.7-.2-.74a3.5 3.5 0 00-3.71 4.66l-2.72 2.7a1.5 1.5 0 002.13 2.13l2.7-2.71a3.5 3.5 0 004.66-3.7c-.04-.37-.48-.48-.74-.22l-2.03 2.03-2.12-2.12 2.03-2.03z", fill: primaryFill }));
|
|
5272
|
+
};
|
|
5273
|
+
export const ArrowTrendingWrench20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingWrench20FilledIcon({}), 'ArrowTrendingWrench20Filled');
|
|
5274
|
+
const ArrowTrendingWrench20RegularIcon = (iconProps) => {
|
|
5275
|
+
const { className, primaryFill } = iconProps;
|
|
5276
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5277
|
+
React.createElement("path", { d: "M16.5 3c.28 0 .5.22.5.5v4a.5.5 0 01-1 0V4.7l-4.65 4.65a.5.5 0 01-.7 0L9 7.71l-5.15 5.14a.5.5 0 01-.7-.7l5.5-5.5a.5.5 0 01.7 0L11 8.29 15.3 4h-2.8a.5.5 0 010-1h4zm-.4 6.71c.26-.26.16-.7-.2-.74a3.5 3.5 0 00-3.71 4.66l-2.72 2.7a1.5 1.5 0 002.13 2.13l2.7-2.71a3.5 3.5 0 004.66-3.7c-.04-.37-.48-.48-.74-.22l-2.03 2.03-2.12-2.12 2.03-2.03z", fill: primaryFill }));
|
|
5278
|
+
};
|
|
5279
|
+
export const ArrowTrendingWrench20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingWrench20RegularIcon({}), 'ArrowTrendingWrench20Regular');
|
|
5280
|
+
const ArrowTrendingWrench24FilledIcon = (iconProps) => {
|
|
5281
|
+
const { className, primaryFill } = iconProps;
|
|
5282
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5283
|
+
React.createElement("path", { d: "M21 4a1 1 0 00-1-1h-5a1 1 0 100 2h2.59l-5.09 5.09-1.8-1.8a1 1 0 00-1.4 0l-6 6a1 1 0 101.4 1.42l5.3-5.3 1.8 1.8a1 1 0 001.4 0L19 6.4V9a1 1 0 102 0V4zm-.52 7.83c.25-.25.17-.67-.18-.75a4 4 0 00-4.54 5.47l-3.74 3.75a1.5 1.5 0 002.12 2.12l3.74-3.74a4 4 0 005.47-4.54c-.08-.35-.5-.44-.75-.19l-2.8 2.81-2.13-2.12 2.81-2.8z", fill: primaryFill }));
|
|
5284
|
+
};
|
|
5285
|
+
export const ArrowTrendingWrench24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingWrench24FilledIcon({}), 'ArrowTrendingWrench24Filled');
|
|
5286
|
+
const ArrowTrendingWrench24RegularIcon = (iconProps) => {
|
|
5287
|
+
const { className, primaryFill } = iconProps;
|
|
5288
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5289
|
+
React.createElement("path", { d: "M21 3.75a.75.75 0 00-.75-.75h-5a.75.75 0 000 1.5h3.19L13 9.94l-2.22-2.22a.75.75 0 00-1.06 0l-6.5 6.5a.75.75 0 101.06 1.06l5.97-5.97 2.22 2.22c.3.3.77.3 1.06 0l5.97-5.97v3.19a.75.75 0 001.5 0v-5zm-.52 8.08c.25-.25.17-.67-.18-.75a4 4 0 00-4.54 5.47l-3.74 3.75a1.5 1.5 0 002.12 2.12l3.74-3.74a4 4 0 005.47-4.54c-.08-.35-.5-.44-.75-.19l-2.8 2.81-2.13-2.12 2.81-2.8z", fill: primaryFill }));
|
|
5290
|
+
};
|
|
5291
|
+
export const ArrowTrendingWrench24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingWrench24RegularIcon({}), 'ArrowTrendingWrench24Regular');
|
|
5100
5292
|
const ArrowTurnBidirectionalDownRight20FilledIcon = (iconProps) => {
|
|
5101
5293
|
const { className, primaryFill } = iconProps;
|
|
5102
5294
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -5973,16 +6165,28 @@ const Battery024RegularIcon = (iconProps) => {
|
|
|
5973
6165
|
React.createElement("path", { d: "M17 6a3 3 0 013 3v1h1a1 1 0 011 1v2a1 1 0 01-1 1h-1v1a3 3 0 01-3 3H5a3 3 0 01-3-3V9a3 3 0 013-3h12zm0 1.5H5c-.78 0-1.42.6-1.5 1.36V15c0 .78.6 1.42 1.36 1.5H17c.78 0 1.42-.6 1.5-1.36V9c0-.78-.6-1.42-1.36-1.5H17z", fill: primaryFill }));
|
|
5974
6166
|
};
|
|
5975
6167
|
export const Battery024Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery024RegularIcon({}), 'Battery024Regular');
|
|
6168
|
+
const Battery1020FilledIcon = (iconProps) => {
|
|
6169
|
+
const { className, primaryFill } = iconProps;
|
|
6170
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6171
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h8.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6172
|
+
};
|
|
6173
|
+
export const Battery1020Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery1020FilledIcon({}), 'Battery1020Filled');
|
|
6174
|
+
const Battery1020RegularIcon = (iconProps) => {
|
|
6175
|
+
const { className, primaryFill } = iconProps;
|
|
6176
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6177
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h8.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h8.33-8.33z", fill: primaryFill }));
|
|
6178
|
+
};
|
|
6179
|
+
export const Battery1020Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery1020RegularIcon({}), 'Battery1020Regular');
|
|
5976
6180
|
const Battery120FilledIcon = (iconProps) => {
|
|
5977
6181
|
const { className, primaryFill } = iconProps;
|
|
5978
6182
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5979
|
-
React.createElement("path", { d: "M13.5
|
|
6183
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm-9 1.95a.5.5 0 00-.5.5v5a.5.5 0 101 0v-5a.5.5 0 00-.5-.5z", fill: primaryFill }));
|
|
5980
6184
|
};
|
|
5981
6185
|
export const Battery120Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery120FilledIcon({}), 'Battery120Filled');
|
|
5982
6186
|
const Battery120RegularIcon = (iconProps) => {
|
|
5983
6187
|
const { className, primaryFill } = iconProps;
|
|
5984
6188
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
5985
|
-
React.createElement("path", { d: "M13.5
|
|
6189
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-9.25 1c.28 0 .5.22.5.5v5a.5.5 0 11-1 0v-5c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
5986
6190
|
};
|
|
5987
6191
|
export const Battery120Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery120RegularIcon({}), 'Battery120Regular');
|
|
5988
6192
|
const Battery124FilledIcon = (iconProps) => {
|
|
@@ -5997,16 +6201,28 @@ const Battery124RegularIcon = (iconProps) => {
|
|
|
5997
6201
|
React.createElement("path", { d: "M17 6a3 3 0 013 3v1h1a1 1 0 011 1v2a1 1 0 01-1 1h-1v1a3 3 0 01-3 3H5a3 3 0 01-3-3V9a3 3 0 013-3h12zm0 1.5H5c-.78 0-1.42.6-1.5 1.36V15c0 .78.6 1.42 1.36 1.5H17c.78 0 1.42-.6 1.5-1.36V9c0-.78-.6-1.42-1.36-1.5H17zM6 9h1a1 1 0 011 .88V14a1 1 0 01-.88 1H6a1 1 0 01-.99-.88V10a1 1 0 01.88-1H7 6z", fill: primaryFill }));
|
|
5998
6202
|
};
|
|
5999
6203
|
export const Battery124Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery124RegularIcon({}), 'Battery124Regular');
|
|
6204
|
+
const Battery20FilledIcon = (iconProps) => {
|
|
6205
|
+
const { className, primaryFill } = iconProps;
|
|
6206
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6207
|
+
React.createElement("path", { d: "M2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6208
|
+
};
|
|
6209
|
+
export const Battery20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery20FilledIcon({}), 'Battery20Filled');
|
|
6210
|
+
const Battery20RegularIcon = (iconProps) => {
|
|
6211
|
+
const { className, primaryFill } = iconProps;
|
|
6212
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6213
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13z", fill: primaryFill }));
|
|
6214
|
+
};
|
|
6215
|
+
export const Battery20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery20RegularIcon({}), 'Battery20Regular');
|
|
6000
6216
|
const Battery220FilledIcon = (iconProps) => {
|
|
6001
6217
|
const { className, primaryFill } = iconProps;
|
|
6002
6218
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6003
|
-
React.createElement("path", { d: "M4.83
|
|
6219
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83h-.33zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6004
6220
|
};
|
|
6005
6221
|
export const Battery220Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery220FilledIcon({}), 'Battery220Filled');
|
|
6006
6222
|
const Battery220RegularIcon = (iconProps) => {
|
|
6007
6223
|
const { className, primaryFill } = iconProps;
|
|
6008
6224
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6009
|
-
React.createElement("path", { d: "M13.5
|
|
6225
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h.33-.33z", fill: primaryFill }));
|
|
6010
6226
|
};
|
|
6011
6227
|
export const Battery220Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery220RegularIcon({}), 'Battery220Regular');
|
|
6012
6228
|
const Battery224FilledIcon = (iconProps) => {
|
|
@@ -6024,13 +6240,13 @@ export const Battery224Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery224
|
|
|
6024
6240
|
const Battery320FilledIcon = (iconProps) => {
|
|
6025
6241
|
const { className, primaryFill } = iconProps;
|
|
6026
6242
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6027
|
-
React.createElement("path", { d: "M4.83
|
|
6243
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h1.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6028
6244
|
};
|
|
6029
6245
|
export const Battery320Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery320FilledIcon({}), 'Battery320Filled');
|
|
6030
6246
|
const Battery320RegularIcon = (iconProps) => {
|
|
6031
6247
|
const { className, primaryFill } = iconProps;
|
|
6032
6248
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6033
|
-
React.createElement("path", { d: "M13.5
|
|
6249
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h1.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h1.33-1.33z", fill: primaryFill }));
|
|
6034
6250
|
};
|
|
6035
6251
|
export const Battery320Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery320RegularIcon({}), 'Battery320Regular');
|
|
6036
6252
|
const Battery324FilledIcon = (iconProps) => {
|
|
@@ -6048,13 +6264,13 @@ export const Battery324Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery324
|
|
|
6048
6264
|
const Battery420FilledIcon = (iconProps) => {
|
|
6049
6265
|
const { className, primaryFill } = iconProps;
|
|
6050
6266
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6051
|
-
React.createElement("path", { d: "M4.83
|
|
6267
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h2.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6052
6268
|
};
|
|
6053
6269
|
export const Battery420Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery420FilledIcon({}), 'Battery420Filled');
|
|
6054
6270
|
const Battery420RegularIcon = (iconProps) => {
|
|
6055
6271
|
const { className, primaryFill } = iconProps;
|
|
6056
6272
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6057
|
-
React.createElement("path", { d: "M13.5
|
|
6273
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h2.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h2.33-2.33z", fill: primaryFill }));
|
|
6058
6274
|
};
|
|
6059
6275
|
export const Battery420Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery420RegularIcon({}), 'Battery420Regular');
|
|
6060
6276
|
const Battery424FilledIcon = (iconProps) => {
|
|
@@ -6072,13 +6288,13 @@ export const Battery424Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery424
|
|
|
6072
6288
|
const Battery520FilledIcon = (iconProps) => {
|
|
6073
6289
|
const { className, primaryFill } = iconProps;
|
|
6074
6290
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6075
|
-
React.createElement("path", { d: "M4.83
|
|
6291
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h3.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6076
6292
|
};
|
|
6077
6293
|
export const Battery520Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery520FilledIcon({}), 'Battery520Filled');
|
|
6078
6294
|
const Battery520RegularIcon = (iconProps) => {
|
|
6079
6295
|
const { className, primaryFill } = iconProps;
|
|
6080
6296
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6081
|
-
React.createElement("path", { d: "M13.5
|
|
6297
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h3.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h3.33-3.33z", fill: primaryFill }));
|
|
6082
6298
|
};
|
|
6083
6299
|
export const Battery520Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery520RegularIcon({}), 'Battery520Regular');
|
|
6084
6300
|
const Battery524FilledIcon = (iconProps) => {
|
|
@@ -6096,13 +6312,13 @@ export const Battery524Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery524
|
|
|
6096
6312
|
const Battery620FilledIcon = (iconProps) => {
|
|
6097
6313
|
const { className, primaryFill } = iconProps;
|
|
6098
6314
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6099
|
-
React.createElement("path", { d: "M4.83
|
|
6315
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h4.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6100
6316
|
};
|
|
6101
6317
|
export const Battery620Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery620FilledIcon({}), 'Battery620Filled');
|
|
6102
6318
|
const Battery620RegularIcon = (iconProps) => {
|
|
6103
6319
|
const { className, primaryFill } = iconProps;
|
|
6104
6320
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6105
|
-
React.createElement("path", { d: "M13.5
|
|
6321
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h4.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h4.33-4.33z", fill: primaryFill }));
|
|
6106
6322
|
};
|
|
6107
6323
|
export const Battery620Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery620RegularIcon({}), 'Battery620Regular');
|
|
6108
6324
|
const Battery624FilledIcon = (iconProps) => {
|
|
@@ -6120,13 +6336,13 @@ export const Battery624Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery624
|
|
|
6120
6336
|
const Battery720FilledIcon = (iconProps) => {
|
|
6121
6337
|
const { className, primaryFill } = iconProps;
|
|
6122
6338
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6123
|
-
React.createElement("path", { d: "M4.83
|
|
6339
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h5.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6124
6340
|
};
|
|
6125
6341
|
export const Battery720Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery720FilledIcon({}), 'Battery720Filled');
|
|
6126
6342
|
const Battery720RegularIcon = (iconProps) => {
|
|
6127
6343
|
const { className, primaryFill } = iconProps;
|
|
6128
6344
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6129
|
-
React.createElement("path", { d: "M13.5
|
|
6345
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h5.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h5.33-5.33z", fill: primaryFill }));
|
|
6130
6346
|
};
|
|
6131
6347
|
export const Battery720Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery720RegularIcon({}), 'Battery720Regular');
|
|
6132
6348
|
const Battery724FilledIcon = (iconProps) => {
|
|
@@ -6144,13 +6360,13 @@ export const Battery724Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery724
|
|
|
6144
6360
|
const Battery820FilledIcon = (iconProps) => {
|
|
6145
6361
|
const { className, primaryFill } = iconProps;
|
|
6146
6362
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6147
|
-
React.createElement("path", { d: "M4.83
|
|
6363
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h6.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6148
6364
|
};
|
|
6149
6365
|
export const Battery820Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery820FilledIcon({}), 'Battery820Filled');
|
|
6150
6366
|
const Battery820RegularIcon = (iconProps) => {
|
|
6151
6367
|
const { className, primaryFill } = iconProps;
|
|
6152
6368
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6153
|
-
React.createElement("path", { d: "M13.5
|
|
6369
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h6.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h6.33-6.33z", fill: primaryFill }));
|
|
6154
6370
|
};
|
|
6155
6371
|
export const Battery820Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery820RegularIcon({}), 'Battery820Regular');
|
|
6156
6372
|
const Battery824FilledIcon = (iconProps) => {
|
|
@@ -6168,13 +6384,13 @@ export const Battery824Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery824
|
|
|
6168
6384
|
const Battery920FilledIcon = (iconProps) => {
|
|
6169
6385
|
const { className, primaryFill } = iconProps;
|
|
6170
6386
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6171
|
-
React.createElement("path", { d: "M4.83
|
|
6387
|
+
React.createElement("path", { d: "M4.83 6.95a.84.84 0 00-.83.83v4.33c0 .46.37.84.83.84h7.33c.47 0 .84-.38.84-.84V7.78a.84.84 0 00-.84-.83H4.83zM2 7.5A2.5 2.5 0 014.5 5h9A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5z", fill: primaryFill }));
|
|
6172
6388
|
};
|
|
6173
6389
|
export const Battery920Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery920FilledIcon({}), 'Battery920Filled');
|
|
6174
6390
|
const Battery920RegularIcon = (iconProps) => {
|
|
6175
6391
|
const { className, primaryFill } = iconProps;
|
|
6176
6392
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6177
|
-
React.createElement("path", { d: "M13.5
|
|
6393
|
+
React.createElement("path", { d: "M13.5 5A2.5 2.5 0 0116 7.5v.83h1.17a.83.83 0 01.83.84v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-5A2.5 2.5 0 014.5 5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.23l.13.01h9.5c.65 0 1.18-.5 1.24-1.12l.01-.13V7.2c0-.64-.5-1.17-1.12-1.24h-.13zm-8.92 1h7.33c.43 0 .78.32.83.73l.01.1v4.33c0 .43-.32.78-.73.83H4.83a.84.84 0 01-.82-.72l-.01-.1V7.77c0-.42.32-.77.73-.82l.1-.01h7.33-7.33z", fill: primaryFill }));
|
|
6178
6394
|
};
|
|
6179
6395
|
export const Battery920Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery920RegularIcon({}), 'Battery920Regular');
|
|
6180
6396
|
const Battery924FilledIcon = (iconProps) => {
|
|
@@ -6357,6 +6573,30 @@ const Beach28RegularIcon = (iconProps) => {
|
|
|
6357
6573
|
React.createElement("path", { d: "M22.15 2.98A7.7 7.7 0 0011.64 5.8l-.29.5a.75.75 0 00.28 1.02l5.46 3.15-3.27 5.72h-.07c-3.16 0-5.9 1.84-7.52 4.42a2 2 0 011.7.18 7.4 7.4 0 015.82-3.1c2.4 0 4.6 1.34 6 3.34a2 2 0 011.45-.53 9.28 9.28 0 00-5.76-4.13l2.95-5.15 5.27 3.05a.75.75 0 001.02-.28l.3-.5a7.7 7.7 0 00-2.83-10.51zm-2.19 7.42l-3.15-1.82c.57-.88 1.11-1.55 1.77-2.14.63-.58 1.39-1.1 2.42-1.67.15.95.2 1.75.1 2.53-.12.93-.45 1.89-1.14 3.1zm1.3.75a9.77 9.77 0 001.33-3.67 9.5 9.5 0 00-.03-2.34 6.2 6.2 0 011.2 7.45l-2.5-1.44zm-3.7-5.82c-.78.71-1.42 1.51-2.05 2.5L13.03 6.4a6.2 6.2 0 016.88-2.74c-.92.53-1.68 1.06-2.34 1.67zM7.62 22.26a.75.75 0 00-1.44.06c-.26 1.04-.74 1.62-1.3 1.95a4.1 4.1 0 01-2.12.48.75.75 0 000 1.5c.96 0 2-.15 2.9-.7.53-.31.98-.74 1.33-1.3a4.45 4.45 0 007.02-.03 4.45 4.45 0 007.1-.09 5.19 5.19 0 004.15 2.12.75.75 0 000-1.5 3.64 3.64 0 01-3.43-2.48.75.75 0 00-1.43 0 2.96 2.96 0 01-5.68.11.75.75 0 00-1.42 0 2.96 2.96 0 01-5.68-.12z", fill: primaryFill }));
|
|
6358
6574
|
};
|
|
6359
6575
|
export const Beach28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Beach28RegularIcon({}), 'Beach28Regular');
|
|
6576
|
+
const Beach32FilledIcon = (iconProps) => {
|
|
6577
|
+
const { className, primaryFill } = iconProps;
|
|
6578
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6579
|
+
React.createElement("path", { d: "M25.5 3.19a9.04 9.04 0 00-12.26 3.25l-.33.57a.85.85 0 00.32 1.18l6.37 3.64-3.81 6.58h-.08c-3.69 0-6.88 2.11-8.78 5.1a2.36 2.36 0 011.98.2 8.66 8.66 0 016.8-3.57c2.8 0 5.35 1.54 7 3.85a2.35 2.35 0 011.69-.61 10.82 10.82 0 00-6.72-4.76l3.43-5.93 6.15 3.5a.88.88 0 001.2-.31l.34-.58A8.8 8.8 0 0025.5 3.2zM8.55 25.41a.87.87 0 00-.87-.6.87.87 0 00-.81.67c-.3 1.2-.86 1.85-1.5 2.24-.67.4-1.53.55-2.49.55a.87.87 0 00-.87.87c0 .47.4.86.87.86 1.12 0 2.34-.18 3.4-.8.6-.37 1.13-.86 1.54-1.51a5.23 5.23 0 008.19-.03 5.23 5.23 0 008.28-.1A6.08 6.08 0 0029.12 30c.48 0 .87-.39.87-.86 0-.48-.39-.87-.87-.87a4.24 4.24 0 01-4-2.85.87.87 0 00-.83-.6.87.87 0 00-.84.59 3.47 3.47 0 01-6.63.14.87.87 0 00-.82-.59c-.38 0-.7.24-.83.59a3.47 3.47 0 01-6.63-.14z", fill: primaryFill }));
|
|
6580
|
+
};
|
|
6581
|
+
export const Beach32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Beach32FilledIcon({}), 'Beach32Filled');
|
|
6582
|
+
const Beach32RegularIcon = (iconProps) => {
|
|
6583
|
+
const { className, primaryFill } = iconProps;
|
|
6584
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6585
|
+
React.createElement("path", { d: "M25.5 3.19a9.04 9.04 0 00-12.26 3.25l-.33.57a.85.85 0 00.32 1.18l6.37 3.64-3.81 6.58h-.08c-3.69 0-6.88 2.11-8.78 5.1a2.36 2.36 0 011.98.2 8.66 8.66 0 016.8-3.57c2.8 0 5.35 1.54 7 3.85a2.35 2.35 0 011.69-.61 10.82 10.82 0 00-6.72-4.76l3.43-5.93 6.15 3.5a.88.88 0 001.2-.31l.34-.58A8.8 8.8 0 0025.5 3.2zm-2.55 8.55l-3.68-2.1a12.2 12.2 0 012.07-2.47c.74-.66 1.62-1.26 2.82-1.92.18 1.1.23 2.02.12 2.92a9.46 9.46 0 01-1.33 3.57zm1.52.87A11.17 11.17 0 0026 8.38c.12-.9.09-1.77-.02-2.7a7.08 7.08 0 011.39 8.59l-2.91-1.66zm-4.31-6.72c-.92.83-1.66 1.75-2.4 2.89l-2.9-1.65a7.27 7.27 0 018.04-3.16 15.45 15.45 0 00-2.74 1.92zM8.54 25.41a.87.87 0 00-.87-.6.87.87 0 00-.81.67c-.3 1.2-.86 1.85-1.5 2.24-.67.4-1.53.55-2.49.55a.87.87 0 00-.87.87c0 .47.4.86.87.86 1.12 0 2.34-.18 3.4-.8.6-.37 1.13-.86 1.54-1.51a5.23 5.23 0 008.19-.03 5.23 5.23 0 008.28-.1A6.08 6.08 0 0029.12 30c.48 0 .87-.39.87-.86 0-.48-.39-.87-.87-.87a4.24 4.24 0 01-4-2.85.87.87 0 00-.83-.6.87.87 0 00-.84.59 3.47 3.47 0 01-6.63.14.87.87 0 00-.82-.59c-.38 0-.7.24-.83.59a3.47 3.47 0 01-6.63-.14z", fill: primaryFill }));
|
|
6586
|
+
};
|
|
6587
|
+
export const Beach32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Beach32RegularIcon({}), 'Beach32Regular');
|
|
6588
|
+
const Beach48FilledIcon = (iconProps) => {
|
|
6589
|
+
const { className, primaryFill } = iconProps;
|
|
6590
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6591
|
+
React.createElement("path", { d: "M41.76 25.64l.36-.64a14 14 0 10-24.25-14l-.12.22c-.41.71-.18 1.62.52 2.05L28 19.14l-5.38 8.92c-4.71.42-8.74 2.92-10.9 6.45a3.26 3.26 0 012.46.82c1.97-2.84 5.53-4.83 9.83-4.83s7.86 2 9.83 4.83a3.28 3.28 0 012.46-.82c-2.14-3.5-6.11-5.99-10.77-6.44l4.61-7.63 9.54 5.75c.72.44 1.67.2 2.09-.55zM36.7 36.71c-.2-.13-.44-.2-.68-.21h-.05a1.25 1.25 0 00-1.16.85c-.04.13-1.3 3.65-4.81 3.65-3.52 0-4.77-3.5-4.81-3.65a1.25 1.25 0 00-2.38 0c-.04.13-1.3 3.65-4.81 3.65-3.52 0-4.77-3.5-4.81-3.65a1.24 1.24 0 00-1.16-.85h-.02a1.25 1.25 0 00-1.17.8c-.02.05-1.74 4.45-5.59 4.45a1.25 1.25 0 000 2.5 8.2 8.2 0 006.75-3.9 7.3 7.3 0 0012 0 7.3 7.3 0 0012 0 8.2 8.2 0 006.75 3.9 1.25 1.25 0 000-2.5c-2.48 0-4.09-1.86-4.91-3.18a8.54 8.54 0 01-.67-1.26c-.1-.25-.26-.45-.47-.6z", fill: primaryFill }));
|
|
6592
|
+
};
|
|
6593
|
+
export const Beach48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Beach48FilledIcon({}), 'Beach48Filled');
|
|
6594
|
+
const Beach48RegularIcon = (iconProps) => {
|
|
6595
|
+
const { className, primaryFill } = iconProps;
|
|
6596
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6597
|
+
React.createElement("path", { d: "M41.76 25.64l.36-.64a14 14 0 10-24.25-14l-.12.22c-.41.71-.18 1.62.52 2.05L28 19.14l-5.38 8.92c-4.71.42-8.74 2.92-10.9 6.45a3.26 3.26 0 012.46.82c1.97-2.84 5.53-4.83 9.83-4.83s7.86 2 9.83 4.83a3.28 3.28 0 012.46-.82c-2.14-3.5-6.11-5.99-10.77-6.44l4.61-7.63 9.54 5.75c.72.44 1.67.2 2.09-.55zm-4.08-16.2a11.5 11.5 0 012.4 14.09l-4.87-2.95.02-.03a18.06 18.06 0 001.71-3.72c.64-1.94 1.12-4.5.74-7.4zm-4.26-2.42c-2.15.96-4 2.56-5.38 3.99a28.93 28.93 0 00-2.86 3.48l-.02.02-4.75-2.87a11.5 11.5 0 0113.01-4.62zM27.3 15.8l.49-.66c.48-.65 1.18-1.51 2.05-2.4 1.48-1.53 3.3-3.02 5.24-3.7.51 2.7.1 5.15-.52 7a15.56 15.56 0 01-1.49 3.24L27.3 15.8zm9.4 20.9c-.2-.13-.44-.2-.68-.21h-.05a1.25 1.25 0 00-1.16.85c-.04.13-1.3 3.65-4.81 3.65-3.52 0-4.77-3.5-4.81-3.65a1.25 1.25 0 00-2.38 0c-.04.13-1.3 3.65-4.81 3.65-3.52 0-4.77-3.5-4.81-3.65a1.24 1.24 0 00-1.16-.85h-.02a1.25 1.25 0 00-1.17.8c-.02.05-1.74 4.45-5.59 4.45a1.25 1.25 0 000 2.5 8.2 8.2 0 006.75-3.9 7.3 7.3 0 0012 0 7.3 7.3 0 0012 0 8.2 8.2 0 006.75 3.9 1.25 1.25 0 000-2.5c-2.48 0-4.09-1.86-4.91-3.18a8.54 8.54 0 01-.67-1.26c-.1-.25-.26-.45-.47-.6z", fill: primaryFill }));
|
|
6598
|
+
};
|
|
6599
|
+
export const Beach48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Beach48RegularIcon({}), 'Beach48Regular');
|
|
6360
6600
|
const Beaker16FilledIcon = (iconProps) => {
|
|
6361
6601
|
const { className, primaryFill } = iconProps;
|
|
6362
6602
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -6879,6 +7119,18 @@ const BookAdd24RegularIcon = (iconProps) => {
|
|
|
6879
7119
|
React.createElement("path", { d: "M3 4.5A2.5 2.5 0 015.5 2H17a2.5 2.5 0 012.5 2.5v6.81a6.48 6.48 0 00-1.5-.3V4.5a1 1 0 00-1-1H5.5a1 1 0 00-1 1V18h6.52c.04.52.14 1.02.3 1.5H4.5a1 1 0 001 1h6.23c.29.55.65 1.06 1.08 1.5H5.5A2.5 2.5 0 013 19.5v-15zM17.5 12a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm.5 8.5V18h2.5a.5.5 0 100-1H18v-2.5a.5.5 0 10-1 0V17h-2.5a.5.5 0 000 1H17v2.5a.5.5 0 101 0zM6 6a1 1 0 011-1h8a1 1 0 011 1v2a1 1 0 01-1 1H7a1 1 0 01-1-1V6zm1.5 1.5h7v-1h-7v1z", fill: primaryFill }));
|
|
6880
7120
|
};
|
|
6881
7121
|
export const BookAdd24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookAdd24RegularIcon({}), 'BookAdd24Regular');
|
|
7122
|
+
const BookClock20FilledIcon = (iconProps) => {
|
|
7123
|
+
const { className, primaryFill } = iconProps;
|
|
7124
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7125
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm6 9a4 4 0 100-8 4 4 0 000 8zm-.5-6c.28 0 .5.22.5.5V9h1a.5.5 0 010 1H9.5a.5.5 0 01-.5-.5v-2c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
7126
|
+
};
|
|
7127
|
+
export const BookClock20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookClock20FilledIcon({}), 'BookClock20Filled');
|
|
7128
|
+
const BookClock20RegularIcon = (iconProps) => {
|
|
7129
|
+
const { className, primaryFill } = iconProps;
|
|
7130
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7131
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zm-4 3a3 3 0 100 6 3 3 0 000-6zM6 9a4 4 0 118 0 4 4 0 01-8 0zm4-1.5a.5.5 0 00-1 0v2c0 .28.22.5.5.5H11a.5.5 0 000-1h-1V7.5z", fill: primaryFill }));
|
|
7132
|
+
};
|
|
7133
|
+
export const BookClock20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookClock20RegularIcon({}), 'BookClock20Regular');
|
|
6882
7134
|
const BookClock24FilledIcon = (iconProps) => {
|
|
6883
7135
|
const { className, primaryFill } = iconProps;
|
|
6884
7136
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -6894,6 +7146,18 @@ const BookClock24RegularIcon = (iconProps) => {
|
|
|
6894
7146
|
React.createElement("path", { d: "M6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zM19 18H5.5V4.5a1 1 0 011-1H18a1 1 0 011 1V18z", fill: primaryFill }));
|
|
6895
7147
|
};
|
|
6896
7148
|
export const BookClock24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookClock24RegularIcon({}), 'BookClock24Regular');
|
|
7149
|
+
const BookCoins20FilledIcon = (iconProps) => {
|
|
7150
|
+
const { className, primaryFill } = iconProps;
|
|
7151
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7152
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm6 1c-.76 0-1.47.16-2.02.48C7.43 5.8 7 6.31 7 7c0 .69.43 1.2.98 1.52.55.32 1.26.48 2.02.48s1.47-.16 2.02-.48c.55-.32.98-.83.98-1.52 0-.69-.43-1.2-.98-1.52A4.08 4.08 0 0010 5zM7.03 9.03a.79.79 0 00-.03.22c0 .3.18.55.33.71.17.18.4.36.65.5a4.1 4.1 0 004.04 0c.26-.14.48-.32.65-.5.15-.16.33-.41.33-.71a.79.79 0 00-.03-.22l-.45.3a5.1 5.1 0 01-5.49-.3zm0 2a.79.79 0 00-.03.22c0 .3.18.55.33.71.17.18.4.36.65.5a4.1 4.1 0 004.04 0c.26-.14.48-.32.65-.5.15-.16.33-.41.33-.71a.79.79 0 00-.03-.22l-.45.3a5.1 5.1 0 01-5.49-.3z", fill: primaryFill }));
|
|
7153
|
+
};
|
|
7154
|
+
export const BookCoins20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCoins20FilledIcon({}), 'BookCoins20Filled');
|
|
7155
|
+
const BookCoins20RegularIcon = (iconProps) => {
|
|
7156
|
+
const { className, primaryFill } = iconProps;
|
|
7157
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7158
|
+
React.createElement("path", { d: "M4 16V4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2zM15 4a1 1 0 00-1-1H6a1 1 0 00-1 1v11h10V4zm-8 7.25c0-.08.01-.15.03-.22l.45.3a5.1 5.1 0 005.49-.3c.02.07.03.14.03.22 0 .3-.18.55-.33.71-.17.18-.4.36-.65.5a4.1 4.1 0 01-4.04 0 2.8 2.8 0 01-.65-.5 1.1 1.1 0 01-.33-.71zm.03-2.22a.79.79 0 00-.03.22c0 .3.18.55.33.71.17.18.4.36.65.5a4.1 4.1 0 004.04 0c.26-.14.48-.32.65-.5.15-.16.33-.41.33-.71a.79.79 0 00-.03-.22l-.45.3a5.1 5.1 0 01-5.49-.3zM8 7c0-.21.13-.45.48-.66.36-.2.9-.34 1.52-.34.63 0 1.16.14 1.52.34.35.21.48.45.48.66 0 .21-.13.45-.48.66-.36.2-.9.34-1.52.34a3.1 3.1 0 01-1.52-.34C8.13 7.45 8 7.2 8 7zm2-2c-.76 0-1.47.16-2.02.48C7.43 5.8 7 6.31 7 7c0 .69.43 1.2.98 1.52.55.32 1.26.48 2.02.48s1.47-.16 2.02-.48c.55-.32.98-.83.98-1.52 0-.69-.43-1.2-.98-1.52A4.08 4.08 0 0010 5z", fill: primaryFill }));
|
|
7159
|
+
};
|
|
7160
|
+
export const BookCoins20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCoins20RegularIcon({}), 'BookCoins20Regular');
|
|
6897
7161
|
const BookCoins24FilledIcon = (iconProps) => {
|
|
6898
7162
|
const { className, primaryFill } = iconProps;
|
|
6899
7163
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -6909,6 +7173,18 @@ const BookCoins24RegularIcon = (iconProps) => {
|
|
|
6909
7173
|
React.createElement("path", { d: "M6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zM19 18H5.5V4.5a1 1 0 011-1H18a1 1 0 011 1V18z", fill: primaryFill }));
|
|
6910
7174
|
};
|
|
6911
7175
|
export const BookCoins24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCoins24RegularIcon({}), 'BookCoins24Regular');
|
|
7176
|
+
const BookCompass20FilledIcon = (iconProps) => {
|
|
7177
|
+
const { className, primaryFill } = iconProps;
|
|
7178
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7179
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm6 .5a.5.5 0 00-.5.5v1.06a2 2 0 00-.74 3.5L7.54 12.3a.5.5 0 00.92.4l1.21-2.73a2.01 2.01 0 00.66 0l1.21 2.73a.5.5 0 10.92-.4l-1.22-2.73a2 2 0 00-.74-3.5V5a.5.5 0 00-.5-.5zm-.5 2.63a1 1 0 101 1.74 1 1 0 00-1-1.74z", fill: primaryFill }));
|
|
7180
|
+
};
|
|
7181
|
+
export const BookCompass20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCompass20FilledIcon({}), 'BookCompass20Filled');
|
|
7182
|
+
const BookCompass20RegularIcon = (iconProps) => {
|
|
7183
|
+
const { className, primaryFill } = iconProps;
|
|
7184
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7185
|
+
React.createElement("path", { d: "M4 16V4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2zM15 4a1 1 0 00-1-1H6a1 1 0 00-1 1v11h10V4zm-5 .5c.28 0 .5.22.5.5v1.06a2 2 0 01.74 3.5l1.22 2.74a.5.5 0 01-.92.4l-1.21-2.73a2.01 2.01 0 01-.66 0L8.46 12.7a.5.5 0 11-.92-.4l1.22-2.73a2 2 0 01.74-3.5V5c0-.28.22-.5.5-.5zm-.5 2.63a1 1 0 101 1.74 1 1 0 00-1-1.74z", fill: primaryFill }));
|
|
7186
|
+
};
|
|
7187
|
+
export const BookCompass20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCompass20RegularIcon({}), 'BookCompass20Regular');
|
|
6912
7188
|
const BookCompass24FilledIcon = (iconProps) => {
|
|
6913
7189
|
const { className, primaryFill } = iconProps;
|
|
6914
7190
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -6971,6 +7247,18 @@ const BookContacts32RegularIcon = (iconProps) => {
|
|
|
6971
7247
|
React.createElement("path", { d: "M21 16.5c0-.83-.67-1.5-1.5-1.5h-7c-.83 0-1.5.67-1.5 1.5v.5c0 1.97 1.86 4 5 4 3.14 0 5-2.03 5-4v-.5zm-2.25-5.25a2.75 2.75 0 10-5.5 0 2.75 2.75 0 005.5 0zM25 26H7.09c.2.58.76 1 1.41 1H26a1 1 0 110 2H8.5A3.5 3.5 0 015 25.5v-19A3.5 3.5 0 018.5 3h15A3.5 3.5 0 0127 6.5V24a2 2 0 01-2 2zM7 6.5V24h18V6.5c0-.83-.67-1.5-1.5-1.5h-15C7.67 5 7 5.67 7 6.5z", fill: primaryFill }));
|
|
6972
7248
|
};
|
|
6973
7249
|
export const BookContacts32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookContacts32RegularIcon({}), 'BookContacts32Regular');
|
|
7250
|
+
const BookDatabase20FilledIcon = (iconProps) => {
|
|
7251
|
+
const { className, primaryFill } = iconProps;
|
|
7252
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7253
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm4.48 2.34C8.13 6.55 8 6.8 8 7c0 .21.13.45.48.66.36.2.9.34 1.52.34a3.1 3.1 0 001.52-.34c.35-.21.48-.45.48-.66 0-.21-.13-.45-.48-.66A3.1 3.1 0 0010 6a3.1 3.1 0 00-1.52.34zm-.5-.86C7.43 5.8 7 6.31 7 7v4c0 .63.45 1.14.97 1.46A3.9 3.9 0 0010 13c.78 0 1.5-.21 2.03-.54.52-.32.97-.83.97-1.46V7c0-.69-.43-1.2-.98-1.52A4.08 4.08 0 0010 5c-.76 0-1.47.16-2.02.48zM12 11V8.53A4.1 4.1 0 0110 9a4.1 4.1 0 01-2-.47V11c0 .12.1.36.5.6.36.23.9.4 1.5.4s1.14-.17 1.5-.4c.4-.24.5-.48.5-.6z", fill: primaryFill }));
|
|
7254
|
+
};
|
|
7255
|
+
export const BookDatabase20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookDatabase20FilledIcon({}), 'BookDatabase20Filled');
|
|
7256
|
+
const BookDatabase20RegularIcon = (iconProps) => {
|
|
7257
|
+
const { className, primaryFill } = iconProps;
|
|
7258
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7259
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zM8.48 6.34C8.13 6.55 8 6.8 8 7c0 .21.13.45.48.66.36.2.9.34 1.52.34a3.1 3.1 0 001.52-.34c.35-.21.48-.45.48-.66 0-.21-.13-.45-.48-.66A3.1 3.1 0 0010 6a3.1 3.1 0 00-1.52.34zM12 8.54A4.1 4.1 0 0110 9a4.1 4.1 0 01-2-.47V11c0 .12.1.36.5.6.36.23.9.4 1.5.4s1.14-.17 1.5-.4c.4-.24.5-.48.5-.6V8.53zM7 7c0-.69.43-1.2.98-1.52A4.08 4.08 0 0110 5c.76 0 1.47.16 2.02.48.55.32.98.83.98 1.52v4c0 .63-.45 1.14-.97 1.46A3.9 3.9 0 0110 13a3.9 3.9 0 01-2.03-.54C7.45 12.14 7 11.63 7 11V7z", fill: primaryFill }));
|
|
7260
|
+
};
|
|
7261
|
+
export const BookDatabase20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookDatabase20RegularIcon({}), 'BookDatabase20Regular');
|
|
6974
7262
|
const BookDatabase24FilledIcon = (iconProps) => {
|
|
6975
7263
|
const { className, primaryFill } = iconProps;
|
|
6976
7264
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -6986,6 +7274,18 @@ const BookDatabase24RegularIcon = (iconProps) => {
|
|
|
6986
7274
|
React.createElement("path", { d: "M4 4.5A2.5 2.5 0 016.5 2H18a2.5 2.5 0 012.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 001 1h13.25a.75.75 0 010 1.5H6.5A2.5 2.5 0 014 19.5v-15zM5.5 18H19V4.5a1 1 0 00-1-1H6.5a1 1 0 00-1 1V18z", fill: primaryFill }));
|
|
6987
7275
|
};
|
|
6988
7276
|
export const BookDatabase24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookDatabase24RegularIcon({}), 'BookDatabase24Regular');
|
|
7277
|
+
const BookExclamationMark20FilledIcon = (iconProps) => {
|
|
7278
|
+
const { className, primaryFill } = iconProps;
|
|
7279
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7280
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm6 1a.5.5 0 00-.5.5v4a.5.5 0 001 0v-4A.5.5 0 0010 5zm.75 7.25a.75.75 0 10-1.5 0 .75.75 0 001.5 0z", fill: primaryFill }));
|
|
7281
|
+
};
|
|
7282
|
+
export const BookExclamationMark20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookExclamationMark20FilledIcon({}), 'BookExclamationMark20Filled');
|
|
7283
|
+
const BookExclamationMark20RegularIcon = (iconProps) => {
|
|
7284
|
+
const { className, primaryFill } = iconProps;
|
|
7285
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7286
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zm-4 2c.28 0 .5.22.5.5v4a.5.5 0 01-1 0v-4c0-.28.22-.5.5-.5zm0 8a.75.75 0 100-1.5.75.75 0 000 1.5z", fill: primaryFill }));
|
|
7287
|
+
};
|
|
7288
|
+
export const BookExclamationMark20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookExclamationMark20RegularIcon({}), 'BookExclamationMark20Regular');
|
|
6989
7289
|
const BookExclamationMark24FilledIcon = (iconProps) => {
|
|
6990
7290
|
const { className, primaryFill } = iconProps;
|
|
6991
7291
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7000,6 +7300,18 @@ const BookExclamationMark24RegularIcon = (iconProps) => {
|
|
|
7000
7300
|
React.createElement("path", { d: "M4 4.5A2.5 2.5 0 016.5 2H18a2.5 2.5 0 012.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 001 1h13.25a.75.75 0 010 1.5H6.5A2.5 2.5 0 014 19.5v-15zM19 18V4.5a1 1 0 00-1-1H6.5a1 1 0 00-1 1V18H19z", fill: primaryFill }));
|
|
7001
7301
|
};
|
|
7002
7302
|
export const BookExclamationMark24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookExclamationMark24RegularIcon({}), 'BookExclamationMark24Regular');
|
|
7303
|
+
const BookGlobe20FilledIcon = (iconProps) => {
|
|
7304
|
+
const { className, primaryFill } = iconProps;
|
|
7305
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7306
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm4 10.5l-.04-.02a.62.62 0 01-.15-.14 2.76 2.76 0 01-.4-.82A9.4 9.4 0 019.01 9h1.98a9.4 9.4 0 01-.4 2.52c-.13.38-.27.65-.4.82a.62.62 0 01-.15.14.15.15 0 01-.03.02H10zM13.97 9a4 4 0 01-2.6 3.26l.17-.42c.25-.76.41-1.75.45-2.84h1.98zm0-1h-1.98a10.43 10.43 0 00-.61-3.26A4 4 0 0113.97 8zm-5.35 4.26A4 4 0 016.03 9h1.98a10.43 10.43 0 00.61 3.26zM6.03 8a4 4 0 012.6-3.26l-.17.42c-.25.76-.41 1.75-.45 2.84H6.03zM10 4.5l.04.02c.04.02.09.06.15.14.13.17.27.44.4.82.21.64.36 1.52.4 2.52H9.01c.04-1 .19-1.88.4-2.52.13-.38.27-.65.4-.82a.62.62 0 01.15-.14.15.15 0 01.03-.02H10z", fill: primaryFill }));
|
|
7307
|
+
};
|
|
7308
|
+
export const BookGlobe20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookGlobe20FilledIcon({}), 'BookGlobe20Filled');
|
|
7309
|
+
const BookGlobe20RegularIcon = (iconProps) => {
|
|
7310
|
+
const { className, primaryFill } = iconProps;
|
|
7311
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7312
|
+
React.createElement("path", { d: "M4 16V4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2zM15 4a1 1 0 00-1-1H6a1 1 0 00-1 1v11h10V4zM7.04 8h.97c.05-.77.2-1.49.42-2.06A3 3 0 007.04 8zM6 8.5a4 4 0 118 0 4 4 0 01-8 0zm6.96-.5a3 3 0 00-1.4-2.06c.23.57.38 1.29.43 2.06h.97zm-.97 1c-.05.77-.2 1.49-.42 2.06A3 3 0 0012.96 9h-.97zm-1-1a5.56 5.56 0 00-.39-1.78 1.88 1.88 0 00-.37-.59c-.11-.11-.2-.13-.23-.13-.04 0-.12.02-.23.13-.12.12-.25.31-.37.6-.2.45-.34 1.06-.38 1.77h1.96zM9.01 9c.04.7.18 1.32.38 1.78.12.28.25.47.37.59.11.11.2.13.23.13.04 0 .12-.02.23-.13.12-.12.25-.31.37-.6.2-.45.34-1.06.38-1.77H9.02zm-1 0h-.98a3 3 0 001.4 2.06A6.75 6.75 0 018 9z", fill: primaryFill }));
|
|
7313
|
+
};
|
|
7314
|
+
export const BookGlobe20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookGlobe20RegularIcon({}), 'BookGlobe20Regular');
|
|
7003
7315
|
const BookGlobe24FilledIcon = (iconProps) => {
|
|
7004
7316
|
const { className, primaryFill } = iconProps;
|
|
7005
7317
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7013,6 +7325,18 @@ const BookGlobe24RegularIcon = (iconProps) => {
|
|
|
7013
7325
|
React.createElement("path", { d: "M6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zM19 4.5V18H5.5V4.5a1 1 0 011-1H18a1 1 0 011 1z", fill: primaryFill }));
|
|
7014
7326
|
};
|
|
7015
7327
|
export const BookGlobe24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookGlobe24RegularIcon({}), 'BookGlobe24Regular');
|
|
7328
|
+
const BookInformation20FilledIcon = (iconProps) => {
|
|
7329
|
+
const { className, primaryFill } = iconProps;
|
|
7330
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7331
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm4.75 3.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm-.25 6.75a.5.5 0 01-1 0v-4a.5.5 0 011 0v4z", fill: primaryFill }));
|
|
7332
|
+
};
|
|
7333
|
+
export const BookInformation20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookInformation20FilledIcon({}), 'BookInformation20Filled');
|
|
7334
|
+
const BookInformation20RegularIcon = (iconProps) => {
|
|
7335
|
+
const { className, primaryFill } = iconProps;
|
|
7336
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7337
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zm-3.25 2.75a.75.75 0 10-1.5 0 .75.75 0 001.5 0zm-.25 6.75a.5.5 0 01-1 0v-4a.5.5 0 011 0v4z", fill: primaryFill }));
|
|
7338
|
+
};
|
|
7339
|
+
export const BookInformation20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookInformation20RegularIcon({}), 'BookInformation20Regular');
|
|
7016
7340
|
const BookInformation24FilledIcon = (iconProps) => {
|
|
7017
7341
|
const { className, primaryFill } = iconProps;
|
|
7018
7342
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7027,6 +7351,18 @@ const BookInformation24RegularIcon = (iconProps) => {
|
|
|
7027
7351
|
React.createElement("path", { d: "M4 4.5A2.5 2.5 0 016.5 2H18a2.5 2.5 0 012.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 001 1h13.25a.75.75 0 010 1.5H6.5A2.5 2.5 0 014 19.5v-15zM19 18V4.5a1 1 0 00-1-1H6.5a1 1 0 00-1 1V18H19z", fill: primaryFill }));
|
|
7028
7352
|
};
|
|
7029
7353
|
export const BookInformation24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookInformation24RegularIcon({}), 'BookInformation24Regular');
|
|
7354
|
+
const BookLetter20FilledIcon = (iconProps) => {
|
|
7355
|
+
const { className, primaryFill } = iconProps;
|
|
7356
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7357
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm4 3c.2 0 .38.12.46.3l3 7a.5.5 0 01-.92.4l-.73-1.7H8.2l-.73 1.7a.5.5 0 01-.92-.4l3-7A.5.5 0 0110 5zm-1.38 5h2.76L10 6.77 8.62 10z", fill: primaryFill }));
|
|
7358
|
+
};
|
|
7359
|
+
export const BookLetter20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookLetter20FilledIcon({}), 'BookLetter20Filled');
|
|
7360
|
+
const BookLetter20RegularIcon = (iconProps) => {
|
|
7361
|
+
const { className, primaryFill } = iconProps;
|
|
7362
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7363
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zm-4 2c.2 0 .38.12.46.3l3 7a.5.5 0 01-.92.4l-.73-1.7H8.2l-.73 1.7a.5.5 0 01-.92-.4l3-7A.5.5 0 0110 5zm-1.38 5h2.76L10 6.77 8.62 10z", fill: primaryFill }));
|
|
7364
|
+
};
|
|
7365
|
+
export const BookLetter20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookLetter20RegularIcon({}), 'BookLetter20Regular');
|
|
7030
7366
|
const BookLetter24FilledIcon = (iconProps) => {
|
|
7031
7367
|
const { className, primaryFill } = iconProps;
|
|
7032
7368
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7239,6 +7575,18 @@ const BookOpenMicrophone48RegularIcon = (iconProps) => {
|
|
|
7239
7575
|
React.createElement("path", { d: "M20 8c1.6 0 3.04.72 4 1.85A5.24 5.24 0 0128 8h13.25A2.75 2.75 0 0144 10.75V29c0-2.15-.97-4.08-2.5-5.36V10.75a.25.25 0 00-.25-.25H28a2.75 2.75 0 00-2.75 2.75v21.5c0 .8.34 1.53.9 2.03.17 1.12.52 2.18 1.02 3.15A5.24 5.24 0 0124 38.15 5.24 5.24 0 0120 40H6.75A2.75 2.75 0 014 37.25v-26.5A2.75 2.75 0 016.75 8H20zm2.75 26.75v-21.5A2.75 2.75 0 0020 10.5H6.75a.25.25 0 00-.25.25v26.5c0 .14.11.25.25.25H20a2.75 2.75 0 002.75-2.75zm5.6 2.75A9 9 0 0128 35a1 1 0 112 0 6.98 6.98 0 0012.29 4.59A6.97 6.97 0 0044 35a1 1 0 112 0 9 9 0 01-8 8.95V45a1 1 0 11-2 0v-1.05a9 9 0 01-7.65-6.45zm4.32 0A5 5 0 0042 35v-6a4.98 4.98 0 00-5-5 5 5 0 00-5 5v6c0 .91.24 1.76.67 2.5z", fill: primaryFill }));
|
|
7240
7576
|
};
|
|
7241
7577
|
export const BookOpenMicrophone48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookOpenMicrophone48RegularIcon({}), 'BookOpenMicrophone48Regular');
|
|
7578
|
+
const BookPulse20FilledIcon = (iconProps) => {
|
|
7579
|
+
const { className, primaryFill } = iconProps;
|
|
7580
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7581
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm5.46 2.3a.5.5 0 00-.9-.02L7.18 9H6.5a.5.5 0 000 1h1a.5.5 0 00.45-.28l1.03-2.06 2.06 4.55a.5.5 0 00.89.05L13.28 10h.22a.5.5 0 000-1H13a.5.5 0 00-.43.24l-1 1.69-2.11-4.64z", fill: primaryFill }));
|
|
7582
|
+
};
|
|
7583
|
+
export const BookPulse20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookPulse20FilledIcon({}), 'BookPulse20Filled');
|
|
7584
|
+
const BookPulse20RegularIcon = (iconProps) => {
|
|
7585
|
+
const { className, primaryFill } = iconProps;
|
|
7586
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7587
|
+
React.createElement("path", { d: "M4 16V4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2zM15 4a1 1 0 00-1-1H6a1 1 0 00-1 1v11h10V4zM9.46 6.3a.5.5 0 00-.9-.02L7.18 9H6.5a.5.5 0 000 1h1a.5.5 0 00.45-.28l1.03-2.06 2.06 4.55a.5.5 0 00.89.05L13.28 10h.22a.5.5 0 000-1H13a.5.5 0 00-.43.24l-1 1.69-2.11-4.64z", fill: primaryFill }));
|
|
7588
|
+
};
|
|
7589
|
+
export const BookPulse20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookPulse20RegularIcon({}), 'BookPulse20Regular');
|
|
7242
7590
|
const BookPulse24FilledIcon = (iconProps) => {
|
|
7243
7591
|
const { className, primaryFill } = iconProps;
|
|
7244
7592
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7252,6 +7600,18 @@ const BookPulse24RegularIcon = (iconProps) => {
|
|
|
7252
7600
|
React.createElement("path", { d: "M6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zM19 18H5.5V4.5a1 1 0 011-1H18a1 1 0 011 1V18z", fill: primaryFill }));
|
|
7253
7601
|
};
|
|
7254
7602
|
export const BookPulse24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookPulse24RegularIcon({}), 'BookPulse24Regular');
|
|
7603
|
+
const BookQuestionMark20FilledIcon = (iconProps) => {
|
|
7604
|
+
const { className, primaryFill } = iconProps;
|
|
7605
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7606
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm2.76 4.4a.9.9 0 00-.26.6.5.5 0 01-1 0c0-.37.14-.87.54-1.28C8.45 5.29 9.09 5 10 5c.91 0 1.55.29 1.96.72.4.41.54.91.54 1.28 0 1.05-.73 1.55-1.28 1.82a8 8 0 01-.39.18h-.01a5.75 5.75 0 00-.32.15V10a.5.5 0 01-1 0V9c0-.25.13-.43.24-.53.11-.1.24-.18.35-.23l.32-.15.02-.01a7 7 0 00.35-.16c.45-.22.72-.47.72-.92a.9.9 0 00-.26-.6c-.19-.19-.55-.4-1.24-.4s-1.05.21-1.24.4zM10 13a.75.75 0 110-1.5.75.75 0 010 1.5z", fill: primaryFill }));
|
|
7607
|
+
};
|
|
7608
|
+
export const BookQuestionMark20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMark20FilledIcon({}), 'BookQuestionMark20Filled');
|
|
7609
|
+
const BookQuestionMark20RegularIcon = (iconProps) => {
|
|
7610
|
+
const { className, primaryFill } = iconProps;
|
|
7611
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7612
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zM8.76 6.4c.19-.19.55-.4 1.24-.4s1.05.21 1.24.4c.2.22.26.47.26.6 0 .45-.27.7-.72.92a7 7 0 01-.35.16l-.02.01-.32.15c-.1.05-.24.12-.35.23A.73.73 0 009.5 9v1a.5.5 0 101 0v-.85l.04-.02.28-.13h.01a8 8 0 00.4-.18c.54-.27 1.27-.77 1.27-1.82 0-.37-.14-.87-.54-1.28C11.55 5.29 10.91 5 10 5c-.91 0-1.55.29-1.96.72-.4.41-.54.91-.54 1.28a.5.5 0 001 0 .9.9 0 01.26-.6zM10 13a.75.75 0 100-1.5.75.75 0 000 1.5z", fill: primaryFill }));
|
|
7613
|
+
};
|
|
7614
|
+
export const BookQuestionMark20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMark20RegularIcon({}), 'BookQuestionMark20Regular');
|
|
7255
7615
|
const BookQuestionMark24FilledIcon = (iconProps) => {
|
|
7256
7616
|
const { className, primaryFill } = iconProps;
|
|
7257
7617
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7266,6 +7626,18 @@ const BookQuestionMark24RegularIcon = (iconProps) => {
|
|
|
7266
7626
|
React.createElement("path", { d: "M4 4.5A2.5 2.5 0 016.5 2H18a2.5 2.5 0 012.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 001 1h13.25a.75.75 0 010 1.5H6.5A2.5 2.5 0 014 19.5v-15zm1.5 0V18H19V4.5a1 1 0 00-1-1H6.5a1 1 0 00-1 1z", fill: primaryFill }));
|
|
7267
7627
|
};
|
|
7268
7628
|
export const BookQuestionMark24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMark24RegularIcon({}), 'BookQuestionMark24Regular');
|
|
7629
|
+
const BookQuestionMarkRtl20FilledIcon = (iconProps) => {
|
|
7630
|
+
const { className, primaryFill } = iconProps;
|
|
7631
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7632
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm5.24 4.4c-.19-.19-.55-.4-1.24-.4s-1.05.21-1.24.4a.9.9 0 00-.26.6c0 .45.27.7.72.92l.35.16.02.01.32.15c.1.05.24.12.35.23.11.1.24.28.24.53v1a.5.5 0 11-1 0v-.85l-.04-.02A5.75 5.75 0 009.18 9h-.01a7.97 7.97 0 01-.4-.18C8.24 8.55 7.5 8.05 7.5 7c0-.37.14-.87.54-1.28C8.45 5.29 9.09 5 10 5c.91 0 1.55.29 1.96.72.4.41.54.91.54 1.28a.5.5 0 01-1 0 .9.9 0 00-.26-.6zM10 13a.75.75 0 110-1.5.75.75 0 010 1.5z", fill: primaryFill }));
|
|
7633
|
+
};
|
|
7634
|
+
export const BookQuestionMarkRtl20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkRtl20FilledIcon({}), 'BookQuestionMarkRtl20Filled');
|
|
7635
|
+
const BookQuestionMarkRtl20RegularIcon = (iconProps) => {
|
|
7636
|
+
const { className, primaryFill } = iconProps;
|
|
7637
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7638
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zm-2.76 3.4c.2.22.26.47.26.6a.5.5 0 001 0c0-.37-.14-.87-.54-1.28C11.55 5.29 10.91 5 10 5c-.91 0-1.55.29-1.96.72-.4.41-.54.91-.54 1.28 0 1.05.73 1.55 1.28 1.82l.39.18h.01a5.75 5.75 0 01.32.15V10a.5.5 0 001 0V9a.73.73 0 00-.24-.53c-.11-.1-.24-.18-.35-.23l-.32-.15-.02-.01-.35-.16C8.77 7.7 8.5 7.45 8.5 7a.9.9 0 01.26-.6c.19-.19.55-.4 1.24-.4s1.05.21 1.24.4zM10 13a.75.75 0 110-1.5.75.75 0 010 1.5z", fill: primaryFill }));
|
|
7639
|
+
};
|
|
7640
|
+
export const BookQuestionMarkRtl20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkRtl20RegularIcon({}), 'BookQuestionMarkRtl20Regular');
|
|
7269
7641
|
const BookQuestionMarkRtl24FilledIcon = (iconProps) => {
|
|
7270
7642
|
const { className, primaryFill } = iconProps;
|
|
7271
7643
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7278,6 +7650,18 @@ const BookQuestionMarkRtl24RegularIcon = (iconProps) => {
|
|
|
7278
7650
|
React.createElement("path", { d: "M14.5 8.75a.75.75 0 01-.75-.73l-.01-.08a.72.72 0 00-.12-.26c-.11-.15-.42-.45-1.36-.43-.55 0-.95.24-1.18.51a.92.92 0 00-.13.96c.11.3.37.44.91.68l.04.02c.22.1.54.23.79.43.3.25.56.63.56 1.15v.75a.75.75 0 11-1.5 0v-.73a2.49 2.49 0 00-.5-.25l-.04-.02c-.47-.2-1.3-.57-1.66-1.47-.35-.89-.17-1.8.37-2.46a3.02 3.02 0 012.32-1.07c1.31-.02 2.13.43 2.58 1.04a2.22 2.22 0 01.43 1.2s0 .76-.75.76zm-3 5.75a1 1 0 102 0 1 1 0 00-2 0zM6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zm-1 16V4.5a1 1 0 011-1H18a1 1 0 011 1V18H5.5z", fill: primaryFill }));
|
|
7279
7651
|
};
|
|
7280
7652
|
export const BookQuestionMarkRtl24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkRtl24RegularIcon({}), 'BookQuestionMarkRtl24Regular');
|
|
7653
|
+
const BookSearch20FilledIcon = (iconProps) => {
|
|
7654
|
+
const { className, primaryFill } = iconProps;
|
|
7655
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7656
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm5.59 7.88l1.26 1.27a.5.5 0 01-.7.7l-1.27-1.26a2.5 2.5 0 11.7-.7zM8 8.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z", fill: primaryFill }));
|
|
7657
|
+
};
|
|
7658
|
+
export const BookSearch20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookSearch20FilledIcon({}), 'BookSearch20Filled');
|
|
7659
|
+
const BookSearch20RegularIcon = (iconProps) => {
|
|
7660
|
+
const { className, primaryFill } = iconProps;
|
|
7661
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7662
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zm-2.41 6.88a2.5 2.5 0 10-.7.7l1.26 1.27a.5.5 0 00.7-.7L11.6 9.88zM8 8.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z", fill: primaryFill }));
|
|
7663
|
+
};
|
|
7664
|
+
export const BookSearch20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookSearch20RegularIcon({}), 'BookSearch20Regular');
|
|
7281
7665
|
const BookSearch24FilledIcon = (iconProps) => {
|
|
7282
7666
|
const { className, primaryFill } = iconProps;
|
|
7283
7667
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7290,6 +7674,18 @@ const BookSearch24RegularIcon = (iconProps) => {
|
|
|
7290
7674
|
React.createElement("path", { d: "M14.82 11.8a3.72 3.72 0 10-1.02 1.02l2.47 2.47.07.06a.72.72 0 00.95-1.09l-2.47-2.46zm-3.1-4.35a2.28 2.28 0 110 4.55 2.28 2.28 0 010-4.55zM6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zM19 18H5.5V4.5a1 1 0 011-1H18a1 1 0 011 1V18z", fill: primaryFill }));
|
|
7291
7675
|
};
|
|
7292
7676
|
export const BookSearch24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookSearch24RegularIcon({}), 'BookSearch24Regular');
|
|
7677
|
+
const BookStar20FilledIcon = (iconProps) => {
|
|
7678
|
+
const { className, primaryFill } = iconProps;
|
|
7679
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7680
|
+
React.createElement("path", { d: "M4 4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2V4zm6.45 1.29a.5.5 0 00-.9 0l-.83 1.77-1.93.23a.5.5 0 00-.28.87l1.43 1.33-.38 1.91a.5.5 0 00.73.53l1.71-.95 1.7.95a.5.5 0 00.74-.53l-.38-1.91 1.43-1.33a.5.5 0 00-.28-.87l-1.93-.23-.83-1.77zm-.94 2.44L10 6.7l.49 1.04a.5.5 0 00.39.29l1.14.14-.84.78a.5.5 0 00-.15.46l.22 1.14-1-.56a.5.5 0 00-.5 0l-1 .56.22-1.14a.5.5 0 00-.15-.46l-.84-.78 1.14-.14a.5.5 0 00.4-.29z", fill: primaryFill }));
|
|
7681
|
+
};
|
|
7682
|
+
export const BookStar20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookStar20FilledIcon({}), 'BookStar20Filled');
|
|
7683
|
+
const BookStar20RegularIcon = (iconProps) => {
|
|
7684
|
+
const { className, primaryFill } = iconProps;
|
|
7685
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7686
|
+
React.createElement("path", { d: "M4 16V4c0-1.1.9-2 2-2h8a2 2 0 012 2v11a1 1 0 01-1 1H5a1 1 0 001 1h9.5a.5.5 0 010 1H6a2 2 0 01-2-2zM15 4a1 1 0 00-1-1H6a1 1 0 00-1 1v11h10V4zm-4.55 1.29a.5.5 0 00-.9 0l-.83 1.77-1.93.23a.5.5 0 00-.28.87l1.43 1.33-.38 1.91a.5.5 0 00.73.53l1.71-.95 1.7.95a.5.5 0 00.74-.53l-.38-1.91 1.43-1.33a.5.5 0 00-.28-.87l-1.93-.23-.83-1.77zm-.94 2.44L10 6.7l.49 1.04a.5.5 0 00.39.29l1.14.14-.84.78a.5.5 0 00-.15.46l.22 1.14-1-.56a.5.5 0 00-.5 0l-1 .56.22-1.14a.5.5 0 00-.15-.46l-.84-.78 1.14-.14a.5.5 0 00.4-.29z", fill: primaryFill }));
|
|
7687
|
+
};
|
|
7688
|
+
export const BookStar20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookStar20RegularIcon({}), 'BookStar20Regular');
|
|
7293
7689
|
const BookStar24FilledIcon = (iconProps) => {
|
|
7294
7690
|
const { className, primaryFill } = iconProps;
|
|
7295
7691
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7304,6 +7700,18 @@ const BookStar24RegularIcon = (iconProps) => {
|
|
|
7304
7700
|
React.createElement("path", { d: "M6.5 2A2.5 2.5 0 004 4.5v15A2.5 2.5 0 006.5 22h13.25a.75.75 0 000-1.5H6.5a1 1 0 01-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0018 2H6.5zM19 18H5.5V4.5a1 1 0 011-1H18a1 1 0 011 1V18z", fill: primaryFill }));
|
|
7305
7701
|
};
|
|
7306
7702
|
export const BookStar24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookStar24RegularIcon({}), 'BookStar24Regular');
|
|
7703
|
+
const BookTheta20FilledIcon = (iconProps) => {
|
|
7704
|
+
const { className, primaryFill } = iconProps;
|
|
7705
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7706
|
+
React.createElement("path", { d: "M6 2a2 2 0 00-2 2v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6zm1 7c0-1.06.3-2.04.83-2.77A2.7 2.7 0 0110 5c.9 0 1.66.5 2.17 1.23.52.73.83 1.71.83 2.77s-.3 2.04-.83 2.77A2.7 2.7 0 0110 13c-.9 0-1.66-.5-2.17-1.23A4.79 4.79 0 017 9zm4.97.5c-.07.67-.3 1.25-.6 1.68-.4.54-.88.82-1.37.82-.49 0-.97-.28-1.36-.82a3.62 3.62 0 01-.61-1.68h3.94zm0-1a3.62 3.62 0 00-.6-1.68C10.96 6.28 10.48 6 10 6c-.49 0-.97.28-1.36.82a3.62 3.62 0 00-.61 1.68h3.94z", fill: primaryFill }));
|
|
7707
|
+
};
|
|
7708
|
+
export const BookTheta20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookTheta20FilledIcon({}), 'BookTheta20Filled');
|
|
7709
|
+
const BookTheta20RegularIcon = (iconProps) => {
|
|
7710
|
+
const { className, primaryFill } = iconProps;
|
|
7711
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7712
|
+
React.createElement("path", { d: "M4 4v12c0 1.1.9 2 2 2h9.5a.5.5 0 000-1H6a1 1 0 01-1-1h10a1 1 0 001-1V4a2 2 0 00-2-2H6a2 2 0 00-2 2zm10-1a1 1 0 011 1v11H5V4a1 1 0 011-1h8zM7 9c0-1.06.3-2.04.83-2.77A2.7 2.7 0 0110 5c.9 0 1.66.5 2.17 1.23.52.73.83 1.71.83 2.77s-.3 2.04-.83 2.77A2.7 2.7 0 0110 13c-.9 0-1.66-.5-2.17-1.23A4.79 4.79 0 017 9zm4.97.5H8.03c.07.67.3 1.25.6 1.68.4.54.88.82 1.37.82.49 0 .97-.28 1.36-.82.31-.43.54-1.01.61-1.68zm0-1a3.62 3.62 0 00-.6-1.68C10.96 6.28 10.48 6 10 6c-.49 0-.97.28-1.36.82a3.62 3.62 0 00-.61 1.68h3.94z", fill: primaryFill }));
|
|
7713
|
+
};
|
|
7714
|
+
export const BookTheta20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookTheta20RegularIcon({}), 'BookTheta20Regular');
|
|
7307
7715
|
const BookTheta24FilledIcon = (iconProps) => {
|
|
7308
7716
|
const { className, primaryFill } = iconProps;
|
|
7309
7717
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7501,6 +7909,18 @@ const BookmarkMultiple48RegularIcon = (iconProps) => {
|
|
|
7501
7909
|
React.createElement("path", { d: "M14.67 6.5A5 5 0 0119 4h9.75C34.4 4 39 8.59 39 14.25V34a5 5 0 01-2.5 4.33V14.25a7.75 7.75 0 00-7.75-7.75H14.67zM14 9a5 5 0 00-5 5v28.75a1.25 1.25 0 001.94 1.04l10.56-7.04 10.56 7.04A1.25 1.25 0 0034 42.75V14a5 5 0 00-5-5H14zm-2.5 5a2.5 2.5 0 012.5-2.5h15a2.5 2.5 0 012.5 2.5v26.41l-9.3-6.2a1.25 1.25 0 00-1.4 0l-9.3 6.2V14z", fill: primaryFill }));
|
|
7502
7910
|
};
|
|
7503
7911
|
export const BookmarkMultiple48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookmarkMultiple48RegularIcon({}), 'BookmarkMultiple48Regular');
|
|
7912
|
+
const BookmarkOff20FilledIcon = (iconProps) => {
|
|
7913
|
+
const { className, primaryFill } = iconProps;
|
|
7914
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7915
|
+
React.createElement("path", { d: "M16 16.7l1.15 1.15a.5.5 0 00.7-.7l-15-15a.5.5 0 10-.7.7L4 4.71V17.5a.5.5 0 00.8.4l5.2-3.78 5.2 3.78a.5.5 0 00.8-.4v-.8zm0-12.2v9.38L4.8 2.68A2.5 2.5 0 016.5 2h7A2.5 2.5 0 0116 4.5z", fill: primaryFill }));
|
|
7916
|
+
};
|
|
7917
|
+
export const BookmarkOff20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookmarkOff20FilledIcon({}), 'BookmarkOff20Filled');
|
|
7918
|
+
const BookmarkOff20RegularIcon = (iconProps) => {
|
|
7919
|
+
const { className, primaryFill } = iconProps;
|
|
7920
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7921
|
+
React.createElement("path", { d: "M4 4.7L2.15 2.86a.5.5 0 11.7-.7l15 15a.5.5 0 01-.7.7L16 16.71v.79a.5.5 0 01-.8.4L10 14.12 4.8 17.9a.5.5 0 01-.8-.4V4.7zm11 11L5 5.7v10.82l4.7-3.42a.5.5 0 01.6 0l4.7 3.42v-.81zm0-11.2v8.38l1 1V4.5A2.5 2.5 0 0013.5 2h-7a2.5 2.5 0 00-1.7.67l.7.71a1.5 1.5 0 011-.38h7c.83 0 1.5.67 1.5 1.5z", fill: primaryFill }));
|
|
7922
|
+
};
|
|
7923
|
+
export const BookmarkOff20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookmarkOff20RegularIcon({}), 'BookmarkOff20Regular');
|
|
7504
7924
|
const BookmarkOff24FilledIcon = (iconProps) => {
|
|
7505
7925
|
const { className, primaryFill } = iconProps;
|
|
7506
7926
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7601,6 +8021,18 @@ const BorderAll24RegularIcon = (iconProps) => {
|
|
|
7601
8021
|
React.createElement("path", { d: "M3 5.75A2.75 2.75 0 015.75 3h12.5A2.75 2.75 0 0121 5.75v12.5A2.75 2.75 0 0118.25 21H5.75A2.75 2.75 0 013 18.25V5.75zm9.75 13.75h5.5c.69 0 1.25-.56 1.25-1.25v-5.5h-6.75v6.75zm-1.5-6.75H4.5v5.5c0 .69.56 1.25 1.25 1.25h5.5v-6.75zm1.5-1.5h6.75v-5.5c0-.69-.56-1.25-1.25-1.25h-5.5v6.75zm-1.5-6.75h-5.5c-.69 0-1.25.56-1.25 1.25v5.5h6.75V4.5z", fill: primaryFill }));
|
|
7602
8022
|
};
|
|
7603
8023
|
export const BorderAll24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderAll24RegularIcon({}), 'BorderAll24Regular');
|
|
8024
|
+
const BorderBottom20FilledIcon = (iconProps) => {
|
|
8025
|
+
const { className, primaryFill } = iconProps;
|
|
8026
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8027
|
+
React.createElement("path", { d: "M8 3.75c0-.41.34-.75.75-.75h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 018 3.75zm.71 11.75a.7.7 0 01.04 0h2.5a.7.7 0 01.04 0H14a1.5 1.5 0 001.43-1.03v-.01a.75.75 0 011.38.58A3 3 0 0114 17H6a3 3 0 01-2.81-1.96.75.75 0 111.41-.49c.22.56.77.95 1.4.95h2.71zM4.61 5.45a1.5 1.5 0 01.93-.88.75.75 0 00-.58-1.38 3 3 0 00-1.77 1.77.75.75 0 101.41.49zm9.94-.85a1.5 1.5 0 01.88.94.75.75 0 001.38-.58 3 3 0 00-1.77-1.77.75.75 0 10-.5 1.41zM3 11.25a.75.75 0 001.5 0v-2.5a.75.75 0 00-1.5 0v2.5zm13.25.75a.75.75 0 01-.75-.75v-2.5a.75.75 0 011.5 0v2.5c0 .41-.34.75-.75.75z", fill: primaryFill }));
|
|
8028
|
+
};
|
|
8029
|
+
export const BorderBottom20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottom20FilledIcon({}), 'BorderBottom20Filled');
|
|
8030
|
+
const BorderBottom20RegularIcon = (iconProps) => {
|
|
8031
|
+
const { className, primaryFill } = iconProps;
|
|
8032
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8033
|
+
React.createElement("path", { d: "M8.5 3a.5.5 0 000 1h3a.5.5 0 000-1h-3zM5.54 4.05a2 2 0 00-1.5 1.55.5.5 0 01-.59.4.5.5 0 01-.38-.66 3 3 0 012.34-2.29.5.5 0 01.6.4.5.5 0 01-.47.6zM3.07 14.66a.5.5 0 01.38-.66.5.5 0 01.6.46A2 2 0 006 16h8a2 2 0 001.95-1.6.5.5 0 01.6-.4.5.5 0 01.38.66A3 3 0 0114 17H6a3 3 0 01-2.93-2.34zM14.6 3.06a3 3 0 012.36 2.36.5.5 0 01-.4.58.5.5 0 01-.6-.46 2 2 0 00-1.55-1.5.5.5 0 01-.4-.59.5.5 0 01.6-.4zM16.5 12a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v3a.5.5 0 01-.5.5zM3 11.5a.5.5 0 001 0v-3a.5.5 0 00-1 0v3z", fill: primaryFill }));
|
|
8034
|
+
};
|
|
8035
|
+
export const BorderBottom20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottom20RegularIcon({}), 'BorderBottom20Regular');
|
|
7604
8036
|
const BorderBottom24FilledIcon = (iconProps) => {
|
|
7605
8037
|
const { className, primaryFill } = iconProps;
|
|
7606
8038
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7623,6 +8055,18 @@ const BorderBottom24RegularIcon = (iconProps) => {
|
|
|
7623
8055
|
React.createElement("path", { d: "M3 17.75a.75.75 0 011.5 0v.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25v-.5a.75.75 0 011.5 0v.5A2.75 2.75 0 0118.25 21H5.75A2.75 2.75 0 013 18.25v-.5z", fill: primaryFill }));
|
|
7624
8056
|
};
|
|
7625
8057
|
export const BorderBottom24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottom24RegularIcon({}), 'BorderBottom24Regular');
|
|
8058
|
+
const BorderBottomDouble20FilledIcon = (iconProps) => {
|
|
8059
|
+
const { className, primaryFill } = iconProps;
|
|
8060
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8061
|
+
React.createElement("path", { d: "M8 3.75c0-.41.34-.75.75-.75h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 018 3.75zm-2.55.85a1.5 1.5 0 00-.88.94.75.75 0 01-1.38-.58 3 3 0 011.77-1.77.75.75 0 11.5 1.41zm9.95.85a1.5 1.5 0 00-.94-.88.75.75 0 01.58-1.38 3 3 0 011.78 1.77h-.01a.75.75 0 11-1.41.49zM3.75 11a.75.75 0 01-.75-.75v-1.5a.75.75 0 011.5 0v1.5c0 .41-.34.75-.75.75zm11.75-.75a.75.75 0 001.5 0v-1.5a.75.75 0 00-1.5 0v1.5zm-12.5 6c0-.41.34-.75.75-.75h12.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75zM3.75 13a.75.75 0 000 1.5h12.5a.75.75 0 000-1.5H3.75z", fill: primaryFill }));
|
|
8062
|
+
};
|
|
8063
|
+
export const BorderBottomDouble20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomDouble20FilledIcon({}), 'BorderBottomDouble20Filled');
|
|
8064
|
+
const BorderBottomDouble20RegularIcon = (iconProps) => {
|
|
8065
|
+
const { className, primaryFill } = iconProps;
|
|
8066
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8067
|
+
React.createElement("path", { d: "M8.5 3a.5.5 0 000 1h3a.5.5 0 000-1h-3zM4.05 5.54a2 2 0 011.55-1.5.5.5 0 00.4-.59.5.5 0 00-.66-.38 3 3 0 00-2.29 2.34.5.5 0 00.4.6.5.5 0 00.6-.47zM14.6 3.05a3 3 0 012.36 2.36.5.5 0 01-.4.6.5.5 0 01-.6-.47 2 2 0 00-1.55-1.5.5.5 0 01-.4-.59.5.5 0 01.6-.4zM16.5 12a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v3a.5.5 0 01-.5.5zM3 11.5a.5.5 0 001 0v-3a.5.5 0 00-1 0v3zm0 5c0-.28.22-.5.5-.5h13a.5.5 0 010 1h-13a.5.5 0 01-.5-.5zm.5-2.5a.5.5 0 000 1h13a.5.5 0 000-1h-13z", fill: primaryFill }));
|
|
8068
|
+
};
|
|
8069
|
+
export const BorderBottomDouble20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomDouble20RegularIcon({}), 'BorderBottomDouble20Regular');
|
|
7626
8070
|
const BorderBottomDouble24FilledIcon = (iconProps) => {
|
|
7627
8071
|
const { className, primaryFill } = iconProps;
|
|
7628
8072
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7647,6 +8091,18 @@ const BorderBottomDouble24RegularIcon = (iconProps) => {
|
|
|
7647
8091
|
React.createElement("path", { d: "M17.75 3a.75.75 0 000 1.5h.5c.69 0 1.25.56 1.25 1.25v.5a.75.75 0 001.5 0v-.5A2.75 2.75 0 0018.25 3h-.5z", fill: primaryFill }));
|
|
7648
8092
|
};
|
|
7649
8093
|
export const BorderBottomDouble24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomDouble24RegularIcon({}), 'BorderBottomDouble24Regular');
|
|
8094
|
+
const BorderBottomThick20FilledIcon = (iconProps) => {
|
|
8095
|
+
const { className, primaryFill } = iconProps;
|
|
8096
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8097
|
+
React.createElement("path", { d: "M9 3a1 1 0 000 2h2a1 1 0 100-2H9zm-4.64.5a1 1 0 111.16 1.62 1 1 0 00-.4.4 1 1 0 01-1.84-.33 1 1 0 01.22-.83c.22-.35.51-.64.85-.87zM6 15a1 1 0 01-.88-.52 1 1 0 00-1.84.33 1 1 0 00.22.83A3 3 0 006 17h8a3 3 0 002.5-1.35 1 1 0 10-1.62-1.17A1 1 0 0114 15H6zm9.64-11.5a1 1 0 10-1.16 1.62c.17.1.3.23.4.4a1 1 0 001.84-.33 1 1 0 00-.22-.83 3.02 3.02 0 00-.85-.87zM4 12a1 1 0 01-1-1V9a1 1 0 012 0v2a1 1 0 01-1 1zm11-1a1 1 0 102 0V9a1 1 0 10-2 0v2z", fill: primaryFill }));
|
|
8098
|
+
};
|
|
8099
|
+
export const BorderBottomThick20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomThick20FilledIcon({}), 'BorderBottomThick20Filled');
|
|
8100
|
+
const BorderBottomThick20RegularIcon = (iconProps) => {
|
|
8101
|
+
const { className, primaryFill } = iconProps;
|
|
8102
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8103
|
+
React.createElement("path", { d: "M8 3.75c0-.41.34-.75.75-.75h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 018 3.75zm.71 11.75a.7.7 0 01.04 0h2.5a.7.7 0 01.04 0H14a1.5 1.5 0 001.43-1.03v-.01a.75.75 0 011.38.58A3 3 0 0114 17H6a3 3 0 01-2.81-1.96.75.75 0 111.41-.49c.22.56.77.95 1.4.95h2.71zM4.61 5.45a1.5 1.5 0 01.93-.88.75.75 0 00-.58-1.38 3 3 0 00-1.77 1.77.75.75 0 101.41.49zm9.94-.85a1.5 1.5 0 01.88.94.75.75 0 001.38-.58 3 3 0 00-1.77-1.77.75.75 0 10-.5 1.41zM3 11.25a.75.75 0 001.5 0v-2.5a.75.75 0 00-1.5 0v2.5zm13.25.75a.75.75 0 01-.75-.75v-2.5a.75.75 0 011.5 0v2.5c0 .41-.34.75-.75.75z", fill: primaryFill }));
|
|
8104
|
+
};
|
|
8105
|
+
export const BorderBottomThick20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomThick20RegularIcon({}), 'BorderBottomThick20Regular');
|
|
7650
8106
|
const BorderBottomThick24FilledIcon = (iconProps) => {
|
|
7651
8107
|
const { className, primaryFill } = iconProps;
|
|
7652
8108
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7669,6 +8125,18 @@ const BorderBottomThick24RegularIcon = (iconProps) => {
|
|
|
7669
8125
|
React.createElement("path", { d: "M3 18a1 1 0 112 0 1 1 0 001 1h12a1 1 0 001-1 1 1 0 112 0 3 3 0 01-3 3H6a3 3 0 01-3-3z", fill: primaryFill }));
|
|
7670
8126
|
};
|
|
7671
8127
|
export const BorderBottomThick24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomThick24RegularIcon({}), 'BorderBottomThick24Regular');
|
|
8128
|
+
const BorderLeft20FilledIcon = (iconProps) => {
|
|
8129
|
+
const { className, primaryFill } = iconProps;
|
|
8130
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8131
|
+
React.createElement("path", { d: "M16.25 8c.41 0 .75.34.75.75v2.5a.75.75 0 01-1.5 0v-2.5c0-.41.34-.75.75-.75zM3 11.27V14a3 3 0 001.96 2.81.75.75 0 00.58-1.38A1.5 1.5 0 014.5 14V6a1.5 1.5 0 011.03-1.43.75.75 0 00-.58-1.38A3 3 0 003 6v5.27zM14.55 4.6a1.5 1.5 0 01.88.94.75.75 0 001.38-.58 3 3 0 00-1.77-1.77.75.75 0 10-.49 1.41zm.85 9.95a1.5 1.5 0 01-.94.88.75.75 0 00.58 1.38 3 3 0 001.77-1.77.75.75 0 10-1.41-.5zM8.75 3a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5zM8 16.25c0-.41.34-.75.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75z", fill: primaryFill }));
|
|
8132
|
+
};
|
|
8133
|
+
export const BorderLeft20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderLeft20FilledIcon({}), 'BorderLeft20Filled');
|
|
8134
|
+
const BorderLeft20RegularIcon = (iconProps) => {
|
|
8135
|
+
const { className, primaryFill } = iconProps;
|
|
8136
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8137
|
+
React.createElement("path", { d: "M17 8.5a.5.5 0 00-1 0v3a.5.5 0 001 0v-3zm-1.05-2.96a2 2 0 00-1.55-1.5.5.5 0 01-.4-.59.5.5 0 01.66-.38 3 3 0 012.29 2.34.5.5 0 01-.4.6.5.5 0 01-.6-.47zM5.34 3.07a.5.5 0 01.66.38.5.5 0 01-.46.6A2 2 0 004 6v8a2 2 0 001.6 1.95.5.5 0 01.4.6.5.5 0 01-.66.38A3 3 0 013 14V6a3 3 0 012.34-2.93zm11.6 11.52a3 3 0 01-2.36 2.36.5.5 0 01-.58-.4.5.5 0 01.46-.6 2 2 0 001.5-1.55.5.5 0 01.59-.4.5.5 0 01.4.6zM8 16.5c0-.28.22-.5.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zM8.5 3a.5.5 0 000 1h3a.5.5 0 000-1h-3z", fill: primaryFill }));
|
|
8138
|
+
};
|
|
8139
|
+
export const BorderLeft20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderLeft20RegularIcon({}), 'BorderLeft20Regular');
|
|
7672
8140
|
const BorderLeft24FilledIcon = (iconProps) => {
|
|
7673
8141
|
const { className, primaryFill } = iconProps;
|
|
7674
8142
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7691,6 +8159,30 @@ const BorderLeft24RegularIcon = (iconProps) => {
|
|
|
7691
8159
|
React.createElement("path", { d: "M17 20.25c0 .41.34.75.75.75h.5A2.75 2.75 0 0021 18.25v-.5a.75.75 0 00-1.5 0v.5c0 .69-.56 1.25-1.25 1.25h-.5a.75.75 0 00-.75.75z", fill: primaryFill }));
|
|
7692
8160
|
};
|
|
7693
8161
|
export const BorderLeft24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderLeft24RegularIcon({}), 'BorderLeft24Regular');
|
|
8162
|
+
const BorderNone20FilledIcon = (iconProps) => {
|
|
8163
|
+
const { className, primaryFill } = iconProps;
|
|
8164
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8165
|
+
React.createElement("path", { d: "M8.75 3a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5zm0 12.5a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5zM5.45 4.6a1.5 1.5 0 00-.88.94.75.75 0 01-1.38-.58 3 3 0 011.77-1.77.75.75 0 11.5 1.41zm9.95.85a1.5 1.5 0 00-.94-.88.75.75 0 01.58-1.38 3 3 0 011.78 1.77h-.01a.75.75 0 11-1.41.49zM3.75 12a.75.75 0 01-.75-.75v-2.5a.75.75 0 011.5 0v2.5c0 .41-.34.75-.75.75zm11.75-.75a.75.75 0 001.5 0v-2.5a.75.75 0 00-1.5 0v2.5zM5.45 15.4a1.5 1.5 0 01-.88-.94.75.75 0 00-1.38.58 3 3 0 001.77 1.77.75.75 0 10.5-1.41zm9.95-.85a1.5 1.5 0 01-.94.88.75.75 0 00.58 1.38 3 3 0 001.78-1.77h-.01a.75.75 0 10-1.41-.49z", fill: primaryFill }));
|
|
8166
|
+
};
|
|
8167
|
+
export const BorderNone20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderNone20FilledIcon({}), 'BorderNone20Filled');
|
|
8168
|
+
const BorderNone20RegularIcon = (iconProps) => {
|
|
8169
|
+
const { className, primaryFill } = iconProps;
|
|
8170
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8171
|
+
React.createElement("path", { d: "M8 3.5c0-.28.22-.5.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zm-2.46.55a2 2 0 00-1.5 1.55.5.5 0 01-.59.4.5.5 0 01-.38-.66 3 3 0 012.34-2.29.5.5 0 01.6.4.5.5 0 01-.47.6zm0 11.9a2 2 0 01-1.5-1.55.5.5 0 00-.59-.4.5.5 0 00-.38.66 3 3 0 002.34 2.29.5.5 0 00.6-.4.5.5 0 00-.47-.6zm9.05-12.9a3 3 0 012.36 2.36.5.5 0 01-.4.6.5.5 0 01-.6-.47 2 2 0 00-1.55-1.5.5.5 0 01-.4-.59.5.5 0 01.6-.4zm-.13 12.9a2 2 0 001.5-1.55.5.5 0 01.59-.4.5.5 0 01.38.66 3 3 0 01-2.34 2.29.5.5 0 01-.6-.4.5.5 0 01.47-.6zM16 11.5a.5.5 0 001 0v-3a.5.5 0 00-1 0v3zM3.5 12a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v3a.5.5 0 01-.5.5zm5 4a.5.5 0 000 1h3a.5.5 0 000-1h-3z", fill: primaryFill }));
|
|
8172
|
+
};
|
|
8173
|
+
export const BorderNone20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderNone20RegularIcon({}), 'BorderNone20Regular');
|
|
8174
|
+
const BorderOutside20FilledIcon = (iconProps) => {
|
|
8175
|
+
const { className, primaryFill } = iconProps;
|
|
8176
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8177
|
+
React.createElement("path", { d: "M3 6a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm3-1.5c-.83 0-1.5.67-1.5 1.5v8c0 .83.67 1.5 1.5 1.5h8c.83 0 1.5-.67 1.5-1.5V6c0-.83-.67-1.5-1.5-1.5H6z", fill: primaryFill }));
|
|
8178
|
+
};
|
|
8179
|
+
export const BorderOutside20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutside20FilledIcon({}), 'BorderOutside20Filled');
|
|
8180
|
+
const BorderOutside20RegularIcon = (iconProps) => {
|
|
8181
|
+
const { className, primaryFill } = iconProps;
|
|
8182
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8183
|
+
React.createElement("path", { d: "M3 6a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm3-2a2 2 0 00-2 2v8c0 1.1.9 2 2 2h8a2 2 0 002-2V6a2 2 0 00-2-2H6z", fill: primaryFill }));
|
|
8184
|
+
};
|
|
8185
|
+
export const BorderOutside20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutside20RegularIcon({}), 'BorderOutside20Regular');
|
|
7694
8186
|
const BorderOutside24FilledIcon = (iconProps) => {
|
|
7695
8187
|
const { className, primaryFill } = iconProps;
|
|
7696
8188
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7703,6 +8195,18 @@ const BorderOutside24RegularIcon = (iconProps) => {
|
|
|
7703
8195
|
React.createElement("path", { d: "M3 5.75A2.75 2.75 0 015.75 3h12.5A2.75 2.75 0 0121 5.75v12.5A2.75 2.75 0 0118.25 21H5.75A2.75 2.75 0 013 18.25V5.75zM5.75 4.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V5.75c0-.69-.56-1.25-1.25-1.25H5.75z", fill: primaryFill }));
|
|
7704
8196
|
};
|
|
7705
8197
|
export const BorderOutside24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutside24RegularIcon({}), 'BorderOutside24Regular');
|
|
8198
|
+
const BorderOutsideThick20FilledIcon = (iconProps) => {
|
|
8199
|
+
const { className, primaryFill } = iconProps;
|
|
8200
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8201
|
+
React.createElement("path", { d: "M3 6a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm3-1a1 1 0 00-1 1v8a1 1 0 001 1h8a1 1 0 001-1V6a1 1 0 00-1-1H6z", fill: primaryFill }));
|
|
8202
|
+
};
|
|
8203
|
+
export const BorderOutsideThick20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideThick20FilledIcon({}), 'BorderOutsideThick20Filled');
|
|
8204
|
+
const BorderOutsideThick20RegularIcon = (iconProps) => {
|
|
8205
|
+
const { className, primaryFill } = iconProps;
|
|
8206
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8207
|
+
React.createElement("path", { d: "M3 6a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm3-1.5c-.83 0-1.5.67-1.5 1.5v8c0 .83.67 1.5 1.5 1.5h8c.83 0 1.5-.67 1.5-1.5V6c0-.83-.67-1.5-1.5-1.5H6z", fill: primaryFill }));
|
|
8208
|
+
};
|
|
8209
|
+
export const BorderOutsideThick20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideThick20RegularIcon({}), 'BorderOutsideThick20Regular');
|
|
7706
8210
|
const BorderOutsideThick24FilledIcon = (iconProps) => {
|
|
7707
8211
|
const { className, primaryFill } = iconProps;
|
|
7708
8212
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7715,6 +8219,18 @@ const BorderOutsideThick24RegularIcon = (iconProps) => {
|
|
|
7715
8219
|
React.createElement("path", { d: "M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6zm3-1a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V6a1 1 0 00-1-1H6z", fill: primaryFill }));
|
|
7716
8220
|
};
|
|
7717
8221
|
export const BorderOutsideThick24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideThick24RegularIcon({}), 'BorderOutsideThick24Regular');
|
|
8222
|
+
const BorderRight20FilledIcon = (iconProps) => {
|
|
8223
|
+
const { className, primaryFill } = iconProps;
|
|
8224
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8225
|
+
React.createElement("path", { d: "M3.75 12a.75.75 0 01-.75-.75v-2.5a.75.75 0 011.5 0v2.5c0 .41-.34.75-.75.75zM17 8.73V6a3 3 0 00-1.96-2.81.75.75 0 10-.58 1.38l.07.03c.57.21.97.76.97 1.4v8a1.5 1.5 0 01-1.04 1.43.75.75 0 00.58 1.38A3 3 0 0017 14v-2.73-2.52-.02zM5.45 15.4a1.5 1.5 0 01-.88-.94.75.75 0 00-1.38.58 3 3 0 001.77 1.77.75.75 0 10.49-1.41zM4.6 5.45a1.5 1.5 0 01.94-.88.75.75 0 00-.58-1.38 3 3 0 00-1.77 1.77.75.75 0 101.41.5zM11.25 17a.75.75 0 000-1.5h-2.5a.75.75 0 000 1.5h2.5zM12 3.75c0 .41-.34.75-.75.75h-2.5a.75.75 0 010-1.5h2.5c.41 0 .75.34.75.75z", fill: primaryFill }));
|
|
8226
|
+
};
|
|
8227
|
+
export const BorderRight20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderRight20FilledIcon({}), 'BorderRight20Filled');
|
|
8228
|
+
const BorderRight20RegularIcon = (iconProps) => {
|
|
8229
|
+
const { className, primaryFill } = iconProps;
|
|
8230
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8231
|
+
React.createElement("path", { d: "M3 11.5a.5.5 0 001 0v-3a.5.5 0 00-1 0v3zm1.05 2.96a2 2 0 001.55 1.5.5.5 0 01.4.59.5.5 0 01-.66.38 3 3 0 01-2.29-2.34.5.5 0 01.4-.6.5.5 0 01.6.47zm10.61 2.47a.5.5 0 01-.66-.38.5.5 0 01.46-.6A2 2 0 0016 14V6a2 2 0 00-1.6-1.95.5.5 0 01-.4-.6.5.5 0 01.66-.38A3 3 0 0117 6v8a3 3 0 01-2.34 2.93zM3.06 5.4a3 3 0 012.36-2.36.5.5 0 01.58.4.5.5 0 01-.46.6 2 2 0 00-1.5 1.55.5.5 0 01-.59.4.5.5 0 01-.4-.59zM12 3.5a.5.5 0 01-.5.5h-3a.5.5 0 010-1h3c.28 0 .5.22.5.5zM11.5 17a.5.5 0 000-1h-3a.5.5 0 000 1h3z", fill: primaryFill }));
|
|
8232
|
+
};
|
|
8233
|
+
export const BorderRight20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderRight20RegularIcon({}), 'BorderRight20Regular');
|
|
7718
8234
|
const BorderRight24FilledIcon = (iconProps) => {
|
|
7719
8235
|
const { className, primaryFill } = iconProps;
|
|
7720
8236
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7737,6 +8253,18 @@ const BorderRight24RegularIcon = (iconProps) => {
|
|
|
7737
8253
|
React.createElement("path", { d: "M17.75 3a.75.75 0 000 1.5h.5c.69 0 1.25.56 1.25 1.25v12.5c0 .69-.56 1.25-1.25 1.25h-.5a.75.75 0 000 1.5h.5A2.75 2.75 0 0021 18.25V5.75A2.75 2.75 0 0018.25 3h-.5z", fill: primaryFill }));
|
|
7738
8254
|
};
|
|
7739
8255
|
export const BorderRight24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderRight24RegularIcon({}), 'BorderRight24Regular');
|
|
8256
|
+
const BorderTop20FilledIcon = (iconProps) => {
|
|
8257
|
+
const { className, primaryFill } = iconProps;
|
|
8258
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8259
|
+
React.createElement("path", { d: "M12 16.25c0 .41-.34.75-.75.75h-2.5a.75.75 0 010-1.5h2.5c.41 0 .75.34.75.75zM8.73 3H6a3 3 0 00-2.81 1.96.75.75 0 001.38.58l.03-.07A1.5 1.5 0 016 4.5h8a1.5 1.5 0 011.43 1.04.75.75 0 001.38-.58A3 3 0 0014 3h-2.73-2.52-.02zm6.67 11.55a1.5 1.5 0 01-.94.88.75.75 0 00.58 1.38 3 3 0 001.77-1.77.75.75 0 10-1.41-.49zm-9.95.85a1.5 1.5 0 01-.88-.94.75.75 0 00-1.38.58 3 3 0 001.77 1.77.75.75 0 10.5-1.41zM17 8.75a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5zM3.75 8c.41 0 .75.34.75.75v2.5a.75.75 0 01-1.5 0v-2.5c0-.41.34-.75.75-.75z", fill: primaryFill }));
|
|
8260
|
+
};
|
|
8261
|
+
export const BorderTop20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTop20FilledIcon({}), 'BorderTop20Filled');
|
|
8262
|
+
const BorderTop20RegularIcon = (iconProps) => {
|
|
8263
|
+
const { className, primaryFill } = iconProps;
|
|
8264
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8265
|
+
React.createElement("path", { d: "M11.5 17a.5.5 0 000-1h-3a.5.5 0 000 1h3zm2.96-1.05a2 2 0 001.5-1.55.5.5 0 01.59-.4.5.5 0 01.38.66 3 3 0 01-2.34 2.29.5.5 0 01-.6-.4.5.5 0 01.47-.6zm2.47-10.61a.5.5 0 11-.98.2A2 2 0 0014 4H6a2 2 0 00-1.95 1.6.5.5 0 01-.6.4.5.5 0 01-.38-.66A3 3 0 016 3h8a3 3 0 012.93 2.34zM5.4 16.94a3 3 0 01-2.36-2.36.5.5 0 01.4-.58.5.5 0 01.6.46 2 2 0 001.55 1.5.5.5 0 01.4.59.5.5 0 01-.59.4zM3.5 8c.28 0 .5.22.5.5v3a.5.5 0 01-1 0v-3c0-.28.22-.5.5-.5zm13.5.5a.5.5 0 00-1 0v3a.5.5 0 001 0v-3z", fill: primaryFill }));
|
|
8266
|
+
};
|
|
8267
|
+
export const BorderTop20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTop20RegularIcon({}), 'BorderTop20Regular');
|
|
7740
8268
|
const BorderTop24FilledIcon = (iconProps) => {
|
|
7741
8269
|
const { className, primaryFill } = iconProps;
|
|
7742
8270
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7759,6 +8287,18 @@ const BorderTop24RegularIcon = (iconProps) => {
|
|
|
7759
8287
|
React.createElement("path", { d: "M17 20.25c0 .41.34.75.75.75h.5A2.75 2.75 0 0021 18.25v-.5a.75.75 0 00-1.5 0v.5c0 .69-.56 1.25-1.25 1.25h-.5a.75.75 0 00-.75.75z", fill: primaryFill }));
|
|
7760
8288
|
};
|
|
7761
8289
|
export const BorderTop24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTop24RegularIcon({}), 'BorderTop24Regular');
|
|
8290
|
+
const BorderTopBottom20FilledIcon = (iconProps) => {
|
|
8291
|
+
const { className, primaryFill } = iconProps;
|
|
8292
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8293
|
+
React.createElement("path", { d: "M6 4.5a1.5 1.5 0 00-1.43 1.04.75.75 0 01-1.38-.58A3 3 0 016 3h8a3 3 0 012.81 1.96.75.75 0 01-1.38.58A1.5 1.5 0 0014 4.5H6zm-3 6.75a.75.75 0 001.5 0v-2.5a.75.75 0 00-1.5 0v2.5zm12.5 0a.75.75 0 001.5 0v-2.5a.75.75 0 00-1.5 0v2.5zm-10.9 3.3c.22.56.77.95 1.4.95h8a1.5 1.5 0 001.43-1.03v-.01a.75.75 0 011.38.58A3 3 0 0114 17H6a3 3 0 01-2.81-1.96.75.75 0 111.41-.49z", fill: primaryFill }));
|
|
8294
|
+
};
|
|
8295
|
+
export const BorderTopBottom20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottom20FilledIcon({}), 'BorderTopBottom20Filled');
|
|
8296
|
+
const BorderTopBottom20RegularIcon = (iconProps) => {
|
|
8297
|
+
const { className, primaryFill } = iconProps;
|
|
8298
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8299
|
+
React.createElement("path", { d: "M3.07 5.34a.5.5 0 00.38.66.5.5 0 00.6-.46A2 2 0 016 4h8a2 2 0 011.95 1.6.5.5 0 00.6.4.5.5 0 00.38-.66A3 3 0 0014 3H6a3 3 0 00-2.93 2.34zm0 9.32a.5.5 0 01.38-.66.5.5 0 01.6.46A2 2 0 006 16h8a2 2 0 001.95-1.6.5.5 0 01.6-.4.5.5 0 01.38.66A3 3 0 0114 17H6a3 3 0 01-2.93-2.34zM16.5 12a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v3a.5.5 0 01-.5.5zM3 11.5a.5.5 0 001 0v-3a.5.5 0 00-1 0v3z", fill: primaryFill }));
|
|
8300
|
+
};
|
|
8301
|
+
export const BorderTopBottom20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottom20RegularIcon({}), 'BorderTopBottom20Regular');
|
|
7762
8302
|
const BorderTopBottom24FilledIcon = (iconProps) => {
|
|
7763
8303
|
const { className, primaryFill } = iconProps;
|
|
7764
8304
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7777,6 +8317,18 @@ const BorderTopBottom24RegularIcon = (iconProps) => {
|
|
|
7777
8317
|
React.createElement("path", { d: "M3 17.75a.75.75 0 011.5 0v.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25v-.5a.75.75 0 011.5 0v.5A2.75 2.75 0 0118.25 21H5.75A2.75 2.75 0 013 18.25v-.5z", fill: primaryFill }));
|
|
7778
8318
|
};
|
|
7779
8319
|
export const BorderTopBottom24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottom24RegularIcon({}), 'BorderTopBottom24Regular');
|
|
8320
|
+
const BorderTopBottomDouble20FilledIcon = (iconProps) => {
|
|
8321
|
+
const { className, primaryFill } = iconProps;
|
|
8322
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8323
|
+
React.createElement("path", { d: "M6 4.5a1.5 1.5 0 00-1.43 1.04.75.75 0 01-1.38-.58A3 3 0 016 3h8a3 3 0 012.81 1.96.75.75 0 01-1.38.58A1.5 1.5 0 0014 4.5H6zM3.75 11a.75.75 0 01-.75-.75v-1.5a.75.75 0 011.5 0v1.5c0 .41-.34.75-.75.75zm12.5 0a.75.75 0 01-.75-.75v-1.5a.75.75 0 011.5 0v1.5c0 .41-.34.75-.75.75zm-12.5 4.5a.75.75 0 000 1.5h12.5a.75.75 0 000-1.5H3.75zM3 13.75c0-.41.34-.75.75-.75h12.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z", fill: primaryFill }));
|
|
8324
|
+
};
|
|
8325
|
+
export const BorderTopBottomDouble20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomDouble20FilledIcon({}), 'BorderTopBottomDouble20Filled');
|
|
8326
|
+
const BorderTopBottomDouble20RegularIcon = (iconProps) => {
|
|
8327
|
+
const { className, primaryFill } = iconProps;
|
|
8328
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8329
|
+
React.createElement("path", { d: "M3.05 5.41A3 3 0 016 3h8a3 3 0 012.95 2.41.5.5 0 01-.4.6.5.5 0 01-.6-.47A2 2 0 0014 4H6a2 2 0 00-1.95 1.6.5.5 0 01-.6.4.5.5 0 01-.4-.59zM16.5 12a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v3a.5.5 0 01-.5.5zm-13 4a.5.5 0 000 1h13a.5.5 0 000-1h-13zM3 14.5c0-.28.22-.5.5-.5h13a.5.5 0 010 1h-13a.5.5 0 01-.5-.5zm0-3a.5.5 0 001 0v-3a.5.5 0 00-1 0v3z", fill: primaryFill }));
|
|
8330
|
+
};
|
|
8331
|
+
export const BorderTopBottomDouble20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomDouble20RegularIcon({}), 'BorderTopBottomDouble20Regular');
|
|
7780
8332
|
const BorderTopBottomDouble24FilledIcon = (iconProps) => {
|
|
7781
8333
|
const { className, primaryFill } = iconProps;
|
|
7782
8334
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7797,6 +8349,18 @@ const BorderTopBottomDouble24RegularIcon = (iconProps) => {
|
|
|
7797
8349
|
React.createElement("path", { d: "M3.75 18.5a.75.75 0 010-1.5h16.5a.75.75 0 010 1.5H3.75z", fill: primaryFill }));
|
|
7798
8350
|
};
|
|
7799
8351
|
export const BorderTopBottomDouble24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomDouble24RegularIcon({}), 'BorderTopBottomDouble24Regular');
|
|
8352
|
+
const BorderTopBottomThick20FilledIcon = (iconProps) => {
|
|
8353
|
+
const { className, primaryFill } = iconProps;
|
|
8354
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8355
|
+
React.createElement("path", { d: "M5.12 5.52A1 1 0 016 5h8a1 1 0 01.88.52 1 1 0 001.84-.33 1 1 0 00-.22-.83A3 3 0 0014 3H6a3 3 0 00-2.5 1.35 1 1 0 101.62 1.17zm0 8.96A1 1 0 006 15h8a1 1 0 00.88-.52 1 1 0 011.84.33 1 1 0 01-.22.83A3 3 0 0114 17H6a3 3 0 01-2.5-1.35 1 1 0 111.62-1.17zM4 12a1 1 0 01-1-1V9a1 1 0 012 0v2a1 1 0 01-1 1zm11-1a1 1 0 102 0V9a1 1 0 10-2 0v2z", fill: primaryFill }));
|
|
8356
|
+
};
|
|
8357
|
+
export const BorderTopBottomThick20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomThick20FilledIcon({}), 'BorderTopBottomThick20Filled');
|
|
8358
|
+
const BorderTopBottomThick20RegularIcon = (iconProps) => {
|
|
8359
|
+
const { className, primaryFill } = iconProps;
|
|
8360
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8361
|
+
React.createElement("path", { d: "M6 4.5a1.5 1.5 0 00-1.43 1.04.75.75 0 01-1.38-.58A3 3 0 016 3h8a3 3 0 012.81 1.96.75.75 0 01-1.38.58A1.5 1.5 0 0014 4.5H6zM3.75 12a.75.75 0 01-.75-.75v-2.5a.75.75 0 011.5 0v2.5c0 .41-.34.75-.75.75zM14 15.5h-2.71a.7.7 0 00-.04 0h-2.5a.7.7 0 00-.04 0H6a1.5 1.5 0 01-1.43-1.04.75.75 0 00-1.38.58A3 3 0 006 17h8a3 3 0 002.81-1.96.75.75 0 10-1.38-.58l-.03.07a1.5 1.5 0 01-1.4.97zm1.5-4.25a.75.75 0 001.5 0v-2.5a.75.75 0 00-1.5 0v2.5z", fill: primaryFill }));
|
|
8362
|
+
};
|
|
8363
|
+
export const BorderTopBottomThick20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomThick20RegularIcon({}), 'BorderTopBottomThick20Regular');
|
|
7800
8364
|
const BorderTopBottomThick24FilledIcon = (iconProps) => {
|
|
7801
8365
|
const { className, primaryFill } = iconProps;
|
|
7802
8366
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -8083,6 +8647,18 @@ const BrainCircuit24RegularIcon = (iconProps) => {
|
|
|
8083
8647
|
React.createElement("path", { d: "M7.15 3.01c.83-.65 1.92-1 3-1a2.3 2.3 0 011.86.88A2.3 2.3 0 0113.86 2c1.08 0 2.17.35 3 1 .65.5 1.16 1.2 1.35 2.04.42.07.8.28 1.1.57.48.45.82 1.1 1.04 1.77.22.68.33 1.45.3 2.18a4.9 4.9 0 01-.18 1.13l.06.03c.37.17.67.45.9.8.42.7.57 1.68.57 2.94 0 1.44-.55 2.42-1.26 3.03-.41.35-.87.57-1.27.7-.14.68-.49 1.46-1.02 2.13A4.24 4.24 0 0115.09 22a3.9 3.9 0 01-2.77-1.31 5.36 5.36 0 01-.31-.36l-.31.36a3.9 3.9 0 01-2.78 1.3 4.24 4.24 0 01-3.36-1.66 5.17 5.17 0 01-1.01-2.14c-.4-.12-.86-.34-1.27-.69A3.83 3.83 0 012 14.47c0-1.26.15-2.25.58-2.93a2.1 2.1 0 01.96-.84 4.9 4.9 0 01-.18-1.13c-.03-.73.08-1.5.3-2.18A4.2 4.2 0 014.7 5.62c.3-.29.68-.5 1.1-.57C6 4.2 6.5 3.52 7.15 3zm.92 1.19c-.54.42-.86.99-.86 1.64a.75.75 0 01-.99.7c-.14-.04-.28-.03-.49.17-.23.22-.47.61-.64 1.14-.16.52-.25 1.1-.22 1.65.02.56.16 1.02.36 1.33.04.06.07.11.09.17H6.4c1.5 0 2.74 1.17 2.84 2.64a2 2 0 11-1.5.01A1.35 1.35 0 006.4 12.5H3.8h-.03c-.14.35-.26.95-.26 1.97s.37 1.58.74 1.9c.4.34.85.43.98.43.41 0 .75.33.75.75s.23 1.18.76 1.84c.5.64 1.23 1.1 2.18 1.1.64 0 1.22-.35 1.7-.84a3.7 3.7 0 00.62-.92l.01-.01v-2.46-.01-7h-.9a2 2 0 110-1.5h.9V5.22a2.06 2.06 0 00-.02-.3c-.03-.19-.07-.43-.16-.67-.1-.24-.2-.43-.35-.55a.8.8 0 00-.57-.2c-.76 0-1.52.26-2.08.7zm4.7 12.8v1.73l.11.23c.12.2.3.45.52.69.47.49 1.05.85 1.7.85.94 0 1.67-.47 2.18-1.1.52-.67.76-1.43.76-1.85 0-.42.33-.75.75-.75.13 0 .57-.1.97-.44.37-.31.74-.87.74-1.9 0-1.2-.16-1.82-.35-2.13a.6.6 0 00-.26-.25c-.1-.04-.25-.08-.49-.08a.75.75 0 01-.62-1.17c.2-.3.34-.77.36-1.33a4.84 4.84 0 00-.22-1.65c-.17-.53-.4-.92-.64-1.14-.2-.2-.35-.2-.49-.16a.75.75 0 01-.98-.71c0-.65-.32-1.22-.87-1.64a3.45 3.45 0 00-2.08-.7.8.8 0 00-.57.2c-.14.12-.25.31-.34.55a3.05 3.05 0 00-.19.96V15.5h.64c.75 0 1.35-.6 1.35-1.35v-1.8a2 2 0 111.5 0v1.8A2.85 2.85 0 0113.4 17h-.64zM8.5 8a.5.5 0 100 1 .5.5 0 000-1zM8 15.5a.5.5 0 101 0 .5.5 0 00-1 0zm7-5a.5.5 0 101 0 .5.5 0 00-1 0z", fill: primaryFill }));
|
|
8084
8648
|
};
|
|
8085
8649
|
export const BrainCircuit24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrainCircuit24RegularIcon({}), 'BrainCircuit24Regular');
|
|
8650
|
+
const Branch20FilledIcon = (iconProps) => {
|
|
8651
|
+
const { className, primaryFill } = iconProps;
|
|
8652
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8653
|
+
React.createElement("path", { d: "M7.05 6.94A2.5 2.5 0 106 6.95v6.1a2.5 2.5 0 101 0v-4.2c.38.4.83.74 1.31 1.02a8.84 8.84 0 003.74 1.12 2.5 2.5 0 100-1A7.85 7.85 0 018.81 9c-.95-.55-1.6-1.25-1.76-2.06z", fill: primaryFill }));
|
|
8654
|
+
};
|
|
8655
|
+
export const Branch20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Branch20FilledIcon({}), 'Branch20Filled');
|
|
8656
|
+
const Branch20RegularIcon = (iconProps) => {
|
|
8657
|
+
const { className, primaryFill } = iconProps;
|
|
8658
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8659
|
+
React.createElement("path", { d: "M6.5 3a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm.55 3.94A2.5 2.5 0 106 6.95v6.1a2.5 2.5 0 101 0v-4.2c.38.4.83.74 1.31 1.02a8.84 8.84 0 003.74 1.12 2.5 2.5 0 100-1A7.85 7.85 0 018.81 9c-.95-.55-1.6-1.25-1.76-2.06zM13 10.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM6.5 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3z", fill: primaryFill }));
|
|
8660
|
+
};
|
|
8661
|
+
export const Branch20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Branch20RegularIcon({}), 'Branch20Regular');
|
|
8086
8662
|
const Branch24FilledIcon = (iconProps) => {
|
|
8087
8663
|
const { className, primaryFill } = iconProps;
|
|
8088
8664
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -8435,6 +9011,150 @@ const BriefcaseOff48RegularIcon = (iconProps) => {
|
|
|
8435
9011
|
React.createElement("path", { d: "M37.87 39.63l4 4a1.25 1.25 0 001.76-1.76L6.13 4.37a1.25 1.25 0 10-1.76 1.76L12.23 14A6.25 6.25 0 006 20.25v13.5C6 37.2 8.8 40 12.25 40h23.5c.74 0 1.45-.13 2.12-.37zm-2.14-2.13H12.25a3.75 3.75 0 01-3.75-3.75v-13.5a3.75 3.75 0 013.75-3.75h2.48l21 21zm3.77-3.75c0 .14 0 .28-.02.42l2.02 2.03c.32-.75.5-1.58.5-2.45v-13.5C42 16.8 39.2 14 35.75 14H31.5V7.25c0-.69-.56-1.25-1.25-1.25h-12.5c-.69 0-1.25.56-1.25 1.25v3.95l2.5 2.5V8.5h10V14h-9.7l2.5 2.5h13.95a3.75 3.75 0 013.75 3.75v13.5z", fill: primaryFill }));
|
|
8436
9012
|
};
|
|
8437
9013
|
export const BriefcaseOff48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BriefcaseOff48RegularIcon({}), 'BriefcaseOff48Regular');
|
|
9014
|
+
const BrightnessHigh16FilledIcon = (iconProps) => {
|
|
9015
|
+
const { className, primaryFill } = iconProps;
|
|
9016
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9017
|
+
React.createElement("path", { d: "M8.5 1.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM11 8a3 3 0 11-6 0 3 3 0 016 0zM8 6v4a2 2 0 100-4zm7 2a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm-6.5 5.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM3 8a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm.85-4.85a.5.5 0 00-.7.7l1 1a.5.5 0 10.7-.7l-1-1zm-.7 9.7c.2.2.5.2.7 0l1-1a.5.5 0 10-.7-.7l-1 1a.5.5 0 000 .7zm9-9.7a.5.5 0 01.7.7l-1 1a.5.5 0 01-.7-.7l1-1zm.7 9.7a.5.5 0 01-.7 0l-1-1a.5.5 0 01.7-.7l1 1c.2.2.2.5 0 .7z", fill: primaryFill }));
|
|
9018
|
+
};
|
|
9019
|
+
export const BrightnessHigh16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh16FilledIcon({}), 'BrightnessHigh16Filled');
|
|
9020
|
+
const BrightnessHigh16RegularIcon = (iconProps) => {
|
|
9021
|
+
const { className, primaryFill } = iconProps;
|
|
9022
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9023
|
+
React.createElement("path", { d: "M8 1c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 110-4 2 2 0 010 4zm6.5-1.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM8 13c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zM2.5 8.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zm.65-5.35c.2-.2.5-.2.7 0l1 1a.5.5 0 11-.7.7l-1-1a.5.5 0 010-.7zm.7 9.7a.5.5 0 11-.7-.7l1-1a.5.5 0 11.7.7l-1 1zm9-9.7a.5.5 0 00-.7 0l-1 1a.5.5 0 00.7.7l1-1a.5.5 0 000-.7zm-.7 9.7a.5.5 0 00.7-.7l-1-1a.5.5 0 00-.7.7l1 1z", fill: primaryFill }));
|
|
9024
|
+
};
|
|
9025
|
+
export const BrightnessHigh16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh16RegularIcon({}), 'BrightnessHigh16Regular');
|
|
9026
|
+
const BrightnessHigh20FilledIcon = (iconProps) => {
|
|
9027
|
+
const { className, primaryFill } = iconProps;
|
|
9028
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9029
|
+
React.createElement("path", { d: "M10.5 2.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM10 6a4 4 0 110 8 4 4 0 010-8zm3 4a3 3 0 00-3-3v6a3 3 0 003-3zm5 0a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm-7.5 6.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM4 10a.5.5 0 01-.5.5H2.46a.5.5 0 010-1H3.5c.28 0 .5.22.5.5zm.85-5.85a.5.5 0 10-.7.7l1 1a.5.5 0 10.7-.7l-1-1zm-.7 11.7c.2.2.5.2.7 0l1-1a.5.5 0 00-.7-.7l-1 1a.5.5 0 000 .7zm11-11.7a.5.5 0 01.7.7l-1 1a.5.5 0 01-.7-.7l1-1zm.7 11.7a.5.5 0 01-.7 0l-1-1a.5.5 0 01.7-.7l1 1c.2.2.2.5 0 .7z", fill: primaryFill }));
|
|
9030
|
+
};
|
|
9031
|
+
export const BrightnessHigh20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh20FilledIcon({}), 'BrightnessHigh20Filled');
|
|
9032
|
+
const BrightnessHigh20RegularIcon = (iconProps) => {
|
|
9033
|
+
const { className, primaryFill } = iconProps;
|
|
9034
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9035
|
+
React.createElement("path", { d: "M10 2c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 12a4 4 0 100-8 4 4 0 000 8zm0-1a3 3 0 110-6 3 3 0 010 6zm7.5-2.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM10 16c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm-6.5-5.5a.5.5 0 000-1H2.46a.5.5 0 000 1H3.5zm.65-6.35c.2-.2.5-.2.7 0l1 1a.5.5 0 11-.7.7l-1-1a.5.5 0 010-.7zm.7 11.7a.5.5 0 01-.7-.7l1-1a.5.5 0 01.7.7l-1 1zm11-11.7a.5.5 0 00-.7 0l-1 1a.5.5 0 00.7.7l1-1a.5.5 0 000-.7zm-.7 11.7a.5.5 0 00.7-.7l-1-1a.5.5 0 00-.7.7l1 1z", fill: primaryFill }));
|
|
9036
|
+
};
|
|
9037
|
+
export const BrightnessHigh20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh20RegularIcon({}), 'BrightnessHigh20Regular');
|
|
9038
|
+
const BrightnessHigh24FilledIcon = (iconProps) => {
|
|
9039
|
+
const { className, primaryFill } = iconProps;
|
|
9040
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9041
|
+
React.createElement("path", { d: "M12.75 2.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM17 12a5 5 0 11-10 0 5 5 0 0110 0zm-1.5 0A3.5 3.5 0 0012 8.5v7a3.5 3.5 0 003.5-3.5zm6.5 0c0 .41-.34.75-.75.75h-1.5a.75.75 0 010-1.5h1.5c.41 0 .75.34.75.75zm-9.25 7.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM5 12c0 .41-.34.75-.75.75h-1.5a.75.75 0 010-1.5h1.5c.41 0 .75.34.75.75zm.28-7.78a.75.75 0 10-1.06 1.06l1.5 1.5a.75.75 0 001.06-1.06l-1.5-1.5zM4.22 19.78c.3.3.77.3 1.06 0l1.5-1.5a.75.75 0 00-1.06-1.06l-1.5 1.5c-.3.3-.3.77 0 1.06zm14.5-15.56a.75.75 0 111.06 1.06l-1.5 1.5a.75.75 0 11-1.06-1.06l1.5-1.5zm1.06 15.56c-.3.3-.77.3-1.06 0l-1.5-1.5a.75.75 0 011.06-1.06l1.5 1.5c.3.3.3.77 0 1.06z", fill: primaryFill }));
|
|
9042
|
+
};
|
|
9043
|
+
export const BrightnessHigh24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh24FilledIcon({}), 'BrightnessHigh24Filled');
|
|
9044
|
+
const BrightnessHigh24RegularIcon = (iconProps) => {
|
|
9045
|
+
const { className, primaryFill } = iconProps;
|
|
9046
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9047
|
+
React.createElement("path", { d: "M12 2c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.34-.75.75-.75zm0 15a5 5 0 100-10 5 5 0 000 10zm0-1.5a3.5 3.5 0 110-7 3.5 3.5 0 010 7zm9.25-2.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM12 19c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.34-.75.75-.75zm-7.75-6.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm-.03-8.53c.3-.3.77-.3 1.06 0l1.5 1.5a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06zm1.06 15.56a.75.75 0 11-1.06-1.06l1.5-1.5a.75.75 0 111.06 1.06l-1.5 1.5zm14.5-15.56a.75.75 0 00-1.06 0l-1.5 1.5a.75.75 0 001.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06zm-1.06 15.56a.75.75 0 101.06-1.06l-1.5-1.5a.75.75 0 10-1.06 1.06l1.5 1.5z", fill: primaryFill }));
|
|
9048
|
+
};
|
|
9049
|
+
export const BrightnessHigh24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh24RegularIcon({}), 'BrightnessHigh24Regular');
|
|
9050
|
+
const BrightnessHigh28FilledIcon = (iconProps) => {
|
|
9051
|
+
const { className, primaryFill } = iconProps;
|
|
9052
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9053
|
+
React.createElement("path", { d: "M14.75 2.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM20 14a6 6 0 11-12 0 6 6 0 0112 0zm-1.5 0A4.5 4.5 0 0014 9.5v9a4.5 4.5 0 004.5-4.5zm7.5 0c0 .41-.34.75-.75.75h-1.5a.75.75 0 010-1.5h1.5c.41 0 .75.34.75.75zm-11.25 9.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM5 14c0 .41-.34.75-.75.75h-1.5a.75.75 0 010-1.5h1.5c.41 0 .75.34.75.75zm1.28-8.78a.75.75 0 10-1.06 1.06l1.5 1.5a.75.75 0 001.06-1.06l-1.5-1.5zM5.22 22.78c.3.3.77.3 1.06 0l1.5-1.5a.75.75 0 10-1.06-1.06l-1.5 1.5c-.3.3-.3.77 0 1.06zm16.5-17.56a.75.75 0 111.06 1.06l-1.5 1.5a.75.75 0 11-1.06-1.06l1.5-1.5zm1.06 17.56c-.3.3-.77.3-1.06 0l-1.5-1.5a.75.75 0 111.06-1.06l1.5 1.5c.3.3.3.77 0 1.06z", fill: primaryFill }));
|
|
9054
|
+
};
|
|
9055
|
+
export const BrightnessHigh28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh28FilledIcon({}), 'BrightnessHigh28Filled');
|
|
9056
|
+
const BrightnessHigh28RegularIcon = (iconProps) => {
|
|
9057
|
+
const { className, primaryFill } = iconProps;
|
|
9058
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9059
|
+
React.createElement("path", { d: "M14 2c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm0 18a6 6 0 100-12 6 6 0 000 12zm0-1.5a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm11.25-3.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM14 23c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm-9.75-8.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm.97-9.53c.3-.3.77-.3 1.06 0l1.5 1.5a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06zm1.06 17.56a.75.75 0 01-1.06-1.06l1.5-1.5a.75.75 0 011.06 1.06l-1.5 1.5zm16.5-17.56a.75.75 0 00-1.06 0l-1.5 1.5a.75.75 0 001.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06zm-1.05 17.57a.75.75 0 101.06-1.06l-1.51-1.51a.75.75 0 10-1.06 1.06l1.5 1.5z", fill: primaryFill }));
|
|
9060
|
+
};
|
|
9061
|
+
export const BrightnessHigh28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh28RegularIcon({}), 'BrightnessHigh28Regular');
|
|
9062
|
+
const BrightnessHigh32FilledIcon = (iconProps) => {
|
|
9063
|
+
const { className, primaryFill } = iconProps;
|
|
9064
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9065
|
+
React.createElement("path", { d: "M17 3a1 1 0 00-2 0v2a1 1 0 102 0V3zm6 13a7 7 0 11-14 0 7 7 0 0114 0zm-2 0a5 5 0 00-5-5v10a5 5 0 005-5zm9 0a1 1 0 01-1 1h-2a1 1 0 110-2h2a1 1 0 011 1zM17 27a1 1 0 00-2 0v2a1 1 0 102 0v-2zM6 16a1 1 0 01-1 1H3a1 1 0 110-2h2a1 1 0 011 1zm.7-10.7a1 1 0 10-1.4 1.4l2 2a1 1 0 001.4-1.4l-2-2zM5.3 26.7a1 1 0 001.4 0l2-2a1 1 0 10-1.4-1.4l-2 2a1 1 0 000 1.4zm20-21.4a1 1 0 011.4 1.4l-2 2a1 1 0 01-1.4-1.4l2-2zm0 21.4l-2-2a1 1 0 011.4-1.4l2 2a1 1 0 01-1.4 1.4z", fill: primaryFill }));
|
|
9066
|
+
};
|
|
9067
|
+
export const BrightnessHigh32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh32FilledIcon({}), 'BrightnessHigh32Filled');
|
|
9068
|
+
const BrightnessHigh32RegularIcon = (iconProps) => {
|
|
9069
|
+
const { className, primaryFill } = iconProps;
|
|
9070
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9071
|
+
React.createElement("path", { d: "M16 2a1 1 0 011 1v2a1 1 0 01-2 0V3a1 1 0 011-1zm0 21a7 7 0 100-14 7 7 0 000 14zm0-2a5 5 0 110-10 5 5 0 010 10zm13-4a1 1 0 000-2h-2a1 1 0 100 2h2zm-13 9a1 1 0 011 1v2a1 1 0 01-2 0v-2a1 1 0 011-1zM5 17a1 1 0 100-2H3a1 1 0 100 2h2zm.3-11.7a1 1 0 011.4 0l2 2a1 1 0 01-1.4 1.4l-2-2a1 1 0 010-1.4zm1.4 21.4a1 1 0 01-1.4-1.4l2-2a1 1 0 011.4 1.4l-2 2zm20-21.4a1 1 0 00-1.4 0l-2 2a1 1 0 001.4 1.4l2-2a1 1 0 000-1.4zm-3.4 19.4l2 2a1 1 0 001.4-1.4l-2-2a1 1 0 00-1.4 1.4z", fill: primaryFill }));
|
|
9072
|
+
};
|
|
9073
|
+
export const BrightnessHigh32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh32RegularIcon({}), 'BrightnessHigh32Regular');
|
|
9074
|
+
const BrightnessHigh48FilledIcon = (iconProps) => {
|
|
9075
|
+
const { className, primaryFill } = iconProps;
|
|
9076
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9077
|
+
React.createElement("path", { d: "M25.25 5.25a1.25 1.25 0 10-2.5 0v2.5a1.25 1.25 0 002.5 0v-2.5zm8.77 18.8a9.98 9.98 0 11-19.95 0 9.98 9.98 0 0119.95 0zm-2.5 0a7.48 7.48 0 00-7.47-7.48H24v14.95h.05a7.48 7.48 0 007.47-7.47zM44 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 010-2.5h2.5c.7 0 1.25.56 1.25 1.25zM25.25 40.25a1.25 1.25 0 10-2.5 0v2.5a1.25 1.25 0 002.5 0v-2.5zM9 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 110-2.5h2.5c.7 0 1.25.56 1.25 1.25zm2.13-14.63a1.25 1.25 0 10-1.76 1.76l2.5 2.5a1.25 1.25 0 101.76-1.76l-2.5-2.5zM9.37 38.63c.48.5 1.28.5 1.76 0l2.5-2.5a1.25 1.25 0 10-1.76-1.76l-2.5 2.5a1.25 1.25 0 000 1.76zm27.5-29.26a1.25 1.25 0 111.76 1.76l-2.5 2.5a1.25 1.25 0 11-1.76-1.76l2.5-2.5zm1.76 29.26c-.48.5-1.28.5-1.76 0l-2.5-2.5a1.25 1.25 0 111.76-1.76l2.5 2.5c.5.48.5 1.28 0 1.76z", fill: primaryFill }));
|
|
9078
|
+
};
|
|
9079
|
+
export const BrightnessHigh48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh48FilledIcon({}), 'BrightnessHigh48Filled');
|
|
9080
|
+
const BrightnessHigh48RegularIcon = (iconProps) => {
|
|
9081
|
+
const { className, primaryFill } = iconProps;
|
|
9082
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9083
|
+
React.createElement("path", { d: "M24 4c.7 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 11-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zm.05 30.02a9.98 9.98 0 100-19.95 9.98 9.98 0 000 19.95zm0-2.5a7.48 7.48 0 110-14.95 7.48 7.48 0 010 14.95zm18.7-6.27a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 000 2.5h2.5zM24 39c.7 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 01-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zM7.75 25.25a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 100 2.5h2.5zM9.37 9.37a1.25 1.25 0 011.76 0l2.5 2.5a1.25 1.25 0 11-1.76 1.76l-2.5-2.5a1.25 1.25 0 010-1.76zm1.76 29.26a1.25 1.25 0 11-1.76-1.76l2.5-2.5a1.25 1.25 0 011.76 1.76l-2.5 2.5zm27.5-29.26a1.25 1.25 0 00-1.76 0l-2.5 2.5a1.25 1.25 0 101.76 1.76l2.5-2.5c.5-.48.5-1.28 0-1.76zm-1.76 29.26a1.25 1.25 0 101.76-1.76l-2.5-2.5a1.25 1.25 0 00-1.76 1.76l2.5 2.5z", fill: primaryFill }));
|
|
9084
|
+
};
|
|
9085
|
+
export const BrightnessHigh48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHigh48RegularIcon({}), 'BrightnessHigh48Regular');
|
|
9086
|
+
const BrightnessLow16FilledIcon = (iconProps) => {
|
|
9087
|
+
const { className, primaryFill } = iconProps;
|
|
9088
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9089
|
+
React.createElement("path", { d: "M8.5 2.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM8 5a3 3 0 110 6 3 3 0 010-6zm2 3a2 2 0 00-2-2v4a2 2 0 002-2zm4 0a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm-5.5 4.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM4 8a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm.35-4.35a.5.5 0 00-.7.7l.5.5a.5.5 0 10.7-.7l-.5-.5zm-.7 8.7c.2.2.5.2.7 0l.5-.5a.5.5 0 10-.7-.7l-.5.5a.5.5 0 000 .7zm8-8.7a.5.5 0 01.7.7l-.5.5a.5.5 0 01-.7-.7l.5-.5zm0 8.7l-.5-.5a.5.5 0 01.7-.7l.5.5a.5.5 0 01-.7.7z", fill: primaryFill }));
|
|
9090
|
+
};
|
|
9091
|
+
export const BrightnessLow16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow16FilledIcon({}), 'BrightnessLow16Filled');
|
|
9092
|
+
const BrightnessLow16RegularIcon = (iconProps) => {
|
|
9093
|
+
const { className, primaryFill } = iconProps;
|
|
9094
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9095
|
+
React.createElement("path", { d: "M8 2c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 9a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 110-4 2 2 0 010 4zm5.5-1.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM8 12c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zM3.5 8.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zm.15-4.85c.2-.2.5-.2.7 0l.5.5a.5.5 0 11-.7.7l-.5-.5a.5.5 0 010-.7zm.7 8.7a.5.5 0 11-.7-.7l.5-.5a.5.5 0 11.7.7l-.5.5zm8-8.7a.5.5 0 00-.7 0l-.5.5a.5.5 0 00.7.7l.5-.5a.5.5 0 000-.7zm-1.2 8.2l.5.5a.5.5 0 00.7-.7l-.5-.5a.5.5 0 00-.7.7z", fill: primaryFill }));
|
|
9096
|
+
};
|
|
9097
|
+
export const BrightnessLow16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow16RegularIcon({}), 'BrightnessLow16Regular');
|
|
9098
|
+
const BrightnessLow20FilledIcon = (iconProps) => {
|
|
9099
|
+
const { className, primaryFill } = iconProps;
|
|
9100
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9101
|
+
React.createElement("path", { d: "M10 3c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 3a4 4 0 100 8 4 4 0 000-8zm0 7V7a3 3 0 110 6zm6.5-2.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM10 15c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm-5.5-4.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zm.65-5.35c.2-.2.5-.2.7 0l.5.5a.5.5 0 11-.7.7l-.5-.5a.5.5 0 010-.7zm.7 9.7a.5.5 0 01-.7-.7l.5-.5a.5.5 0 01.7.7l-.5.5zm9-9.7a.5.5 0 00-.7 0l-.5.5a.5.5 0 00.7.7l.5-.5a.5.5 0 000-.7zm-.7 9.7a.5.5 0 00.7-.7l-.5-.5a.5.5 0 00-.7.7l.5.5z", fill: primaryFill }));
|
|
9102
|
+
};
|
|
9103
|
+
export const BrightnessLow20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow20FilledIcon({}), 'BrightnessLow20Filled');
|
|
9104
|
+
const BrightnessLow20RegularIcon = (iconProps) => {
|
|
9105
|
+
const { className, primaryFill } = iconProps;
|
|
9106
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9107
|
+
React.createElement("path", { d: "M10.5 3.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM10 6a4 4 0 100 8 4 4 0 000-8zm-3 4a3 3 0 116 0 3 3 0 01-6 0zm10 0a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm-6.5 5.5a.5.5 0 00-1 0v1a.5.5 0 001 0v-1zM5 10a.5.5 0 01-.5.5h-1a.5.5 0 010-1h1c.28 0 .5.22.5.5zm.85-4.85a.5.5 0 10-.7.7l.5.5a.5.5 0 10.7-.7l-.5-.5zm-.7 9.7c.2.2.5.2.7 0l.5-.5a.5.5 0 00-.7-.7l-.5.5a.5.5 0 000 .7zm9-9.7a.5.5 0 01.7.7l-.5.5a.5.5 0 01-.7-.7l.5-.5zm.7 9.7a.5.5 0 01-.7 0l-.5-.5a.5.5 0 01.7-.7l.5.5c.2.2.2.5 0 .7z", fill: primaryFill }));
|
|
9108
|
+
};
|
|
9109
|
+
export const BrightnessLow20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow20RegularIcon({}), 'BrightnessLow20Regular');
|
|
9110
|
+
const BrightnessLow24FilledIcon = (iconProps) => {
|
|
9111
|
+
const { className, primaryFill } = iconProps;
|
|
9112
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9113
|
+
React.createElement("path", { d: "M12.75 4.25a.75.75 0 00-1.5 0v1a.75.75 0 001.5 0v-1zM17 12a5 5 0 11-10 0 5 5 0 0110 0zm-1.5 0A3.5 3.5 0 0012 8.5v7a3.5 3.5 0 003.5-3.5zm5 0c0 .41-.34.75-.75.75h-1a.75.75 0 010-1.5h1c.41 0 .75.34.75.75zm-7.75 6.75a.75.75 0 00-1.5 0v1a.75.75 0 001.5 0v-1zM6 12c0 .41-.34.75-.75.75h-1a.75.75 0 010-1.5h1c.41 0 .75.34.75.75zm1.28-5.78a.75.75 0 00-1.06 1.06l.5.5a.75.75 0 001.06-1.06l-.5-.5zM6.22 17.78c.3.3.77.3 1.06 0l.5-.5a.75.75 0 10-1.06-1.06l-.5.5c-.3.3-.3.77 0 1.06zm10.5-11.56a.75.75 0 111.06 1.06l-.5.5a.75.75 0 11-1.06-1.06l.5-.5zm1.06 11.56c-.3.3-.77.3-1.06 0l-.5-.5a.75.75 0 111.06-1.06l.5.5c.3.3.3.77 0 1.06z", fill: primaryFill }));
|
|
9114
|
+
};
|
|
9115
|
+
export const BrightnessLow24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow24FilledIcon({}), 'BrightnessLow24Filled');
|
|
9116
|
+
const BrightnessLow24RegularIcon = (iconProps) => {
|
|
9117
|
+
const { className, primaryFill } = iconProps;
|
|
9118
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9119
|
+
React.createElement("path", { d: "M12 3.5c.41 0 .75.34.75.75v1a.75.75 0 01-1.5 0v-1c0-.41.34-.75.75-.75zM12 17a5 5 0 100-10 5 5 0 000 10zm0-1.5a3.5 3.5 0 110-7 3.5 3.5 0 010 7zm7.75-2.75a.75.75 0 000-1.5h-1a.75.75 0 000 1.5h1zM12 18c.41 0 .75.34.75.75v1a.75.75 0 01-1.5 0v-1c0-.41.34-.75.75-.75zm-6.75-5.25a.75.75 0 000-1.5h-1a.75.75 0 000 1.5h1zm.97-6.53c.3-.3.77-.3 1.06 0l.5.5a.75.75 0 01-1.06 1.06l-.5-.5a.75.75 0 010-1.06zm1.06 11.56a.75.75 0 01-1.06-1.06l.5-.5a.75.75 0 011.06 1.06l-.5.5zm10.5-11.56a.75.75 0 00-1.06 0l-.5.5a.75.75 0 001.06 1.06l.5-.5c.3-.3.3-.77 0-1.06zm-1.06 11.56a.75.75 0 101.06-1.06l-.5-.5a.75.75 0 10-1.06 1.06l.5.5z", fill: primaryFill }));
|
|
9120
|
+
};
|
|
9121
|
+
export const BrightnessLow24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow24RegularIcon({}), 'BrightnessLow24Regular');
|
|
9122
|
+
const BrightnessLow28FilledIcon = (iconProps) => {
|
|
9123
|
+
const { className, primaryFill } = iconProps;
|
|
9124
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9125
|
+
React.createElement("path", { d: "M14.75 4.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM20 14a6 6 0 11-12 0 6 6 0 0112 0zm-1.5 0A4.5 4.5 0 0014 9.5v9a4.5 4.5 0 004.5-4.5zm5.5 0c0 .41-.34.75-.75.75h-1.5a.75.75 0 010-1.5h1.5c.41 0 .75.34.75.75zm-9.25 7.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM7 14c0 .41-.34.75-.75.75h-1.5a.75.75 0 010-1.5h1.5c.41 0 .75.34.75.75zm.78-7.28a.75.75 0 00-1.06 1.06l1 1a.75.75 0 001.06-1.06l-1-1zM6.72 21.28c.3.3.77.3 1.06 0l1-1a.75.75 0 10-1.06-1.06l-1 1c-.3.3-.3.77 0 1.06zm13.5-14.56a.75.75 0 111.06 1.06l-1 1a.75.75 0 11-1.06-1.06l1-1zm1.06 14.56c-.3.3-.77.3-1.06 0l-.99-.99a.75.75 0 111.06-1.06l.99.99c.3.3.3.77 0 1.06z", fill: primaryFill }));
|
|
9126
|
+
};
|
|
9127
|
+
export const BrightnessLow28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow28FilledIcon({}), 'BrightnessLow28Filled');
|
|
9128
|
+
const BrightnessLow28RegularIcon = (iconProps) => {
|
|
9129
|
+
const { className, primaryFill } = iconProps;
|
|
9130
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9131
|
+
React.createElement("path", { d: "M14 4c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm0 16a6 6 0 100-12 6 6 0 000 12zm0-1.5a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm9.25-3.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM14 21c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm-7.75-6.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm.47-8.03c.3-.3.77-.3 1.06 0l1 1a.75.75 0 01-1.06 1.06l-1-1a.75.75 0 010-1.06zm1.06 14.56a.75.75 0 01-1.06-1.06l1-1a.75.75 0 011.06 1.06l-1 1zm13.5-14.56a.75.75 0 00-1.06 0l-1 1a.75.75 0 001.06 1.06l1-1c.3-.3.3-.77 0-1.06zm-1.06 14.56a.75.75 0 101.06-1.06l-.99-.99a.75.75 0 10-1.06 1.06l.99.99z", fill: primaryFill }));
|
|
9132
|
+
};
|
|
9133
|
+
export const BrightnessLow28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow28RegularIcon({}), 'BrightnessLow28Regular');
|
|
9134
|
+
const BrightnessLow32FilledIcon = (iconProps) => {
|
|
9135
|
+
const { className, primaryFill } = iconProps;
|
|
9136
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9137
|
+
React.createElement("path", { d: "M17 5a1 1 0 00-2 0v2a1 1 0 102 0V5zm6 11a7 7 0 11-14 0 7 7 0 0114 0zm-2 0a5 5 0 00-5-5v10a5 5 0 005-5zm7 0a1 1 0 01-1 1h-2a1 1 0 110-2h2a1 1 0 011 1zm-11 9a1 1 0 00-2 0v2a1 1 0 102 0v-2zm-9-9a1 1 0 01-1 1H5a1 1 0 110-2h2a1 1 0 011 1zm.7-8.7a1 1 0 00-1.4 1.4l1 1a1 1 0 001.4-1.4l-1-1zM7.3 24.7a1 1 0 001.4 0l1-1a1 1 0 10-1.4-1.4l-1 1a1 1 0 000 1.4zm16-17.4a1 1 0 011.4 1.4l-1 1a1 1 0 01-1.4-1.4l1-1zm0 17.4l-1-1a1 1 0 011.4-1.4l1 1a1 1 0 01-1.4 1.4z", fill: primaryFill }));
|
|
9138
|
+
};
|
|
9139
|
+
export const BrightnessLow32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow32FilledIcon({}), 'BrightnessLow32Filled');
|
|
9140
|
+
const BrightnessLow32RegularIcon = (iconProps) => {
|
|
9141
|
+
const { className, primaryFill } = iconProps;
|
|
9142
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9143
|
+
React.createElement("path", { d: "M16 4a1 1 0 011 1v2a1 1 0 01-2 0V5a1 1 0 011-1zm0 19a7 7 0 100-14 7 7 0 000 14zm0-2a5 5 0 110-10 5 5 0 010 10zm11-4a1 1 0 000-2h-2a1 1 0 100 2h2zm-11 7a1 1 0 011 1v2a1 1 0 01-2 0v-2a1 1 0 011-1zm-9-7a1 1 0 100-2H5a1 1 0 100 2h2zm.3-9.7a1 1 0 011.4 0l1 1a1 1 0 11-1.4 1.4l-1-1a1 1 0 010-1.4zm1.4 17.4a1 1 0 01-1.4-1.4l1-1a1 1 0 011.4 1.4l-1 1zm16-17.4a1 1 0 00-1.4 0l-1 1a1 1 0 001.4 1.4l1-1a1 1 0 000-1.4zm-2.4 16.4l1 1a1 1 0 001.4-1.4l-1-1a1 1 0 00-1.4 1.4z", fill: primaryFill }));
|
|
9144
|
+
};
|
|
9145
|
+
export const BrightnessLow32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow32RegularIcon({}), 'BrightnessLow32Regular');
|
|
9146
|
+
const BrightnessLow48FilledIcon = (iconProps) => {
|
|
9147
|
+
const { className, primaryFill } = iconProps;
|
|
9148
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9149
|
+
React.createElement("path", { d: "M25.25 8.25a1.25 1.25 0 10-2.5 0v2.5a1.25 1.25 0 002.5 0v-2.5zm8.77 15.8a9.98 9.98 0 11-19.95 0 9.98 9.98 0 0119.95 0zm-2.5 0a7.48 7.48 0 00-7.47-7.48H24v14.95h.05a7.48 7.48 0 007.47-7.47zM41 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 010-2.5h2.5c.7 0 1.25.56 1.25 1.25zM25.25 37.25a1.25 1.25 0 10-2.5 0v2.5a1.25 1.25 0 002.5 0v-2.5zM12 24c0 .69-.56 1.25-1.25 1.25h-2.5a1.25 1.25 0 110-2.5h2.5c.7 0 1.25.56 1.25 1.25zm2.13-11.63a1.25 1.25 0 00-1.76 1.76l1.5 1.5a1.25 1.25 0 001.76-1.76l-1.5-1.5zm-1.76 23.26c.48.5 1.28.5 1.76 0l1.5-1.5a1.25 1.25 0 10-1.76-1.76l-1.5 1.5a1.25 1.25 0 000 1.76zm21.5-23.26a1.25 1.25 0 011.76 1.76l-1.5 1.5a1.25 1.25 0 01-1.76-1.76l1.5-1.5zm1.76 23.26c-.48.5-1.28.5-1.76 0l-1.5-1.5a1.25 1.25 0 111.76-1.76l1.5 1.5c.5.48.5 1.28 0 1.76z", fill: primaryFill }));
|
|
9150
|
+
};
|
|
9151
|
+
export const BrightnessLow48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow48FilledIcon({}), 'BrightnessLow48Filled');
|
|
9152
|
+
const BrightnessLow48RegularIcon = (iconProps) => {
|
|
9153
|
+
const { className, primaryFill } = iconProps;
|
|
9154
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9155
|
+
React.createElement("path", { d: "M24 7c.7 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 11-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zm.05 27.02a9.98 9.98 0 100-19.95 9.98 9.98 0 000 19.95zm0-2.5a7.48 7.48 0 110-14.95 7.48 7.48 0 010 14.95zm15.7-6.27a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 000 2.5h2.5zM24 36c.7 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 01-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zM10.75 25.25a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 100 2.5h2.5zm1.62-12.88a1.25 1.25 0 011.76 0l1.5 1.5a1.25 1.25 0 11-1.76 1.76l-1.5-1.5a1.25 1.25 0 010-1.76zm1.76 23.26a1.25 1.25 0 01-1.76-1.76l1.5-1.5a1.25 1.25 0 011.76 1.76l-1.5 1.5zm21.5-23.26a1.25 1.25 0 00-1.76 0l-1.5 1.5a1.25 1.25 0 101.76 1.76l1.5-1.5c.5-.48.5-1.28 0-1.76zm-1.76 23.26a1.25 1.25 0 001.76-1.76l-1.5-1.5a1.25 1.25 0 00-1.76 1.76l1.5 1.5z", fill: primaryFill }));
|
|
9156
|
+
};
|
|
9157
|
+
export const BrightnessLow48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLow48RegularIcon({}), 'BrightnessLow48Regular');
|
|
8438
9158
|
const BroadActivityFeed16FilledIcon = (iconProps) => {
|
|
8439
9159
|
const { className, primaryFill } = iconProps;
|
|
8440
9160
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -8835,6 +9555,18 @@ const BuildingFactory48RegularIcon = (iconProps) => {
|
|
|
8835
9555
|
React.createElement("path", { d: "M9.85 3.75A4.25 4.25 0 005.6 7.78L3.92 39.53A4.25 4.25 0 008.16 44h6.68a4.25 4.25 0 004.24-4.47L17.4 7.78a4.25 4.25 0 00-4.25-4.03h-3.3zM8.1 7.91c.05-.93.81-1.66 1.75-1.66h3.3c.94 0 1.7.73 1.75 1.66l1.68 31.75c.06 1-.74 1.84-1.74 1.84H8.16c-1 0-1.8-.84-1.74-1.84L8.1 7.9zM19.42 44a6.25 6.25 0 001.42-2.5h2.66V31.25c0-.97.78-1.75 1.75-1.75h11c.97 0 1.75.78 1.75 1.75V41.5h.78a2.75 2.75 0 002.75-2.73l.2-24.73-10.85 10.84a1.25 1.25 0 01-2.13-.88v-9.98l-8.56 8.56-.18-3.36 9.1-9.1a1.25 1.25 0 012.14.88v9.98l10.87-10.86a1.25 1.25 0 012.13.89l-.22 27.78A5.25 5.25 0 0138.78 44H19.42zM26 41.5h9.5V32H26v9.5z", fill: primaryFill }));
|
|
8836
9556
|
};
|
|
8837
9557
|
export const BuildingFactory48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingFactory48RegularIcon({}), 'BuildingFactory48Regular');
|
|
9558
|
+
const BuildingGovernment20FilledIcon = (iconProps) => {
|
|
9559
|
+
const { className, primaryFill } = iconProps;
|
|
9560
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9561
|
+
React.createElement("path", { d: "M9.5 2a.5.5 0 00-.5.5v2.6A5 5 0 005 10v1H4a2 2 0 00-2 2v4a1 1 0 001 1h4.5a.5.5 0 00.5-.5v-2c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v2c0 .28.22.5.5.5H17a1 1 0 001-1v-4a2 2 0 00-2-2h-1v-1a5 5 0 00-5-5V4h2.5a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-3zM6 13.5v2a.5.5 0 01-1 0v-2a.5.5 0 011 0zm8.5-.5c.28 0 .5.22.5.5v2a.5.5 0 01-1 0v-2c0-.28.22-.5.5-.5zM9 9.5v2a.5.5 0 01-1 0v-2a.5.5 0 011 0zm2.5-.5c.28 0 .5.22.5.5v2a.5.5 0 01-1 0v-2c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
9562
|
+
};
|
|
9563
|
+
export const BuildingGovernment20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingGovernment20FilledIcon({}), 'BuildingGovernment20Filled');
|
|
9564
|
+
const BuildingGovernment20RegularIcon = (iconProps) => {
|
|
9565
|
+
const { className, primaryFill } = iconProps;
|
|
9566
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9567
|
+
React.createElement("path", { d: "M9 2.5c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v1a.5.5 0 01-.5.5H10v1a5 5 0 015 5v1h1a2 2 0 012 2v4a1 1 0 01-1 1H3a1 1 0 01-1-1v-4c0-1.1.9-2 2-2h1v-1a5 5 0 014-4.9V2.5zm7 9.5h-1.5a.5.5 0 01-.5-.5V10a4 4 0 00-8 0v1.5a.5.5 0 01-.5.5H4a1 1 0 00-1 1v4h5v-2a1 1 0 011-1h2a1 1 0 011 1v2h5v-4a1 1 0 00-1-1zM6 13.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zm9 0a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM8.5 9a.5.5 0 00-.5.5v2a.5.5 0 001 0v-2a.5.5 0 00-.5-.5zm3.5.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM9 17h2v-2H9v2z", fill: primaryFill }));
|
|
9568
|
+
};
|
|
9569
|
+
export const BuildingGovernment20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingGovernment20RegularIcon({}), 'BuildingGovernment20Regular');
|
|
8838
9570
|
const BuildingGovernment24FilledIcon = (iconProps) => {
|
|
8839
9571
|
const { className, primaryFill } = iconProps;
|
|
8840
9572
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -8881,6 +9613,18 @@ const BuildingLighthouse20RegularIcon = (iconProps) => {
|
|
|
8881
9613
|
React.createElement("path", { d: "M8.75 2.07a.5.5 0 01.5 0l3.18 1.81A1.13 1.13 0 0112 6v2.2a2 2 0 011.15 1.59l.79 7.11a1 1 0 01-1 1.11H5.06a1 1 0 01-1-1.11l.8-7.11A2 2 0 016 8.18V6a1.13 1.13 0 01-.43-2.1l3.18-1.82zm.25 1L6.07 4.76a.13.13 0 00.06.25h5.74a.13.13 0 00.06-.25L9 3.08zM11.16 9H6.84a1 1 0 00-1 .89l-.2 1.92 6.53-1.74-.02-.18a1 1 0 00-.99-.89zM11 8V6H7v2h4zm-5.7 6.9l7.2-1.92-.22-1.9-6.76 1.8-.23 2.02zm-.13 1.07L5.06 17h7.88l-.33-3.01-7.44 1.98zM14.5 7h2a.5.5 0 000-1h-2a.5.5 0 100 1zm1.35-3.85c.2.2.2.5 0 .7l-1 1a.5.5 0 11-.7-.7l1-1c.2-.2.5-.2.7 0zm0 6a.5.5 0 11-.7.7l-1-1a.5.5 0 01.7-.7l1 1z", fill: primaryFill }));
|
|
8882
9614
|
};
|
|
8883
9615
|
export const BuildingLighthouse20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingLighthouse20RegularIcon({}), 'BuildingLighthouse20Regular');
|
|
9616
|
+
const BuildingMultiple20FilledIcon = (iconProps) => {
|
|
9617
|
+
const { className, primaryFill } = iconProps;
|
|
9618
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9619
|
+
React.createElement("path", { d: "M4 2a2 2 0 00-2 2v13a1 1 0 001 1h7.5a.5.5 0 00.5-.5v-2c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5v2c0 .28.22.5.5.5H17a1 1 0 001-1V7a2 2 0 00-2-2h-4V4a2 2 0 00-2-2H4zm7 3h-1a2 2 0 00-2 2v10H3V4a1 1 0 011-1h6a1 1 0 011 1v1zM5.25 9.5a.75.75 0 100-1.5.75.75 0 000 1.5zM6 5.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm-.75 9.75a.75.75 0 100-1.5.75.75 0 000 1.5zM6 11.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm5.25-2.25a.75.75 0 110-1.5.75.75 0 010 1.5zm.75 2.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm2.75-2.25a.75.75 0 110-1.5.75.75 0 010 1.5zm.75 2.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0z", fill: primaryFill }));
|
|
9620
|
+
};
|
|
9621
|
+
export const BuildingMultiple20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingMultiple20FilledIcon({}), 'BuildingMultiple20Filled');
|
|
9622
|
+
const BuildingMultiple20RegularIcon = (iconProps) => {
|
|
9623
|
+
const { className, primaryFill } = iconProps;
|
|
9624
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
9625
|
+
React.createElement("path", { d: "M2 4c0-1.1.9-2 2-2h6a2 2 0 012 2v1h4a2 2 0 012 2v10a1 1 0 01-1 1H3a1 1 0 01-1-1V4zm10 13h2v-2h-2v2zm3 0h2V7a1 1 0 00-1-1h-6a1 1 0 00-1 1v10h2v-2a1 1 0 011-1h2a1 1 0 011 1v2zM11 4a1 1 0 00-1-1H4a1 1 0 00-1 1v13h5V7c0-1.1.9-2 2-2h1V4zm1 4.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm-6.75.75a.75.75 0 100-1.5.75.75 0 000 1.5zM6 5.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm5.25 6.75a.75.75 0 100-1.5.75.75 0 000 1.5zM6 14.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm-.75-2.25a.75.75 0 100-1.5.75.75 0 000 1.5zM15.5 8.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm-.75 3.75a.75.75 0 100-1.5.75.75 0 000 1.5z", fill: primaryFill }));
|
|
9626
|
+
};
|
|
9627
|
+
export const BuildingMultiple20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingMultiple20RegularIcon({}), 'BuildingMultiple20Regular');
|
|
8884
9628
|
const BuildingMultiple24FilledIcon = (iconProps) => {
|
|
8885
9629
|
const { className, primaryFill } = iconProps;
|
|
8886
9630
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -12952,6 +13696,30 @@ const ChatDismiss16RegularIcon = (iconProps) => {
|
|
|
12952
13696
|
React.createElement("path", { d: "M5.9 5.9l-.06.07a.5.5 0 00.06.63L7.3 8 5.9 9.4l-.06.07a.5.5 0 00.06.63l.07.06c.2.14.46.12.63-.06L8 8.7l1.4 1.4.07.06c.2.14.46.12.63-.06l.06-.07a.5.5 0 00-.06-.63L8.7 8l1.4-1.4.06-.07a.5.5 0 00-.06-.63l-.07-.06a.5.5 0 00-.63.06L8 7.3 6.6 5.9l-.07-.06a.5.5 0 00-.63.06zM8 2a6 6 0 00-5.27 8.87l-.71 2.5a.5.5 0 00.64.6L5 13.2A6 6 0 108 2zM3 8a5 5 0 112.33 4.23.5.5 0 00-.43-.06l-1.66.56.51-1.79a.5.5 0 00-.05-.39A4.97 4.97 0 013 8z", fill: primaryFill }));
|
|
12953
13697
|
};
|
|
12954
13698
|
export const ChatDismiss16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismiss16RegularIcon({}), 'ChatDismiss16Regular');
|
|
13699
|
+
const ChatDismiss20FilledIcon = (iconProps) => {
|
|
13700
|
+
const { className, primaryFill } = iconProps;
|
|
13701
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
13702
|
+
React.createElement("path", { d: "M18 10a8 8 0 10-16 0v.35l.03.38c.1 1.01.38 1.99.83 2.89l.06.12-.9 3.64-.02.08v.08c.03.3.31.52.62.45l3.65-.91.12.06A8 8 0 0018 10zM7.85 7.15L10 9.29l2.15-2.14a.5.5 0 01.7.7L10.71 10l2.14 2.15a.5.5 0 01-.7.7L10 10.71l-2.15 2.14a.5.5 0 01-.7-.7L9.29 10 7.15 7.85a.5.5 0 11.7-.7z", fill: primaryFill }));
|
|
13703
|
+
};
|
|
13704
|
+
export const ChatDismiss20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismiss20FilledIcon({}), 'ChatDismiss20Filled');
|
|
13705
|
+
const ChatDismiss20RegularIcon = (iconProps) => {
|
|
13706
|
+
const { className, primaryFill } = iconProps;
|
|
13707
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
13708
|
+
React.createElement("path", { d: "M7.85 7.15a.5.5 0 10-.7.7L9.29 10l-2.14 2.15a.5.5 0 00.7.7L10 10.71l2.15 2.14a.5.5 0 00.7-.7L10.71 10l2.14-2.15a.5.5 0 00-.7-.7L10 9.29 7.85 7.15zM18 10a8 8 0 10-16 0v.35l.03.38c.1 1.01.38 1.99.83 2.89l.06.12-.9 3.64-.02.08v.08c.03.3.31.52.62.45l3.65-.91.12.06A8 8 0 0018 10zM3 10a7 7 0 113.58 6.1l-.09-.03-.1-.02a.5.5 0 00-.18 0l-3.02.76.75-3.02.02-.1a.5.5 0 00-.07-.27A6.97 6.97 0 013 10z", fill: primaryFill }));
|
|
13709
|
+
};
|
|
13710
|
+
export const ChatDismiss20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismiss20RegularIcon({}), 'ChatDismiss20Regular');
|
|
13711
|
+
const ChatDismiss24FilledIcon = (iconProps) => {
|
|
13712
|
+
const { className, primaryFill } = iconProps;
|
|
13713
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
13714
|
+
React.createElement("path", { d: "M22 12a10 10 0 10-18.89 4.6l-1.06 3.82a1.25 1.25 0 001.54 1.54l3.82-1.07A10 10 0 0022 12zM9.28 8.22L12 10.94l2.72-2.72a.75.75 0 111.06 1.06L13.06 12l2.72 2.72a.75.75 0 11-1.06 1.06L12 13.06l-2.72 2.72a.75.75 0 01-1.06-1.06L10.94 12 8.22 9.28a.75.75 0 011.06-1.06z", fill: primaryFill }));
|
|
13715
|
+
};
|
|
13716
|
+
export const ChatDismiss24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismiss24FilledIcon({}), 'ChatDismiss24Filled');
|
|
13717
|
+
const ChatDismiss24RegularIcon = (iconProps) => {
|
|
13718
|
+
const { className, primaryFill } = iconProps;
|
|
13719
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
13720
|
+
React.createElement("path", { d: "M9.28 8.22a.75.75 0 00-1.06 1.06L10.94 12l-2.72 2.72a.75.75 0 101.06 1.06L12 13.06l2.72 2.72a.75.75 0 101.06-1.06L13.06 12l2.72-2.72a.75.75 0 00-1.06-1.06L12 10.94 9.28 8.22zM22 12a10 10 0 10-18.89 4.6l-1.06 3.82a1.25 1.25 0 001.54 1.54l3.82-1.07A10 10 0 0022 12zM3.5 12a8.5 8.5 0 114.37 7.43l-.27-.15-3.99 1.11 1.11-3.98-.15-.27A8.46 8.46 0 013.5 12z", fill: primaryFill }));
|
|
13721
|
+
};
|
|
13722
|
+
export const ChatDismiss24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismiss24RegularIcon({}), 'ChatDismiss24Regular');
|
|
12955
13723
|
const ChatHelp20FilledIcon = (iconProps) => {
|
|
12956
13724
|
const { className, primaryFill } = iconProps;
|
|
12957
13725
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -18425,6 +19193,30 @@ const CubeSync24RegularIcon = (iconProps) => {
|
|
|
18425
19193
|
React.createElement("path", { d: "M6.05 7.98a.75.75 0 01.97-.43L12 9.44l4.98-1.9a.75.75 0 11.54 1.41l-4.77 1.8v2.31a6.5 6.5 0 00-1.5 2.65v-4.95l-4.77-1.8a.75.75 0 01-.43-.98zm14.45-.8v4.55c.55.29 1.06.65 1.5 1.08V7.17c0-.7-.43-1.35-1.1-1.62l-7.5-3.04a3.75 3.75 0 00-2.8 0L3.1 5.55c-.67.27-1.1.91-1.1 1.62v9.66c0 .7.43 1.35 1.1 1.62l7.5 3.04c.62.25 1.3.33 1.96.23a6.5 6.5 0 01-.96-1.5c-.15-.02-.3-.06-.45-.12l-7.5-3.04a.25.25 0 01-.15-.23V7.17c0-.1.06-.19.16-.23l7.5-3.04a2.25 2.25 0 011.69 0l7.5 3.04c.09.04.15.13.15.23zM12 17.5a5.5 5.5 0 1011 0 5.5 5.5 0 00-11 0zm8.5-3.5c.28 0 .5.22.5.5v2a.5.5 0 01-.5.5h-2a.5.5 0 010-1h1a2.5 2.5 0 00-4.03.04.5.5 0 01-.8-.59 3.5 3.5 0 015.33-.4v-.55c0-.28.22-.5.5-.5zM15 19.95v.55a.5.5 0 01-1 0v-2c0-.28.22-.5.5-.5h2a.5.5 0 010 1h-1a2.5 2.5 0 003.91.11.5.5 0 01.77.65 3.5 3.5 0 01-5.18.19z", fill: primaryFill }));
|
|
18426
19194
|
};
|
|
18427
19195
|
export const CubeSync24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeSync24RegularIcon({}), 'CubeSync24Regular');
|
|
19196
|
+
const CubeTree20FilledIcon = (iconProps) => {
|
|
19197
|
+
const { className, primaryFill } = iconProps;
|
|
19198
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
19199
|
+
React.createElement("path", { d: "M9.57 2.07c.28-.09.58-.09.86 0l2.85.84a1 1 0 01.72.96v4.26a1 1 0 01-.72.96l-2.79.83a.5.5 0 01.01.08v1H12a2 2 0 012 2v.05a2.5 2.5 0 11-1 0V13a1 1 0 00-1-1H8a1 1 0 00-1 1v.05a2.5 2.5 0 11-1 0V13c0-1.1.9-2 2-2h1.5v-1a.5.5 0 010-.08l-2.78-.83A1 1 0 016 8.13V3.87a1 1 0 01.72-.96l2.85-.84zm-.91 2.46a.5.5 0 10-.32.94l1.16.39V7a.5.5 0 001 0V5.86l1.16-.39a.5.5 0 10-.32-.94L10 4.97l-1.34-.44z", fill: primaryFill }));
|
|
19200
|
+
};
|
|
19201
|
+
export const CubeTree20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeTree20FilledIcon({}), 'CubeTree20Filled');
|
|
19202
|
+
const CubeTree20RegularIcon = (iconProps) => {
|
|
19203
|
+
const { className, primaryFill } = iconProps;
|
|
19204
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
19205
|
+
React.createElement("path", { d: "M8.66 4.53a.5.5 0 10-.32.94l1.16.39V7a.5.5 0 001 0V5.86l1.16-.39a.5.5 0 10-.32-.94L10 4.97l-1.34-.44zm1.77-2.46a1.5 1.5 0 00-.86 0l-2.86.85a.99.99 0 00-.71.95v4.26c0 .44.3.83.72.96l2.79.83a.5.5 0 00-.01.08v1H8a2 2 0 00-2 2v.05a2.5 2.5 0 101 0V13a1 1 0 011-1h4a1 1 0 011 1v.05a2.5 2.5 0 101 0V13a2 2 0 00-2-2h-1.5v-1a.5.5 0 000-.08l2.78-.83a1 1 0 00.72-.96V3.87a1 1 0 00-.72-.96l-2.85-.84zm-.57.95a.5.5 0 01.28 0l2.86.85v4.26l-2.86.85a.5.5 0 01-.28 0L7 8.13V3.87l2.86-.85zM5 15.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm8.5-1.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z", fill: primaryFill }));
|
|
19206
|
+
};
|
|
19207
|
+
export const CubeTree20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeTree20RegularIcon({}), 'CubeTree20Regular');
|
|
19208
|
+
const CubeTree24FilledIcon = (iconProps) => {
|
|
19209
|
+
const { className, primaryFill } = iconProps;
|
|
19210
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
19211
|
+
React.createElement("path", { d: "M11.76 2.04a.75.75 0 01.48 0l3.75 1.25c.3.1.51.39.51.71v5c0 .32-.2.6-.51.71l-3.24 1.08V13h1.75c1.24 0 2.25 1 2.25 2.25v.84a3 3 0 11-1.5 0v-.84a.75.75 0 00-.75-.75h-5a.75.75 0 00-.75.75v.84a3 3 0 11-1.5 0v-.84c0-1.24 1-2.25 2.25-2.25h1.75v-2.2L8.01 9.7A.75.75 0 017.5 9V4c0-.32.2-.6.51-.71l3.75-1.25zM9.8 5.5c-.13.4.08.82.47.95l.99.33v.96a.75.75 0 001.5 0v-.96l.99-.33a.75.75 0 00-.48-1.42L12 5.46l-1.26-.42a.75.75 0 00-.95.47z", fill: primaryFill }));
|
|
19212
|
+
};
|
|
19213
|
+
export const CubeTree24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeTree24FilledIcon({}), 'CubeTree24Filled');
|
|
19214
|
+
const CubeTree24RegularIcon = (iconProps) => {
|
|
19215
|
+
const { className, primaryFill } = iconProps;
|
|
19216
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
19217
|
+
React.createElement("path", { d: "M9.79 5.51c.13-.39.55-.6.95-.47l1.26.42 1.26-.42a.75.75 0 01.48 1.42l-.99.33v.96a.75.75 0 01-1.5 0v-.96l-.99-.33a.75.75 0 01-.47-.95zm2.45-3.47a.75.75 0 00-.48 0L8.01 3.29c-.3.1-.51.39-.51.71v5c0 .32.2.6.51.71l3.24 1.08V13H9.5c-1.24 0-2.25 1-2.25 2.25v.84a3 3 0 101.5 0v-.84c0-.41.34-.75.75-.75h5c.41 0 .75.34.75.75v.84a3 3 0 101.5 0v-.84c0-1.24-1-2.25-2.25-2.25h-1.75v-2.2l3.24-1.09c.3-.1.51-.39.51-.71V4c0-.32-.2-.6-.51-.71l-3.75-1.25zM9 8.46V4.54l3-1 3 1v3.92l-3 1-3-1zM8 17.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm6.5 1.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z", fill: primaryFill }));
|
|
19218
|
+
};
|
|
19219
|
+
export const CubeTree24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeTree24RegularIcon({}), 'CubeTree24Regular');
|
|
18428
19220
|
const CurrencyDollarEuro16FilledIcon = (iconProps) => {
|
|
18429
19221
|
const { className, primaryFill } = iconProps;
|
|
18430
19222
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -23017,6 +23809,42 @@ const Drag24RegularIcon = (iconProps) => {
|
|
|
23017
23809
|
React.createElement("path", { d: "M12 16.5c.38 0 .7.28.74.65l.01.1v2.19l.72-.72c.27-.27.68-.3.98-.07l.08.07c.27.27.3.68.07.98l-.07.08-2 2-.04.04-.07.05-.1.06-.08.03-.1.03h-.19l-.12-.01-.07-.02-.06-.02-.07-.04-.05-.03-.03-.02a.75.75 0 01-.08-.07l-2-2a.75.75 0 01.98-1.13l.08.07.72.72v-2.19c0-.38.28-.7.65-.74l.1-.01zM12 9a3 3 0 110 6 3 3 0 010-6zm6.72.47a.75.75 0 01.98-.07l.08.07 2 2 .04.04.05.07.06.1.03.08.03.1v.19l-.01.12-.02.07-.02.06-.04.07-.03.05-.03.04-.06.07-2 2a.75.75 0 01-1.13-.98l.07-.08.72-.72h-2.19a.75.75 0 01-.74-.65l-.01-.1c0-.38.28-.7.65-.74l.1-.01h2.19l-.72-.72a.75.75 0 01-.07-.98l.07-.08zm-14.5 0a.75.75 0 011.13.98l-.07.08-.72.72h2.19c.38 0 .7.28.74.65l.01.1c0 .38-.28.7-.65.74l-.1.01H4.56l.72.72c.27.27.3.68.07.98l-.07.08a.75.75 0 01-.98.07l-.08-.07-2-2-.1-.11-.05-.1-.03-.08-.03-.1v-.19l.01-.12.02-.07.02-.06.04-.07.03-.05.02-.03a.76.76 0 01.07-.08l2-2zM12 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-.14-8.49h.07l.09-.01h.06l.1.02.06.02.06.02.07.04.05.03.04.03.07.06 2 2a.75.75 0 01-.98 1.13l-.08-.07-.72-.72v2.19c0 .38-.28.7-.65.74l-.1.01a.75.75 0 01-.74-.65l-.01-.1V4.56l-.72.72a.75.75 0 01-.98.07l-.08-.07a.75.75 0 01-.07-.98l.07-.08 2-2 .11-.1.1-.05.08-.03.1-.03z", fill: primaryFill }));
|
|
23018
23810
|
};
|
|
23019
23811
|
export const Drag24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Drag24RegularIcon({}), 'Drag24Regular');
|
|
23812
|
+
const DrawImage20FilledIcon = (iconProps) => {
|
|
23813
|
+
const { className, primaryFill } = iconProps;
|
|
23814
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23815
|
+
React.createElement("path", { d: "M5.5 3A2.5 2.5 0 003 5.5v8.53c.34-.05.7.04.98.26.11.08.22.16.31.2l4.61-3.45a1 1 0 011.2 0l1.6 1.2.72-.7-1.72-1.3a2 2 0 00-2.4 0L4 13.47V5.5C4 4.67 4.67 4 5.5 4h8c.83 0 1.5.67 1.5 1.5v3.73c.32-.13.66-.21 1-.23V5.5A2.5 2.5 0 0013.5 3h-8zm6 4a.5.5 0 100 1 .5.5 0 000-1zm-1.5.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm-5.38 8.05c-.4.1-.89-.19-1.25-.47-.19-.15-.44 0-.35.21.2.49.58 1.03 1.35 1.12.82.1 1.39-.15 1.97-.4.4-.19.8-.37 1.3-.44.09 0 .15.1.11.18-.15.35-.13.89.32 1.24.54.42 2.4.51 4.06 0l.11-.02 1.5-.37c.26-.07.5-.2.7-.4l3.02-3.02a1.86 1.86 0 10-2.64-2.63l-3.02 3.02c-.2.19-.33.43-.4.7l-.37 1.49a1 1 0 00-.01.44c-.92.16-1.67.12-2.13.02-.07-.02-.1-.12-.06-.18.18-.35.23-1.08-.4-1.33-.87-.35-1.99.12-2.87.5-.37.15-.7.29-.94.34z", fill: primaryFill }));
|
|
23816
|
+
};
|
|
23817
|
+
export const DrawImage20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawImage20FilledIcon({}), 'DrawImage20Filled');
|
|
23818
|
+
const DrawImage20RegularIcon = (iconProps) => {
|
|
23819
|
+
const { className, primaryFill } = iconProps;
|
|
23820
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23821
|
+
React.createElement("path", { d: "M3 5.5A2.5 2.5 0 015.5 3h8A2.5 2.5 0 0116 5.5V9c-.34.02-.68.1-1 .23V5.5c0-.83-.67-1.5-1.5-1.5h-8C4.67 4 4 4.67 4 5.5v7.97l4.3-3.23a2 2 0 012.4 0l1.72 1.3-.71.7-1.61-1.2a1 1 0 00-1.2 0L4.3 14.5c-.1-.05-.2-.13-.32-.21a1.27 1.27 0 00-.98-.26V5.5zm8 2a.5.5 0 111 0 .5.5 0 01-1 0zm.5-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm.74 10.97l-.1.02c-1.66.51-3.53.42-4.07 0a1.05 1.05 0 01-.32-1.24c.04-.08-.02-.19-.1-.18-.5.07-.9.25-1.3.43-.6.26-1.16.52-1.98.41-.77-.1-1.15-.63-1.35-1.12-.1-.22.16-.36.35-.21.36.28.84.56 1.25.47.25-.05.57-.2.94-.35.88-.37 2-.84 2.86-.5.64.26.59.99.4 1.34-.03.06 0 .16.07.18.46.1 1.21.14 2.13-.02a1 1 0 01.01-.44l.38-1.5c.06-.26.2-.5.39-.7l3.02-3.01a1.86 1.86 0 112.64 2.63l-3.02 3.02c-.2.2-.44.33-.7.4l-1.5.37zM12 16l1.5-.37a.5.5 0 00.23-.13l3.02-3.03a.86.86 0 10-1.22-1.22l-3.02 3.02a.5.5 0 00-.13.24L12 16z", fill: primaryFill }));
|
|
23822
|
+
};
|
|
23823
|
+
export const DrawImage20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawImage20RegularIcon({}), 'DrawImage20Regular');
|
|
23824
|
+
const DrawImage24FilledIcon = (iconProps) => {
|
|
23825
|
+
const { className, primaryFill } = iconProps;
|
|
23826
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23827
|
+
React.createElement("path", { d: "M4 6.75A2.75 2.75 0 016.75 4h9.5A2.75 2.75 0 0119 6.75v4.27a3.16 3.16 0 00-1.5.3V6.75c0-.69-.56-1.25-1.25-1.25h-9.5c-.69 0-1.25.56-1.25 1.25v9.5c0 .09 0 .17.02.25l4.5-3.96a2.25 2.25 0 012.97 0l1.6 1.42-1.06 1.06L12 13.66a.75.75 0 00-1 0l-3.34 2.95c-.38.13-.72.29-1 .42l-.05.02c-.62.3-.98.45-1.34.45a1 1 0 01-.32-.05 1.18 1.18 0 00-.69-.02A2.74 2.74 0 014 16.25v-9.5zM14 8.5a.5.5 0 100 1 .5.5 0 000-1zM12 9a2 2 0 114 0 2 2 0 01-4 0zm8.18 3.45l.13.1.11.12a2 2 0 01-.02 2.83l-3.79 3.86c-.24.24-.55.43-.89.54l-1.38.45a13.99 13.99 0 01-.6.2l-.13.03-.16.04c-1.2.32-2.19.35-3.33.11-.35-.07-.75-.24-.95-.66-.18-.38-.1-.76-.03-.96.04-.12-.06-.26-.2-.23-.62.1-1.59.33-3.04.76-.18.05-.38.07-.6.01a1.08 1.08 0 01-.5-.3 1.69 1.69 0 01-.4-.77c-.03-.13.1-.23.23-.18.2.06.42.1.64.1.62 0 1.2-.27 1.77-.54a5.84 5.84 0 012.37-.65c.35-.02.75 0 1.07.2a1 1 0 01.42.5c.08.21.07.4.05.55-.03.25-.15.5-.21.63l-.04.08c-.01.02 0 .05.03.05.53.09 1.03.1 1.6 0l.59-1.94c.1-.32.26-.61.5-.85l3.8-3.87c.79-.8 2.07-.88 2.95-.21z", fill: primaryFill }));
|
|
23828
|
+
};
|
|
23829
|
+
export const DrawImage24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawImage24FilledIcon({}), 'DrawImage24Filled');
|
|
23830
|
+
const DrawImage24RegularIcon = (iconProps) => {
|
|
23831
|
+
const { className, primaryFill } = iconProps;
|
|
23832
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23833
|
+
React.createElement("path", { d: "M20.3 12.56l-.12-.1v-.01a2.26 2.26 0 00-2.96.21l-3.8 3.87c-.24.24-.4.53-.5.85l-.59 1.95c-.57.08-1.07.08-1.6 0a.04.04 0 01-.03-.06l.03-.07c.07-.15.19-.4.22-.64a1.1 1.1 0 00-.05-.54 1 1 0 00-.42-.51c-.32-.2-.72-.22-1.07-.2a5.84 5.84 0 00-2.37.65c-.58.27-1.15.54-1.77.54a2 2 0 01-.64-.1c-.12-.05-.26.05-.23.18.06.23.16.54.4.78a1.08 1.08 0 001.1.28c1.45-.43 2.42-.66 3.05-.76.13-.03.23.1.19.23-.06.2-.15.58.03.96.2.42.6.6.95.66a6.86 6.86 0 003.49-.15l.12-.03a13.99 13.99 0 00.6-.2l1.4-.45c.33-.1.64-.3.88-.54l3.8-3.86a2 2 0 00.01-2.83l-.11-.11zm-5.87 5.23a.55.55 0 01.14-.23l3.8-3.87a.63.63 0 01.86-.03c.22.2.25.5.09.74l-.06.07-3.8 3.85a.6.6 0 01-.24.15l-1.1.36.31-1.04zM6.75 4A2.75 2.75 0 004 6.75v9.5c0 .42.1.82.26 1.18.22-.06.46-.06.69.02.1.03.2.05.32.05.36 0 .72-.16 1.34-.45l.04-.02c.29-.13.63-.3 1.01-.42L11 13.66a.75.75 0 011 0l1.53 1.36 1.07-1.06-1.61-1.42a2.25 2.25 0 00-2.98 0L5.52 16.5a1.26 1.26 0 01-.02-.25v-9.5c0-.69.56-1.25 1.25-1.25h9.5c.69 0 1.25.56 1.25 1.25v4.57c.47-.23.99-.33 1.5-.3V6.75A2.75 2.75 0 0016.25 4h-9.5zm6.75 5a.5.5 0 111 0 .5.5 0 01-1 0zm.5-2a2 2 0 100 4 2 2 0 000-4z", fill: primaryFill }));
|
|
23834
|
+
};
|
|
23835
|
+
export const DrawImage24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawImage24RegularIcon({}), 'DrawImage24Regular');
|
|
23836
|
+
const DrawShape20FilledIcon = (iconProps) => {
|
|
23837
|
+
const { className, primaryFill } = iconProps;
|
|
23838
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23839
|
+
React.createElement("path", { d: "M3 5.5A2.5 2.5 0 015.5 3h8A2.5 2.5 0 0116 5.5V9c-.34.02-.68.1-1 .23V5.5c0-.83-.67-1.5-1.5-1.5h-8C4.67 4 4 4.67 4 5.5v8a.5.5 0 01-1 0v-8zm1.62 10.05c-.4.1-.89-.19-1.25-.47-.19-.15-.44 0-.35.21.2.49.58 1.03 1.35 1.12.82.1 1.39-.15 1.97-.4.4-.19.8-.37 1.3-.44.09 0 .15.1.11.18-.15.35-.13.89.32 1.24.54.42 2.4.51 4.06 0l.11-.02 1.5-.37c.26-.07.5-.2.7-.4l3.02-3.02a1.86 1.86 0 10-2.64-2.63l-3.02 3.02c-.2.19-.33.43-.4.7l-.37 1.49a1 1 0 00-.01.44c-.92.16-1.67.12-2.13.02-.07-.02-.1-.12-.06-.18.18-.35.23-1.08-.4-1.33-.87-.35-1.99.12-2.87.5-.37.15-.7.29-.94.34z", fill: primaryFill }));
|
|
23840
|
+
};
|
|
23841
|
+
export const DrawShape20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawShape20FilledIcon({}), 'DrawShape20Filled');
|
|
23842
|
+
const DrawShape20RegularIcon = (iconProps) => {
|
|
23843
|
+
const { className, primaryFill } = iconProps;
|
|
23844
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23845
|
+
React.createElement("path", { d: "M3 5.5A2.5 2.5 0 015.5 3h8A2.5 2.5 0 0116 5.5V9c-.34.02-.68.1-1 .23V5.5c0-.83-.67-1.5-1.5-1.5h-8C4.67 4 4 4.67 4 5.5v8a.5.5 0 01-1 0v-8zm1.62 10.05c-.4.1-.89-.19-1.25-.47-.19-.15-.44 0-.35.21.2.49.58 1.03 1.35 1.12.82.1 1.39-.15 1.97-.4.4-.19.8-.37 1.3-.44.09 0 .15.1.11.18-.15.35-.13.89.32 1.24.54.42 2.4.51 4.06 0l.11-.02 1.5-.37c.26-.07.5-.2.7-.4l3.02-3.02a1.86 1.86 0 10-2.64-2.63l-3.02 3.02c-.2.19-.33.43-.4.7l-.37 1.49a1 1 0 00-.01.44c-.92.16-1.67.12-2.13.02-.07-.02-.1-.12-.06-.18.18-.35.23-1.08-.4-1.33-.87-.35-1.99.12-2.87.5-.37.15-.7.29-.94.34zm8.88.08L12 16l.38-1.5a.5.5 0 01.13-.23l3.02-3.02a.86.86 0 011.22 1.22l-3.02 3.03a.5.5 0 01-.23.13z", fill: primaryFill }));
|
|
23846
|
+
};
|
|
23847
|
+
export const DrawShape20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawShape20RegularIcon({}), 'DrawShape20Regular');
|
|
23020
23848
|
const DrawShape24FilledIcon = (iconProps) => {
|
|
23021
23849
|
const { className, primaryFill } = iconProps;
|
|
23022
23850
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -23031,6 +23859,18 @@ const DrawShape24RegularIcon = (iconProps) => {
|
|
|
23031
23859
|
React.createElement("path", { d: "M20.3 12.56l-.12-.1v-.01a2.26 2.26 0 00-2.96.21l-3.8 3.87c-.24.24-.4.53-.5.85l-.59 1.95c-.57.08-1.07.08-1.6 0a.04.04 0 01-.03-.06l.03-.07c.07-.15.19-.4.22-.64a1.1 1.1 0 00-.05-.54 1 1 0 00-.42-.51c-.32-.2-.72-.22-1.07-.2a5.84 5.84 0 00-2.37.65c-.58.27-1.15.54-1.77.54a2 2 0 01-.64-.1c-.12-.04-.26.05-.23.18.06.23.16.54.4.78a1.08 1.08 0 001.1.28c1.45-.43 2.42-.66 3.05-.76.13-.03.23.1.19.23-.06.2-.15.58.03.97.2.41.6.58.95.65a6.86 6.86 0 003.49-.15l.12-.03a13.8 13.8 0 00.6-.2l1.4-.45c.33-.1.64-.3.88-.54l3.8-3.86a2 2 0 00.01-2.83l-.11-.11zm-5.87 5.23a.55.55 0 01.14-.23l3.8-3.87a.63.63 0 01.86-.03c.22.2.25.5.09.74l-.06.07-3.8 3.85a.6.6 0 01-.24.15l-1.1.36.31-1.04z", fill: primaryFill }));
|
|
23032
23860
|
};
|
|
23033
23861
|
export const DrawShape24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawShape24RegularIcon({}), 'DrawShape24Regular');
|
|
23862
|
+
const DrawText20FilledIcon = (iconProps) => {
|
|
23863
|
+
const { className, primaryFill } = iconProps;
|
|
23864
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23865
|
+
React.createElement("path", { d: "M8.5 4.7L6.41 10h4.18L8.5 4.7zm3.04 7.71L10.98 11H6.02l-1.05 2.68a.5.5 0 01-.93-.36l3.9-9.94a.6.6 0 011.12 0l3.25 8.26-.77.77zm-6.92 3.14c-.4.1-.89-.19-1.25-.47-.19-.15-.44 0-.35.21.2.49.58 1.03 1.35 1.12.82.1 1.39-.15 1.97-.4.4-.19.8-.37 1.3-.44.09 0 .15.1.11.18-.15.35-.13.89.32 1.24.54.42 2.4.51 4.06 0l.11-.02 1.5-.37c.26-.07.5-.2.7-.4l3.02-3.02a1.86 1.86 0 10-2.64-2.63l-3.02 3.02c-.2.19-.33.43-.4.7l-.37 1.49a1 1 0 00-.01.44c-.92.16-1.67.12-2.13.02-.07-.02-.1-.12-.06-.18.18-.35.23-1.08-.4-1.33-.87-.35-1.99.12-2.87.5-.37.15-.7.29-.94.34z", fill: primaryFill }));
|
|
23866
|
+
};
|
|
23867
|
+
export const DrawText20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawText20FilledIcon({}), 'DrawText20Filled');
|
|
23868
|
+
const DrawText20RegularIcon = (iconProps) => {
|
|
23869
|
+
const { className, primaryFill } = iconProps;
|
|
23870
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23871
|
+
React.createElement("path", { d: "M8.5 4.7L6.41 10h4.18L8.5 4.7zm3.04 7.71L10.98 11H6.02l-1.05 2.68a.5.5 0 01-.93-.36l3.9-9.94a.6.6 0 011.12 0l3.25 8.26-.77.77zm-6.92 3.14c-.4.1-.89-.19-1.25-.47-.19-.15-.44 0-.35.21.2.49.58 1.03 1.35 1.12.82.1 1.39-.15 1.97-.4.4-.19.8-.37 1.3-.44.09 0 .15.1.11.18-.15.35-.13.89.32 1.24.54.42 2.4.51 4.06 0l.11-.02 1.5-.37c.26-.07.5-.2.7-.4l3.02-3.02a1.86 1.86 0 10-2.64-2.63l-3.02 3.02c-.2.19-.33.43-.4.7l-.37 1.49a1 1 0 00-.01.44c-.92.16-1.67.12-2.13.02-.07-.02-.1-.12-.06-.18.18-.35.23-1.08-.4-1.33-.87-.35-1.99.12-2.87.5-.37.15-.7.29-.94.34zm8.88.08L12 16l.38-1.5a.5.5 0 01.13-.23l3.02-3.02a.86.86 0 011.22 1.22l-3.02 3.03a.5.5 0 01-.23.13z", fill: primaryFill }));
|
|
23872
|
+
};
|
|
23873
|
+
export const DrawText20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawText20RegularIcon({}), 'DrawText20Regular');
|
|
23034
23874
|
const DrawText24FilledIcon = (iconProps) => {
|
|
23035
23875
|
const { className, primaryFill } = iconProps;
|
|
23036
23876
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -23045,6 +23885,150 @@ const DrawText24RegularIcon = (iconProps) => {
|
|
|
23045
23885
|
React.createElement("path", { d: "M20.3 12.56l-.12-.1v-.01a2.26 2.26 0 00-2.96.21l-3.8 3.87c-.24.24-.4.53-.5.85l-.59 1.95c-.57.08-1.07.08-1.6 0a.04.04 0 01-.03-.06l.04-.08c.06-.14.18-.38.21-.63a1.1 1.1 0 00-.05-.54 1 1 0 00-.42-.51c-.32-.2-.72-.22-1.07-.2a5.84 5.84 0 00-2.37.65c-.58.27-1.15.54-1.77.54a2 2 0 01-.64-.1c-.12-.05-.26.05-.23.18.06.23.16.54.4.78a1.08 1.08 0 001.1.28c1.45-.43 2.42-.66 3.05-.76.13-.03.23.1.19.23-.06.2-.15.58.03.96.2.42.6.6.95.66a6.86 6.86 0 003.49-.15l.12-.03a13.99 13.99 0 00.6-.2l1.4-.45c.33-.1.64-.3.88-.54l3.8-3.86a2 2 0 00.01-2.83l-.11-.11zm-5.87 5.23a.55.55 0 01.14-.23l3.8-3.87a.63.63 0 01.86-.03c.22.2.25.5.09.74l-.06.07-3.8 3.85a.6.6 0 01-.24.15l-1.1.36.31-1.04z", fill: primaryFill }));
|
|
23046
23886
|
};
|
|
23047
23887
|
export const DrawText24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawText24RegularIcon({}), 'DrawText24Regular');
|
|
23888
|
+
const DrawerAdd20FilledIcon = (iconProps) => {
|
|
23889
|
+
const { className, primaryFill } = iconProps;
|
|
23890
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23891
|
+
React.createElement("path", { d: "M18 5.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4-2a.5.5 0 00-1 0V5h-1.5a.5.5 0 000 1H13v1.5a.5.5 0 001 0V6h1.5a.5.5 0 000-1H14V3.5zM6 4h2.2c-.08.32-.15.66-.18 1H6a2 2 0 00-2 2h4.2c.1.35.24.68.4 1H4v3h3.5c.28 0 .5.22.5.5a2 2 0 104 0c0-.28.22-.5.5-.5H16v-.6c.36-.18.7-.4 1-.66V15a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3z", fill: primaryFill }));
|
|
23892
|
+
};
|
|
23893
|
+
export const DrawerAdd20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerAdd20FilledIcon({}), 'DrawerAdd20Filled');
|
|
23894
|
+
const DrawerAdd20RegularIcon = (iconProps) => {
|
|
23895
|
+
const { className, primaryFill } = iconProps;
|
|
23896
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23897
|
+
React.createElement("path", { d: "M13.5 10a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0-7c.28 0 .5.22.5.5V5h1.5a.5.5 0 010 1H14v1.5a.5.5 0 01-1 0V6h-1.5a.5.5 0 010-1H13V3.5c0-.28.22-.5.5-.5zM17 9.74V15a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h2.2c-.08.32-.15.66-.18 1H6a2 2 0 00-2 2h4.2c.1.35.24.68.4 1H4v3h3.5c.28 0 .5.22.5.5a2 2 0 104 0c0-.28.22-.5.5-.5H16v-.6c.36-.18.7-.4 1-.66zM14 17a2 2 0 002-2v-3h-3.04a3 3 0 01-5.92 0H4v3c0 1.1.9 2 2 2h8z", fill: primaryFill }));
|
|
23898
|
+
};
|
|
23899
|
+
export const DrawerAdd20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerAdd20RegularIcon({}), 'DrawerAdd20Regular');
|
|
23900
|
+
const DrawerAdd24FilledIcon = (iconProps) => {
|
|
23901
|
+
const { className, primaryFill } = iconProps;
|
|
23902
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23903
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zM17 7v2.5a.5.5 0 11-1 0V7h-2.5a.5.5 0 010-1H16V3.5a.5.5 0 011 0V6h2.5a.5.5 0 010 1H17zM6.25 4h4.25c-.2.47-.34.98-.42 1.5H6.25c-.97 0-1.75.78-1.75 1.75V8h5.67c.13.53.32 1.03.56 1.5H4.5V14h4.56c.38 0 .69.31.69.7v.05a2.25 2.25 0 004.5 0v-.06c0-.38.31-.69.7-.69h4.55v-1.73a6.52 6.52 0 001.5-1.08v7.56c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 18.75V7.25C3 5.45 4.46 4 6.25 4z", fill: primaryFill }));
|
|
23904
|
+
};
|
|
23905
|
+
export const DrawerAdd24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerAdd24FilledIcon({}), 'DrawerAdd24Filled');
|
|
23906
|
+
const DrawerAdd24RegularIcon = (iconProps) => {
|
|
23907
|
+
const { className, primaryFill } = iconProps;
|
|
23908
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23909
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zM17 7v2.5a.5.5 0 11-1 0V7h-2.5a.5.5 0 010-1H16V3.5a.5.5 0 011 0V6h2.5a.5.5 0 010 1H17zm4 4.19c-.44.43-.95.8-1.5 1.08V14h-4.56a.7.7 0 00-.69.7v.05a2.25 2.25 0 01-4.5 0v-.06a.7.7 0 00-.7-.69H4.5V9.5h6.23a6.46 6.46 0 01-.56-1.5H4.5v-.75c0-.97.78-1.75 1.75-1.75h3.83c.08-.52.22-1.03.42-1.5H6.25A3.25 3.25 0 003 7.25v11.5C3 20.55 4.46 22 6.25 22h11.5c1.8 0 3.25-1.46 3.25-3.25v-7.56zm-1.5 4.31v3.25c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V15.5h3.83a3.75 3.75 0 007.35 0h3.82z", fill: primaryFill }));
|
|
23910
|
+
};
|
|
23911
|
+
export const DrawerAdd24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerAdd24RegularIcon({}), 'DrawerAdd24Regular');
|
|
23912
|
+
const DrawerArrowDownload20FilledIcon = (iconProps) => {
|
|
23913
|
+
const { className, primaryFill } = iconProps;
|
|
23914
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23915
|
+
React.createElement("path", { d: "M9 5.5a4.5 4.5 0 014-4.47v3.76l-.65-.64a.5.5 0 00-.7.7l1.5 1.5c.2.2.5.2.7 0l1.5-1.5a.5.5 0 00-.7-.7l-.65.64V1.03A4.5 4.5 0 119 5.5zm2 2c0 .28.22.5.5.5h4a.5.5 0 000-1h-4a.5.5 0 00-.5.5zM6 4h2.2c-.08.32-.15.66-.18 1H6a2 2 0 00-2 2h4.2c.1.35.24.68.4 1H4v3h3.5c.28 0 .5.22.5.5a2 2 0 104 0c0-.28.22-.5.5-.5H16v-.6c.36-.18.7-.4 1-.66V15a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3z", fill: primaryFill }));
|
|
23916
|
+
};
|
|
23917
|
+
export const DrawerArrowDownload20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerArrowDownload20FilledIcon({}), 'DrawerArrowDownload20Filled');
|
|
23918
|
+
const DrawerArrowDownload20RegularIcon = (iconProps) => {
|
|
23919
|
+
const { className, primaryFill } = iconProps;
|
|
23920
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23921
|
+
React.createElement("path", { d: "M9 5.5a4.5 4.5 0 014-4.47v3.76l-.65-.64a.5.5 0 00-.7.7l1.5 1.5c.2.2.5.2.7 0l1.5-1.5a.5.5 0 00-.7-.7l-.65.64V1.03A4.5 4.5 0 119 5.5zm2 2c0 .28.22.5.5.5h4a.5.5 0 000-1h-4a.5.5 0 00-.5.5zm6 2.24c-.3.26-.64.48-1 .66v.6h-3.5a.5.5 0 00-.5.5 2 2 0 11-4 0 .5.5 0 00-.5-.5H4V8h4.6c-.16-.32-.3-.65-.4-1H4c0-1.1.9-2 2-2h2.02c.03-.34.1-.68.19-1H6a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V9.74zM16 15a2 2 0 01-2 2H6a2 2 0 01-2-2v-3h3.04a3 3 0 005.92 0H16v3z", fill: primaryFill }));
|
|
23922
|
+
};
|
|
23923
|
+
export const DrawerArrowDownload20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerArrowDownload20RegularIcon({}), 'DrawerArrowDownload20Regular');
|
|
23924
|
+
const DrawerArrowDownload24FilledIcon = (iconProps) => {
|
|
23925
|
+
const { className, primaryFill } = iconProps;
|
|
23926
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23927
|
+
React.createElement("path", { d: "M11 6.5a5.5 5.5 0 015-5.48V6.8l-1.65-1.64a.5.5 0 00-.7.7l2.5 2.5c.2.2.5.2.7 0l2.5-2.5a.5.5 0 00-.7-.7L17 6.79V1.02a5.5 5.5 0 11-6 5.48zm8.5 3A.5.5 0 0019 9h-5a.5.5 0 000 1h5a.5.5 0 00.5-.5zM6.25 4h4.25c-.2.47-.34.98-.42 1.5H6.25c-.97 0-1.75.78-1.75 1.75V8h5.67c.13.53.32 1.03.56 1.5H4.5V14h4.56c.38 0 .69.31.69.7v.05a2.25 2.25 0 004.5 0v-.06c0-.38.31-.69.7-.69h4.55v-1.73a6.52 6.52 0 001.5-1.08v7.56c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 18.75V7.25C3 5.45 4.46 4 6.25 4z", fill: primaryFill }));
|
|
23928
|
+
};
|
|
23929
|
+
export const DrawerArrowDownload24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerArrowDownload24FilledIcon({}), 'DrawerArrowDownload24Filled');
|
|
23930
|
+
const DrawerArrowDownload24RegularIcon = (iconProps) => {
|
|
23931
|
+
const { className, primaryFill } = iconProps;
|
|
23932
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23933
|
+
React.createElement("path", { d: "M11 6.5a5.5 5.5 0 015-5.48V6.8l-1.65-1.64a.5.5 0 00-.7.7l2.5 2.5c.2.2.5.2.7 0l2.5-2.5a.5.5 0 00-.7-.7L17 6.79V1.02a5.5 5.5 0 11-6 5.48zm8.5 3A.5.5 0 0019 9h-5a.5.5 0 000 1h5a.5.5 0 00.5-.5zm1.5 1.69c-.44.43-.95.8-1.5 1.08V14h-4.56a.7.7 0 00-.69.7v.05a2.25 2.25 0 01-4.5 0v-.06a.7.7 0 00-.7-.69H4.5V9.5h6.23a6.46 6.46 0 01-.56-1.5H4.5v-.75c0-.97.78-1.75 1.75-1.75h3.83c.08-.52.22-1.03.42-1.5H6.25A3.25 3.25 0 003 7.25v11.5C3 20.55 4.46 22 6.25 22h11.5c1.8 0 3.25-1.46 3.25-3.25v-7.56zm-1.5 4.31v3.25c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V15.5h3.83a3.75 3.75 0 007.35 0h3.82z", fill: primaryFill }));
|
|
23934
|
+
};
|
|
23935
|
+
export const DrawerArrowDownload24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerArrowDownload24RegularIcon({}), 'DrawerArrowDownload24Regular');
|
|
23936
|
+
const DrawerDismiss20FilledIcon = (iconProps) => {
|
|
23937
|
+
const { className, primaryFill } = iconProps;
|
|
23938
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23939
|
+
React.createElement("path", { d: "M13.5 10a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm1.85-6.35c.2.2.2.5 0 .7L14.21 5.5l1.14 1.15a.5.5 0 01-.7.7L13.5 6.21l-1.15 1.14a.5.5 0 01-.7-.7l1.14-1.15-1.14-1.15a.5.5 0 01.7-.7l1.15 1.14 1.15-1.14c.2-.2.5-.2.7 0zM8.21 4H6a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V9.74c-.3.26-.64.48-1 .66v.6h-3.5a.5.5 0 00-.5.5 2 2 0 11-4 0 .5.5 0 00-.5-.5H4V8h4.6c-.16-.32-.3-.65-.4-1H4c0-1.1.9-2 2-2h2.02c.03-.34.1-.68.19-1z", fill: primaryFill }));
|
|
23940
|
+
};
|
|
23941
|
+
export const DrawerDismiss20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDismiss20FilledIcon({}), 'DrawerDismiss20Filled');
|
|
23942
|
+
const DrawerDismiss20RegularIcon = (iconProps) => {
|
|
23943
|
+
const { className, primaryFill } = iconProps;
|
|
23944
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23945
|
+
React.createElement("path", { d: "M18 5.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.65-1.15a.5.5 0 00-.7-.7L13.5 4.79l-1.15-1.14a.5.5 0 00-.7.7l1.14 1.15-1.14 1.15a.5.5 0 00.7.7l1.15-1.14 1.15 1.14a.5.5 0 00.7-.7L14.21 5.5l1.14-1.15zM17 9.75c-.3.25-.64.47-1 .65v.6h-3.5a.5.5 0 00-.5.5 2 2 0 11-4 0 .5.5 0 00-.5-.5H4V8h4.6c-.16-.32-.3-.65-.4-1H4c0-1.1.9-2 2-2h2.02c.03-.34.1-.68.19-1H6a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V9.74zM16 15a2 2 0 01-2 2H6a2 2 0 01-2-2v-3h3.04a3 3 0 005.92 0H16v3z", fill: primaryFill }));
|
|
23946
|
+
};
|
|
23947
|
+
export const DrawerDismiss20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDismiss20RegularIcon({}), 'DrawerDismiss20Regular');
|
|
23948
|
+
const DrawerDismiss24FilledIcon = (iconProps) => {
|
|
23949
|
+
const { className, primaryFill } = iconProps;
|
|
23950
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23951
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-7.15-2.35a.5.5 0 00-.7.7l1.64 1.65-1.64 1.65a.5.5 0 00.7.7l1.65-1.64 1.65 1.64a.5.5 0 00.7-.7L17.21 6.5l1.64-1.65a.5.5 0 00-.7-.7L16.5 5.79l-1.65-1.64zM6.25 4h4.25c-.2.47-.34.98-.42 1.5H6.25c-.97 0-1.75.78-1.75 1.75V8h5.67c.13.53.32 1.03.56 1.5H4.5V14h4.56c.38 0 .69.31.69.7v.05a2.25 2.25 0 004.5 0v-.06c0-.38.31-.69.7-.69h4.55v-1.73a6.52 6.52 0 001.5-1.08v7.56c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 18.75V7.25C3 5.45 4.46 4 6.25 4z", fill: primaryFill }));
|
|
23952
|
+
};
|
|
23953
|
+
export const DrawerDismiss24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDismiss24FilledIcon({}), 'DrawerDismiss24Filled');
|
|
23954
|
+
const DrawerDismiss24RegularIcon = (iconProps) => {
|
|
23955
|
+
const { className, primaryFill } = iconProps;
|
|
23956
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23957
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-7.15-2.35a.5.5 0 00-.7.7l1.64 1.65-1.64 1.65a.5.5 0 00.7.7l1.65-1.64 1.65 1.64a.5.5 0 00.7-.7L17.21 6.5l1.64-1.65a.5.5 0 00-.7-.7L16.5 5.79l-1.65-1.64zM21 11.19c-.44.43-.95.8-1.5 1.08V14h-4.56a.7.7 0 00-.69.7v.05a2.25 2.25 0 01-4.5 0v-.06a.7.7 0 00-.7-.69H4.5V9.5h6.23a6.46 6.46 0 01-.56-1.5H4.5v-.75c0-.97.78-1.75 1.75-1.75h3.83c.08-.52.22-1.03.42-1.5H6.25A3.25 3.25 0 003 7.25v11.5C3 20.55 4.46 22 6.25 22h11.5c1.8 0 3.25-1.46 3.25-3.25v-7.56zm-1.5 4.31v3.25c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V15.5h3.83a3.75 3.75 0 007.35 0h3.82z", fill: primaryFill }));
|
|
23958
|
+
};
|
|
23959
|
+
export const DrawerDismiss24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDismiss24RegularIcon({}), 'DrawerDismiss24Regular');
|
|
23960
|
+
const DrawerDownload20FilledIcon = (iconProps) => {
|
|
23961
|
+
const { className, primaryFill } = iconProps;
|
|
23962
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23963
|
+
React.createElement("path", { d: "M9 5.5a4.5 4.5 0 014-4.47v3.76l-.65-.64a.5.5 0 00-.7.7l1.5 1.5c.2.2.5.2.7 0l1.5-1.5a.5.5 0 00-.7-.7l-.65.64V1.03A4.5 4.5 0 119 5.5zm2 2c0 .28.22.5.5.5h4a.5.5 0 000-1h-4a.5.5 0 00-.5.5zM6 4h2.2c-.08.32-.15.66-.18 1H6a2 2 0 00-2 2h4.2c.1.35.24.68.4 1H4v3h3.5c.28 0 .5.22.5.5a2 2 0 104 0c0-.28.22-.5.5-.5H16v-.6c.36-.18.7-.4 1-.66V15a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3z", fill: primaryFill }));
|
|
23964
|
+
};
|
|
23965
|
+
export const DrawerDownload20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDownload20FilledIcon({}), 'DrawerDownload20Filled');
|
|
23966
|
+
const DrawerDownload20RegularIcon = (iconProps) => {
|
|
23967
|
+
const { className, primaryFill } = iconProps;
|
|
23968
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23969
|
+
React.createElement("path", { d: "M9 5.5a4.5 4.5 0 014-4.47v3.76l-.65-.64a.5.5 0 00-.7.7l1.5 1.5c.2.2.5.2.7 0l1.5-1.5a.5.5 0 00-.7-.7l-.65.64V1.03A4.5 4.5 0 119 5.5zm2 2c0 .28.22.5.5.5h4a.5.5 0 000-1h-4a.5.5 0 00-.5.5zm6 2.24c-.3.26-.64.48-1 .66v.6h-3.5a.5.5 0 00-.5.5 2 2 0 11-4 0 .5.5 0 00-.5-.5H4V8h4.6c-.16-.32-.3-.65-.4-1H4c0-1.1.9-2 2-2h2.02c.03-.34.1-.68.19-1H6a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V9.74zM16 15a2 2 0 01-2 2H6a2 2 0 01-2-2v-3h3.04a3 3 0 005.92 0H16v3z", fill: primaryFill }));
|
|
23970
|
+
};
|
|
23971
|
+
export const DrawerDownload20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDownload20RegularIcon({}), 'DrawerDownload20Regular');
|
|
23972
|
+
const DrawerDownload24FilledIcon = (iconProps) => {
|
|
23973
|
+
const { className, primaryFill } = iconProps;
|
|
23974
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23975
|
+
React.createElement("path", { d: "M11 6.5a5.5 5.5 0 015-5.48V6.8l-1.65-1.64a.5.5 0 00-.7.7l2.5 2.5c.2.2.5.2.7 0l2.5-2.5a.5.5 0 00-.7-.7L17 6.79V1.02a5.5 5.5 0 11-6 5.48zm8.5 3A.5.5 0 0019 9h-5a.5.5 0 000 1h5a.5.5 0 00.5-.5zM6.25 4h4.25c-.2.47-.34.98-.42 1.5H6.25c-.97 0-1.75.78-1.75 1.75V8h5.67c.13.53.32 1.03.56 1.5H4.5V14h4.56c.38 0 .69.31.69.7v.05a2.25 2.25 0 004.5 0v-.06c0-.38.31-.69.7-.69h4.55v-1.73a6.52 6.52 0 001.5-1.08v7.56c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 18.75V7.25C3 5.45 4.46 4 6.25 4z", fill: primaryFill }));
|
|
23976
|
+
};
|
|
23977
|
+
export const DrawerDownload24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDownload24FilledIcon({}), 'DrawerDownload24Filled');
|
|
23978
|
+
const DrawerDownload24RegularIcon = (iconProps) => {
|
|
23979
|
+
const { className, primaryFill } = iconProps;
|
|
23980
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23981
|
+
React.createElement("path", { d: "M11 6.5a5.5 5.5 0 015-5.48V6.8l-1.65-1.64a.5.5 0 00-.7.7l2.5 2.5c.2.2.5.2.7 0l2.5-2.5a.5.5 0 00-.7-.7L17 6.79V1.02a5.5 5.5 0 11-6 5.48zm8.5 3A.5.5 0 0019 9h-5a.5.5 0 000 1h5a.5.5 0 00.5-.5zm1.5 1.69c-.44.43-.95.8-1.5 1.08V14h-4.56a.7.7 0 00-.69.7v.05a2.25 2.25 0 01-4.5 0v-.06a.7.7 0 00-.7-.69H4.5V9.5h6.23a6.46 6.46 0 01-.56-1.5H4.5v-.75c0-.97.78-1.75 1.75-1.75h3.83c.08-.52.22-1.03.42-1.5H6.25A3.25 3.25 0 003 7.25v11.5C3 20.55 4.46 22 6.25 22h11.5c1.8 0 3.25-1.46 3.25-3.25v-7.56zm-1.5 4.31v3.25c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V15.5h3.83a3.75 3.75 0 007.35 0h3.82z", fill: primaryFill }));
|
|
23982
|
+
};
|
|
23983
|
+
export const DrawerDownload24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDownload24RegularIcon({}), 'DrawerDownload24Regular');
|
|
23984
|
+
const DrawerPlay20FilledIcon = (iconProps) => {
|
|
23985
|
+
const { className, primaryFill } = iconProps;
|
|
23986
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23987
|
+
React.createElement("path", { d: "M8.2 4H6a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V9.74c-.3.26-.64.48-1 .66v.6h-3.5a.5.5 0 00-.5.5 2 2 0 11-4 0 .5.5 0 00-.5-.5H4V8h4.6c-.16-.32-.3-.65-.4-1H4c0-1.1.9-2 2-2h2.02c.03-.34.1-.68.19-1zm5.3 6a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm-.76-6.59l2.97 1.65a.5.5 0 010 .88l-2.97 1.65a.5.5 0 01-.74-.44v-3.3a.5.5 0 01.74-.44z", fill: primaryFill }));
|
|
23988
|
+
};
|
|
23989
|
+
export const DrawerPlay20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerPlay20FilledIcon({}), 'DrawerPlay20Filled');
|
|
23990
|
+
const DrawerPlay20RegularIcon = (iconProps) => {
|
|
23991
|
+
const { className, primaryFill } = iconProps;
|
|
23992
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23993
|
+
React.createElement("path", { d: "M17 9.74V15a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h2.2c-.08.32-.15.66-.18 1H6a2 2 0 00-2 2h4.2c.1.35.24.68.4 1H4v3h3.5c.28 0 .5.22.5.5a2 2 0 104 0c0-.28.22-.5.5-.5H16v-.6c.36-.18.7-.4 1-.66zM14 17a2 2 0 002-2v-3h-3.04a3 3 0 01-5.92 0H4v3c0 1.1.9 2 2 2h8zm-.5-7a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm-.76-6.59l2.97 1.65a.5.5 0 010 .88l-2.97 1.65a.5.5 0 01-.74-.44v-3.3a.5.5 0 01.74-.44z", fill: primaryFill }));
|
|
23994
|
+
};
|
|
23995
|
+
export const DrawerPlay20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerPlay20RegularIcon({}), 'DrawerPlay20Regular');
|
|
23996
|
+
const DrawerPlay24FilledIcon = (iconProps) => {
|
|
23997
|
+
const { className, primaryFill } = iconProps;
|
|
23998
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23999
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-7 2.11c0 .4.42.63.76.43l3.53-2.11a.5.5 0 000-.86l-3.53-2.12a.5.5 0 00-.76.43v4.23zM6.25 4h4.25c-.2.47-.34.98-.42 1.5H6.25c-.97 0-1.75.78-1.75 1.75V8h5.67c.13.53.32 1.03.56 1.5H4.5V14h4.56c.38 0 .69.31.69.7v.05a2.25 2.25 0 004.5 0v-.06c0-.38.31-.69.7-.69h4.55v-1.73a6.52 6.52 0 001.5-1.08v7.56c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 18.75V7.25C3 5.45 4.46 4 6.25 4z", fill: primaryFill }));
|
|
24000
|
+
};
|
|
24001
|
+
export const DrawerPlay24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerPlay24FilledIcon({}), 'DrawerPlay24Filled');
|
|
24002
|
+
const DrawerPlay24RegularIcon = (iconProps) => {
|
|
24003
|
+
const { className, primaryFill } = iconProps;
|
|
24004
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24005
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-7 2.11c0 .4.42.63.76.43l3.53-2.11a.5.5 0 000-.86l-3.53-2.12a.5.5 0 00-.76.43v4.23zm6 2.58c-.44.43-.95.8-1.5 1.08V14h-4.56a.7.7 0 00-.69.7v.05a2.25 2.25 0 01-4.5 0v-.06a.7.7 0 00-.7-.69H4.5V9.5h6.23a6.46 6.46 0 01-.56-1.5H4.5v-.75c0-.97.78-1.75 1.75-1.75h3.83c.08-.52.22-1.03.42-1.5H6.25A3.25 3.25 0 003 7.25v11.5C3 20.55 4.46 22 6.25 22h11.5c1.8 0 3.25-1.46 3.25-3.25v-7.56zm-1.5 4.31v3.25c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V15.5h3.83a3.75 3.75 0 007.35 0h3.82z", fill: primaryFill }));
|
|
24006
|
+
};
|
|
24007
|
+
export const DrawerPlay24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerPlay24RegularIcon({}), 'DrawerPlay24Regular');
|
|
24008
|
+
const DrawerSubtract20FilledIcon = (iconProps) => {
|
|
24009
|
+
const { className, primaryFill } = iconProps;
|
|
24010
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24011
|
+
React.createElement("path", { d: "M18 5.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2 0a.5.5 0 00-.5-.5h-4a.5.5 0 000 1h4a.5.5 0 00.5-.5zM6 4h2.2c-.08.32-.15.66-.18 1H6a2 2 0 00-2 2h4.2c.1.35.24.68.4 1H4v3h3.5c.28 0 .5.22.5.5a2 2 0 104 0c0-.28.22-.5.5-.5H16v-.6c.36-.18.7-.4 1-.66V15a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3z", fill: primaryFill }));
|
|
24012
|
+
};
|
|
24013
|
+
export const DrawerSubtract20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerSubtract20FilledIcon({}), 'DrawerSubtract20Filled');
|
|
24014
|
+
const DrawerSubtract20RegularIcon = (iconProps) => {
|
|
24015
|
+
const { className, primaryFill } = iconProps;
|
|
24016
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24017
|
+
React.createElement("path", { d: "M18 5.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2 0a.5.5 0 00-.5-.5h-4a.5.5 0 000 1h4a.5.5 0 00.5-.5zm1 4.24c-.3.26-.64.48-1 .66v.6h-3.5a.5.5 0 00-.5.5 2 2 0 11-4 0 .5.5 0 00-.5-.5H4V8h4.6c-.16-.32-.3-.65-.4-1H4c0-1.1.9-2 2-2h2.02c.03-.34.1-.68.19-1H6a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V9.74zM16 15a2 2 0 01-2 2H6a2 2 0 01-2-2v-3h3.04a3 3 0 005.92 0H16v3z", fill: primaryFill }));
|
|
24018
|
+
};
|
|
24019
|
+
export const DrawerSubtract20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerSubtract20RegularIcon({}), 'DrawerSubtract20Regular');
|
|
24020
|
+
const DrawerSubtract24FilledIcon = (iconProps) => {
|
|
24021
|
+
const { className, primaryFill } = iconProps;
|
|
24022
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24023
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm-8.5.5a.5.5 0 010-1h6a.5.5 0 010 1h-6zM6.25 4h4.25c-.2.47-.34.98-.42 1.5H6.25c-.97 0-1.75.78-1.75 1.75V8h5.67c.13.53.32 1.03.56 1.5H4.5V14h4.56c.38 0 .69.31.69.7v.05a2.25 2.25 0 004.5 0v-.06c0-.38.31-.69.7-.69h4.55v-1.73a6.52 6.52 0 001.5-1.08v7.56c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 013 18.75V7.25C3 5.45 4.46 4 6.25 4z", fill: primaryFill }));
|
|
24024
|
+
};
|
|
24025
|
+
export const DrawerSubtract24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerSubtract24FilledIcon({}), 'DrawerSubtract24Filled');
|
|
24026
|
+
const DrawerSubtract24RegularIcon = (iconProps) => {
|
|
24027
|
+
const { className, primaryFill } = iconProps;
|
|
24028
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24029
|
+
React.createElement("path", { d: "M22 6.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm-8.5.5a.5.5 0 010-1h6a.5.5 0 010 1h-6zm7.5 4.19c-.44.43-.95.8-1.5 1.08V14h-4.56a.7.7 0 00-.69.7v.05a2.25 2.25 0 01-4.5 0v-.06a.7.7 0 00-.7-.69H4.5V9.5h6.23a6.46 6.46 0 01-.56-1.5H4.5v-.75c0-.97.78-1.75 1.75-1.75h3.83c.08-.52.22-1.03.42-1.5H6.25A3.25 3.25 0 003 7.25v11.5C3 20.55 4.46 22 6.25 22h11.5c1.8 0 3.25-1.46 3.25-3.25v-7.56zm-1.5 4.31v3.25c0 .97-.78 1.75-1.75 1.75H6.25c-.97 0-1.75-.78-1.75-1.75V15.5h3.83a3.75 3.75 0 007.35 0h3.82z", fill: primaryFill }));
|
|
24030
|
+
};
|
|
24031
|
+
export const DrawerSubtract24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerSubtract24RegularIcon({}), 'DrawerSubtract24Regular');
|
|
23048
24032
|
const DrinkBeer16FilledIcon = (iconProps) => {
|
|
23049
24033
|
const { className, primaryFill } = iconProps;
|
|
23050
24034
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -23653,13 +24637,13 @@ export const Earth24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Earth24Regula
|
|
|
23653
24637
|
const Edit16FilledIcon = (iconProps) => {
|
|
23654
24638
|
const { className, primaryFill } = iconProps;
|
|
23655
24639
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23656
|
-
React.createElement("path", { d: "M12
|
|
24640
|
+
React.createElement("path", { d: "M12 6.8l-5.94 5.96c-.32.32-.72.54-1.16.65l-2.28.57a.5.5 0 01-.6-.6l.57-2.28c.1-.44.33-.84.65-1.16L9.2 4 12 6.81zm1.42-4.22a2 2 0 010 2.82l-.7.7L9.88 3.3l.7-.7a2 2 0 012.83 0z", fill: primaryFill }));
|
|
23657
24641
|
};
|
|
23658
24642
|
export const Edit16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Edit16FilledIcon({}), 'Edit16Filled');
|
|
23659
24643
|
const Edit16RegularIcon = (iconProps) => {
|
|
23660
24644
|
const { className, primaryFill } = iconProps;
|
|
23661
24645
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
23662
|
-
React.createElement("path", { d: "M13.
|
|
24646
|
+
React.createElement("path", { d: "M13.42 2.58a2 2 0 010 2.82l-7.36 7.36c-.32.32-.72.54-1.16.65l-2.28.57a.5.5 0 01-.6-.6l.57-2.28c.1-.44.33-.84.65-1.16l7.36-7.36a2 2 0 012.82 0zM9.89 4.7l-5.94 5.95c-.2.19-.33.43-.4.69l-.37 1.48 1.48-.37c.26-.07.5-.2.7-.4l5.94-5.94L9.9 4.7zm1.41-1.41l-.7.7L12 5.4l.71-.7a1 1 0 00-1.4-1.41z", fill: primaryFill }));
|
|
23663
24647
|
};
|
|
23664
24648
|
export const Edit16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Edit16RegularIcon({}), 'Edit16Regular');
|
|
23665
24649
|
const Edit20FilledIcon = (iconProps) => {
|
|
@@ -23813,6 +24797,42 @@ const Emoji24RegularIcon = (iconProps) => {
|
|
|
23813
24797
|
React.createElement("path", { d: "M12 2a10 10 0 110 20 10 10 0 010-20zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM8.46 14.78a4.5 4.5 0 007.07 0 .75.75 0 111.18.94 6 6 0 01-9.43 0 .75.75 0 011.18-.94zM9 8.75a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zm6 0a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5z", fill: primaryFill }));
|
|
23814
24798
|
};
|
|
23815
24799
|
export const Emoji24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji24RegularIcon({}), 'Emoji24Regular');
|
|
24800
|
+
const Emoji28FilledIcon = (iconProps) => {
|
|
24801
|
+
const { className, primaryFill } = iconProps;
|
|
24802
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24803
|
+
React.createElement("path", { d: "M2 14a12 12 0 1124 0 12 12 0 01-24 0zm15.5-1a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM12 11.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zm-3.67 5.63a.75.75 0 00-.2 1.04l.01.02a3.06 3.06 0 00.1.13l.28.33A7.42 7.42 0 0014 21a7.42 7.42 0 005.84-2.78l.02-.03v-.01h.01a.75.75 0 00-1.24-.85 2.22 2.22 0 01-.25.3A5.92 5.92 0 0114 19.5a5.92 5.92 0 01-4.62-2.16l-.01-.01a.75.75 0 00-1.04-.2z", fill: primaryFill }));
|
|
24804
|
+
};
|
|
24805
|
+
export const Emoji28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji28FilledIcon({}), 'Emoji28Filled');
|
|
24806
|
+
const Emoji28RegularIcon = (iconProps) => {
|
|
24807
|
+
const { className, primaryFill } = iconProps;
|
|
24808
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24809
|
+
React.createElement("path", { d: "M17.5 13a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM12 11.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-3.67 5.63a.75.75 0 011.04.2 2.25 2.25 0 00.25.3A5.92 5.92 0 0014 19.5a5.92 5.92 0 004.62-2.16l.01-.01a.75.75 0 011.24.84l-.01.02-.02.03a3.85 3.85 0 01-.36.43A7.42 7.42 0 0114 21a7.42 7.42 0 01-5.86-2.81v-.01h-.01a.75.75 0 01.2-1.05zM14 2a12 12 0 100 24 12 12 0 000-24zM3.5 14a10.5 10.5 0 1121 0 10.5 10.5 0 01-21 0z", fill: primaryFill }));
|
|
24810
|
+
};
|
|
24811
|
+
export const Emoji28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji28RegularIcon({}), 'Emoji28Regular');
|
|
24812
|
+
const Emoji32FilledIcon = (iconProps) => {
|
|
24813
|
+
const { className, primaryFill } = iconProps;
|
|
24814
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24815
|
+
React.createElement("path", { d: "M2 16a14 14 0 1128 0 14 14 0 01-28 0zm10-1a2 2 0 100-4 2 2 0 000 4zm10-2a2 2 0 10-4 0 2 2 0 004 0zM9.55 19.1a1 1 0 00-.44 1.35v.02a2.45 2.45 0 00.1.18l.3.42c.25.34.63.78 1.18 1.21A8.28 8.28 0 0016 24c2.5 0 4.21-.84 5.31-1.72a6.76 6.76 0 001.57-1.8v-.02h.01v-.01a1 1 0 00-1.78-.9l-.04.06-.17.26c-.17.22-.44.53-.84.85A6.3 6.3 0 0116 22c-2 0-3.29-.66-4.06-1.28a4.76 4.76 0 01-1.05-1.17 1 1 0 00-1.34-.44z", fill: primaryFill }));
|
|
24816
|
+
};
|
|
24817
|
+
export const Emoji32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji32FilledIcon({}), 'Emoji32Filled');
|
|
24818
|
+
const Emoji32RegularIcon = (iconProps) => {
|
|
24819
|
+
const { className, primaryFill } = iconProps;
|
|
24820
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24821
|
+
React.createElement("path", { d: "M12 15a2 2 0 100-4 2 2 0 000 4zm10-2a2 2 0 11-4 0 2 2 0 014 0zM9.55 19.1a1 1 0 011.34.45l.04.06.17.26c.17.22.44.53.84.85A6.3 6.3 0 0016 22c2 0 3.29-.66 4.06-1.28a4.76 4.76 0 001.05-1.17 1 1 0 011.78.9v.02a2.61 2.61 0 01-.1.18l-.3.42c-.25.34-.63.78-1.18 1.21A8.28 8.28 0 0116 24c-2.5 0-4.21-.84-5.31-1.72a6.76 6.76 0 01-1.57-1.8v-.02H9.1v-.01a1 1 0 01.44-1.34zM16 2a14 14 0 100 28 14 14 0 000-28zM4 16a12 12 0 1124 0 12 12 0 01-24 0z", fill: primaryFill }));
|
|
24822
|
+
};
|
|
24823
|
+
export const Emoji32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji32RegularIcon({}), 'Emoji32Regular');
|
|
24824
|
+
const Emoji48FilledIcon = (iconProps) => {
|
|
24825
|
+
const { className, primaryFill } = iconProps;
|
|
24826
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24827
|
+
React.createElement("path", { d: "M4 24a20 20 0 1140 0 20 20 0 01-40 0zm13.5-2a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM33 19.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zM18.45 34.68c1.71.9 3.62 1.34 5.55 1.32a11.72 11.72 0 009.82-5.1 1.25 1.25 0 10-2.13-1.3A9.21 9.21 0 0124 33.5a9.22 9.22 0 01-7.69-3.9 1.25 1.25 0 10-2.13 1.3c1.1 1.6 2.56 2.9 4.27 3.78z", fill: primaryFill }));
|
|
24828
|
+
};
|
|
24829
|
+
export const Emoji48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji48FilledIcon({}), 'Emoji48Filled');
|
|
24830
|
+
const Emoji48RegularIcon = (iconProps) => {
|
|
24831
|
+
const { className, primaryFill } = iconProps;
|
|
24832
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
24833
|
+
React.createElement("path", { d: "M17.5 22a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM33 19.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM18.45 34.68c1.71.9 3.62 1.34 5.55 1.32a11.72 11.72 0 009.82-5.1 1.25 1.25 0 10-2.13-1.3A9.21 9.21 0 0124 33.5a9.22 9.22 0 01-7.69-3.9 1.25 1.25 0 10-2.13 1.3c1.1 1.6 2.56 2.9 4.27 3.78zM24 4a20 20 0 100 40 20 20 0 000-40zM6.5 24a17.5 17.5 0 1135 0 17.5 17.5 0 01-35 0z", fill: primaryFill }));
|
|
24834
|
+
};
|
|
24835
|
+
export const Emoji48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Emoji48RegularIcon({}), 'Emoji48Regular');
|
|
23816
24836
|
const EmojiAdd16FilledIcon = (iconProps) => {
|
|
23817
24837
|
const { className, primaryFill } = iconProps;
|
|
23818
24838
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -24115,6 +25135,78 @@ const EmojiSmileSlight24RegularIcon = (iconProps) => {
|
|
|
24115
25135
|
React.createElement("path", { d: "M10.25 10a1.25 1.25 0 10-2.5 0 1.25 1.25 0 002.5 0zm6 0a1.25 1.25 0 10-2.5 0 1.25 1.25 0 002.5 0zm-6.11 5.1a.75.75 0 10-.78 1.3 5.2 5.2 0 002.64.66c.92 0 1.87-.2 2.64-.67a.75.75 0 00-.78-1.28c-.48.29-1.15.45-1.86.45-.71 0-1.38-.16-1.86-.45zM22 12a10 10 0 10-20 0 10 10 0 0020 0zM3.5 12a8.5 8.5 0 1117 0 8.5 8.5 0 01-17 0z", fill: primaryFill }));
|
|
24116
25136
|
};
|
|
24117
25137
|
export const EmojiSmileSlight24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSmileSlight24RegularIcon({}), 'EmojiSmileSlight24Regular');
|
|
25138
|
+
const EmojiSparkle16FilledIcon = (iconProps) => {
|
|
25139
|
+
const { className, primaryFill } = iconProps;
|
|
25140
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25141
|
+
React.createElement("path", { d: "M13.8 2.22h-.02l-.76-.26a1.58 1.58 0 01-1-1L11.77.2a.3.3 0 00-.57 0l-.25.77a1.58 1.58 0 01-.98 1l-.6.19-.17.05a.3.3 0 00-.15.11.3.3 0 00.15.46l.77.25.08.03a1.58 1.58 0 01.92.97l.24.77a.3.3 0 00.29.2.3.3 0 00.29-.2l.24-.77a1.58 1.58 0 011-1l.77-.24a.3.3 0 000-.57zm1.41 3.35l.62.2a.24.24 0 010 .46l-.6.2a1.26 1.26 0 00-.8.8l-.2.6a.24.24 0 01-.24.17.24.24 0 01-.22-.16l-.2-.61a1.26 1.26 0 00-.8-.8l-.61-.2a.24.24 0 01-.12-.1.25.25 0 01.12-.36l.61-.2a1.26 1.26 0 00.8-.8l.19-.6a.24.24 0 01.46 0l.2.6a1.26 1.26 0 00.8.8zM8 14a6 6 0 005.92-5 1.24 1.24 0 01-1.1-.85l-.2-.61a.26.26 0 00-.16-.16l-.63-.2A1.24 1.24 0 0111 6v-.1a1.3 1.3 0 01-.74-.8l-.24-.75a.54.54 0 00-.14-.23.6.6 0 00-.22-.14l-.8-.25A1.3 1.3 0 018.1 2H8a6 6 0 100 12zM6.25 7.75a.75.75 0 110-1.5.75.75 0 010 1.5zm-.11 1.92a2.5 2.5 0 003.72 0 .5.5 0 11.75.66 3.5 3.5 0 01-5.22 0 .5.5 0 01.75-.66zm3.61-1.92a.75.75 0 110-1.5.75.75 0 010 1.5zM11.5 5z", fill: primaryFill }));
|
|
25142
|
+
};
|
|
25143
|
+
export const EmojiSparkle16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle16FilledIcon({}), 'EmojiSparkle16Filled');
|
|
25144
|
+
const EmojiSparkle16RegularIcon = (iconProps) => {
|
|
25145
|
+
const { className, primaryFill } = iconProps;
|
|
25146
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25147
|
+
React.createElement("path", { d: "M13.8 2.22h-.02l-.76-.26a1.58 1.58 0 01-1-1L11.77.2a.3.3 0 00-.57 0l-.25.77a1.58 1.58 0 01-.98 1l-.6.19-.17.05a.3.3 0 00-.15.11.3.3 0 00.15.46l.77.25.08.03a1.58 1.58 0 01.89.9l.03.07.24.77a.3.3 0 00.29.2.3.3 0 00.29-.2l.24-.77a1.58 1.58 0 011-1l.77-.24a.3.3 0 000-.57zm1.41 3.35l.62.2a.24.24 0 010 .46l-.6.2a1.26 1.26 0 00-.8.8l-.2.6a.24.24 0 01-.24.17.24.24 0 01-.22-.16l-.2-.61a1.26 1.26 0 00-.8-.8l-.03-.01-.58-.2a.24.24 0 010-.45l.61-.2a1.26 1.26 0 00.8-.8l.19-.6a.24.24 0 01.46 0l.2.6a1.26 1.26 0 00.8.8zM8.06 2.9L8.1 3H8a5 5 0 104.98 5.46 1.25 1.25 0 00.94.54A6 6 0 118.1 2a1.3 1.3 0 00-.04.9zM6.25 7.75a.75.75 0 100-1.5.75.75 0 000 1.5zm-.11 1.92a.5.5 0 10-.75.66 3.5 3.5 0 005.22 0 .5.5 0 00-.75-.66 2.5 2.5 0 01-3.72 0zM10.5 7A.75.75 0 119 7a.75.75 0 011.5 0z", fill: primaryFill }));
|
|
25148
|
+
};
|
|
25149
|
+
export const EmojiSparkle16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle16RegularIcon({}), 'EmojiSparkle16Regular');
|
|
25150
|
+
const EmojiSparkle20FilledIcon = (iconProps) => {
|
|
25151
|
+
const { className, primaryFill } = iconProps;
|
|
25152
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25153
|
+
React.createElement("path", { d: "M14.88.28l.35 1.07a2.2 2.2 0 001.4 1.4l1.07.35h.02a.42.42 0 010 .8l-1.07.35a2.2 2.2 0 00-1.4 1.4l-.01.04-.01.01-.23.7-.1.32a.42.42 0 01-.16.2.42.42 0 01-.64-.2l-.35-1.07a2.23 2.23 0 00-1.4-1.4l-.64-.22-.43-.13a.42.42 0 01-.28-.4.42.42 0 01.28-.4l1.07-.35a2.2 2.2 0 001.38-1.4l.35-1.07a.42.42 0 01.8 0zm4.9 7.93l-.76-.25a1.58 1.58 0 01-1-1l-.25-.76a.3.3 0 00-.57 0l-.25.77a1.58 1.58 0 01-.98 1l-.77.24a.3.3 0 00-.15.11.3.3 0 00.15.46l.77.25a1.58 1.58 0 011 1l.24.77a.3.3 0 00.58 0l.24-.77a1.58 1.58 0 011-1l.77-.24a.3.3 0 000-.57h-.02zM10 18a8 8 0 007.75-6.02 1.3 1.3 0 01-1.48-.87l-.25-.76a.57.57 0 00-.36-.36l-.79-.26a1.3 1.3 0 01-.75-1.78 1.4 1.4 0 01-.44-.21l-.04-.03-.03-.02c-.21-.17-.37-.4-.46-.66l-.34-1.07a1.2 1.2 0 00-.76-.76l-1.1-.36a1.42 1.42 0 01.02-2.7l.2-.06A8 8 0 1010 18zm-3.55-5.57c.2-.2.51-.2.7 0a4.01 4.01 0 005.52.17l.18-.17.06-.06a.5.5 0 01.7.7l-.06.06-.2.2a5.01 5.01 0 01-6.9-.2.5.5 0 010-.7zM11.5 8.5a1 1 0 112 0 1 1 0 01-2 0zm-5 0a1 1 0 112 0 1 1 0 01-2 0z", fill: primaryFill }));
|
|
25154
|
+
};
|
|
25155
|
+
export const EmojiSparkle20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle20FilledIcon({}), 'EmojiSparkle20Filled');
|
|
25156
|
+
const EmojiSparkle20RegularIcon = (iconProps) => {
|
|
25157
|
+
const { className, primaryFill } = iconProps;
|
|
25158
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25159
|
+
React.createElement("path", { d: "M14.88.28l.35 1.07a2.2 2.2 0 001.4 1.4l1.07.35h.02a.42.42 0 010 .8l-1.07.35a2.2 2.2 0 00-1.4 1.4l-.35 1.07a.42.42 0 01-.8 0l-.35-1.07a2.23 2.23 0 00-1.4-1.4l-1.07-.35a.42.42 0 010-.8l1.07-.35a2.2 2.2 0 001.38-1.4l.35-1.07a.42.42 0 01.8 0zm4.9 7.93l-.76-.25a1.58 1.58 0 01-1-1l-.25-.76a.3.3 0 00-.57 0l-.25.77a1.58 1.58 0 01-.98 1l-.77.24a.3.3 0 000 .57l.77.25a1.58 1.58 0 011 1l.03.1.21.67a.3.3 0 00.58 0l.24-.77a1.58 1.58 0 011-1l.77-.24a.3.3 0 000-.57h-.02zM17.3 12a1.3 1.3 0 01-.53-.21A7 7 0 1110.1 3a1.42 1.42 0 01.88-.85l.2-.07a8 8 0 106.59 9.9c-.15.03-.3.03-.46 0zm-4.63.6a4.01 4.01 0 01-5.52-.16.5.5 0 10-.7.7 5.01 5.01 0 007.08.02l.02-.02.06-.07a.5.5 0 00-.76-.63l-.18.17zm.83-4.09a1 1 0 10-2 0 1 1 0 002 0zm-5 0a1 1 0 10-2 0 1 1 0 002 0z", fill: primaryFill }));
|
|
25160
|
+
};
|
|
25161
|
+
export const EmojiSparkle20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle20RegularIcon({}), 'EmojiSparkle20Regular');
|
|
25162
|
+
const EmojiSparkle24FilledIcon = (iconProps) => {
|
|
25163
|
+
const { className, primaryFill } = iconProps;
|
|
25164
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25165
|
+
React.createElement("path", { d: "M14.74 5.46a2.84 2.84 0 011.8 1.8l.45 1.38a.54.54 0 001.01.03l.01-.02.05-.15.4-1.24a2.84 2.84 0 011.3-1.57c.16-.1.32-.17.5-.23l1.38-.44a.54.54 0 000-1.03h-.03l-1.38-.45a2.84 2.84 0 01-1.8-1.8L18 .36a.54.54 0 00-1.03 0l-.45 1.38-.01.03a2.84 2.84 0 01-1.76 1.76l-1.38.45a.54.54 0 000 1.03l1.38.45zm9.04 4.75l-.76-.25a1.58 1.58 0 01-1-1l-.25-.76a.3.3 0 00-.57 0l-.25.77a1.58 1.58 0 01-.98 1l-.1.03-.67.21a.3.3 0 00-.2.29.3.3 0 00.2.28l.76.25a1.58 1.58 0 011 1l.25.77a.3.3 0 00.12.14.3.3 0 00.46-.14l.24-.77a1.58 1.58 0 011-1l.77-.24a.3.3 0 000-.57h-.02zM12 22.01a10 10 0 009.8-8.04 1.3 1.3 0 01-1.54-.86l-.25-.76a.57.57 0 00-.36-.36l-.78-.26a1.3 1.3 0 01-.7-1.88 1.55 1.55 0 01-2.14-.9l-.44-1.38a1.81 1.81 0 00-1.16-1.16l-1.4-.46a1.54 1.54 0 01.02-2.92l1.36-.44c.14-.05.28-.11.4-.2A10 10 0 1012 22zm-4.6-7.35c.33-.26.8-.2 1.06.12a4.5 4.5 0 007.07 0 .75.75 0 111.18.94 6 6 0 01-9.43 0 .75.75 0 01.13-1.06zM7.76 10a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0zm6 0a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z", fill: primaryFill }));
|
|
25166
|
+
};
|
|
25167
|
+
export const EmojiSparkle24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle24FilledIcon({}), 'EmojiSparkle24Filled');
|
|
25168
|
+
const EmojiSparkle24RegularIcon = (iconProps) => {
|
|
25169
|
+
const { className, primaryFill } = iconProps;
|
|
25170
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25171
|
+
React.createElement("path", { d: "M16.09 6.41a2.84 2.84 0 00-1.35-.95L13.36 5a.54.54 0 010-1.03l.71-.23.67-.22a2.82 2.82 0 001.76-1.76l.01-.03.45-1.38a.54.54 0 011.03 0l.44 1.38a2.84 2.84 0 001.8 1.8l1.38.44.03.01a.54.54 0 010 1.03l-1.38.44a2.84 2.84 0 00-1.57 1.3c-.1.15-.17.32-.23.5l-.45 1.38a.54.54 0 01-1.03 0l-.44-1.38c-.1-.3-.25-.6-.45-.85zm7.7 3.8l-.77-.25a1.58 1.58 0 01-1-1l-.25-.76a.3.3 0 00-.57 0l-.25.77a1.58 1.58 0 01-.72.88l-.26.11-.77.25a.3.3 0 000 .57l.77.25a1.58 1.58 0 011 1l.24.77a.3.3 0 00.12.14.3.3 0 00.46-.14l.24-.77a1.58 1.58 0 011-1l.77-.24a.3.3 0 000-.57h-.02zm-3.04 3.55c-.15-.1-.27-.23-.36-.38a8.5 8.5 0 11-8.03-9.87c.18-.22.42-.39.7-.48l1.35-.44c.14-.05.28-.11.4-.2a10 10 0 107 11.58 1.3 1.3 0 01-1.06-.2zM12 16.5a4.5 4.5 0 01-3.54-1.72.75.75 0 00-1.18.93 6 6 0 009.43 0 .75.75 0 00-1.18-.92A4.5 4.5 0 0112 16.5zM10.25 10a1.25 1.25 0 10-2.5 0 1.25 1.25 0 002.5 0zm6 0a1.25 1.25 0 10-2.5 0 1.25 1.25 0 002.5 0z", fill: primaryFill }));
|
|
25172
|
+
};
|
|
25173
|
+
export const EmojiSparkle24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle24RegularIcon({}), 'EmojiSparkle24Regular');
|
|
25174
|
+
const EmojiSparkle28FilledIcon = (iconProps) => {
|
|
25175
|
+
const { className, primaryFill } = iconProps;
|
|
25176
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25177
|
+
React.createElement("path", { d: "M17.32 6.22a3.16 3.16 0 011.6 1.85l.5 1.53a.6.6 0 00.48.4.6.6 0 00.63-.3.62.62 0 00.04-.1l.5-1.53a3.15 3.15 0 012-2l1.53-.5a.6.6 0 000-1.14h-.03l-1.54-.5a3.15 3.15 0 01-2-2L20.55.4a.6.6 0 00-1.14 0l-.5 1.53-.01.04a3.15 3.15 0 01-1.96 1.95l-1.53.5a.6.6 0 00-.1 1.1.6.6 0 00.1.05l1.53.5c.14.04.27.09.4.15zm4.72 4.62a.36.36 0 01.2-.18l.92-.3a1.9 1.9 0 001.18-1.2l.3-.92a.36.36 0 01.68 0l.3.92a1.89 1.89 0 001.2 1.2l.92.3h.02a.36.36 0 010 .68l-.92.3a1.9 1.9 0 00-.95.71c-.1.15-.19.32-.25.5l-.3.91a.36.36 0 01-.68 0l-.3-.92a1.89 1.89 0 00-1.2-1.2l-.92-.3a.36.36 0 01-.2-.5zM14 26a12 12 0 0011.99-11.42 1.36 1.36 0 01-2.28-.51l-.3-.91a.9.9 0 00-.56-.57l-.94-.3a1.36 1.36 0 01-.84-1.7 1.6 1.6 0 01-2.58-.7l-.5-1.52a2.1 2.1 0 00-.52-.84 2.16 2.16 0 00-.84-.52l-1.55-.5a1.6 1.6 0 01.02-3.03l1.51-.5c.3-.1.57-.27.8-.49A12 12 0 1014 26zm3.5-13a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM12 11.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-3.67 5.63a.75.75 0 011.04.2 2.25 2.25 0 00.25.3A5.92 5.92 0 0014 19.5a5.92 5.92 0 004.62-2.16l.01-.01a.75.75 0 011.24.84l-.01.02-.01.01-.01.02a3.85 3.85 0 01-.36.43A7.42 7.42 0 0114 21a7.42 7.42 0 01-5.86-2.81v-.01h-.01a.75.75 0 01.2-1.05z", fill: primaryFill }));
|
|
25178
|
+
};
|
|
25179
|
+
export const EmojiSparkle28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle28FilledIcon({}), 'EmojiSparkle28Filled');
|
|
25180
|
+
const EmojiSparkle28RegularIcon = (iconProps) => {
|
|
25181
|
+
const { className, primaryFill } = iconProps;
|
|
25182
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25183
|
+
React.createElement("path", { d: "M18.17 6.83a3.16 3.16 0 01.76 1.24l.5 1.53a.6.6 0 001.14 0l.5-1.53a3.15 3.15 0 012-2l1.53-.5a.6.6 0 000-1.14h-.03l-1.54-.5a3.15 3.15 0 01-2-2L20.55.4a.6.6 0 00-1.14 0l-.5 1.53-.01.04a3.15 3.15 0 01-1.95 1.95h.02-.03l-1.53.5a.6.6 0 000 1.15l1.53.5c.47.15.9.41 1.24.76zm8.65 3.53l.92.3h.02a.36.36 0 010 .68l-.92.3a1.9 1.9 0 00-1.2 1.2l-.3.92a.36.36 0 01-.68 0l-.2-.58-.1-.34a1.9 1.9 0 00-1.2-1.2l-.92-.3a.36.36 0 010-.68l.92-.3c.2-.07.4-.18.57-.32l.07-.06a1.87 1.87 0 00.54-.82l.3-.92a.36.36 0 01.68 0l.3.92a1.89 1.89 0 001.2 1.2zm-2.03 4.63a1.36 1.36 0 01-.33-.1 10.5 10.5 0 11-9.53-11.35c.06-.02.11-.05.17-.06l1.51-.5c.3-.1.57-.27.8-.49A12 12 0 1026 14.6a1.36 1.36 0 01-1.2.4zM10.5 13a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm8.5-1.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM8.33 17.13a.75.75 0 011.04.2 2.25 2.25 0 00.25.3A5.92 5.92 0 0014 19.5a5.92 5.92 0 004.62-2.16l.01-.01a.75.75 0 011.24.84l-.01.02-.02.03a3.85 3.85 0 01-.36.43A7.42 7.42 0 0114 21a7.42 7.42 0 01-5.86-2.81v-.01h-.01a.75.75 0 01.2-1.05z", fill: primaryFill }));
|
|
25184
|
+
};
|
|
25185
|
+
export const EmojiSparkle28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle28RegularIcon({}), 'EmojiSparkle28Regular');
|
|
25186
|
+
const EmojiSparkle32FilledIcon = (iconProps) => {
|
|
25187
|
+
const { className, primaryFill } = iconProps;
|
|
25188
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25189
|
+
React.createElement("path", { d: "M18 5.56a.67.67 0 00.44.57l1.69.55a3.47 3.47 0 012.2 2.2l.54 1.68a.66.66 0 001.24.05v-.02l.02-.03.12-.36.42-1.33a3.47 3.47 0 012.2-2.2l1.69-.54a.67.67 0 000-1.25l-.04-.01-1.68-.55a3.47 3.47 0 01-2.2-2.2L24.1.45a.66.66 0 00-1.25 0l-.55 1.69-.01.04a3.47 3.47 0 01-2.15 2.15l-1.69.55a.67.67 0 00-.44.69zm9.93 6.3c.19-.2.33-.44.41-.7l.3-.92a.36.36 0 01.68 0l.3.92a1.89 1.89 0 001.2 1.2l.92.3h.02a.36.36 0 010 .68l-.92.3a1.9 1.9 0 00-.94.7c-.1.15-.2.32-.26.5l-.3.92a.36.36 0 01-.68 0l-.3-.92a1.89 1.89 0 00-1.2-1.2l-.92-.3a.36.36 0 01-.23-.45.36.36 0 01.23-.24l.92-.3a1.9 1.9 0 00.77-.5zM16 30a14 14 0 114.16-27.37c-.16.11-.33.2-.52.27l-1.66.54a2.18 2.18 0 00-1.45 1.72 2.16 2.16 0 001.42 2.37l1.71.56a1.97 1.97 0 011.24 1.25l.55 1.67a2.18 2.18 0 002.03 1.48c.44 0 .87-.12 1.23-.37a1.86 1.86 0 001.03 2.63l.95.3.15.1c.04.04.07.1.1.15l.3.91a1.88 1.88 0 001.48 1.26 1.86 1.86 0 001.23-.23A14 14 0 0116 30zm-4-15a2 2 0 100-4 2 2 0 000 4zm10-2a2 2 0 10-4 0 2 2 0 004 0zM9.55 19.1a1 1 0 00-.44 1.35v.02a2.45 2.45 0 00.1.18l.3.42c.25.34.63.78 1.18 1.21A8.28 8.28 0 0016 24c2.5 0 4.21-.84 5.31-1.72a6.76 6.76 0 001.55-1.76l.01-.03.01-.02v-.01h.01v-.01a1 1 0 00-1.78-.9l-.04.06-.17.26c-.17.22-.44.53-.84.85A6.3 6.3 0 0116 22c-2 0-3.29-.66-4.06-1.28a4.76 4.76 0 01-1.05-1.17 1 1 0 00-1.34-.44z", fill: primaryFill }));
|
|
25190
|
+
};
|
|
25191
|
+
export const EmojiSparkle32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle32FilledIcon({}), 'EmojiSparkle32Filled');
|
|
25192
|
+
const EmojiSparkle32RegularIcon = (iconProps) => {
|
|
25193
|
+
const { className, primaryFill } = iconProps;
|
|
25194
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25195
|
+
React.createElement("path", { d: "M21.49 7.51a3.49 3.49 0 01.84 1.36l.54 1.69a.66.66 0 001.26 0l.54-1.69a3.47 3.47 0 012.2-2.2l1.69-.54a.67.67 0 000-1.25l-.04-.01-1.68-.55a3.47 3.47 0 01-2.2-2.2L24.1.45a.66.66 0 00-1.25 0l-.55 1.69-.01.04a3.47 3.47 0 01-2.15 2.15l-1.69.55a.67.67 0 000 1.25l1.69.55c.51.17.98.46 1.36.84zm9.33 4.85l.92.3h.02a.36.36 0 010 .68l-.92.3a1.9 1.9 0 00-.94.7c-.1.15-.2.32-.26.5l-.3.92a.36.36 0 01-.68 0l-.3-.92a1.89 1.89 0 00-.52-.8 1.9 1.9 0 00-.68-.4l-.92-.3a.36.36 0 010-.68l.92-.3a1.89 1.89 0 001.18-1.2l.11-.35.19-.57a.36.36 0 01.68 0l.3.92a1.89 1.89 0 001.2 1.2zM17.05 4.05a12 12 0 1010.9 13.12 1.86 1.86 0 002 .07 14 14 0 11-9.79-14.61c-.16.11-.33.2-.52.27l-1.66.54c-.36.12-.68.33-.93.6zM14 13a2 2 0 11-4 0 2 2 0 014 0zm6 2a2 2 0 100-4 2 2 0 000 4zM9.55 19.1a1 1 0 011.34.45l.04.06.17.26c.17.22.44.53.84.85A6.3 6.3 0 0016 22c2 0 3.29-.66 4.06-1.28a4.76 4.76 0 001.05-1.17 1 1 0 011.78.9v.02l-.02.02-.01.03a3.76 3.76 0 01-.36.55c-.26.34-.64.78-1.19 1.21A8.28 8.28 0 0116 24c-2.5 0-4.21-.84-5.31-1.72a6.76 6.76 0 01-1.57-1.8v-.02H9.1v-.01a1 1 0 01.44-1.34z", fill: primaryFill }));
|
|
25196
|
+
};
|
|
25197
|
+
export const EmojiSparkle32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle32RegularIcon({}), 'EmojiSparkle32Regular');
|
|
25198
|
+
const EmojiSparkle48FilledIcon = (iconProps) => {
|
|
25199
|
+
const { className, primaryFill } = iconProps;
|
|
25200
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25201
|
+
React.createElement("path", { d: "M32.83 12.11a5.36 5.36 0 00-2.54-1.8l-2.6-.85a1.03 1.03 0 010-1.94l2.6-.84a5.36 5.36 0 003.32-3.33l.02-.06.85-2.6a1.03 1.03 0 011.94 0l.84 2.6a5.36 5.36 0 003.4 3.39l2.6.84.05.02a1.03 1.03 0 010 1.94l-2.6.84a5.36 5.36 0 00-3.4 3.4l-.84 2.6-.03.06a1.03 1.03 0 01-1.9-.07l-.86-2.6a5.35 5.35 0 00-.85-1.6zm6.27 7.07a.54.54 0 00-.09.2.54.54 0 00.35.64l1.38.45a2.84 2.84 0 011.8 1.8l.45 1.38a.54.54 0 001 .04v-.01a.5.5 0 00.02-.04l.45-1.38a2.84 2.84 0 011.8-1.8l1.38-.44a.54.54 0 000-1.03h-.03l-1.38-.45a2.84 2.84 0 01-1.8-1.8L44 15.36a.54.54 0 00-1.03 0l-.45 1.38a2.84 2.84 0 01-1.77 1.8l-1.38.44c-.1.04-.2.11-.26.2zM24 44a20 20 0 115.61-39.2l-2.54.82a3.04 3.04 0 00-1.93 3.79 3.03 3.03 0 001.88 1.93l2.65.87a3.37 3.37 0 012.11 2.12l.85 2.6a3.05 3.05 0 002.85 2.06c.62 0 1.22-.18 1.73-.53a2.54 2.54 0 001.49 3.44l1.42.46a.84.84 0 01.52.53l.45 1.37a2.57 2.57 0 002.02 1.71c.27.04.53.04.8 0A20 20 0 0124 44zm-6.5-22a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM33 19.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zM18.45 34.68c1.71.9 3.62 1.34 5.55 1.32a11.72 11.72 0 009.82-5.1 1.25 1.25 0 10-2.13-1.3A9.21 9.21 0 0124 33.5a9.22 9.22 0 01-7.69-3.9 1.25 1.25 0 10-2.13 1.3c1.1 1.6 2.56 2.9 4.27 3.78z", fill: primaryFill }));
|
|
25202
|
+
};
|
|
25203
|
+
export const EmojiSparkle48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle48FilledIcon({}), 'EmojiSparkle48Filled');
|
|
25204
|
+
const EmojiSparkle48RegularIcon = (iconProps) => {
|
|
25205
|
+
const { className, primaryFill } = iconProps;
|
|
25206
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25207
|
+
React.createElement("path", { d: "M32.4 11.6a5.36 5.36 0 011.28 2.11l.85 2.6a1.03 1.03 0 001.94 0l.85-2.6a5.36 5.36 0 013.4-3.39l2.6-.84a1.03 1.03 0 000-1.94l-.06-.02-2.6-.84a5.36 5.36 0 01-3.4-3.4l-.84-2.6a1.03 1.03 0 00-1.94 0l-.85 2.6-.02.07a5.36 5.36 0 01-3.32 3.33l-2.6.84a1.03 1.03 0 000 1.94l2.6.85c.8.26 1.51.7 2.1 1.3zm13.83 6.94l1.38.44.03.01a.54.54 0 010 1.03l-1.38.44a2.84 2.84 0 00-1.8 1.8l-.45 1.38a.54.54 0 01-1.03.01l-.44-1.38a2.84 2.84 0 00-1.36-1.61v-.02a2.84 2.84 0 00-.44-.18L39.36 20a.54.54 0 010-1.03l1.38-.44a2.84 2.84 0 001.77-1.8l.45-1.38a.54.54 0 011.03 0l.44 1.38a2.83 2.83 0 001.8 1.8zM25.68 6.58a17.5 17.5 0 1015.79 18.41 2.57 2.57 0 001.64.98c.27.04.53.04.8 0A20 20 0 1129.6 4.8l-2.54.82c-.55.19-1.03.52-1.39.96zM20 19.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM30.5 22a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM18.45 34.68c1.71.9 3.62 1.34 5.55 1.32a11.72 11.72 0 009.82-5.1 1.25 1.25 0 10-2.13-1.3A9.21 9.21 0 0124 33.5a9.22 9.22 0 01-7.69-3.9 1.25 1.25 0 10-2.13 1.3c1.1 1.6 2.56 2.9 4.27 3.78z", fill: primaryFill }));
|
|
25208
|
+
};
|
|
25209
|
+
export const EmojiSparkle48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkle48RegularIcon({}), 'EmojiSparkle48Regular');
|
|
24118
25210
|
const EmojiSurprise20FilledIcon = (iconProps) => {
|
|
24119
25211
|
const { className, primaryFill } = iconProps;
|
|
24120
25212
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -25391,34 +26483,150 @@ const FlashlightOff24RegularIcon = (iconProps) => {
|
|
|
25391
26483
|
React.createElement("path", { d: "M9.53 14.47c.3.3.3.77 0 1.06l-1.5 1.5a.75.75 0 01-1.06-1.06l1.5-1.5c.3-.3.77-.3 1.06 0zM3.28 2.22a.75.75 0 10-1.06 1.06l6.03 6.03v1.38L3.03 15.9c-.88.88-.88 2.3 0 3.18l1.88 1.88c.88.88 2.3.88 3.18 0l5.22-5.22h1.38l6.03 6.03a.75.75 0 001.06-1.06L3.28 2.22zM9 12.06L11.94 15l-4.91 4.9c-.3.3-.77.3-1.06 0l-1.88-1.87a.75.75 0 010-1.06L9 12.07zm8.84 2.03l1.57-1.56c.3-.3.3-.77 0-1.06l-6.88-6.88a.75.75 0 00-1.06 0L9.9 6.16 8.84 5.09l1.57-1.56c.88-.88 2.3-.88 3.18 0l6.88 6.88c.88.88.88 2.3 0 3.18l-1.57 1.57-1.06-1.07z", fill: primaryFill }));
|
|
25392
26484
|
};
|
|
25393
26485
|
export const FlashlightOff24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlashlightOff24RegularIcon({}), 'FlashlightOff24Regular');
|
|
26486
|
+
const FlipHorizontal16FilledIcon = (iconProps) => {
|
|
26487
|
+
const { className, primaryFill } = iconProps;
|
|
26488
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26489
|
+
React.createElement("path", { d: "M14.88 12.65a.75.75 0 01-.63.35h-4.5a.75.75 0 01-.75-.75v-9.5a.75.75 0 011.43-.32l4.5 9.5c.1.23.1.5-.05.72zM10.5 6.1v5.41h2.56L10.5 6.09zM1.5 13a.5.5 0 01-.45-.72l5-10A.5.5 0 017 2.5v10a.5.5 0 01-.5.5h-5z", fill: primaryFill }));
|
|
26490
|
+
};
|
|
26491
|
+
export const FlipHorizontal16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal16FilledIcon({}), 'FlipHorizontal16Filled');
|
|
26492
|
+
const FlipHorizontal16RegularIcon = (iconProps) => {
|
|
26493
|
+
const { className, primaryFill } = iconProps;
|
|
26494
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26495
|
+
React.createElement("path", { d: "M14.93 12.76a.5.5 0 01-.43.24h-5a.5.5 0 01-.5-.5v-10a.5.5 0 01.95-.22l5 10a.5.5 0 01-.02.48zM10 4.62V12h3.7L10 4.62zM1.5 13a.5.5 0 01-.45-.72l5-10A.5.5 0 017 2.5v10a.5.5 0 01-.5.5h-5z", fill: primaryFill }));
|
|
26496
|
+
};
|
|
26497
|
+
export const FlipHorizontal16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal16RegularIcon({}), 'FlipHorizontal16Regular');
|
|
26498
|
+
const FlipHorizontal20FilledIcon = (iconProps) => {
|
|
26499
|
+
const { className, primaryFill } = iconProps;
|
|
26500
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26501
|
+
React.createElement("path", { d: "M17.88 15.66a.75.75 0 01-.63.34h-5.5a.75.75 0 01-.75-.75V2.75a.75.75 0 011.44-.3l5.5 12.5c.1.23.08.5-.06.71zM12.5 6.32v8.18h3.6l-3.6-8.18zM2.5 16a.5.5 0 01-.45-.71l6-13A.5.5 0 019 2.5v13a.5.5 0 01-.5.5h-6z", fill: primaryFill }));
|
|
26502
|
+
};
|
|
26503
|
+
export const FlipHorizontal20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal20FilledIcon({}), 'FlipHorizontal20Filled');
|
|
26504
|
+
const FlipHorizontal20RegularIcon = (iconProps) => {
|
|
26505
|
+
const { className, primaryFill } = iconProps;
|
|
26506
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26507
|
+
React.createElement("path", { d: "M17.92 15.77a.5.5 0 01-.42.23h-6a.5.5 0 01-.5-.5v-13a.5.5 0 01.95-.2l6 13a.5.5 0 01-.03.47zM12 4.77V15h4.72L12 4.78zM2.5 16a.5.5 0 01-.45-.71l6-13A.5.5 0 019 2.5v13a.5.5 0 01-.5.5h-6z", fill: primaryFill }));
|
|
26508
|
+
};
|
|
26509
|
+
export const FlipHorizontal20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal20RegularIcon({}), 'FlipHorizontal20Regular');
|
|
25394
26510
|
const FlipHorizontal24FilledIcon = (iconProps) => {
|
|
25395
26511
|
const { className, primaryFill } = iconProps;
|
|
25396
26512
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25397
|
-
React.createElement("path", { d: "
|
|
25398
|
-
React.createElement("path", { d: "M19.5 17.5a.75.75 0 00.66-1.1L13.9 4.9a.75.75 0 00-1.41.35v11.5c0 .41.34.75.75.75h6.25zm-5-2v-5.33l2.9 5.33h-2.9z", fill: primaryFill }));
|
|
26513
|
+
React.createElement("path", { d: "M21.84 19.55A1 1 0 0121 20h-7a1 1 0 01-1-1V3a1 1 0 011.92-.4l7 16a1 1 0 01-.08.95zM15 7.78V18h4.47L15 7.78zM2.5 20a.5.5 0 01-.45-.71l8-17a.5.5 0 01.95.21v17a.5.5 0 01-.5.5h-8z", fill: primaryFill }));
|
|
25399
26514
|
};
|
|
25400
26515
|
export const FlipHorizontal24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal24FilledIcon({}), 'FlipHorizontal24Filled');
|
|
25401
26516
|
const FlipHorizontal24RegularIcon = (iconProps) => {
|
|
25402
26517
|
const { className, primaryFill } = iconProps;
|
|
25403
26518
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25404
|
-
React.createElement("path", { d: "
|
|
25405
|
-
React.createElement("path", { d: "M20.14 17.13a.75.75 0 01-.64.37h-6.25a.75.75 0 01-.75-.75V5.25a.75.75 0 011.4-.36l6.26 11.5c.13.23.12.52-.02.74zM14 8.2V16h4.24L14 8.2z", fill: primaryFill }));
|
|
26519
|
+
React.createElement("path", { d: "M21.88 19.66a.75.75 0 01-.63.34h-7.5a.75.75 0 01-.75-.75V2.75a.75.75 0 011.43-.31l7.5 16.5c.1.23.09.5-.05.72zM14.5 6.2V18.5h5.59L14.5 6.21zM2.5 20a.5.5 0 01-.45-.71l8-17a.5.5 0 01.95.21v17a.5.5 0 01-.5.5h-8z", fill: primaryFill }));
|
|
25406
26520
|
};
|
|
25407
26521
|
export const FlipHorizontal24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal24RegularIcon({}), 'FlipHorizontal24Regular');
|
|
26522
|
+
const FlipHorizontal28FilledIcon = (iconProps) => {
|
|
26523
|
+
const { className, primaryFill } = iconProps;
|
|
26524
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26525
|
+
React.createElement("path", { d: "M25.84 23.54A1 1 0 0125 24h-9a1 1 0 01-1-1V3a1 1 0 011.91-.41l9 20a1 1 0 01-.07.95zM17 7.66V22h6.45L17 7.66zM2.75 24a.75.75 0 01-.68-1.07l9.5-20.5a.75.75 0 011.43.32v20.5c0 .41-.34.75-.75.75h-9.5z", fill: primaryFill }));
|
|
26526
|
+
};
|
|
26527
|
+
export const FlipHorizontal28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal28FilledIcon({}), 'FlipHorizontal28Filled');
|
|
26528
|
+
const FlipHorizontal28RegularIcon = (iconProps) => {
|
|
26529
|
+
const { className, primaryFill } = iconProps;
|
|
26530
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26531
|
+
React.createElement("path", { d: "M25.88 23.65a.75.75 0 01-.63.35h-9.5a.75.75 0 01-.75-.75V2.75a.75.75 0 011.43-.32l9.5 20.5c.1.24.09.5-.05.72zM16.5 6.15V22.5h7.58L16.5 6.15zM2.75 24a.75.75 0 01-.68-1.07l9.5-20.5a.75.75 0 011.43.32v20.5c0 .41-.34.75-.75.75h-9.5z", fill: primaryFill }));
|
|
26532
|
+
};
|
|
26533
|
+
export const FlipHorizontal28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal28RegularIcon({}), 'FlipHorizontal28Regular');
|
|
26534
|
+
const FlipHorizontal32FilledIcon = (iconProps) => {
|
|
26535
|
+
const { className, primaryFill } = iconProps;
|
|
26536
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26537
|
+
React.createElement("path", { d: "M29.8 27.43c-.23.36-.63.57-1.05.57h-10.5c-.69 0-1.25-.56-1.25-1.25V3.25a1.25 1.25 0 012.4-.51l10.5 23.5c.16.39.13.83-.1 1.19zM19.5 9.11V25.5h7.32L19.5 9.11zM3 28a1 1 0 01-.9-1.42l11-24A1 1 0 0115 3v24a1 1 0 01-1 1H3z", fill: primaryFill }));
|
|
26538
|
+
};
|
|
26539
|
+
export const FlipHorizontal32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal32FilledIcon({}), 'FlipHorizontal32Filled');
|
|
26540
|
+
const FlipHorizontal32RegularIcon = (iconProps) => {
|
|
26541
|
+
const { className, primaryFill } = iconProps;
|
|
26542
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26543
|
+
React.createElement("path", { d: "M29.84 27.54A1 1 0 0129 28H18a1 1 0 01-1-1V3a1 1 0 011.9-.42l11 24a1 1 0 01-.06.96zM19 7.58V26h8.44L19 7.58zM3 28a1 1 0 01-.9-1.42l11-24A1 1 0 0115 3v24a1 1 0 01-1 1H3z", fill: primaryFill }));
|
|
26544
|
+
};
|
|
26545
|
+
export const FlipHorizontal32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal32RegularIcon({}), 'FlipHorizontal32Regular');
|
|
26546
|
+
const FlipHorizontal48FilledIcon = (iconProps) => {
|
|
26547
|
+
const { className, primaryFill } = iconProps;
|
|
26548
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26549
|
+
React.createElement("path", { d: "M43.76 39.31a1.5 1.5 0 01-1.26.69h-15a1.5 1.5 0 01-1.5-1.5v-33a1.5 1.5 0 012.87-.62l15 33c.2.46.17 1-.1 1.43zM29 12.42V37h11.17L29 12.42zM5 40a1 1 0 01-.9-1.43l16-34A1 1 0 0122 5v34a1 1 0 01-1 1H5z", fill: primaryFill }));
|
|
26550
|
+
};
|
|
26551
|
+
export const FlipHorizontal48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal48FilledIcon({}), 'FlipHorizontal48Filled');
|
|
26552
|
+
const FlipHorizontal48RegularIcon = (iconProps) => {
|
|
26553
|
+
const { className, primaryFill } = iconProps;
|
|
26554
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26555
|
+
React.createElement("path", { d: "M43.8 39.42c-.23.36-.62.58-1.05.58h-15.5c-.69 0-1.25-.56-1.25-1.25V5.25a1.25 1.25 0 012.38-.53l15.5 33.5c.18.4.15.84-.08 1.2zm-15.3-28.5V37.5h12.3L28.5 10.93zM5 40a1 1 0 01-.9-1.43l16-34A1 1 0 0122 5v34a1 1 0 01-1 1H5z", fill: primaryFill }));
|
|
26556
|
+
};
|
|
26557
|
+
export const FlipHorizontal48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontal48RegularIcon({}), 'FlipHorizontal48Regular');
|
|
26558
|
+
const FlipVertical16FilledIcon = (iconProps) => {
|
|
26559
|
+
const { className, primaryFill } = iconProps;
|
|
26560
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26561
|
+
React.createElement("path", { d: "M12.65 1.12c.22.13.35.37.35.63v4.5c0 .41-.34.75-.75.75h-9.5a.75.75 0 01-.32-1.43l9.5-4.5c.23-.1.5-.1.72.05zM6.1 5.5h5.41V2.94L6.09 5.5zm6.91 9a.5.5 0 01-.72.45l-10-5A.5.5 0 012.5 9h10c.28 0 .5.22.5.5v5z", fill: primaryFill }));
|
|
26562
|
+
};
|
|
26563
|
+
export const FlipVertical16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical16FilledIcon({}), 'FlipVertical16Filled');
|
|
26564
|
+
const FlipVertical16RegularIcon = (iconProps) => {
|
|
26565
|
+
const { className, primaryFill } = iconProps;
|
|
26566
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26567
|
+
React.createElement("path", { d: "M12.76 1.07c.15.1.24.26.24.43v5a.5.5 0 01-.5.5h-10a.5.5 0 01-.22-.95l10-5a.5.5 0 01.48.02zM4.62 6H12V2.3L4.62 6zM13 14.5a.5.5 0 01-.72.45l-10-5A.5.5 0 012.5 9h10c.28 0 .5.22.5.5v5z", fill: primaryFill }));
|
|
26568
|
+
};
|
|
26569
|
+
export const FlipVertical16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical16RegularIcon({}), 'FlipVertical16Regular');
|
|
26570
|
+
const FlipVertical20FilledIcon = (iconProps) => {
|
|
26571
|
+
const { className, primaryFill } = iconProps;
|
|
26572
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26573
|
+
React.createElement("path", { d: "M15.66 2.12c.21.14.34.38.34.63v5.5c0 .41-.34.75-.75.75H2.75a.75.75 0 01-.3-1.44l12.5-5.5c.23-.1.5-.08.71.06zM6.32 7.5h8.18V3.9L6.32 7.5zm9.68 10a.5.5 0 01-.71.45l-13-6A.5.5 0 012.5 11h13c.28 0 .5.22.5.5v6z", fill: primaryFill }));
|
|
26574
|
+
};
|
|
26575
|
+
export const FlipVertical20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical20FilledIcon({}), 'FlipVertical20Filled');
|
|
26576
|
+
const FlipVertical20RegularIcon = (iconProps) => {
|
|
26577
|
+
const { className, primaryFill } = iconProps;
|
|
26578
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26579
|
+
React.createElement("path", { d: "M15.77 2.08c.14.1.23.25.23.42v6a.5.5 0 01-.5.5h-13a.5.5 0 01-.2-.95l13-6a.5.5 0 01.47.03zM4.77 8H15V3.28L4.78 8zM16 17.5a.5.5 0 01-.71.45l-13-6A.5.5 0 012.5 11h13c.28 0 .5.22.5.5v6z", fill: primaryFill }));
|
|
26580
|
+
};
|
|
26581
|
+
export const FlipVertical20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical20RegularIcon({}), 'FlipVertical20Regular');
|
|
25408
26582
|
const FlipVertical24FilledIcon = (iconProps) => {
|
|
25409
26583
|
const { className, primaryFill } = iconProps;
|
|
25410
26584
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25411
|
-
React.createElement("path", { d: "
|
|
25412
|
-
React.createElement("path", { d: "M17.5 19.5a.75.75 0 01-1.1.66L4.9 13.9a.75.75 0 01.35-1.41h11.5c.41 0 .75.34.75.75v6.25z", fill: primaryFill }));
|
|
26585
|
+
React.createElement("path", { d: "M19.55 2.16A1 1 0 0120 3v7a1 1 0 01-1 1H3a1 1 0 01-.4-1.92l16-7a1 1 0 01.95.08zM7.78 9H18V4.53L7.78 9zM20 21.5a.5.5 0 01-.71.45l-17-8A.5.5 0 012.5 13h17c.28 0 .5.22.5.5v8z", fill: primaryFill }));
|
|
25413
26586
|
};
|
|
25414
26587
|
export const FlipVertical24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical24FilledIcon({}), 'FlipVertical24Filled');
|
|
25415
26588
|
const FlipVertical24RegularIcon = (iconProps) => {
|
|
25416
26589
|
const { className, primaryFill } = iconProps;
|
|
25417
26590
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
25418
|
-
React.createElement("path", { d: "
|
|
25419
|
-
React.createElement("path", { d: "M17.5 19.5a.75.75 0 01-1.1.66L4.9 13.9a.75.75 0 01.35-1.41h11.5c.41 0 .75.34.75.75v6.25z", fill: primaryFill }));
|
|
26591
|
+
React.createElement("path", { d: "M19.66 2.12c.21.14.34.38.34.63v7.5c0 .41-.34.75-.75.75H2.75a.75.75 0 01-.31-1.43l16.5-7.5c.23-.1.5-.09.72.05zM6.2 9.5H18.5V3.91L6.21 9.5zM20 21.5a.5.5 0 01-.71.45l-17-8A.5.5 0 012.5 13h17c.28 0 .5.22.5.5v8z", fill: primaryFill }));
|
|
25420
26592
|
};
|
|
25421
26593
|
export const FlipVertical24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical24RegularIcon({}), 'FlipVertical24Regular');
|
|
26594
|
+
const FlipVertical28FilledIcon = (iconProps) => {
|
|
26595
|
+
const { className, primaryFill } = iconProps;
|
|
26596
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26597
|
+
React.createElement("path", { d: "M23.54 2.16A1 1 0 0124 3v9a1 1 0 01-1 1H3a1 1 0 01-.41-1.91l20-9a1 1 0 01.95.07zM7.66 11H22V4.55L7.66 11zM24 25.25a.75.75 0 01-1.07.68l-20.5-9.5A.75.75 0 012.75 15h20.5c.41 0 .75.34.75.75v9.5z", fill: primaryFill }));
|
|
26598
|
+
};
|
|
26599
|
+
export const FlipVertical28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical28FilledIcon({}), 'FlipVertical28Filled');
|
|
26600
|
+
const FlipVertical28RegularIcon = (iconProps) => {
|
|
26601
|
+
const { className, primaryFill } = iconProps;
|
|
26602
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26603
|
+
React.createElement("path", { d: "M23.65 2.12c.22.14.35.37.35.63v9.5c0 .41-.34.75-.75.75H2.75a.75.75 0 01-.32-1.43l20.5-9.5c.24-.1.5-.09.72.05zM6.15 11.5H22.5V3.92L6.15 11.5zM24 25.25a.75.75 0 01-1.07.68l-20.5-9.5A.75.75 0 012.75 15h20.5c.41 0 .75.34.75.75v9.5z", fill: primaryFill }));
|
|
26604
|
+
};
|
|
26605
|
+
export const FlipVertical28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical28RegularIcon({}), 'FlipVertical28Regular');
|
|
26606
|
+
const FlipVertical32FilledIcon = (iconProps) => {
|
|
26607
|
+
const { className, primaryFill } = iconProps;
|
|
26608
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26609
|
+
React.createElement("path", { d: "M27.43 2.2c.36.23.57.63.57 1.05v10.5c0 .69-.56 1.25-1.25 1.25H3.25a1.25 1.25 0 01-.51-2.4l23.5-10.5c.39-.16.83-.13 1.19.1zM9.11 12.5H25.5V5.18L9.11 12.5zM28 29a1 1 0 01-1.42.9l-24-11A1 1 0 013 17h24a1 1 0 011 1v11z", fill: primaryFill }));
|
|
26610
|
+
};
|
|
26611
|
+
export const FlipVertical32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical32FilledIcon({}), 'FlipVertical32Filled');
|
|
26612
|
+
const FlipVertical32RegularIcon = (iconProps) => {
|
|
26613
|
+
const { className, primaryFill } = iconProps;
|
|
26614
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26615
|
+
React.createElement("path", { d: "M27.54 2.16A1 1 0 0128 3v11a1 1 0 01-1 1H3a1 1 0 01-.42-1.9l24-11a1 1 0 01.96.06zM7.58 13H26V4.56L7.58 13zM28 29a1 1 0 01-1.42.9l-24-11A1 1 0 013 17h24a1 1 0 011 1v11z", fill: primaryFill }));
|
|
26616
|
+
};
|
|
26617
|
+
export const FlipVertical32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical32RegularIcon({}), 'FlipVertical32Regular');
|
|
26618
|
+
const FlipVertical48FilledIcon = (iconProps) => {
|
|
26619
|
+
const { className, primaryFill } = iconProps;
|
|
26620
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26621
|
+
React.createElement("path", { d: "M39.31 4.24c.43.27.69.75.69 1.26v15c0 .83-.67 1.5-1.5 1.5h-33a1.5 1.5 0 01-.62-2.87l33-15c.46-.2 1-.17 1.43.1zM12.43 19H37V7.83L12.43 19zM40 43a1 1 0 01-1.43.9l-34-16A1 1 0 015 26h34a1 1 0 011 1v16z", fill: primaryFill }));
|
|
26622
|
+
};
|
|
26623
|
+
export const FlipVertical48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical48FilledIcon({}), 'FlipVertical48Filled');
|
|
26624
|
+
const FlipVertical48RegularIcon = (iconProps) => {
|
|
26625
|
+
const { className, primaryFill } = iconProps;
|
|
26626
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
26627
|
+
React.createElement("path", { d: "M39.42 4.2c.36.23.58.62.58 1.05v15.5c0 .69-.56 1.25-1.25 1.25H5.25a1.25 1.25 0 01-.52-2.38l33.5-15.5c.38-.18.83-.15 1.2.08zm-28.5 15.3H37.5V7.2L10.93 19.5zM40 43a1 1 0 01-1.43.9l-34-16A1 1 0 015 26h34a1 1 0 011 1v16z", fill: primaryFill }));
|
|
26628
|
+
};
|
|
26629
|
+
export const FlipVertical48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVertical48RegularIcon({}), 'FlipVertical48Regular');
|
|
25422
26630
|
const Flow16FilledIcon = (iconProps) => {
|
|
25423
26631
|
const { className, primaryFill } = iconProps;
|
|
25424
26632
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -26564,6 +27772,30 @@ const FoodEgg24RegularIcon = (iconProps) => {
|
|
|
26564
27772
|
React.createElement("path", { d: "M6.21 6.5A8.38 8.38 0 0113.5 2c4.76 0 8.5 4.22 8.5 9.28 0 .56-.05 1.12-.14 1.66-.05.34-.04.7.03 1.08a6.75 6.75 0 01-9.62 7.3 4.4 4.4 0 00-2.57-.4c-.3.06-.63.08-.95.08C4.97 21 2 17.7 2 13.75a7.38 7.38 0 013.16-6.14c.45-.3.81-.68 1.05-1.12zm7.29-3a6.88 6.88 0 00-5.97 3.72A4.8 4.8 0 016 8.85a5.88 5.88 0 00-2.5 4.9c0 3.23 2.4 5.75 5.25 5.75.25 0 .5-.02.73-.05a5.9 5.9 0 013.45.51 5.25 5.25 0 007.48-5.67 4.64 4.64 0 01-.03-1.6c.08-.46.12-.93.12-1.41 0-4.37-3.2-7.78-7-7.78z", fill: primaryFill }));
|
|
26565
27773
|
};
|
|
26566
27774
|
export const FoodEgg24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodEgg24RegularIcon({}), 'FoodEgg24Regular');
|
|
27775
|
+
const FoodGrains20FilledIcon = (iconProps) => {
|
|
27776
|
+
const { className, primaryFill } = iconProps;
|
|
27777
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
27778
|
+
React.createElement("path", { d: "M10.43 2.21a.65.65 0 00-.86 0 5.72 5.72 0 00-1.92 4.35c0 .18.09.34.24.43A7.4 7.4 0 019.63 8.4a.5.5 0 00.74 0 7.4 7.4 0 011.74-1.42.5.5 0 00.24-.43c.02-1.59-.62-3.2-1.92-4.35zm-7.41 10a.66.66 0 01.6-.72A6.36 6.36 0 0110 15.33a6.36 6.36 0 016.38-3.84c.36.03.64.35.6.72A6.37 6.37 0 0110.64 18h-.46c-.07 0-.12 0-.18-.02a.66.66 0 01-.18.02h-.46a6.37 6.37 0 01-6.34-5.8zM10 10.83a6.36 6.36 0 00-6.38-3.84.66.66 0 00-.6.72c.08.9.35 1.75.76 2.5a.5.5 0 00.43.26c2.1.01 4.03.92 5.37 2.4.11.1.27.17.42.15a.5.5 0 00.42-.16 7.36 7.36 0 015.36-2.4.5.5 0 00.44-.25c.41-.75.68-1.6.76-2.5a.66.66 0 00-.6-.72A6.36 6.36 0 0010 10.83z", fill: primaryFill }));
|
|
27779
|
+
};
|
|
27780
|
+
export const FoodGrains20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodGrains20FilledIcon({}), 'FoodGrains20Filled');
|
|
27781
|
+
const FoodGrains20RegularIcon = (iconProps) => {
|
|
27782
|
+
const { className, primaryFill } = iconProps;
|
|
27783
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
27784
|
+
React.createElement("path", { d: "M10.43 2.21a.65.65 0 00-.86 0 5.73 5.73 0 00-1.74 5.74 7.11 7.11 0 00-4.2-.96.66.66 0 00-.61.72 6.99 6.99 0 001.65 3.77c-.35-.02-.7-.02-1.05 0a.66.66 0 00-.6.73A6.37 6.37 0 009.36 18h1.28c3.3 0 6.04-2.51 6.34-5.8a.66.66 0 00-.6-.71c-.36-.03-.7-.03-1.05-.01a6.99 6.99 0 001.65-3.77.66.66 0 00-.6-.72 7.1 7.1 0 00-4.21.96c.52-2-.06-4.24-1.74-5.74zM10 14.43a7.15 7.15 0 00-3.47-2.6 6.17 6.17 0 01-2.47-3.86c1.54-.04 3 .5 4.12 1.45.76.64.96 1.23 1.15 1.76l.22.54a.5.5 0 00.9 0l.22-.54c.18-.53.4-1.12 1.15-1.76a6.12 6.12 0 014.12-1.45 6.17 6.17 0 01-2.5 3.9A7.15 7.15 0 0010 14.42zM9.36 17a5.37 5.37 0 01-5.3-4.53 6.13 6.13 0 015.5 3.13.5.5 0 00.88 0 6.13 6.13 0 015.5-3.13 5.37 5.37 0 01-5.3 4.53H9.36zM10 9.82a4.74 4.74 0 010-6.64 4.74 4.74 0 010 6.64z", fill: primaryFill }));
|
|
27785
|
+
};
|
|
27786
|
+
export const FoodGrains20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodGrains20RegularIcon({}), 'FoodGrains20Regular');
|
|
27787
|
+
const FoodGrains24FilledIcon = (iconProps) => {
|
|
27788
|
+
const { className, primaryFill } = iconProps;
|
|
27789
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
27790
|
+
React.createElement("path", { d: "M12.61 2.29a.93.93 0 00-1.22 0A7.2 7.2 0 008.9 7.57c0 .19.11.36.28.45a9.06 9.06 0 012.4 1.83c.23.24.62.24.84 0a9.04 9.04 0 012.4-1.83.5.5 0 00.28-.45 7.2 7.2 0 00-2.49-5.28zm-.6 15.75a8.16 8.16 0 018.16-4.06c.49.07.85.5.81 1A7.6 7.6 0 0113.41 22H10.6a7.6 7.6 0 01-7.57-7.01.94.94 0 01.81-1A8.16 8.16 0 0112 18.03zm7.64-5.11a9.9 9.9 0 00-5.13 1.16 8.61 8.61 0 00-2.32 1.78c-.1.11-.3.11-.4 0a8.6 8.6 0 00-2.32-1.78 9.9 9.9 0 00-5.11-1.16 8.66 8.66 0 01-1.35-3.8.96.96 0 01.87-1.04c2.46-.2 4.5.28 6.35 1.84.82.7 1.38 1.54 1.76 2.26.38-.72.94-1.56 1.77-2.26 1.84-1.56 3.9-2.04 6.35-1.84.53.04.93.5.88 1.04a8.66 8.66 0 01-1.35 3.8z", fill: primaryFill }));
|
|
27791
|
+
};
|
|
27792
|
+
export const FoodGrains24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodGrains24FilledIcon({}), 'FoodGrains24Filled');
|
|
27793
|
+
const FoodGrains24RegularIcon = (iconProps) => {
|
|
27794
|
+
const { className, primaryFill } = iconProps;
|
|
27795
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
27796
|
+
React.createElement("path", { d: "M11.39 2.29a7.23 7.23 0 00-2.37 6.78 8.5 8.5 0 00-5.13-.98.96.96 0 00-.87 1.04 8.97 8.97 0 002.06 4.78c-.41 0-.83.02-1.25.07-.5.07-.85.5-.81 1A7.6 7.6 0 0010.59 22H13.4a7.6 7.6 0 007.57-7.01.94.94 0 00-.81-1 8.8 8.8 0 00-1.23-.08A8.97 8.97 0 0021 9.13a.96.96 0 00-.88-1.04 8.55 8.55 0 00-5.14.98A7.23 7.23 0 0012.6 2.3a.93.93 0 00-1.22 0zm.61 9.44a5.74 5.74 0 010-7.96 5.74 5.74 0 010 7.96zm0 5.6a9.02 9.02 0 00-4.23-2.97 7.75 7.75 0 01-3.18-4.8 6.43 6.43 0 014.67 1.51c1.03.87 1.48 1.93 1.82 2.72l.25.55a.75.75 0 001.34 0l.25-.55a6.8 6.8 0 011.81-2.72 6.46 6.46 0 014.7-1.52 7.75 7.75 0 01-3.17 4.8A9.02 9.02 0 0012 17.33zm.64 1.71c1.4-2.33 4-3.78 6.78-3.62a6.1 6.1 0 01-6.01 5.08H10.59a6.1 6.1 0 01-6.01-5.08 7.45 7.45 0 016.78 3.62.75.75 0 001.28 0z", fill: primaryFill }));
|
|
27797
|
+
};
|
|
27798
|
+
export const FoodGrains24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodGrains24RegularIcon({}), 'FoodGrains24Regular');
|
|
26567
27799
|
const FoodPizza20FilledIcon = (iconProps) => {
|
|
26568
27800
|
const { className, primaryFill } = iconProps;
|
|
26569
27801
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -27309,6 +28541,30 @@ const GiftCardAdd24RegularIcon = (iconProps) => {
|
|
|
27309
28541
|
React.createElement("path", { d: "M2 5a3 3 0 013-3h14a3 3 0 013 3v7.81a6.52 6.52 0 00-1.5-1.08V9.5h-9.94l1.72 1.72a.75.75 0 11-1.06 1.06L9.5 10.56v4.94h1.81c-.15.48-.25.98-.3 1.5H5a3 3 0 01-3-3V5zm3-1.5c-.83 0-1.5.67-1.5 1.5v3h1.2A2.5 2.5 0 017 4.5c.36 0 .7.07 1 .2V3.5H5zm4.5 0v1.2A2.5 2.5 0 0113 7c0 .36-.07.7-.2 1h7.7V5c0-.83-.67-1.5-1.5-1.5H9.5zM8 15.5v-4.94l-1.72 1.72a.75.75 0 01-1.06-1.06L6.94 9.5H3.5V14c0 .83.67 1.5 1.5 1.5h3zM10.5 8a1 1 0 10-1-1v1h1zM8 7a1 1 0 10-1 1h1V7zm15 10.5a5.5 5.5 0 10-11 0 5.5 5.5 0 0011 0zm-5 .5v2.5a.5.5 0 11-1 0V18h-2.5a.5.5 0 010-1H17v-2.5a.5.5 0 111 0V17h2.5a.5.5 0 010 1H18z", fill: primaryFill }));
|
|
27310
28542
|
};
|
|
27311
28543
|
export const GiftCardAdd24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardAdd24RegularIcon({}), 'GiftCardAdd24Regular');
|
|
28544
|
+
const GiftCardArrowRight20FilledIcon = (iconProps) => {
|
|
28545
|
+
const { className, primaryFill } = iconProps;
|
|
28546
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
28547
|
+
React.createElement("path", { d: "M7 2H4.75A2.75 2.75 0 002 4.75V7h2.27A2 2 0 017 4.27V2zM2 8v3.25A2.75 2.75 0 004.75 14H7V8.7l-1.65 1.65a.5.5 0 01-.7-.7L6.29 8H2zm6 6h1.02A5.5 5.5 0 0118 10.26V8H8.7l1.65 1.65a.5.5 0 01-.7.7L8 8.71V14zm10-7h-7.27A2 2 0 008 4.27V2h7.25A2.75 2.75 0 0118 4.75V7zM8 7V6a1 1 0 111 1H8zM7 7H6a1 1 0 111-1v1zm12 7.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15.35a.5.5 0 00.15-.35.5.5 0 00-.15-.35l-2-2a.5.5 0 00-.7.7L15.29 14H12.5a.5.5 0 000 1h2.8l-1.15 1.15a.5.5 0 00.7.7l2-2z", fill: primaryFill }));
|
|
28548
|
+
};
|
|
28549
|
+
export const GiftCardArrowRight20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardArrowRight20FilledIcon({}), 'GiftCardArrowRight20Filled');
|
|
28550
|
+
const GiftCardArrowRight20RegularIcon = (iconProps) => {
|
|
28551
|
+
const { className, primaryFill } = iconProps;
|
|
28552
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
28553
|
+
React.createElement("path", { d: "M2 4.75A2.75 2.75 0 014.75 2h10.5A2.75 2.75 0 0118 4.75v5.5a5.5 5.5 0 00-1-.65V8H8.7l1.65 1.65a.5.5 0 01-.7.7L8 8.71V13h1.2c-.08.32-.15.66-.18 1H4.75A2.75 2.75 0 012 11.25v-6.5zM4.75 3C3.78 3 3 3.78 3 4.75V7h1.27A2 2 0 017 4.27V3H4.75zM8 3v1.27A2 2 0 0110.73 7H17V4.75C17 3.78 16.22 3 15.25 3H8zm0 4h1a1 1 0 10-1-1v1zM6 5a1 1 0 000 2h1V6a1 1 0 00-1-1zM3 8v3.25c0 .97.78 1.75 1.75 1.75H7V8.7l-1.65 1.65a.5.5 0 01-.7-.7L6.29 8H3zm16 6.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-2.15.35a.5.5 0 00.15-.35.5.5 0 00-.15-.35l-2-2a.5.5 0 00-.7.7L15.29 14H12.5a.5.5 0 000 1h2.8l-1.15 1.15a.5.5 0 00.7.7l2-2z", fill: primaryFill }));
|
|
28554
|
+
};
|
|
28555
|
+
export const GiftCardArrowRight20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardArrowRight20RegularIcon({}), 'GiftCardArrowRight20Regular');
|
|
28556
|
+
const GiftCardArrowRight24FilledIcon = (iconProps) => {
|
|
28557
|
+
const { className, primaryFill } = iconProps;
|
|
28558
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
28559
|
+
React.createElement("path", { d: "M8 2H5a3 3 0 00-3 3v3h2.7A2.5 2.5 0 017 4.5c.36 0 .7.07 1 .2V2zM2 9.5V14a3 3 0 003 3h3v-6.44l-1.72 1.72a.75.75 0 01-1.06-1.06L6.94 9.5H2zM9.5 17h1.52A6.5 6.5 0 0122 12.81V9.5H10.56l1.72 1.72a.75.75 0 11-1.06 1.06L9.5 10.56V17zM22 8h-9.2a2.5 2.5 0 00-2.3-3.5c-.36 0-.7.07-1 .2V2H19a3 3 0 013 3v3zM10.5 8h-1V7a1 1 0 111 1zM8 8H7a1 1 0 111-1v1zm15 9.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-8.5-.5a.5.5 0 000 1h4.8l-1.65 1.65a.5.5 0 00.7.7l2.5-2.5a.5.5 0 000-.7l-2.5-2.5a.5.5 0 00-.7.7L19.29 17H14.5z", fill: primaryFill }));
|
|
28560
|
+
};
|
|
28561
|
+
export const GiftCardArrowRight24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardArrowRight24FilledIcon({}), 'GiftCardArrowRight24Filled');
|
|
28562
|
+
const GiftCardArrowRight24RegularIcon = (iconProps) => {
|
|
28563
|
+
const { className, primaryFill } = iconProps;
|
|
28564
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
28565
|
+
React.createElement("path", { d: "M2 5a3 3 0 013-3h14a3 3 0 013 3v7.81a6.52 6.52 0 00-1.5-1.08V9.5h-9.94l1.72 1.72a.75.75 0 11-1.06 1.06L9.5 10.56v4.94h1.81c-.15.48-.25.98-.3 1.5H5a3 3 0 01-3-3V5zm3-1.5c-.83 0-1.5.67-1.5 1.5v3h1.2A2.5 2.5 0 017 4.5c.36 0 .7.07 1 .2V3.5H5zm4.5 0v1.2A2.5 2.5 0 0113 7c0 .36-.07.7-.2 1h7.7V5c0-.83-.67-1.5-1.5-1.5H9.5zM8 15.5v-4.94l-1.72 1.72a.75.75 0 01-1.06-1.06L6.94 9.5H3.5V14c0 .83.67 1.5 1.5 1.5h3zM10.5 8a1 1 0 10-1-1v1h1zM8 7a1 1 0 10-1 1h1V7zm15 10.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-8.5-.5a.5.5 0 000 1h4.8l-1.65 1.65a.5.5 0 00.7.7l2.5-2.5a.5.5 0 000-.7l-2.5-2.5a.5.5 0 00-.7.7L19.29 17H14.5z", fill: primaryFill }));
|
|
28566
|
+
};
|
|
28567
|
+
export const GiftCardArrowRight24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardArrowRight24RegularIcon({}), 'GiftCardArrowRight24Regular');
|
|
27312
28568
|
const Glance20FilledIcon = (iconProps) => {
|
|
27313
28569
|
const { className, primaryFill } = iconProps;
|
|
27314
28570
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -28802,6 +30058,30 @@ const Heart28RegularIcon = (iconProps) => {
|
|
|
28802
30058
|
React.createElement("path", { d: "M14.6 6.2a6.52 6.52 0 119.51 8.9l-9.58 9.68a.75.75 0 01-1.06 0L3.89 15.1a6.52 6.52 0 119.5-8.92l.61.68.6-.68zm8.65 1a5.02 5.02 0 00-7.52-.01L14.56 8.5a.75.75 0 01-1.12 0L12.27 7.2a5.02 5.02 0 10-7.32 6.86L14 23.18l9.05-9.13a5.02 5.02 0 00.2-6.85z", fill: primaryFill }));
|
|
28803
30059
|
};
|
|
28804
30060
|
export const Heart28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Heart28RegularIcon({}), 'Heart28Regular');
|
|
30061
|
+
const Heart32FilledIcon = (iconProps) => {
|
|
30062
|
+
const { className, primaryFill } = iconProps;
|
|
30063
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
30064
|
+
React.createElement("path", { d: "M15.53 7.12a7.46 7.46 0 10-11.54 9.42l11.28 12.14a1 1 0 001.46 0L28 16.58a7.48 7.48 0 10-11.59-9.4l-.42.6-.46-.66z", fill: primaryFill }));
|
|
30065
|
+
};
|
|
30066
|
+
export const Heart32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Heart32FilledIcon({}), 'Heart32Filled');
|
|
30067
|
+
const Heart32RegularIcon = (iconProps) => {
|
|
30068
|
+
const { className, primaryFill } = iconProps;
|
|
30069
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
30070
|
+
React.createElement("path", { d: "M3.38 7.13a7.46 7.46 0 0112.15 0l.46.64.42-.6A7.48 7.48 0 1128 16.59l-11.27 12.1a1 1 0 01-1.46 0L3.99 16.54a7.46 7.46 0 01-.6-9.41zM13.9 8.28a5.46 5.46 0 10-8.44 6.9L16 26.53l10.54-11.31a5.48 5.48 0 10-8.5-6.89l-1.22 1.74a1 1 0 01-1.63.01l-1.29-1.8z", fill: primaryFill }));
|
|
30071
|
+
};
|
|
30072
|
+
export const Heart32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Heart32RegularIcon({}), 'Heart32Regular');
|
|
30073
|
+
const Heart48FilledIcon = (iconProps) => {
|
|
30074
|
+
const { className, primaryFill } = iconProps;
|
|
30075
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
30076
|
+
React.createElement("path", { d: "M21.26 10.18A10.77 10.77 0 007.33 26.56l15.8 15.1c.49.46 1.25.46 1.73 0l15.8-15.1a10.77 10.77 0 00-13.93-16.38L24 12.25l-2.74-2.07z", fill: primaryFill }));
|
|
30077
|
+
};
|
|
30078
|
+
export const Heart48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Heart48FilledIcon({}), 'Heart48Filled');
|
|
30079
|
+
const Heart48RegularIcon = (iconProps) => {
|
|
30080
|
+
const { className, primaryFill } = iconProps;
|
|
30081
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
30082
|
+
React.createElement("path", { d: "M7.92 10.15c4.12-3.3 10.04-3 13.81.69L24 13.06l2.27-2.22A10.42 10.42 0 0140.9 25.67L24.88 41.64c-.48.48-1.27.48-1.76 0L7.09 25.67a10.42 10.42 0 01.83-15.52zm12.06 2.48A7.92 7.92 0 008.85 23.9L24 38.99 39.15 23.9a7.92 7.92 0 00-11.13-11.27l-3.14 3.08c-.49.47-1.27.47-1.75 0l-3.15-3.08z", fill: primaryFill }));
|
|
30083
|
+
};
|
|
30084
|
+
export const Heart48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Heart48RegularIcon({}), 'Heart48Regular');
|
|
28805
30085
|
const HeartBroken16FilledIcon = (iconProps) => {
|
|
28806
30086
|
const { className, primaryFill } = iconProps;
|
|
28807
30087
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -30992,6 +32272,18 @@ const LineStyle24RegularIcon = (iconProps) => {
|
|
|
30992
32272
|
React.createElement("path", { d: "M2.75 5a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5zm0 6.5h18.5a.75.75 0 01.1 1.5H2.75a.75.75 0 01-.1-1.49h.1zM2 18.25c0-.69.56-1.25 1.25-1.25h17.5a1.25 1.25 0 110 2.5H3.25c-.69 0-1.25-.56-1.25-1.25zm7.75-12.5c0-.41.34-.75.75-.75h3a.75.75 0 010 1.5h-3a.75.75 0 01-.75-.75zm8-.75a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5z", fill: primaryFill }));
|
|
30993
32273
|
};
|
|
30994
32274
|
export const LineStyle24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ LineStyle24RegularIcon({}), 'LineStyle24Regular');
|
|
32275
|
+
const Link12FilledIcon = (iconProps) => {
|
|
32276
|
+
const { className, primaryFill } = iconProps;
|
|
32277
|
+
return React.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
32278
|
+
React.createElement("path", { d: "M1.5 5.2c0-1.5 1.2-2.7 2.7-2.7h.05a.75.75 0 010 1.5H4.2C3.54 4 3 4.54 3 5.2v.6C3 6.46 3.54 7 4.2 7h.05a.75.75 0 010 1.5H4.2a2.7 2.7 0 01-2.7-2.7v-.6zm9 0c0-1.5-1.2-2.7-2.7-2.7h-.05a.75.75 0 000 1.5h.05C8.46 4 9 4.54 9 5.2v.6C9 6.46 8.46 7 7.8 7h-.05a.75.75 0 000 1.5h.05c1.5 0 2.7-1.2 2.7-2.7v-.6zm-5.75-.45a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5z", fill: primaryFill }));
|
|
32279
|
+
};
|
|
32280
|
+
export const Link12Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Link12FilledIcon({}), 'Link12Filled');
|
|
32281
|
+
const Link12RegularIcon = (iconProps) => {
|
|
32282
|
+
const { className, primaryFill } = iconProps;
|
|
32283
|
+
return React.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
32284
|
+
React.createElement("path", { d: "M2 5.4A2.4 2.4 0 014.4 3h.1a.5.5 0 010 1h-.1C3.63 4 3 4.63 3 5.4v.2C3 6.37 3.63 7 4.4 7h.1a.5.5 0 010 1h-.1A2.4 2.4 0 012 5.6v-.2zm8 0A2.4 2.4 0 007.6 3h-.1a.5.5 0 000 1h.1C8.37 4 9 4.63 9 5.4v.2C9 6.37 8.37 7 7.6 7h-.1a.5.5 0 000 1h.1A2.4 2.4 0 0010 5.6v-.2zM4.5 5a.5.5 0 000 1h3a.5.5 0 000-1h-3z", fill: primaryFill }));
|
|
32285
|
+
};
|
|
32286
|
+
export const Link12Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Link12RegularIcon({}), 'Link12Regular');
|
|
30995
32287
|
const Link16FilledIcon = (iconProps) => {
|
|
30996
32288
|
const { className, primaryFill } = iconProps;
|
|
30997
32289
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -31040,6 +32332,18 @@ const Link28RegularIcon = (iconProps) => {
|
|
|
31040
32332
|
React.createElement("path", { d: "M11 8a.75.75 0 01.1 1.5H8a4.5 4.5 0 00-.21 9H11a.75.75 0 01.1 1.5H8a6 6 0 01-.22-12H11zm9 0a6 6 0 01.22 12H17a.75.75 0 01-.1-1.5H20a4.5 4.5 0 00.21-9H17a.75.75 0 01-.1-1.5H20zM8 13.25h12a.75.75 0 01.1 1.5H8a.75.75 0 01-.1-1.5H20 8z", fill: primaryFill }));
|
|
31041
32333
|
};
|
|
31042
32334
|
export const Link28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Link28RegularIcon({}), 'Link28Regular');
|
|
32335
|
+
const Link32FilledIcon = (iconProps) => {
|
|
32336
|
+
const { className, primaryFill } = iconProps;
|
|
32337
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
32338
|
+
React.createElement("path", { d: "M2 16.25C2 12.25 5.25 9 9.25 9h3.5a1.25 1.25 0 110 2.5h-3.5a4.75 4.75 0 100 9.5h3.5a1.25 1.25 0 110 2.5h-3.5c-4 0-7.25-3.25-7.25-7.25zm28 0c0-4-3.25-7.25-7.25-7.25h-3.5a1.25 1.25 0 100 2.5h3.5a4.75 4.75 0 110 9.5h-3.5a1.25 1.25 0 100 2.5h3.5c4 0 7.25-3.25 7.25-7.25zM9.75 15a1.25 1.25 0 100 2.5h12.5a1.25 1.25 0 100-2.5H9.75z", fill: primaryFill }));
|
|
32339
|
+
};
|
|
32340
|
+
export const Link32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Link32FilledIcon({}), 'Link32Filled');
|
|
32341
|
+
const Link32RegularIcon = (iconProps) => {
|
|
32342
|
+
const { className, primaryFill } = iconProps;
|
|
32343
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
32344
|
+
React.createElement("path", { d: "M2 16a7 7 0 017-7h4a1 1 0 110 2H9a5 5 0 000 10h4a1 1 0 110 2H9a7 7 0 01-7-7zm28 0a7 7 0 00-7-7h-4a1 1 0 100 2h4a5 5 0 010 10h-4a1 1 0 100 2h4a7 7 0 007-7zM9.5 15a1 1 0 100 2h13a1 1 0 100-2h-13z", fill: primaryFill }));
|
|
32345
|
+
};
|
|
32346
|
+
export const Link32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Link32RegularIcon({}), 'Link32Regular');
|
|
31043
32347
|
const Link48FilledIcon = (iconProps) => {
|
|
31044
32348
|
const { className, primaryFill } = iconProps;
|
|
31045
32349
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -31797,16 +33101,51 @@ export const Luggage20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage20Re
|
|
|
31797
33101
|
const Luggage24FilledIcon = (iconProps) => {
|
|
31798
33102
|
const { className, primaryFill } = iconProps;
|
|
31799
33103
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
31800
|
-
React.createElement("path", { d: "M8.75
|
|
33104
|
+
React.createElement("path", { d: "M8 2.25c0-.41.34-.75.75-.75h6.5a.75.75 0 010 1.5H15v1h1.75C18.55 4 20 5.46 20 7.25v10a3.25 3.25 0 01-3.05 3.24c.03.08.05.17.05.26v.5a.75.75 0 01-1.5 0v-.5c0-.09.02-.17.04-.25H8.46c.02.08.04.16.04.25v.5a.75.75 0 01-1.5 0v-.5c0-.09.02-.18.04-.26A3.25 3.25 0 014 17.25v-10C4 5.45 5.46 4 7.25 4H9V3h-.25A.75.75 0 018 2.25zm2.5.75v1h3V3h-3zM8.25 9a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5z", fill: primaryFill }));
|
|
31801
33105
|
};
|
|
31802
33106
|
export const Luggage24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage24FilledIcon({}), 'Luggage24Filled');
|
|
31803
33107
|
const Luggage24RegularIcon = (iconProps) => {
|
|
31804
33108
|
const { className, primaryFill } = iconProps;
|
|
31805
33109
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
31806
|
-
React.createElement("path", { d: "M7
|
|
31807
|
-
React.createElement("path", { d: "M9 3.5h-.25a.75.75 0 010-1.5h6.5a.75.75 0 010 1.5H15V5h1.75C18.55 5 20 6.46 20 8.25v9a3.25 3.25 0 01-3 3.24v.76a.75.75 0 01-1.5 0v-.75h-7v.75a.75.75 0 01-1.5 0v-.76a3.25 3.25 0 01-3-3.24v-9C4 6.45 5.46 5 7.25 5H9V3.5zm1.5 0V5h3V3.5h-3zM16.75 19c.97 0 1.75-.78 1.75-1.75v-9c0-.97-.78-1.75-1.75-1.75h-9.5c-.97 0-1.75.78-1.75 1.75v9c0 .97.78 1.75 1.75 1.75h9.5z", fill: primaryFill }));
|
|
33110
|
+
React.createElement("path", { d: "M7.5 9.75c0-.41.34-.75.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75zM8.75 1.5a.75.75 0 000 1.5H9v1H7.25A3.25 3.25 0 004 7.25v10a3.25 3.25 0 003.04 3.24.75.75 0 00-.04.26v.5a.75.75 0 001.5 0v-.5a.75.75 0 00-.04-.25h7.08a.75.75 0 00-.04.25v.5a.75.75 0 001.5 0v-.5a.75.75 0 00-.05-.26A3.25 3.25 0 0020 17.25v-10C20 5.45 18.54 4 16.75 4H15V3h.25a.75.75 0 000-1.5h-6.5zM13.5 3v1h-3V3h3zM7.25 5.5h9.5c.97 0 1.75.78 1.75 1.75v10c0 .97-.78 1.75-1.75 1.75h-9.5c-.97 0-1.75-.78-1.75-1.75v-10c0-.97.78-1.75 1.75-1.75z", fill: primaryFill }));
|
|
31808
33111
|
};
|
|
31809
33112
|
export const Luggage24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage24RegularIcon({}), 'Luggage24Regular');
|
|
33113
|
+
const Luggage28FilledIcon = (iconProps) => {
|
|
33114
|
+
const { className, primaryFill } = iconProps;
|
|
33115
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33116
|
+
React.createElement("path", { d: "M9 2.25c0-.41.34-.75.75-.75h8.5a.75.75 0 010 1.5H18v1h1.5A3.5 3.5 0 0123 7.5V21a3.5 3.5 0 01-3 3.46v.79a.75.75 0 01-1.5 0v-.75h-9v.75a.75.75 0 01-1.5 0v-.79A3.5 3.5 0 015 21V7.5A3.5 3.5 0 018.5 4H10V3h-.25A.75.75 0 019 2.25zm2.5.75v1h5V3h-5zM9.75 9a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z", fill: primaryFill }));
|
|
33117
|
+
};
|
|
33118
|
+
export const Luggage28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage28FilledIcon({}), 'Luggage28Filled');
|
|
33119
|
+
const Luggage28RegularIcon = (iconProps) => {
|
|
33120
|
+
const { className, primaryFill } = iconProps;
|
|
33121
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33122
|
+
React.createElement("path", { d: "M9 9.75c0-.41.34-.75.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 019 9.75zm.75-8.25a.75.75 0 000 1.5H10v1H8.5A3.5 3.5 0 005 7.5V21a3.5 3.5 0 003 3.46v.79a.75.75 0 001.5 0v-.75h9v.75a.75.75 0 001.5 0v-.79c1.7-.24 3-1.7 3-3.46V7.5A3.5 3.5 0 0019.5 4H18V3h.25a.75.75 0 000-1.5h-8.5zM16.5 3v1h-5V3h5zm-8 2.5h11a2 2 0 012 2V21a2 2 0 01-2 2h-11a2 2 0 01-2-2V7.5c0-1.1.9-2 2-2z", fill: primaryFill }));
|
|
33123
|
+
};
|
|
33124
|
+
export const Luggage28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage28RegularIcon({}), 'Luggage28Regular');
|
|
33125
|
+
const Luggage32FilledIcon = (iconProps) => {
|
|
33126
|
+
const { className, primaryFill } = iconProps;
|
|
33127
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33128
|
+
React.createElement("path", { d: "M10 2a1 1 0 011-1h10a1 1 0 110 2h-.5v2h2A4.5 4.5 0 0127 9.5v15a4.5 4.5 0 01-4 4.47V30a1 1 0 11-2 0v-1H11v1a1 1 0 11-2 0v-1.03a4.5 4.5 0 01-4-4.47v-15A4.5 4.5 0 019.5 5H12V3h-1a1 1 0 01-1-1zm4 1v2h4.5V3H14zm-3 8a1 1 0 100 2h10a1 1 0 100-2H11z", fill: primaryFill }));
|
|
33129
|
+
};
|
|
33130
|
+
export const Luggage32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage32FilledIcon({}), 'Luggage32Filled');
|
|
33131
|
+
const Luggage32RegularIcon = (iconProps) => {
|
|
33132
|
+
const { className, primaryFill } = iconProps;
|
|
33133
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33134
|
+
React.createElement("path", { d: "M10 12a1 1 0 011-1h10a1 1 0 110 2H11a1 1 0 01-1-1zm1-11a1 1 0 100 2h1v2H9.5A4.5 4.5 0 005 9.5v15a4.5 4.5 0 004 4.47V30a1 1 0 102 0v-1h10v1a1 1 0 102 0v-1.03a4.5 4.5 0 004-4.47v-15A4.5 4.5 0 0022.5 5h-2V3h.5a1 1 0 100-2H11zm11.5 26h-13A2.5 2.5 0 017 24.5v-15A2.5 2.5 0 019.5 7h13A2.5 2.5 0 0125 9.5v15a2.5 2.5 0 01-2.5 2.5zm-4-24v2H14V3h4.5z", fill: primaryFill }));
|
|
33135
|
+
};
|
|
33136
|
+
export const Luggage32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage32RegularIcon({}), 'Luggage32Regular');
|
|
33137
|
+
const Luggage48FilledIcon = (iconProps) => {
|
|
33138
|
+
const { className, primaryFill } = iconProps;
|
|
33139
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33140
|
+
React.createElement("path", { d: "M16 3.75c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 110 2.5H29.5v2h4.25C37.2 7 40 9.8 40 13.25v22.5C40 39.2 37.2 42 33.75 42h-.27l.02.25v1.5a1.25 1.25 0 11-2.5 0v-1.5c0-.09 0-.17.02-.25H16.48l.02.25v1.5a1.25 1.25 0 11-2.5 0v-1.5c0-.09 0-.17.03-.25A6.25 6.25 0 018 35.75v-22.5C8 9.8 10.8 7 14.25 7H18V5h-.75C16.56 5 16 4.44 16 3.75zM20.5 5v2H27V5h-6.5zm-4.25 13a1.25 1.25 0 100 2.5h15.5a1.25 1.25 0 100-2.5h-15.5z", fill: primaryFill }));
|
|
33141
|
+
};
|
|
33142
|
+
export const Luggage48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage48FilledIcon({}), 'Luggage48Filled');
|
|
33143
|
+
const Luggage48RegularIcon = (iconProps) => {
|
|
33144
|
+
const { className, primaryFill } = iconProps;
|
|
33145
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33146
|
+
React.createElement("path", { d: "M15 19.25c0-.69.56-1.25 1.25-1.25h15.5a1.25 1.25 0 110 2.5h-15.5c-.69 0-1.25-.56-1.25-1.25zM17.25 2.5a1.25 1.25 0 100 2.5H18v2h-3.75A6.25 6.25 0 008 13.25v22.5A6.25 6.25 0 0014.03 42c-.02.08-.03.16-.03.25v1.5a1.25 1.25 0 102.5 0v-1.5c0-.09 0-.17-.02-.25h14.54l-.02.25v1.5a1.25 1.25 0 102.5 0v-1.5c0-.09 0-.17-.02-.25h.27C37.2 42 40 39.2 40 35.75v-22.5C40 9.8 37.2 7 33.75 7H29.5V5h1.25a1.25 1.25 0 100-2.5h-13.5zM27 5v2h-6.5V5H27zM14.25 9.5h19.5a3.75 3.75 0 013.75 3.75v22.5a3.75 3.75 0 01-3.75 3.75h-19.5a3.75 3.75 0 01-3.75-3.75v-22.5a3.75 3.75 0 013.75-3.75z", fill: primaryFill }));
|
|
33147
|
+
};
|
|
33148
|
+
export const Luggage48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Luggage48RegularIcon({}), 'Luggage48Regular');
|
|
31810
33149
|
const Mail12FilledIcon = (iconProps) => {
|
|
31811
33150
|
const { className, primaryFill } = iconProps;
|
|
31812
33151
|
return React.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -33882,6 +35221,30 @@ const MoneyDismiss24RegularIcon = (iconProps) => {
|
|
|
33882
35221
|
React.createElement("path", { d: "M10.5 8a3 3 0 100 6 3 3 0 000-6zM9 11a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM2 7.25C2 6.01 3 5 4.25 5h12.5C17.99 5 19 6 19 7.25v3.92a6.52 6.52 0 00-1.5-.17V9.5h-.75c-1.24 0-2.25-1-2.25-2.25V6.5h-8v.75c0 1.24-1 2.25-2.25 2.25H3.5v3h.75c1.24 0 2.25 1 2.25 2.25v.75h4.81c-.15.48-.25.98-.3 1.5H4.26C3.01 17 2 16 2 14.75v-7.5zm2.25-.75a.75.75 0 00-.75.75V8h.75c.41 0 .75-.34.75-.75V6.5h-.75zM17.5 8v-.75a.75.75 0 00-.75-.75H16v.75c0 .41.34.75.75.75h.75zm-14 6.75c0 .41.34.75.75.75H5v-.75a.75.75 0 00-.75-.75H3.5v.75zm.9 3.75h6.68c.08.52.22 1.03.42 1.5H7a3 3 0 01-2.6-1.5zm16.1-6.77c.55.29 1.06.65 1.5 1.08V10a3 3 0 00-1.5-2.6v4.33zM23 17.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zm-7.15-2.35a.5.5 0 00-.7.7l1.64 1.65-1.64 1.65a.5.5 0 00.7.7l1.65-1.64 1.65 1.64a.5.5 0 00.7-.7l-1.64-1.65 1.64-1.65a.5.5 0 00-.7-.7l-1.65 1.64-1.65-1.64z", fill: primaryFill }));
|
|
33883
35222
|
};
|
|
33884
35223
|
export const MoneyDismiss24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyDismiss24RegularIcon({}), 'MoneyDismiss24Regular');
|
|
35224
|
+
const MoneyHand20FilledIcon = (iconProps) => {
|
|
35225
|
+
const { className, primaryFill } = iconProps;
|
|
35226
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
35227
|
+
React.createElement("path", { d: "M3 3.5C3 2.67 3.67 2 4.5 2h7c.83 0 1.5.67 1.5 1.5v1.8l3.27 3.26c.47.47.73 1.1.73 1.77v7.17a.5.5 0 01-1 0v-7.17c0-.4-.16-.78-.44-1.06L13 6.7v3.08l.85.86a.5.5 0 01-.7.7l-3-3c-.43-.42-.66-.4-.76-.38-.18.05-.33.19-.54.4-.1.09-.15.18-.13.32.03.18.17.49.63.96.98.97 1.1 1.1 1.22 1.2l.28.3c.1.09.15.22.15.35 0 .77 0 1.55.22 2.14.1.28.24.49.42.62.18.14.45.24.86.24.28 0 .5.22.5.5v1.5c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 013 16.5v-13zm5 4a2.5 2.5 0 101.9 4.12l-.04-.05-1.21-1.22a2.85 2.85 0 01-.91-1.51c-.08-.52.13-.93.41-1.2l.04-.04.1-.08L8 7.5zm2 9v.5h1v-.5c0-.28.22-.5.5-.5h.5v-.54c-.37-.06-.68-.2-.95-.4-.6.2-1.05.77-1.05 1.44zM4 5h.5C5.33 5 6 4.33 6 3.5V3H5v.5a.5.5 0 01-.5.5H4v1zm6-1.5c0 .83.67 1.5 1.5 1.5h.5V4h-.5a.5.5 0 01-.5-.5V3h-1v.5zm-4 13c0-.83-.67-1.5-1.5-1.5H4v1h.5c.28 0 .5.22.5.5v.5h1v-.5z", fill: primaryFill }));
|
|
35228
|
+
};
|
|
35229
|
+
export const MoneyHand20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyHand20FilledIcon({}), 'MoneyHand20Filled');
|
|
35230
|
+
const MoneyHand20RegularIcon = (iconProps) => {
|
|
35231
|
+
const { className, primaryFill } = iconProps;
|
|
35232
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
35233
|
+
React.createElement("path", { d: "M4.5 2C3.67 2 3 2.67 3 3.5v13c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5V15a.5.5 0 00-.5-.5c-.41 0-.68-.1-.86-.24a1.3 1.3 0 01-.42-.62A6.69 6.69 0 0111 11.5a.5.5 0 00-.15-.35l-.28-.3-1.22-1.2c-.46-.47-.6-.78-.63-.96-.02-.14.03-.23.13-.33.21-.2.36-.34.54-.39.1-.02.33-.04.76.38l3 3a.5.5 0 00.7-.7L13 9.79V6.71l2.56 2.56c.28.28.44.66.44 1.06v7.17a.5.5 0 001 0v-7.17c0-.66-.26-1.3-.73-1.77L13 5.3V3.5c0-.83-.67-1.5-1.5-1.5h-7zM12 5.5v3.3l-1.15-1.15c-.57-.58-1.15-.78-1.7-.65-.11.03-.22.07-.31.12A3 3 0 1010 12.23c.01.58.07 1.21.27 1.75.15.41.38.8.76 1.08h.01c-.6.2-1.05.77-1.05 1.44v.5H6v-.5c0-.83-.67-1.5-1.5-1.5H4V5h.5C5.33 5 6 4.33 6 3.5V3h4v.5c0 .83.67 1.5 1.5 1.5h.5v.5zm0 11a.5.5 0 01-.5.5H11v-.5c0-.28.22-.5.5-.5h.5v.5zM6 10a2 2 0 011.87-2c-.12.23-.18.51-.13.84.07.48.37.98.9 1.51l.91.91A2 2 0 016 10zM5 3v.5a.5.5 0 01-.5.5H4v-.5c0-.28.22-.5.5-.5H5zM4 16h.5c.28 0 .5.22.5.5v.5h-.5a.5.5 0 01-.5-.5V16zm8-12h-.5a.5.5 0 01-.5-.5V3h.5c.28 0 .5.22.5.5V4z", fill: primaryFill }));
|
|
35234
|
+
};
|
|
35235
|
+
export const MoneyHand20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyHand20RegularIcon({}), 'MoneyHand20Regular');
|
|
35236
|
+
const MoneyHand24FilledIcon = (iconProps) => {
|
|
35237
|
+
const { className, primaryFill } = iconProps;
|
|
35238
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
35239
|
+
React.createElement("path", { d: "M6.25 2C5.01 2 4 3 4 4.25v15.5C4 20.99 5 22 6.25 22h7.5c1.24 0 2.24-1 2.25-2.23v-1.52a.75.75 0 00-.75-.75c-.45 0-.74-.12-.94-.28-.2-.17-.38-.43-.5-.79a8.4 8.4 0 01-.3-2.68.75.75 0 00-.21-.51l-.17-.18-.17-.17-1.18-1.17a3 3 0 01-.81-1.17.62.62 0 01-.02-.32c.02-.09.08-.2.2-.33a.7.7 0 01.33-.2.61.61 0 01.32.02c.3.08.7.34 1.17.81l1.51 1.5c.76.75 1.38 1.36 1.72 1.73a.75.75 0 001.1-1.02L16 11.42V8.06l2.84 2.84c.42.42.66 1 .66 1.6v8.75a.75.75 0 001.5 0v-8.76c0-1-.4-1.95-1.1-2.65L16 5.94V4.25C16 3.01 15 2 13.75 2h-7.5zm7.12 16.39c.33.26.7.44 1.13.53V19h-.75a.75.75 0 00-.75.75v.75h-1.5v-.75c0-.9.52-1.67 1.28-2.03.16.25.35.47.6.67zM12 14.05c0 .25 0 .52.02.8a3.5 3.5 0 11-1.55-6.32 2.48 2.48 0 00-.97 1.32c-.1.38-.07.76.02 1.1.2.68.67 1.3 1.2 1.83A66.72 66.72 0 0011.96 14l.04.04zM7 3.5h1.5v.75c0 1.24-1 2.25-2.25 2.25H5.5V5h.75c.41 0 .75-.34.75-.75V3.5zm4.5 0H13v.75c0 .41.34.75.75.75h.75v1.5h-.75c-1.24 0-2.25-1-2.25-2.25V3.5zm-3 17H7v-.75a.75.75 0 00-.75-.75H5.5v-1.5h.75c1.24 0 2.25 1 2.25 2.25v.75z", fill: primaryFill }));
|
|
35240
|
+
};
|
|
35241
|
+
export const MoneyHand24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyHand24FilledIcon({}), 'MoneyHand24Filled');
|
|
35242
|
+
const MoneyHand24RegularIcon = (iconProps) => {
|
|
35243
|
+
const { className, primaryFill } = iconProps;
|
|
35244
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
35245
|
+
React.createElement("path", { d: "M6.25 2C5.01 2 4 3 4 4.25v15.5C4 20.99 5 22 6.25 22h7.5c1.24 0 2.24-1 2.25-2.23v-1.52a.75.75 0 00-.75-.75c-.45 0-.74-.12-.94-.28-.2-.17-.38-.43-.5-.79a8.4 8.4 0 01-.3-2.68.75.75 0 00-.21-.51l-.17-.18-.17-.17-1.18-1.17a3 3 0 01-.81-1.17.62.62 0 01-.02-.32c.02-.09.08-.2.2-.33a.7.7 0 01.33-.2.61.61 0 01.32.02c.3.08.7.34 1.17.81l1.51 1.5c.76.75 1.38 1.36 1.72 1.73a.75.75 0 001.1-1.02L16 11.42V8.06l2.84 2.84c.42.42.66 1 .66 1.6v8.75a.75.75 0 001.5 0v-8.76c0-1-.4-1.95-1.1-2.65L16 5.94V4.25C16 3.01 15 2 13.75 2h-7.5zm6.14 14.94c.1.27.22.53.39.78a2.25 2.25 0 00-1.28 2.03v.75h-3v-.75c0-1.24-1-2.25-2.25-2.25H5.5v-11h.75c1.24 0 2.25-1 2.25-2.25V3.5h3v.75c0 1.24 1 2.25 2.25 2.25h.75v3.44l-.47-.47c-.53-.53-1.15-1-1.82-1.2a2.1 2.1 0 00-1.74.26 3.5 3.5 0 101.55 6.32c.04.69.13 1.43.37 2.09zM8 12a2 2 0 011.46-1.93c-.05.3-.02.6.06.89.2.67.67 1.29 1.2 1.82l.67.66A2 2 0 018 12zM5.5 4.25c0-.41.34-.75.75-.75H7v.75c0 .41-.34.75-.75.75H5.5v-.75zM13 3.5h.75c.41 0 .75.34.75.75V5h-.75a.75.75 0 01-.75-.75V3.5zM14.5 19v.75c0 .41-.34.75-.75.75H13v-.75c0-.41.34-.75.75-.75h.75zM7 20.5h-.75a.75.75 0 01-.75-.75V19h.75c.41 0 .75.34.75.75v.75z", fill: primaryFill }));
|
|
35246
|
+
};
|
|
35247
|
+
export const MoneyHand24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyHand24RegularIcon({}), 'MoneyHand24Regular');
|
|
33885
35248
|
const MoneyOff20FilledIcon = (iconProps) => {
|
|
33886
35249
|
const { className, primaryFill } = iconProps;
|
|
33887
35250
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -33909,13 +35272,13 @@ export const MoneyOff24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyOff24
|
|
|
33909
35272
|
const MoneySettings20FilledIcon = (iconProps) => {
|
|
33910
35273
|
const { className, primaryFill } = iconProps;
|
|
33911
35274
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33912
|
-
React.createElement("path", { d: "M3.5 4C2.67 4 2 4.67 2 5.5v7c0 .83.67 1.5 1.5 1.5h5.
|
|
35275
|
+
React.createElement("path", { d: "M3.5 4C2.67 4 2 4.67 2 5.5v7c0 .83.67 1.5 1.5 1.5h5.52A5.5 5.5 0 0116 9.2V5.5c0-.83-.67-1.5-1.5-1.5h-11zM6 6a2 2 0 01-2 2H3V7h1a1 1 0 001-1V5h1v1zm3 4.75a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM3 11v-1h1a2 2 0 012 2v1H5v-1a1 1 0 00-1-1H3zm10-5a1 1 0 001 1h1v1h-1a2 2 0 01-2-2V5h1v1zm-8.91 9h4.93c.03.34.1.68.19 1H5.5a1.5 1.5 0 01-1.41-1zM18 7.5v2.76a5.5 5.5 0 00-1-.66V6.09c.58.2 1 .76 1 1.41zm-5.94 3.94a2 2 0 01-1.43 2.48l-.46.12a4.73 4.73 0 00.01 1.02l.35.08A2 2 0 0112 17.66l-.13.42c.26.2.54.38.84.52l.32-.35a2 2 0 012.91 0l.34.36c.3-.13.57-.3.82-.5l-.16-.55a2 2 0 011.44-2.48l.46-.12a4.7 4.7 0 00-.01-1.01l-.35-.09A2 2 0 0117 11.34l.13-.42c-.26-.2-.54-.38-.84-.52l-.32.35a2 2 0 01-2.91 0l-.34-.36c-.3.13-.57.3-.82.5l.15.55zm2.44 4.06a1 1 0 110-2 1 1 0 010 2z", fill: primaryFill }));
|
|
33913
35276
|
};
|
|
33914
35277
|
export const MoneySettings20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneySettings20FilledIcon({}), 'MoneySettings20Filled');
|
|
33915
35278
|
const MoneySettings20RegularIcon = (iconProps) => {
|
|
33916
35279
|
const { className, primaryFill } = iconProps;
|
|
33917
35280
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
33918
|
-
React.createElement("path", { d: "M7 9a2 2 0
|
|
35281
|
+
React.createElement("path", { d: "M7 9a2 2 0 114 0 2 2 0 01-4 0zm2-1a1 1 0 100 2 1 1 0 000-2zM3.5 4C2.67 4 2 4.67 2 5.5v7c0 .83.67 1.5 1.5 1.5h5.52c.03-.34.1-.68.19-1H6v-1a2 2 0 00-2-2H3V8h1a2 2 0 002-2V5h6v1c0 1.1.9 2 2 2h1v1.02c.34.03.68.1 1 .19V5.5c0-.83-.67-1.5-1.5-1.5h-11zM3 5.5c0-.28.22-.5.5-.5H5v1a1 1 0 01-1 1H3V5.5zM13 5h1.5c.28 0 .5.22.5.5V7h-1a1 1 0 01-1-1V5zm-8 8H3.5a.5.5 0 01-.5-.5V11h1a1 1 0 011 1v1zm-.91 2h4.93c.03.34.1.68.19 1H5.5a1.5 1.5 0 01-1.41-1zM18 7.5v2.76a5.5 5.5 0 00-1-.66V6.09c.58.2 1 .76 1 1.41zm-5.94 3.94a2 2 0 01-1.43 2.48l-.46.12a4.73 4.73 0 00.01 1.02l.35.08A2 2 0 0112 17.66l-.13.42c.26.2.54.38.84.52l.32-.35a2 2 0 012.91 0l.34.36c.3-.13.57-.3.82-.5l-.16-.55a2 2 0 011.44-2.48l.46-.12a4.7 4.7 0 00-.01-1.01l-.35-.09A2 2 0 0117 11.34l.13-.42c-.26-.2-.54-.38-.84-.52l-.32.35a2 2 0 01-2.91 0l-.34-.36c-.3.13-.57.3-.82.5l.15.55zm2.44 4.06a1 1 0 110-2 1 1 0 010 2z", fill: primaryFill }));
|
|
33919
35282
|
};
|
|
33920
35283
|
export const MoneySettings20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneySettings20RegularIcon({}), 'MoneySettings20Regular');
|
|
33921
35284
|
const MoreCircle20FilledIcon = (iconProps) => {
|
|
@@ -34890,6 +36253,42 @@ const Next24RegularIcon = (iconProps) => {
|
|
|
34890
36253
|
React.createElement("path", { d: "M5.77 3.53A1.75 1.75 0 003 4.95v14.22a1.75 1.75 0 002.7 1.47l10.46-6.71a1.75 1.75 0 00.08-2.9L5.77 3.53zM4.5 4.95c0-.2.23-.32.4-.2l10.47 7.5c.14.1.13.32-.02.41L4.88 19.38a.25.25 0 01-.38-.21V4.95z", fill: primaryFill }));
|
|
34891
36254
|
};
|
|
34892
36255
|
export const Next24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next24RegularIcon({}), 'Next24Regular');
|
|
36256
|
+
const Next28FilledIcon = (iconProps) => {
|
|
36257
|
+
const { className, primaryFill } = iconProps;
|
|
36258
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
36259
|
+
React.createElement("path", { d: "M23.5 3.75a.75.75 0 011.5 0v20.5a.75.75 0 01-1.5 0V3.75zM3 5.25a2.25 2.25 0 013.53-1.84l12.5 8.68c1.3.89 1.3 2.78.02 3.68l-12.5 8.81A2.25 2.25 0 013 22.75V5.25z", fill: primaryFill }));
|
|
36260
|
+
};
|
|
36261
|
+
export const Next28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next28FilledIcon({}), 'Next28Filled');
|
|
36262
|
+
const Next28RegularIcon = (iconProps) => {
|
|
36263
|
+
const { className, primaryFill } = iconProps;
|
|
36264
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
36265
|
+
React.createElement("path", { d: "M23.5 3.75a.75.75 0 011.5 0v20.5a.75.75 0 01-1.5 0V3.75zM3 5.25a2.25 2.25 0 013.53-1.84l12.5 8.68c1.3.89 1.3 2.78.02 3.68l-12.5 8.81A2.25 2.25 0 013 22.75V5.25zm2.68-.61a.75.75 0 00-1.18.61v17.5c0 .6.69.96 1.18.6l12.5-8.8a.75.75 0 000-1.23L5.68 4.64z", fill: primaryFill }));
|
|
36266
|
+
};
|
|
36267
|
+
export const Next28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next28RegularIcon({}), 'Next28Regular');
|
|
36268
|
+
const Next32FilledIcon = (iconProps) => {
|
|
36269
|
+
const { className, primaryFill } = iconProps;
|
|
36270
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
36271
|
+
React.createElement("path", { d: "M26 5a1 1 0 112 0v22a1 1 0 11-2 0V5zM4 6.5c0-2 2.24-3.19 3.9-2.07l14 9.43a2.5 2.5 0 01.01 4.14l-14 9.56A2.5 2.5 0 014 25.5v-19z", fill: primaryFill }));
|
|
36272
|
+
};
|
|
36273
|
+
export const Next32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next32FilledIcon({}), 'Next32Filled');
|
|
36274
|
+
const Next32RegularIcon = (iconProps) => {
|
|
36275
|
+
const { className, primaryFill } = iconProps;
|
|
36276
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
36277
|
+
React.createElement("path", { d: "M26 5a1 1 0 112 0v22a1 1 0 11-2 0V5zM4 6.5c0-2 2.24-3.19 3.9-2.07l14 9.43a2.5 2.5 0 01.01 4.14l-14 9.56A2.5 2.5 0 014 25.5v-19zm2.78-.41A.5.5 0 006 6.5v19c0 .4.45.64.78.4l14-9.55a.5.5 0 000-.83l-14-9.43z", fill: primaryFill }));
|
|
36278
|
+
};
|
|
36279
|
+
export const Next32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next32RegularIcon({}), 'Next32Regular');
|
|
36280
|
+
const Next48FilledIcon = (iconProps) => {
|
|
36281
|
+
const { className, primaryFill } = iconProps;
|
|
36282
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
36283
|
+
React.createElement("path", { d: "M40.75 6c-.69 0-1.25.56-1.25 1.25v33.5a1.25 1.25 0 102.5 0V7.25C42 6.56 41.44 6 40.75 6zM6 9.26a3.25 3.25 0 015.09-2.68l21.5 14.74a3.25 3.25 0 010 5.36L11.1 41.42A3.25 3.25 0 016 38.74V9.26z", fill: primaryFill }));
|
|
36284
|
+
};
|
|
36285
|
+
export const Next48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next48FilledIcon({}), 'Next48Filled');
|
|
36286
|
+
const Next48RegularIcon = (iconProps) => {
|
|
36287
|
+
const { className, primaryFill } = iconProps;
|
|
36288
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
36289
|
+
React.createElement("path", { d: "M39.5 7.25a1.25 1.25 0 012.5 0v33.5a1.25 1.25 0 11-2.5 0V7.25zM6 9.25v29.5a3.25 3.25 0 005.09 2.67l21.5-14.74a3.25 3.25 0 000-5.36L11.1 6.58A3.25 3.25 0 006 9.26zm3.67-.61l21.5 14.74c.44.3.44.94 0 1.24L9.68 39.36a.75.75 0 01-1.17-.62V9.26c0-.6.68-.96 1.17-.62z", fill: primaryFill }));
|
|
36290
|
+
};
|
|
36291
|
+
export const Next48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Next48RegularIcon({}), 'Next48Regular');
|
|
34893
36292
|
const Note16FilledIcon = (iconProps) => {
|
|
34894
36293
|
const { className, primaryFill } = iconProps;
|
|
34895
36294
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -37076,6 +38475,18 @@ const PeopleList20RegularIcon = (iconProps) => {
|
|
|
37076
38475
|
React.createElement("path", { d: "M11 10a2 2 0 012 2h-.5c-.18 0-.34.03-.5.09V12a1 1 0 00-1-1H4a1 1 0 00-1 1v1.5C3 14.9 4.58 16 7.5 16c1.56 0 2.74-.31 3.5-.82v1.14c-.9.43-2.09.68-3.5.68C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7zm6.5 2c.18 0 .34.03.5.09V12a2 2 0 00-2-2h-2.76a3 3 0 01.59 1H16a1 1 0 011 1h.5zM7.5 2a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 1a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm7 1a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm-2 8a.5.5 0 000 1h5a.5.5 0 000-1h-5zm0 2a.5.5 0 000 1h5a.5.5 0 000-1h-5zm0 2a.5.5 0 000 1h5a.5.5 0 000-1h-5z", fill: primaryFill }));
|
|
37077
38476
|
};
|
|
37078
38477
|
export const PeopleList20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ PeopleList20RegularIcon({}), 'PeopleList20Regular');
|
|
38478
|
+
const PeopleList28FilledIcon = (iconProps) => {
|
|
38479
|
+
const { className, primaryFill } = iconProps;
|
|
38480
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
38481
|
+
React.createElement("path", { d: "M9.5 2a5.5 5.5 0 110 11 5.5 5.5 0 010-11zM17 16.85A2 2 0 0015 15H3.85A2 2 0 002 17v2.75c.17 4 4.35 5.25 7.5 5.25 1.94 0 4.26-.47 5.8-1.77a1.74 1.74 0 01.55-2.48 1.75 1.75 0 01.9-3.25H17v-.65zm1 .65h7.25c.27 0 .52.06.75.17V16.85A2 2 0 0024 15h-6.78l.13.15c.4.51.65 1.15.65 1.85v.5zM16.75 23a.75.75 0 010-1.5h8.5a.75.75 0 010 1.5h-8.5zm8.5-3a.75.75 0 000-1.5h-8.5a.75.75 0 000 1.5h8.5zM25 8.5a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zM16.75 26a.75.75 0 010-1.5h8.5a.75.75 0 010 1.5h-8.5z", fill: primaryFill }));
|
|
38482
|
+
};
|
|
38483
|
+
export const PeopleList28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ PeopleList28FilledIcon({}), 'PeopleList28Filled');
|
|
38484
|
+
const PeopleList28RegularIcon = (iconProps) => {
|
|
38485
|
+
const { className, primaryFill } = iconProps;
|
|
38486
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
38487
|
+
React.createElement("path", { d: "M15 15a2 2 0 012 1.85v.65h-.25c-.49 0-.93.2-1.25.53V17a.5.5 0 00-.41-.5H4l-.1.01a.5.5 0 00-.25.14.5.5 0 00-.14.25l-.01.1v2.5c0 1.34.59 2.33 1.8 3.02 1 .58 2.38.93 3.86.97l.34.01.43-.01c1.22-.05 3.95-.38 5.07-2.16V22h.02a1.76 1.76 0 00.28 1.23C13.76 24.54 11.44 25 9.5 25c-3.15 0-7.33-1.25-7.5-5.25V17a2 2 0 011.85-2H15zm1 4.25c0-.41.34-.75.75-.75h8.5a.75.75 0 110 1.5h-8.5a.75.75 0 01-.75-.75zm.75 2.25l-.14.01a.75.75 0 00.14 1.49h8.5a.75.75 0 000-1.5h-8.5zm8.5-4c.27 0 .52.06.75.17V16.84a2 2 0 00-1.85-1.83L24 15h-6.78l.13.16c.3.38.51.84.6 1.34h6.14a.5.5 0 01.41.5v.5h.75zM9.5 2a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm0 1.5a4 4 0 100 8 4 4 0 000-8zm11 .5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a3 3 0 100 6 3 3 0 000-6zM16 25.25c0-.41.34-.75.75-.75h8.5a.75.75 0 010 1.5h-8.5a.75.75 0 01-.75-.75z", fill: primaryFill }));
|
|
38488
|
+
};
|
|
38489
|
+
export const PeopleList28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ PeopleList28RegularIcon({}), 'PeopleList28Regular');
|
|
37079
38490
|
const PeopleLock20FilledIcon = (iconProps) => {
|
|
37080
38491
|
const { className, primaryFill } = iconProps;
|
|
37081
38492
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -39657,13 +41068,13 @@ export const PlayCircle28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ PlayCirc
|
|
|
39657
41068
|
const PlayCircle48FilledIcon = (iconProps) => {
|
|
39658
41069
|
const { className, primaryFill } = iconProps;
|
|
39659
41070
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
39660
|
-
React.createElement("path", { d: "M24 44a20 20 0 100-40 20 20 0 000
|
|
41071
|
+
React.createElement("path", { d: "M24 44a20 20 0 100-40 20 20 0 000 40zm9.77-21.29c.97.58.97 2 0 2.58L21.4 32.68c-1.5.9-3.4-.19-3.4-1.94V17.26c0-1.75 1.9-2.83 3.4-1.93l12.37 7.38z", fill: primaryFill }));
|
|
39661
41072
|
};
|
|
39662
41073
|
export const PlayCircle48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ PlayCircle48FilledIcon({}), 'PlayCircle48Filled');
|
|
39663
41074
|
const PlayCircle48RegularIcon = (iconProps) => {
|
|
39664
41075
|
const { className, primaryFill } = iconProps;
|
|
39665
41076
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
39666
|
-
React.createElement("path", { d: "
|
|
41077
|
+
React.createElement("path", { d: "M33.77 22.71L21.4 15.33c-1.5-.9-3.4.18-3.4 1.93v13.48c0 1.75 1.9 2.83 3.4 1.94l12.37-7.4c.97-.57.97-1.99 0-2.57zM24 44a20 20 0 100-40 20 20 0 000 40zm0-37.5a17.5 17.5 0 110 35 17.5 17.5 0 010-35z", fill: primaryFill }));
|
|
39667
41078
|
};
|
|
39668
41079
|
export const PlayCircle48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ PlayCircle48RegularIcon({}), 'PlayCircle48Regular');
|
|
39669
41080
|
const PlugConnected20FilledIcon = (iconProps) => {
|
|
@@ -40440,6 +41851,42 @@ const Previous24RegularIcon = (iconProps) => {
|
|
|
40440
41851
|
React.createElement("path", { d: "M18.23 20.47c1.16.84 2.77 0 2.77-1.42V4.83a1.75 1.75 0 00-2.7-1.47L7.85 10.07a1.75 1.75 0 00-.08 2.9l10.47 7.5zm1.27-1.42c0 .2-.23.32-.4.2l-10.47-7.5a.25.25 0 01.02-.41L19.1 4.62c.17-.1.39.01.39.21v14.22z", fill: primaryFill }));
|
|
40441
41852
|
};
|
|
40442
41853
|
export const Previous24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous24RegularIcon({}), 'Previous24Regular');
|
|
41854
|
+
const Previous28FilledIcon = (iconProps) => {
|
|
41855
|
+
const { className, primaryFill } = iconProps;
|
|
41856
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41857
|
+
React.createElement("path", { d: "M4.5 3.75a.75.75 0 00-1.5 0v20.5a.75.75 0 001.5 0V3.75zM25 5.25a2.25 2.25 0 00-3.53-1.84l-12.5 8.68a2.25 2.25 0 00-.02 3.68l12.5 8.81A2.25 2.25 0 0025 22.75V5.25z", fill: primaryFill }));
|
|
41858
|
+
};
|
|
41859
|
+
export const Previous28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous28FilledIcon({}), 'Previous28Filled');
|
|
41860
|
+
const Previous28RegularIcon = (iconProps) => {
|
|
41861
|
+
const { className, primaryFill } = iconProps;
|
|
41862
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41863
|
+
React.createElement("path", { d: "M4.5 3.75a.75.75 0 00-1.5 0v20.5a.75.75 0 001.5 0V3.75zM25 5.25a2.25 2.25 0 00-3.53-1.84l-12.5 8.68a2.25 2.25 0 00-.02 3.68l12.5 8.81A2.25 2.25 0 0025 22.75V5.25zm-2.68-.61a.75.75 0 011.18.61v17.5c0 .6-.69.96-1.18.6l-12.5-8.8a.75.75 0 010-1.23l12.5-8.68z", fill: primaryFill }));
|
|
41864
|
+
};
|
|
41865
|
+
export const Previous28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous28RegularIcon({}), 'Previous28Regular');
|
|
41866
|
+
const Previous32FilledIcon = (iconProps) => {
|
|
41867
|
+
const { className, primaryFill } = iconProps;
|
|
41868
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41869
|
+
React.createElement("path", { d: "M6 5a1 1 0 00-2 0v22a1 1 0 102 0V5zm22 1.5c0-2-2.23-3.19-3.9-2.07l-14 9.43A2.5 2.5 0 0010.1 18l14 9.56A2.5 2.5 0 0028 25.5v-19z", fill: primaryFill }));
|
|
41870
|
+
};
|
|
41871
|
+
export const Previous32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous32FilledIcon({}), 'Previous32Filled');
|
|
41872
|
+
const Previous32RegularIcon = (iconProps) => {
|
|
41873
|
+
const { className, primaryFill } = iconProps;
|
|
41874
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41875
|
+
React.createElement("path", { d: "M6 5a1 1 0 00-2 0v22a1 1 0 102 0V5zm22 1.5c0-2-2.23-3.19-3.9-2.07l-14 9.43A2.5 2.5 0 0010.1 18l14 9.56A2.5 2.5 0 0028 25.5v-19zm-2.78-.41a.5.5 0 01.78.41v19a.5.5 0 01-.78.4l-14-9.55a.5.5 0 010-.83l14-9.43z", fill: primaryFill }));
|
|
41876
|
+
};
|
|
41877
|
+
export const Previous32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous32RegularIcon({}), 'Previous32Regular');
|
|
41878
|
+
const Previous48FilledIcon = (iconProps) => {
|
|
41879
|
+
const { className, primaryFill } = iconProps;
|
|
41880
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41881
|
+
React.createElement("path", { d: "M7.25 6c.69 0 1.25.56 1.25 1.25v33.5a1.25 1.25 0 11-2.5 0V7.25C6 6.56 6.56 6 7.25 6zM42 9.26a3.25 3.25 0 00-5.09-2.68l-21.5 14.74a3.25 3.25 0 000 5.36l21.5 14.74A3.25 3.25 0 0042 38.74V9.26z", fill: primaryFill }));
|
|
41882
|
+
};
|
|
41883
|
+
export const Previous48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous48FilledIcon({}), 'Previous48Filled');
|
|
41884
|
+
const Previous48RegularIcon = (iconProps) => {
|
|
41885
|
+
const { className, primaryFill } = iconProps;
|
|
41886
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
41887
|
+
React.createElement("path", { d: "M8.5 7.25a1.25 1.25 0 10-2.5 0v33.5a1.25 1.25 0 102.5 0V7.25zm33.5 2a3.25 3.25 0 00-5.09-2.67l-21.5 14.74a3.25 3.25 0 000 5.36l21.5 14.74A3.25 3.25 0 0042 38.74V9.26zm-3.67-.61a.75.75 0 011.17.62v29.48c0 .6-.68.96-1.17.62l-21.5-14.74a.75.75 0 010-1.24l21.5-14.74z", fill: primaryFill }));
|
|
41888
|
+
};
|
|
41889
|
+
export const Previous48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Previous48RegularIcon({}), 'Previous48Regular');
|
|
40443
41890
|
const Print16FilledIcon = (iconProps) => {
|
|
40444
41891
|
const { className, primaryFill } = iconProps;
|
|
40445
41892
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -41148,6 +42595,18 @@ const QuestionCircle28RegularIcon = (iconProps) => {
|
|
|
41148
42595
|
React.createElement("path", { d: "M14 2a12 12 0 110 24 12 12 0 010-24zm0 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm0 15a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zm0-11.75a3.85 3.85 0 013.75 3.75c0 1.43-.47 2.27-1.55 3.3L16 14l-.2.19c-.8.74-1.05 1.12-1.05 1.82a.75.75 0 01-1.5 0c0-1.15.4-1.84 1.34-2.75l.57-.52c.81-.78 1.09-1.29 1.09-2.23 0-1.18-1.1-2.25-2.25-2.25a2.36 2.36 0 00-2.25 2.25.75.75 0 01-1.5 0A3.85 3.85 0 0114 6.75z", fill: primaryFill }));
|
|
41149
42596
|
};
|
|
41150
42597
|
export const QuestionCircle28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ QuestionCircle28RegularIcon({}), 'QuestionCircle28Regular');
|
|
42598
|
+
const QuestionCircle32FilledIcon = (iconProps) => {
|
|
42599
|
+
const { className, primaryFill } = iconProps;
|
|
42600
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
42601
|
+
React.createElement("path", { d: "M16 2a14 14 0 110 28 14 14 0 010-28zm1.5 20a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM14 12c0-.54.18-1.04.5-1.4.3-.34.77-.6 1.5-.6 1.3 0 2.38 1.35 2.03 2.76-.18.72-.61 1.13-1.26 1.75-.05.06-.11.12-.18.17-.72.7-1.59 1.65-1.59 3.32a1 1 0 102 0c0-.83.35-1.27.98-1.88l.2-.18a5.5 5.5 0 001.79-2.7A4.2 4.2 0 0016 8a3.9 3.9 0 00-3 1.27A4.1 4.1 0 0012 12a1 1 0 102 0z", fill: primaryFill }));
|
|
42602
|
+
};
|
|
42603
|
+
export const QuestionCircle32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ QuestionCircle32FilledIcon({}), 'QuestionCircle32Filled');
|
|
42604
|
+
const QuestionCircle32RegularIcon = (iconProps) => {
|
|
42605
|
+
const { className, primaryFill } = iconProps;
|
|
42606
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
42607
|
+
React.createElement("path", { d: "M17.5 22a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM14 12c0-.54.18-1.04.5-1.4.3-.34.77-.6 1.5-.6 1.3 0 2.38 1.35 2.03 2.76-.18.72-.61 1.13-1.26 1.75-.05.06-.11.12-.18.17-.72.7-1.59 1.65-1.59 3.32a1 1 0 102 0c0-.83.35-1.27.98-1.88l.2-.18a5.5 5.5 0 001.79-2.7A4.2 4.2 0 0016 8a3.9 3.9 0 00-3 1.27A4.1 4.1 0 0012 12a1 1 0 102 0zM2 16a14 14 0 1128 0 14 14 0 01-28 0zM16 4a12 12 0 100 24 12 12 0 000-24z", fill: primaryFill }));
|
|
42608
|
+
};
|
|
42609
|
+
export const QuestionCircle32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ QuestionCircle32RegularIcon({}), 'QuestionCircle32Regular');
|
|
41151
42610
|
const QuestionCircle48FilledIcon = (iconProps) => {
|
|
41152
42611
|
const { className, primaryFill } = iconProps;
|
|
41153
42612
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -53864,6 +55323,18 @@ const TextNumberListRtl24RegularIcon = (iconProps) => {
|
|
|
53864
55323
|
React.createElement("path", { d: "M16.97 21.28s.1.08 0 0l.01.01.01.01a1.44 1.44 0 00.15.13A3.24 3.24 0 0019 22c.64 0 1.2-.18 1.6-.54.4-.36.61-.86.6-1.36-.02-.42-.17-.8-.43-1.1a1.73 1.73 0 00-.17-2.46c-.4-.36-.96-.54-1.6-.54a3.24 3.24 0 00-1.86.57 1.92 1.92 0 00-.15.13l-.01.01-.01.01a.75.75 0 001.05 1.07l.02-.02.17-.1c.16-.08.42-.17.79-.17.36 0 .54.1.6.16.08.07.1.13.1.2 0 .06-.04.14-.13.22-.09.08-.26.17-.57.17a.75.75 0 000 1.5c.31 0 .48.1.57.17.1.08.12.16.13.23 0 .06-.02.12-.1.19-.06.06-.24.16-.6.16a1.75 1.75 0 01-.96-.27.75.75 0 10-1.07 1.05zm0-4.56s.2-.17 0 0z", fill: primaryFill }));
|
|
53865
55324
|
};
|
|
53866
55325
|
export const TextNumberListRtl24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextNumberListRtl24RegularIcon({}), 'TextNumberListRtl24Regular');
|
|
55326
|
+
const TextParagraph16FilledIcon = (iconProps) => {
|
|
55327
|
+
const { className, primaryFill } = iconProps;
|
|
55328
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
55329
|
+
React.createElement("path", { d: "M2 3.5c0-.28.22-.5.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm10 10a.5.5 0 01-1 0V11a3 3 0 110-6h3.5a.5.5 0 010 1H14v7.5a.5.5 0 01-1 0V6h-1v7.5zM2.5 6h5.04c-.18.31-.32.65-.41 1H2.5a.5.5 0 010-1zm5.04 4a3.98 3.98 0 01-.41-1H2.5a.5.5 0 000 1h5.04z", fill: primaryFill }));
|
|
55330
|
+
};
|
|
55331
|
+
export const TextParagraph16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextParagraph16FilledIcon({}), 'TextParagraph16Filled');
|
|
55332
|
+
const TextParagraph16RegularIcon = (iconProps) => {
|
|
55333
|
+
const { className, primaryFill } = iconProps;
|
|
55334
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
55335
|
+
React.createElement("path", { d: "M2.5 3a.5.5 0 000 1h11a.5.5 0 000-1h-11zm9 11a.5.5 0 00.5-.5V6h1v7.5a.5.5 0 001 0V6h.5a.5.5 0 000-1H11a3 3 0 100 6v2.5c0 .28.22.5.5.5zM10 6.27A2 2 0 0111 6v4a2 2 0 01-2-2 2 2 0 011-1.73zM7.54 6H2.5a.5.5 0 000 1h4.63c.09-.35.23-.69.4-1zm-.41 3c.09.35.23.69.4 1H2.5a.5.5 0 010-1h4.63z", fill: primaryFill }));
|
|
55336
|
+
};
|
|
55337
|
+
export const TextParagraph16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextParagraph16RegularIcon({}), 'TextParagraph16Regular');
|
|
53867
55338
|
const TextParagraph20FilledIcon = (iconProps) => {
|
|
53868
55339
|
const { className, primaryFill } = iconProps;
|
|
53869
55340
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -53885,19 +55356,13 @@ export const TextParagraph20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextP
|
|
|
53885
55356
|
const TextParagraph24FilledIcon = (iconProps) => {
|
|
53886
55357
|
const { className, primaryFill } = iconProps;
|
|
53887
55358
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
53888
|
-
React.createElement("path", { d: "M12.25 12.25C12.25 9.9 14.15 8 16.5 8h4.75a.75.75 0 010 1.5H21v11.75a.75.75 0 01-1.5 0V9.5h-1v11.75a.75.75 0 01-1.5 0V16.5h-.5a4.25 4.25 0 01-4.25-4.
|
|
53889
|
-
React.createElement("path", { d: "M3 5a1 1 0 000 2h18a1 1 0 100-2H3z", fill: primaryFill }),
|
|
53890
|
-
React.createElement("path", { d: "M11.76 10H3a1 1 0 100 2h8.26c.03-.71.2-1.39.5-2z", fill: primaryFill }),
|
|
53891
|
-
React.createElement("path", { d: "M12.03 15H3a1 1 0 100 2h11.26a5.27 5.27 0 01-2.23-2z", fill: primaryFill }));
|
|
55359
|
+
React.createElement("path", { d: "M12.25 12.25C12.25 9.9 14.15 8 16.5 8h4.75a.75.75 0 010 1.5H21v11.75a.75.75 0 01-1.5 0V9.5h-1v11.75a.75.75 0 01-1.5 0V16.5h-.5a4.25 4.25 0 01-4.25-4.25zM2 5.75c0-.41.34-.75.75-.75h18.5a.75.75 0 010 1.5H2.75A.75.75 0 012 5.75zm0 5c0-.41.34-.75.75-.75h9c-.22.47-.37.97-.45 1.5H2.75a.75.75 0 01-.75-.75zM2.75 15h9.28c.36.59.83 1.1 1.39 1.5H2.75a.75.75 0 010-1.5z", fill: primaryFill }));
|
|
53892
55360
|
};
|
|
53893
55361
|
export const TextParagraph24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextParagraph24FilledIcon({}), 'TextParagraph24Filled');
|
|
53894
55362
|
const TextParagraph24RegularIcon = (iconProps) => {
|
|
53895
55363
|
const { className, primaryFill } = iconProps;
|
|
53896
55364
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
53897
|
-
React.createElement("path", { d: "M16.5 8a4.25 4.25 0 000 8.5h.5v4.75a.75.75 0 001.5 0V9.5h1v11.75a.75.75 0 001.5 0V9.5h.25a.75.75 0 000-1.5H16.5zm0 1.5h.5V15h-.5a2.75 2.75 0 110-5.5z", fill: primaryFill })
|
|
53898
|
-
React.createElement("path", { d: "M2.75 5a.75.75 0 000 1.5h18.5a.75.75 0 000-1.5H2.75z", fill: primaryFill }),
|
|
53899
|
-
React.createElement("path", { d: "M2.75 10a.75.75 0 000 1.5h8.55c.08-.53.23-1.03.46-1.5H2.75z", fill: primaryFill }),
|
|
53900
|
-
React.createElement("path", { d: "M12.03 15H2.75a.75.75 0 000 1.5h10.67a5.28 5.28 0 01-1.4-1.5z", fill: primaryFill }));
|
|
55365
|
+
React.createElement("path", { d: "M16.5 8a4.25 4.25 0 000 8.5h.5v4.75a.75.75 0 001.5 0V9.5h1v11.75a.75.75 0 001.5 0V9.5h.25a.75.75 0 000-1.5H16.5zm0 1.5h.5V15h-.5a2.75 2.75 0 110-5.5zM2.75 5a.75.75 0 000 1.5h18.5a.75.75 0 000-1.5H2.75zm0 5a.75.75 0 000 1.5h8.55c.08-.53.23-1.03.46-1.5H2.75zm9.28 5H2.75a.75.75 0 000 1.5h10.67a5.28 5.28 0 01-1.4-1.5z", fill: primaryFill }));
|
|
53901
55366
|
};
|
|
53902
55367
|
export const TextParagraph24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextParagraph24RegularIcon({}), 'TextParagraph24Regular');
|
|
53903
55368
|
const TextParagraphDirection20FilledIcon = (iconProps) => {
|
|
@@ -54345,7 +55810,7 @@ export const TextProofingTools20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ T
|
|
|
54345
55810
|
const TextProofingTools24FilledIcon = (iconProps) => {
|
|
54346
55811
|
const { className, primaryFill } = iconProps;
|
|
54347
55812
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54348
|
-
React.createElement("path", { d: "
|
|
55813
|
+
React.createElement("path", { d: "M22.2 4.97a3.21 3.21 0 00-1.56-1.92c-.61-.3-1.24-.3-1.6-.3H19c-.8 0-1.47.28-1.96.72-.48.43-.77.96-.94 1.43a5.62 5.62 0 00-.35 1.8v.09c0 .5 0 1.47.35 2.36.19.48.49.97.96 1.36.49.4 1.1.65 1.83.73.6.07 2.43.03 3.27-1.82a1 1 0 00-1.82-.82c-.16.34-.38.5-.6.58-.25.09-.51.09-.63.08-.4-.05-.62-.17-.77-.3a1.3 1.3 0 01-.38-.54 4.7 4.7 0 01-.21-1.67 2.46 2.46 0 01.03-.34c.03-.24.08-.53.19-.8.1-.3.24-.5.4-.64a.9.9 0 01.63-.22c.4 0 .6.02.76.1.1.05.33.2.55.8a1 1 0 101.88-.68zM14.5 6.71c.2-.36.32-.8.32-1.33 0-.54-.1-1.01-.33-1.42-.22-.41-.53-.7-.86-.88a2.96 2.96 0 00-1.45-.33H10a1 1 0 00-1 1v6.5a1 1 0 001 1h2.38c.3 0 .96-.04 1.58-.37a2.4 2.4 0 001.29-2.25c0-.56-.12-1.05-.37-1.46-.11-.18-.23-.33-.37-.46zm-1.85-1.88c.03.01.06.04.08.08a1 1 0 01.09.47.8.8 0 01-.08.39.31.31 0 01-.12.12.98.98 0 01-.46.11H11V4.75h1.16c.22 0 .4.01.5.08zM12.17 8h.2c.26 0 .5.01.67.1.07.03.1.06.13.1.03.05.08.17.08.43 0 .2-.05.3-.07.34a.4.4 0 01-.16.14c-.2.1-.47.14-.64.14H11V8h1.17zM5.03 2.75a1 1 0 01.93.67l2.3 6.5a1 1 0 11-1.88.66l-.19-.53H3.65l-.22.56a1 1 0 11-1.86-.72l2.51-6.5a1 1 0 01.95-.64zm-.05 3.88l-.56 1.42h1.06l-.5-1.42zm10.5 5.98l-4.3 5.16-1.72-1.73a1 1 0 00-1.42 1.42l2.5 2.5a1 1 0 001.48-.07l5-6a1 1 0 00-1.54-1.28z", fill: primaryFill }));
|
|
54349
55814
|
};
|
|
54350
55815
|
export const TextProofingTools24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextProofingTools24FilledIcon({}), 'TextProofingTools24Filled');
|
|
54351
55816
|
const TextProofingTools24RegularIcon = (iconProps) => {
|
|
@@ -54422,81 +55887,73 @@ export const TextQuote24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextQuote
|
|
|
54422
55887
|
const TextSortAscending16FilledIcon = (iconProps) => {
|
|
54423
55888
|
const { className, primaryFill } = iconProps;
|
|
54424
55889
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54425
|
-
React.createElement("path", { d: "
|
|
55890
|
+
React.createElement("path", { d: "M5.2 1.5a.75.75 0 00-1.4 0L1.8 7a.75.75 0 101.4.5L3.4 7H5.6l.19.5A.75.75 0 107.2 7l-2-5.5zm-1.27 4l.57-1.56.57 1.56H3.93zM2 9.75c0-.41.34-.75.75-.75h3.5a.75.75 0 01.6 1.21L4.27 13.5h1.97a.75.75 0 010 1.5h-3.5a.75.75 0 01-.6-1.21l2.57-3.29H2.75A.75.75 0 012 9.75zM12.25 1c.41 0 .75.34.75.75v10.69l.72-.72a.75.75 0 111.06 1.06l-2 2c-.3.3-.77.3-1.06 0l-2-2a.75.75 0 111.06-1.06l.72.72V1.75c0-.41.34-.75.75-.75z", fill: primaryFill }));
|
|
54426
55891
|
};
|
|
54427
55892
|
export const TextSortAscending16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscending16FilledIcon({}), 'TextSortAscending16Filled');
|
|
54428
55893
|
const TextSortAscending16RegularIcon = (iconProps) => {
|
|
54429
55894
|
const { className, primaryFill } = iconProps;
|
|
54430
55895
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54431
|
-
React.createElement("path", { d: "M5
|
|
55896
|
+
React.createElement("path", { d: "M5.46 1.3a.5.5 0 00-.92 0l-2.5 6a.5.5 0 00.92.4l.7-1.7h2.67l.7 1.7a.5.5 0 10.93-.4l-2.5-6zM4.08 5L5 2.8 5.92 5H4.08zM2.5 9.5c0-.28.22-.5.5-.5h3.5a.5.5 0 01.41.79L3.96 14H6.5a.5.5 0 010 1H3a.5.5 0 01-.4-.79L5.53 10H3a.5.5 0 01-.5-.5zm10-8.5c.28 0 .5.22.5.5v11.8l1.15-1.15a.5.5 0 01.7.7l-2 2a.5.5 0 01-.7 0l-2-2a.5.5 0 01.7-.7L12 13.29V1.5c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
54432
55897
|
};
|
|
54433
55898
|
export const TextSortAscending16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscending16RegularIcon({}), 'TextSortAscending16Regular');
|
|
54434
55899
|
const TextSortAscending20FilledIcon = (iconProps) => {
|
|
54435
55900
|
const { className, primaryFill } = iconProps;
|
|
54436
55901
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54437
|
-
React.createElement("path", { d: "M6
|
|
54438
|
-
React.createElement("path", { d: "M13.5 2c.41 0 .75.34.75.75v12.77l2.49-2.32a.75.75 0 011.02 1.1l-3.75 3.5a.75.75 0 01-1.02 0l-3.75-3.5a.75.75 0 111.02-1.1l2.49 2.32V2.75c0-.41.34-.75.75-.75z", fill: primaryFill }),
|
|
54439
|
-
React.createElement("path", { d: "M3.25 11.75c0-.41.34-.75.75-.75h4a.75.75 0 01.6 1.2l-3.13 4.3H8A.75.75 0 018 18H4a.75.75 0 01-.6-1.2l3.13-4.3H4a.75.75 0 01-.75-.75z", fill: primaryFill }));
|
|
55902
|
+
React.createElement("path", { d: "M6.7 2.5a.75.75 0 00-1.4 0L3.03 9a.75.75 0 001.42.5l.34-1h2.4l.34 1A.75.75 0 008.96 9L6.7 2.5zM6 5.04L6.68 7H5.32L6 5.04zM4 11a.75.75 0 000 1.5h2.53l-3.14 4.3A.75.75 0 004 18h4a.75.75 0 000-1.5H5.47l3.14-4.3A.75.75 0 008 11H4zm10.25-9c.41 0 .75.34.75.75v12.57l1.45-1.58a.75.75 0 011.1 1.02l-2.75 3a.75.75 0 01-1.1 0l-2.75-3a.75.75 0 011.1-1.02l1.45 1.58V2.75c0-.41.34-.75.75-.75z", fill: primaryFill }));
|
|
54440
55903
|
};
|
|
54441
55904
|
export const TextSortAscending20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscending20FilledIcon({}), 'TextSortAscending20Filled');
|
|
54442
55905
|
const TextSortAscending20RegularIcon = (iconProps) => {
|
|
54443
55906
|
const { className, primaryFill } = iconProps;
|
|
54444
55907
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54445
|
-
React.createElement("path", { d: "M6
|
|
54446
|
-
React.createElement("path", { d: "M13.5 2c.28 0 .5.22.5.5v13.8l3.15-3.15a.5.5 0 01.7.7l-4 4a.5.5 0 01-.7 0l-4-4a.5.5 0 01.7-.7L13 16.29V2.5c0-.28.22-.5.5-.5z", fill: primaryFill }),
|
|
54447
|
-
React.createElement("path", { d: "M3.5 11.5c0-.28.22-.5.5-.5h4a.5.5 0 01.42.78L4.93 17H8a.5.5 0 010 1H4a.5.5 0 01-.42-.78L7.07 12H4a.5.5 0 01-.5-.5z", fill: primaryFill }));
|
|
55908
|
+
React.createElement("path", { d: "M6.47 2.32a.5.5 0 00-.94 0l-2.75 7a.5.5 0 00.94.36L4.38 8h3.24l.66 1.68a.5.5 0 00.94-.36l-2.75-7zM6 3.87L7.23 7H4.77L6 3.87zM4 11a.5.5 0 000 1h3.07l-3.49 5.22A.5.5 0 004 18h4a.5.5 0 000-1H4.93l3.49-5.22A.5.5 0 008 11H4zm10.5-9c.28 0 .5.22.5.5v13.8l2.15-2.15a.5.5 0 01.7.7l-3 3a.5.5 0 01-.7 0l-3-3a.5.5 0 01.7-.7L14 16.29V2.5c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
54448
55909
|
};
|
|
54449
55910
|
export const TextSortAscending20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscending20RegularIcon({}), 'TextSortAscending20Regular');
|
|
54450
55911
|
const TextSortAscending24FilledIcon = (iconProps) => {
|
|
54451
55912
|
const { className, primaryFill } = iconProps;
|
|
54452
55913
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54453
|
-
React.createElement("path", { d: "M7.
|
|
55914
|
+
React.createElement("path", { d: "M7.98 2.67a1 1 0 00-1.9 0L3.3 10.74a1 1 0 101.89.66l.4-1.2h2.88l.41 1.2a1 1 0 001.9-.66l-2.8-8.07zM6.29 8.21l.74-2.15.75 2.15H6.29zM3.75 14a1 1 0 011-1H10a1 1 0 01.8 1.6L6.75 20H10a1 1 0 110 2H4.75a1 1 0 01-.8-1.6L8 15H4.75a1 1 0 01-1-1zM17.5 2a1 1 0 011 1v15.59l1.8-1.8a1 1 0 011.4 1.42l-3.5 3.5a1 1 0 01-1.4 0l-3.5-3.5a1 1 0 011.4-1.42l1.8 1.8V3a1 1 0 011-1z", fill: primaryFill }));
|
|
54454
55915
|
};
|
|
54455
55916
|
export const TextSortAscending24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscending24FilledIcon({}), 'TextSortAscending24Filled');
|
|
54456
55917
|
const TextSortAscending24RegularIcon = (iconProps) => {
|
|
54457
55918
|
const { className, primaryFill } = iconProps;
|
|
54458
55919
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54459
|
-
React.createElement("path", { d: "M17
|
|
55920
|
+
React.createElement("path", { d: "M17.25 2c.41 0 .75.34.75.75v16.69l2.22-2.22a.75.75 0 111.06 1.06l-3.5 3.5c-.3.3-.77.3-1.06 0l-3.5-3.5a.75.75 0 111.06-1.06l2.22 2.22V2.75c0-.41.34-.75.75-.75zm-9.48.49a.75.75 0 00-1.4-.01l-3.32 8.5a.75.75 0 101.4.54l.79-2.02h3.55l.76 2.01a.75.75 0 001.4-.52l-3.18-8.5zM5.82 8l1.23-3.15L8.23 8h-2.4zM4 13.75c0-.41.34-.75.75-.75H9.5a.75.75 0 01.63 1.15L6.11 20.5H9.5a.75.75 0 110 1.5H4.75a.75.75 0 01-.63-1.15l4.02-6.35H4.75a.75.75 0 01-.75-.75z", fill: primaryFill }));
|
|
54460
55921
|
};
|
|
54461
55922
|
export const TextSortAscending24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscending24RegularIcon({}), 'TextSortAscending24Regular');
|
|
54462
55923
|
const TextSortDescending16FilledIcon = (iconProps) => {
|
|
54463
55924
|
const { className, primaryFill } = iconProps;
|
|
54464
55925
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54465
|
-
React.createElement("path", { d: "M2.75
|
|
55926
|
+
React.createElement("path", { d: "M2 1.75c0-.41.34-.75.75-.75h3.5a.75.75 0 01.6 1.21L4.27 5.5h1.97a.75.75 0 110 1.5h-3.5a.75.75 0 01-.6-1.21L4.73 2.5H2.75A.75.75 0 012 1.75zm3.2 6.74a.75.75 0 00-1.4 0l-2 5.5a.75.75 0 101.4.52L3.4 14H5.6l.19.5a.75.75 0 101.4-.5l-2-5.5zM3.94 12.5l.57-1.56.57 1.56H3.93zM12.25 1c.41 0 .75.34.75.75v10.69l.72-.72a.75.75 0 111.06 1.06l-2 2c-.3.3-.77.3-1.06 0l-2-2a.75.75 0 111.06-1.06l.72.72V1.75c0-.41.34-.75.75-.75z", fill: primaryFill }));
|
|
54466
55927
|
};
|
|
54467
55928
|
export const TextSortDescending16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescending16FilledIcon({}), 'TextSortDescending16Filled');
|
|
54468
55929
|
const TextSortDescending16RegularIcon = (iconProps) => {
|
|
54469
55930
|
const { className, primaryFill } = iconProps;
|
|
54470
55931
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54471
|
-
React.createElement("path", { d: "
|
|
55932
|
+
React.createElement("path", { d: "M2.5 1.5c0-.28.22-.5.5-.5h3.5a.5.5 0 01.41.79L3.96 6H6.5a.5.5 0 110 1H3a.5.5 0 01-.41-.79L5.54 2H3a.5.5 0 01-.5-.5zm2.96 6.8a.5.5 0 00-.92 0l-2.5 6a.5.5 0 10.92.4l.7-1.7h2.67l.7 1.7a.5.5 0 00.93-.4l-2.5-6zM4.08 12L5 9.8l.92 2.2H4.08zM12.5 1c.28 0 .5.22.5.5v11.8l1.15-1.15a.5.5 0 01.7.7l-2 2a.5.5 0 01-.7 0l-2-2a.5.5 0 01.7-.7L12 13.29V1.5c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
54472
55933
|
};
|
|
54473
55934
|
export const TextSortDescending16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescending16RegularIcon({}), 'TextSortDescending16Regular');
|
|
54474
55935
|
const TextSortDescending20FilledIcon = (iconProps) => {
|
|
54475
55936
|
const { className, primaryFill } = iconProps;
|
|
54476
55937
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54477
|
-
React.createElement("path", { d: "
|
|
54478
|
-
React.createElement("path", { d: "M13.5 2c.41 0 .75.34.75.75v12.77l2.49-2.32a.75.75 0 011.02 1.1l-3.75 3.5a.75.75 0 01-1.02 0l-3.75-3.5a.75.75 0 111.02-1.1l2.49 2.32V2.75c0-.41.34-.75.75-.75z", fill: primaryFill }),
|
|
54479
|
-
React.createElement("path", { d: "M6 10c.32 0 .6.2.7.5L8.97 17a.75.75 0 11-1.42.5l-.34-1H4.8l-.34 1a.75.75 0 11-1.42-.5l2.25-6.5c.1-.3.4-.5.71-.5zm-.68 5h1.36L6 13.04 5.32 15z", fill: primaryFill }));
|
|
55938
|
+
React.createElement("path", { d: "M4 2a.75.75 0 100 1.5h2.53L3.39 7.8A.75.75 0 004 9h4a.75.75 0 000-1.5H5.47l3.14-4.3A.75.75 0 008 2H4zm2.7 8.5a.75.75 0 00-1.4 0L3.03 17a.75.75 0 101.42.5l.34-1h2.4l.34 1a.75.75 0 101.42-.5L6.7 10.5zM6 13.04L6.68 15H5.32L6 13.04zM14.25 2c.41 0 .75.34.75.75v12.57l1.45-1.58a.75.75 0 011.1 1.02l-2.75 3a.75.75 0 01-1.1 0l-2.75-3a.75.75 0 011.1-1.02l1.45 1.58V2.75c0-.41.34-.75.75-.75z", fill: primaryFill }));
|
|
54480
55939
|
};
|
|
54481
55940
|
export const TextSortDescending20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescending20FilledIcon({}), 'TextSortDescending20Filled');
|
|
54482
55941
|
const TextSortDescending20RegularIcon = (iconProps) => {
|
|
54483
55942
|
const { className, primaryFill } = iconProps;
|
|
54484
55943
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54485
|
-
React.createElement("path", { d: "
|
|
54486
|
-
React.createElement("path", { d: "M13.5 2c.28 0 .5.22.5.5v13.8l3.15-3.15a.5.5 0 01.7.7l-4 4a.5.5 0 01-.7 0l-4-4a.5.5 0 01.7-.7L13 16.29V2.5c0-.28.22-.5.5-.5z", fill: primaryFill }),
|
|
54487
|
-
React.createElement("path", { d: "M6 10c.2 0 .39.13.47.32l2.75 7a.5.5 0 11-.94.36L7.62 16H4.38l-.66 1.68a.5.5 0 01-.94-.36l2.75-7A.5.5 0 016 10zm-1.23 5h2.46L6 11.87 4.77 15z", fill: primaryFill }));
|
|
55944
|
+
React.createElement("path", { d: "M4 2a.5.5 0 000 1h3.07L3.58 8.22A.5.5 0 004 9h4a.5.5 0 100-1H4.93l3.49-5.22A.5.5 0 008 2H4zm2.47 8.32a.5.5 0 00-.94 0l-2.75 7a.5.5 0 10.94.36L4.38 16h3.24l.66 1.68a.5.5 0 00.94-.36l-2.75-7zM6 11.87L7.23 15H4.77L6 11.87zM14.5 2c.28 0 .5.22.5.5v13.8l2.15-2.15a.5.5 0 01.7.7l-3 3a.5.5 0 01-.7 0l-3-3a.5.5 0 01.7-.7L14 16.29V2.5c0-.28.22-.5.5-.5z", fill: primaryFill }));
|
|
54488
55945
|
};
|
|
54489
55946
|
export const TextSortDescending20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescending20RegularIcon({}), 'TextSortDescending20Regular');
|
|
54490
55947
|
const TextSortDescending24FilledIcon = (iconProps) => {
|
|
54491
55948
|
const { className, primaryFill } = iconProps;
|
|
54492
55949
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54493
|
-
React.createElement("path", { d: "
|
|
55950
|
+
React.createElement("path", { d: "M3.75 3a1 1 0 011-1H10a1 1 0 01.8 1.6L6.75 9H10a1 1 0 110 2H4.75a1 1 0 01-.8-1.6L8 4H4.75a1 1 0 01-1-1zm4.23 9.67a1 1 0 00-1.9 0L3.3 20.74a1 1 0 001.89.66l.4-1.2h2.88l.41 1.2a1 1 0 001.9-.66l-2.8-8.07zm-1.69 5.54l.74-2.15.75 2.15H6.29zM17.5 2a1 1 0 011 1v15.59l1.8-1.8a1 1 0 011.4 1.42l-3.5 3.5a1 1 0 01-1.4 0l-3.5-3.5a1 1 0 011.4-1.42l1.8 1.8V3a1 1 0 011-1z", fill: primaryFill }));
|
|
54494
55951
|
};
|
|
54495
55952
|
export const TextSortDescending24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescending24FilledIcon({}), 'TextSortDescending24Filled');
|
|
54496
55953
|
const TextSortDescending24RegularIcon = (iconProps) => {
|
|
54497
55954
|
const { className, primaryFill } = iconProps;
|
|
54498
55955
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
54499
|
-
React.createElement("path", { d: "M4.75
|
|
55956
|
+
React.createElement("path", { d: "M4 2.75c0-.41.34-.75.75-.75H9.5a.75.75 0 01.63 1.15L6.11 9.5H9.5a.75.75 0 110 1.5H4.75a.75.75 0 01-.63-1.15L8.14 3.5H4.75A.75.75 0 014 2.75zm2.37 9.73a.75.75 0 011.4 0l3.18 8.5a.75.75 0 01-1.4.53l-.76-2.01H5.24l-.8 2.02a.75.75 0 01-1.39-.54l3.32-8.5zM8.23 18l-1.18-3.15L5.82 18h2.41zm9.02-16c.41 0 .75.34.75.75v16.69l2.22-2.22a.75.75 0 111.06 1.06l-3.5 3.5c-.3.3-.77.3-1.06 0l-3.5-3.5a.75.75 0 111.06-1.06l2.22 2.22V2.75c0-.41.34-.75.75-.75z", fill: primaryFill }));
|
|
54500
55957
|
};
|
|
54501
55958
|
export const TextSortDescending24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescending24RegularIcon({}), 'TextSortDescending24Regular');
|
|
54502
55959
|
const TextStrikethrough16FilledIcon = (iconProps) => {
|
|
@@ -56223,49 +57680,73 @@ export const VehicleCar48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleC
|
|
|
56223
57680
|
const VehicleCarCollision16FilledIcon = (iconProps) => {
|
|
56224
57681
|
const { className, primaryFill } = iconProps;
|
|
56225
57682
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56226
|
-
React.createElement("path", { d: "
|
|
57683
|
+
React.createElement("path", { d: "M8.9 1.2a.5.5 0 00-.9.3v2a.5.5 0 001 0V3l.61.8a.5.5 0 00.59.16l1.48-.6-.65 1.98a.5.5 0 00.47.66h1.58l-1.39 1.11a.5.5 0 000 .78L13.08 9H11.5a.5.5 0 000 1h3a.5.5 0 00.31-.89l-2-1.61 2-1.61A.5.5 0 0014.5 5h-2.3l.77-2.34a.5.5 0 00-.66-.62l-2.13.85L8.9 1.2zM1.64 8l-.1.62A2 2 0 001 10v3a1 1 0 102 0h5a1 1 0 102 0v-3a2 2 0 00-.55-1.38L9.36 8H10a.5.5 0 000-1h-.78l-.1-.71A1.5 1.5 0 007.63 5H3.37a1.5 1.5 0 00-1.49 1.29l-.1.71a.5.5 0 00-.03 0H1a.5.5 0 000 1h.64zm1.73-2h4.26a.5.5 0 01.5.43l.23 1.6A2.01 2.01 0 008 8H3l-.36.03.23-1.6a.5.5 0 01.5-.43zM8 10.5a.5.5 0 11-1 0 .5.5 0 011 0zm-4.5.5a.5.5 0 110-1 .5.5 0 010 1z", fill: primaryFill }));
|
|
56227
57684
|
};
|
|
56228
57685
|
export const VehicleCarCollision16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision16FilledIcon({}), 'VehicleCarCollision16Filled');
|
|
56229
57686
|
const VehicleCarCollision16RegularIcon = (iconProps) => {
|
|
56230
57687
|
const { className, primaryFill } = iconProps;
|
|
56231
57688
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56232
|
-
React.createElement("path", { d: "
|
|
57689
|
+
React.createElement("path", { d: "M8.9 1.2a.5.5 0 00-.9.3v2a.5.5 0 001 0V3l.61.8a.5.5 0 00.59.16l1.48-.6-.65 1.98a.5.5 0 00.47.66h1.58l-1.39 1.11a.5.5 0 000 .78L13.08 9H11.5a.5.5 0 000 1h3a.5.5 0 00.31-.89l-2-1.61 2-1.61A.5.5 0 0014.5 5h-2.3l.77-2.34a.5.5 0 00-.66-.62l-2.13.85L8.9 1.2zM7.5 11a.5.5 0 100-1 .5.5 0 000 1zM4 10.5a.5.5 0 11-1 0 .5.5 0 011 0zM9.36 8l.1.62A2 2 0 0110 10v3a1 1 0 11-2 0H3a1 1 0 11-2 0v-3a2 2 0 01.55-1.38L1.64 8H1a.5.5 0 010-1h.75a.5.5 0 01.03 0l.1-.71A1.5 1.5 0 013.37 5h4.26c.75 0 1.38.55 1.49 1.29l.1.71a.5.5 0 01.03 0H10a.5.5 0 010 1h-.64zM2.87 6.43l-.23 1.6L3 8h5l.36.03-.23-1.6a.5.5 0 00-.5-.43H3.37a.5.5 0 00-.5.43zM9 10a1 1 0 00-1-1H3a1 1 0 00-1 1v2h7v-2z", fill: primaryFill }));
|
|
56233
57690
|
};
|
|
56234
57691
|
export const VehicleCarCollision16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision16RegularIcon({}), 'VehicleCarCollision16Regular');
|
|
56235
57692
|
const VehicleCarCollision20FilledIcon = (iconProps) => {
|
|
56236
57693
|
const { className, primaryFill } = iconProps;
|
|
56237
57694
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56238
|
-
React.createElement("path", { d: "
|
|
57695
|
+
React.createElement("path", { d: "M9.36 2.02a.5.5 0 01.56.2l1.72 2.59 2.58-1.73a.5.5 0 01.77.54L14.14 7h3.36a.5.5 0 01.35.85l-2.57 2.57 2.5 1.66a.5.5 0 01-.28.92h-3a.5.5 0 010-1h1.35l-1.63-1.08a.5.5 0 01-.07-.77L16.29 8H13.5a.5.5 0 01-.49-.62l.7-2.75-1.93 1.29a.5.5 0 01-.7-.14L10 4.15V5.5a.5.5 0 01-1 0v-3a.5.5 0 01.36-.48zM2.5 10a.5.5 0 000 1H3c-.6.46-1 1.18-1 2v4a1 1 0 102 0v-.5h7v.5a1 1 0 102 0v-4c0-.82-.4-1.54-1-2h.5a.5.5 0 000-1h-.66l-.14-.83A2 2 0 009.73 7.5H5.27A2 2 0 003.3 9.17l-.14.83H2.5zm1.58.53l.2-1.2a1 1 0 011-.83h4.45a1 1 0 01.99.84l.2 1.2a2.52 2.52 0 00-.42-.04h-6l-.42.03zm1.42 3.22a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm4.75.75a.75.75 0 110-1.5.75.75 0 010 1.5z", fill: primaryFill }));
|
|
56239
57696
|
};
|
|
56240
57697
|
export const VehicleCarCollision20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision20FilledIcon({}), 'VehicleCarCollision20Filled');
|
|
56241
57698
|
const VehicleCarCollision20RegularIcon = (iconProps) => {
|
|
56242
57699
|
const { className, primaryFill } = iconProps;
|
|
56243
57700
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56244
|
-
React.createElement("path", { d: "
|
|
57701
|
+
React.createElement("path", { d: "M9.36 2.02a.5.5 0 01.56.2l1.72 2.59 2.58-1.73a.5.5 0 01.77.54L14.14 7h3.36a.5.5 0 01.35.85l-2.57 2.57 2.5 1.66a.5.5 0 01-.28.92h-3a.5.5 0 010-1h1.35l-1.63-1.08a.5.5 0 01-.07-.77L16.29 8H13.5a.5.5 0 01-.49-.62l.7-2.75-1.93 1.29a.5.5 0 01-.7-.14L10 4.15V5.5a.5.5 0 11-1 0v-3a.5.5 0 01.36-.48zM4.75 14.5a.75.75 0 100-1.5.75.75 0 000 1.5zm6.25-.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12 11c.6.46 1 1.18 1 2v4a1 1 0 11-2 0v-.5H4v.5a1 1 0 11-2 0v-4c0-.82.4-1.54 1-2h-.5a.5.5 0 010-1h.66l.14-.83A2 2 0 015.27 7.5h4.46a2 2 0 011.97 1.67l.14.83h.66a.5.5 0 010 1H12zM5.27 8.5a1 1 0 00-.99.84l-.2 1.2c.14-.03.28-.04.42-.04h6l.42.03-.2-1.2a1 1 0 00-1-.83H5.28zM3 13v2.5h9V13c0-.83-.67-1.5-1.5-1.5h-6c-.83 0-1.5.67-1.5 1.5z", fill: primaryFill }));
|
|
56245
57702
|
};
|
|
56246
57703
|
export const VehicleCarCollision20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision20RegularIcon({}), 'VehicleCarCollision20Regular');
|
|
56247
57704
|
const VehicleCarCollision24FilledIcon = (iconProps) => {
|
|
56248
57705
|
const { className, primaryFill } = iconProps;
|
|
56249
57706
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56250
|
-
React.createElement("path", { d: "
|
|
57707
|
+
React.createElement("path", { d: "M12.34 2.3a.75.75 0 00-1.34.45v4.5a.75.75 0 001.5 0v-2.3l1.16 1.5c.23.32.67.4 1 .18l1.7-1.1-.82 2.48a.75.75 0 00.71.99h3.19l-1.22 1.22a.75.75 0 00-.08.97l1.65 2.31h-1.54a.75.75 0 000 1.5h3a.75.75 0 00.61-1.19l-2.13-2.98 2.05-2.05a.75.75 0 00-.53-1.28h-3.96l1.17-3.51a.75.75 0 00-1.12-.87L14.42 5l-2.08-2.7zM2.86 13.74h-.11a.75.75 0 010-1.5h.77l.26-1.41A2.25 2.25 0 016 9h6.09c1.03 0 1.93.7 2.18 1.7l.39 1.55h.6a.75.75 0 010 1.5h-.11c.53.5.86 1.21.86 2v4.75a1.5 1.5 0 01-3 0V20H5v.5a1.5 1.5 0 01-3 0v-4.75c0-.79.33-1.5.86-2zm2.4-2.64L4.9 13h8.35v-.12l-.44-1.81a.75.75 0 00-.73-.57H5.99a.75.75 0 00-.73.61zM13 16.5a1 1 0 10-2 0 1 1 0 002 0zm-7 1a1 1 0 100-2 1 1 0 000 2z", fill: primaryFill }));
|
|
56251
57708
|
};
|
|
56252
57709
|
export const VehicleCarCollision24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision24FilledIcon({}), 'VehicleCarCollision24Filled');
|
|
56253
57710
|
const VehicleCarCollision24RegularIcon = (iconProps) => {
|
|
56254
57711
|
const { className, primaryFill } = iconProps;
|
|
56255
57712
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56256
|
-
React.createElement("path", { d: "
|
|
57713
|
+
React.createElement("path", { d: "M11.5 2.04c.31-.1.65 0 .84.25L14.42 5l2.92-1.87a.75.75 0 011.12.87L17.3 7.5h3.96a.75.75 0 01.53 1.28l-2.05 2.05 2.13 2.98a.75.75 0 01-.61 1.19h-3a.75.75 0 010-1.5h1.54l-1.65-2.31a.75.75 0 01.08-.97L19.44 9h-3.19a.75.75 0 01-.71-.99l.83-2.48-1.71 1.1a.75.75 0 01-1-.17l-1.16-1.5v2.29a.75.75 0 01-1.5 0v-4.5c0-.32.2-.6.5-.71zM12 17.5a1 1 0 100-2 1 1 0 000 2zm-5-1a1 1 0 11-2 0 1 1 0 012 0zm8.14-2.75h.11a.75.75 0 000-1.5h-.6l-.39-1.55c-.25-1-1.15-1.7-2.18-1.7H5.99c-1.08 0-2 .77-2.2 1.84l-.27 1.41h-.77a.75.75 0 000 1.5h.11c-.53.5-.86 1.21-.86 2v4.75a1.5 1.5 0 003 0V20h8v.5a1.5 1.5 0 003 0v-4.75c0-.79-.33-1.5-.86-2zM5.99 10.5h6.09c.34 0 .64.23.73.57l.45 1.81-.01.12H4.9l.36-1.89a.75.75 0 01.73-.61zm8.51 8h-11v-2.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25v2.75z", fill: primaryFill }));
|
|
56257
57714
|
};
|
|
56258
57715
|
export const VehicleCarCollision24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision24RegularIcon({}), 'VehicleCarCollision24Regular');
|
|
57716
|
+
const VehicleCarCollision28FilledIcon = (iconProps) => {
|
|
57717
|
+
const { className, primaryFill } = iconProps;
|
|
57718
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
57719
|
+
React.createElement("path", { d: "M13.53 2.03c.32-.1.66.03.84.3l2.35 3.52 4.24-1.8a.75.75 0 01.98 1L20.4 8.5h3.85a.75.75 0 01.58 1.23l-2.1 2.5 3.08 3.53a.75.75 0 01-.56 1.24h-4.5a.75.75 0 110-1.5h2.85l-2.41-2.76a.75.75 0 01-.02-.97L22.65 10h-3.4a.75.75 0 01-.69-1.05l1.23-2.77-3.06 1.3a.75.75 0 01-.92-.28L14.5 5.23v3.02a.75.75 0 01-1.5 0v-5.5c0-.33.22-.62.53-.72zM4.15 14l.31-1.74A2.75 2.75 0 017.16 10h6.17c1.33 0 2.47.95 2.7 2.26l.33 1.75.14-.01h1.25a.75.75 0 010 1.5h-.42c.7.5 1.17 1.32 1.17 2.25v6.5c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75V23H7v1.25C7 25.22 6.22 26 5.25 26h-1.5C2.78 26 2 25.22 2 24.25V22.5l.01-.13a.76.76 0 01-.01-.12v-4.5c0-.93.46-1.75 1.17-2.25h-.42a.75.75 0 010-1.5h1.4zm1.79-1.47L5.49 15h9.52l-.45-2.47c-.1-.6-.63-1.03-1.23-1.03H7.17c-.6 0-1.12.43-1.23 1.03zM17 23h-2v1.25c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25V23zM3.5 24.25c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25V23h-2v1.25zm11-4.25a1 1 0 100-2 1 1 0 000 2zM7 19a1 1 0 10-2 0 1 1 0 002 0zm1.75 0a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z", fill: primaryFill }));
|
|
57720
|
+
};
|
|
57721
|
+
export const VehicleCarCollision28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision28FilledIcon({}), 'VehicleCarCollision28Filled');
|
|
57722
|
+
const VehicleCarCollision28RegularIcon = (iconProps) => {
|
|
57723
|
+
const { className, primaryFill } = iconProps;
|
|
57724
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
57725
|
+
React.createElement("path", { d: "M14.37 2.33a.75.75 0 00-1.37.42v5.5a.75.75 0 001.5 0V5.23l1.31 1.97c.2.3.59.41.92.27l3.06-1.3-1.23 2.78a.75.75 0 00.69 1.05h3.4l-1.48 1.77c-.23.28-.23.7.02.97l2.4 2.76h-2.84a.75.75 0 100 1.5h4.5a.75.75 0 00.56-1.24l-3.07-3.52 2.09-2.51a.75.75 0 00-.58-1.23H20.4l1.54-3.45a.75.75 0 00-.98-1l-4.24 1.8-2.35-3.52zM14.5 20a1 1 0 100-2 1 1 0 000 2zM7 19a1 1 0 11-2 0 1 1 0 012 0zm1.75 0a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3zm-6-3.5h.42C2.47 16 2 16.82 2 17.75v4.5l.01.13-.01.12v1.75c0 .97.78 1.75 1.75 1.75h1.5C6.22 26 7 25.22 7 24.25V23h6.5v1.25c0 .97.78 1.75 1.75 1.75h1.5c.97 0 1.75-.78 1.75-1.75v-6.5c0-.93-.46-1.75-1.17-2.25h.42a.75.75 0 000-1.5H16.5l-.14.01-.32-1.75a2.75 2.75 0 00-2.7-2.26H7.16c-1.33 0-2.47.95-2.7 2.26L4.14 14h-1.4a.75.75 0 000 1.5zm.75 2.25c0-.69.56-1.25 1.25-1.25h11c.69 0 1.25.56 1.25 1.25v3.75H3.5v-3.75zm11.06-5.22l.45 2.47H5.49l.45-2.47c.1-.6.62-1.03 1.23-1.03h6.16c.6 0 1.12.43 1.23 1.03zM15 24.25V23h2v1.25c0 .14-.11.25-.25.25h-1.5a.25.25 0 01-.25-.25zM5.5 23v1.25c0 .14-.11.25-.25.25h-1.5a.25.25 0 01-.25-.25V23h2z", fill: primaryFill }));
|
|
57726
|
+
};
|
|
57727
|
+
export const VehicleCarCollision28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision28RegularIcon({}), 'VehicleCarCollision28Regular');
|
|
57728
|
+
const VehicleCarCollision32FilledIcon = (iconProps) => {
|
|
57729
|
+
const { className, primaryFill } = iconProps;
|
|
57730
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
57731
|
+
React.createElement("path", { d: "M16.72 3.3A1 1 0 0015 4v5a1 1 0 102 0V6.48l2.28 2.36a1 1 0 001.34.1L22 7.85l-.95 2.83A1 1 0 0022 12h3l-1.8 2.4a1 1 0 00.18 1.38L26.15 18H24a1 1 0 100 2h5a1 1 0 00.62-1.78l-4.24-3.4 2.42-3.22A1 1 0 0027 10h-3.61l1.56-4.68a1 1 0 00-1.57-1.1L20.1 6.8l-3.37-3.5zM4.51 16H3a1 1 0 100 2h1.06A4 4 0 002 21.5v6A2.5 2.5 0 004.5 30H6a2.5 2.5 0 002.5-2.5v-1h6v1A2.5 2.5 0 0017 30h1.5a2.5 2.5 0 002.5-2.5v-6a4 4 0 00-2.06-3.5H20a1 1 0 100-2h-1.5l-.18-1.05A3.5 3.5 0 0014.87 12H8.13a3.5 3.5 0 00-3.45 2.95L4.5 16zm12.2 1.5H6.29l.36-2.24A1.5 1.5 0 018.13 14h6.74c.74 0 1.36.54 1.48 1.26l.36 2.24zm2.29 9v1a.5.5 0 01-.5.5H17a.5.5 0 01-.5-.5v-1H19zm-12.5 0v1a.5.5 0 01-.5.5H4.5a.5.5 0 01-.5-.5v-1h2.5zM17 23a1 1 0 110-2 1 1 0 010 2zM7 22a1 1 0 11-2 0 1 1 0 012 0zm2.75 0h3.5a1 1 0 110 2h-3.5a1 1 0 110-2z", fill: primaryFill }));
|
|
57732
|
+
};
|
|
57733
|
+
export const VehicleCarCollision32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision32FilledIcon({}), 'VehicleCarCollision32Filled');
|
|
57734
|
+
const VehicleCarCollision32RegularIcon = (iconProps) => {
|
|
57735
|
+
const { className, primaryFill } = iconProps;
|
|
57736
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
57737
|
+
React.createElement("path", { d: "M16.72 3.3A1 1 0 0015 4v5a1 1 0 102 0V6.48l2.28 2.36a1 1 0 001.34.1L22 7.85l-.95 2.83A1 1 0 0022 12h3l-1.8 2.4a1 1 0 00.18 1.38L26.15 18H24a1 1 0 100 2h5a1 1 0 00.62-1.78l-4.24-3.4 2.42-3.22A1 1 0 0027 10h-3.61l1.56-4.68a1 1 0 00-1.57-1.1L20.1 6.8l-3.37-3.5zM17 23a1 1 0 100-2 1 1 0 000 2zM7 22a1 1 0 11-2 0 1 1 0 012 0zm2.75 0a1 1 0 100 2h3.5a1 1 0 100-2h-3.5zM20 18h-1.06A4 4 0 0121 21.5v6a2.5 2.5 0 01-2.5 2.5H17a2.5 2.5 0 01-2.5-2.5v-1h-6v1A2.5 2.5 0 016 30H4.5A2.5 2.5 0 012 27.5v-6A4 4 0 014.06 18H3a1 1 0 110-2h1.49l.21-1.28A3.25 3.25 0 017.9 12h7.2a3.25 3.25 0 013.2 2.72l.21 1.28H20a1 1 0 110 2zM6.67 15.04l-.4 2.46h10.47l-.41-2.46c-.1-.6-.62-1.04-1.24-1.04H7.91c-.62 0-1.14.44-1.24 1.04zM16.5 26.5v1c0 .28.22.5.5.5h1.5a.5.5 0 00.5-.5v-1h-2.5zM4 26.5v1c0 .28.22.5.5.5H6a.5.5 0 00.5-.5v-1H4zm2-7a2 2 0 00-2 2v3h15v-3a2 2 0 00-2-2H6z", fill: primaryFill }));
|
|
57738
|
+
};
|
|
57739
|
+
export const VehicleCarCollision32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision32RegularIcon({}), 'VehicleCarCollision32Regular');
|
|
56259
57740
|
const VehicleCarCollision48FilledIcon = (iconProps) => {
|
|
56260
57741
|
const { className, primaryFill } = iconProps;
|
|
56261
57742
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56262
|
-
React.createElement("path", { d: "
|
|
57743
|
+
React.createElement("path", { d: "M23.88 2.06c.52-.17 1.09.03 1.4.48l4.78 6.95 5.96-4.26a1.25 1.25 0 011.92 1.4l-2.48 7.87h6.29a1.25 1.25 0 01.95 2.06l-4.63 5.47 6.42 4.71a1.25 1.25 0 01-.74 2.26h-7.5a1.25 1.25 0 110-2.5h3.68l-4.42-3.24a1.25 1.25 0 01-.21-1.82L39.05 17h-5.3a1.25 1.25 0 01-1.2-1.63l1.88-5.93-3.95 2.83a1.25 1.25 0 01-1.76-.31L25.5 7.27v6.48a1.25 1.25 0 11-2.5 0V3.25c0-.55.36-1.03.88-1.2zm-17.5 25.2l.17-.76h-1.3a1.25 1.25 0 110-2.5h1.84l.5-2.36a5.25 5.25 0 015.14-4.14h11.54c2.47 0 4.61 1.72 5.13 4.14l.52 2.4c.1-.02.22-.04.33-.04h1.5a1.25 1.25 0 110 2.5h-1.3l.17.76c1.4.54 2.38 1.9 2.38 3.49v11.5c0 1.8-1.46 3.25-3.25 3.25h-2.5A3.25 3.25 0 0124 42.25V41H13v1.25c0 1.8-1.46 3.25-3.25 3.25h-2.5A3.25 3.25 0 014 42.25V40v-.13-9.12c0-1.59.99-2.95 2.38-3.5zm3.66-5.1L9 27h19l-1.04-4.83A2.75 2.75 0 0024.27 20H12.73c-1.3 0-2.42.9-2.69 2.17zM26.5 42.26c0 .41.34.75.75.75h2.5c.41 0 .75-.34.75-.75V41h-4v1.25zM10.5 41h-4v1.25c0 .41.34.75.75.75h2.5c.41 0 .75-.34.75-.75V41zm.5-6a2 2 0 100-4 2 2 0 000 4zm17-2a2 2 0 10-4 0 2 2 0 004 0zm-11.75 1a1.25 1.25 0 100 2.5h4.5a1.25 1.25 0 100-2.5h-4.5z", fill: primaryFill }));
|
|
56263
57744
|
};
|
|
56264
57745
|
export const VehicleCarCollision48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision48FilledIcon({}), 'VehicleCarCollision48Filled');
|
|
56265
57746
|
const VehicleCarCollision48RegularIcon = (iconProps) => {
|
|
56266
57747
|
const { className, primaryFill } = iconProps;
|
|
56267
57748
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56268
|
-
React.createElement("path", { d: "
|
|
57749
|
+
React.createElement("path", { d: "M23.88 2.06c.52-.17 1.09.03 1.4.48l4.78 6.95 5.96-4.26a1.25 1.25 0 011.92 1.4l-2.48 7.87h6.29a1.25 1.25 0 01.95 2.06l-4.63 5.47 6.42 4.71a1.25 1.25 0 01-.74 2.26h-7.5a1.25 1.25 0 110-2.5h3.68l-4.42-3.24a1.25 1.25 0 01-.21-1.82L39.05 17h-5.3a1.25 1.25 0 01-1.2-1.63l1.88-5.93-3.95 2.83a1.25 1.25 0 01-1.76-.31L25.5 7.27v6.48a1.25 1.25 0 11-2.5 0V3.25c0-.55.36-1.03.88-1.2zM11 35a2 2 0 100-4 2 2 0 000 4zm17-2a2 2 0 11-4 0 2 2 0 014 0zm-11.75 1a1.25 1.25 0 100 2.5h4.5a1.25 1.25 0 100-2.5h-4.5zm-9.87-6.74l.17-.76h-1.3a1.25 1.25 0 110-2.5h1.84l.5-2.36a5.25 5.25 0 015.14-4.14h11.54c2.47 0 4.61 1.72 5.13 4.14l.52 2.4c.1-.02.22-.04.33-.04h1.5a1.25 1.25 0 110 2.5h-1.3l.17.76c1.4.54 2.38 1.9 2.38 3.49v11.5c0 1.8-1.46 3.25-3.25 3.25h-2.5A3.25 3.25 0 0124 42.25V41H13v1.25c0 1.8-1.46 3.25-3.25 3.25h-2.5A3.25 3.25 0 014 42.25V40v-.13-9.12c0-1.59.99-2.95 2.38-3.5zm3.66-5.1L9 27h19l-1.04-4.83A2.75 2.75 0 0024.27 20H12.73c-1.3 0-2.42.9-2.69 2.17zM26.5 42.26c0 .41.34.75.75.75h2.5c.41 0 .75-.34.75-.75V41h-4v1.25zM10.5 41h-4v1.25c0 .41.34.75.75.75h2.5c.41 0 .75-.34.75-.75V41zm-4-10.25v7.75h24v-7.75c0-.69-.56-1.25-1.25-1.25H7.75c-.69 0-1.25.56-1.25 1.25z", fill: primaryFill }));
|
|
56269
57750
|
};
|
|
56270
57751
|
export const VehicleCarCollision48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollision48RegularIcon({}), 'VehicleCarCollision48Regular');
|
|
56271
57752
|
const VehicleCarProfileLtr16FilledIcon = (iconProps) => {
|
|
@@ -56749,15 +58230,51 @@ export const VideoClip20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClip
|
|
|
56749
58230
|
const VideoClip24FilledIcon = (iconProps) => {
|
|
56750
58231
|
const { className, primaryFill } = iconProps;
|
|
56751
58232
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56752
|
-
React.createElement("path", { d: "
|
|
58233
|
+
React.createElement("path", { d: "M2 6.25C2 4.45 3.46 3 5.25 3h13.5C20.55 3 22 4.46 22 6.25v11.5c0 1.8-1.46 3.25-3.25 3.25H5.25A3.25 3.25 0 012 17.75V6.25zm7.5 3.13v5.24c0 .56.61.93 1.11.65l4.79-2.61a.75.75 0 000-1.32L10.6 8.73a.75.75 0 00-1.11.65z", fill: primaryFill }));
|
|
56753
58234
|
};
|
|
56754
58235
|
export const VideoClip24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClip24FilledIcon({}), 'VideoClip24Filled');
|
|
56755
58236
|
const VideoClip24RegularIcon = (iconProps) => {
|
|
56756
58237
|
const { className, primaryFill } = iconProps;
|
|
56757
58238
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
56758
|
-
React.createElement("path", { d: "
|
|
58239
|
+
React.createElement("path", { d: "M9.5 9.38v5.24c0 .57.61.93 1.11.65l4.79-2.61a.75.75 0 000-1.32L10.6 8.73a.75.75 0 00-1.11.65zM5.25 3A3.25 3.25 0 002 6.25v11.5C2 19.55 3.46 21 5.25 21h13.5c1.8 0 3.25-1.46 3.25-3.25V6.25C22 4.45 20.54 3 18.75 3H5.25zM3.5 6.25c0-.97.78-1.75 1.75-1.75h13.5c.97 0 1.75.78 1.75 1.75v11.5c0 .97-.78 1.75-1.75 1.75H5.25c-.97 0-1.75-.78-1.75-1.75V6.25z", fill: primaryFill }));
|
|
56759
58240
|
};
|
|
56760
58241
|
export const VideoClip24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClip24RegularIcon({}), 'VideoClip24Regular');
|
|
58242
|
+
const VideoClipMultiple16FilledIcon = (iconProps) => {
|
|
58243
|
+
const { className, primaryFill } = iconProps;
|
|
58244
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58245
|
+
React.createElement("path", { d: "M4.25 2C3.01 2 2 3 2 4.25v5.5C2 10.99 3 12 4.25 12h6.5C11.99 12 13 11 13 9.75v-5.5C13 3.01 12 2 10.75 2h-6.5zM6 9V5c0-.4.45-.63.78-.41l3 2c.3.2.3.63 0 .83l-3 2A.5.5 0 016 9zm0 5a2.5 2.5 0 01-2-1h7.25A2.75 2.75 0 0014 10.25V4c.6.46 1 1.18 1 2v4.25A3.75 3.75 0 0111.25 14H6z", fill: primaryFill }));
|
|
58246
|
+
};
|
|
58247
|
+
export const VideoClipMultiple16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultiple16FilledIcon({}), 'VideoClipMultiple16Filled');
|
|
58248
|
+
const VideoClipMultiple16RegularIcon = (iconProps) => {
|
|
58249
|
+
const { className, primaryFill } = iconProps;
|
|
58250
|
+
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58251
|
+
React.createElement("path", { d: "M6 5v4c0 .4.44.63.78.41l3-2a.5.5 0 000-.83l-3-2A.5.5 0 006 5zm-4-.75C2 3.01 3 2 4.25 2h6.5C11.99 2 13 3 13 4.25v5.5c0 1.24-1 2.25-2.25 2.25h-6.5C3.01 12 2 11 2 9.75v-5.5zM4.25 3C3.56 3 3 3.56 3 4.25v5.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25v-5.5C12 3.56 11.44 3 10.75 3h-6.5zM4 13c.46.6 1.18 1 2 1h5.25A3.75 3.75 0 0015 10.25V6c0-.82-.4-1.54-1-2v6.25A2.75 2.75 0 0111.25 13H4z", fill: primaryFill }));
|
|
58252
|
+
};
|
|
58253
|
+
export const VideoClipMultiple16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultiple16RegularIcon({}), 'VideoClipMultiple16Regular');
|
|
58254
|
+
const VideoClipMultiple20FilledIcon = (iconProps) => {
|
|
58255
|
+
const { className, primaryFill } = iconProps;
|
|
58256
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58257
|
+
React.createElement("path", { d: "M4.5 3A2.5 2.5 0 002 5.5v7A2.5 2.5 0 004.5 15h9a2.5 2.5 0 002.5-2.5v-7A2.5 2.5 0 0013.5 3h-9zM7 6.76c0-.6.67-.96 1.17-.62l3.61 2.45c.3.2.3.63 0 .82l-3.6 2.46A.75.75 0 017 11.25v-4.5zM6.5 17a2.5 2.5 0 01-2-1H14a3 3 0 003-3V5.5c.6.46 1 1.18 1 2V13a4 4 0 01-4 4H6.5z", fill: primaryFill }));
|
|
58258
|
+
};
|
|
58259
|
+
export const VideoClipMultiple20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultiple20FilledIcon({}), 'VideoClipMultiple20Filled');
|
|
58260
|
+
const VideoClipMultiple20RegularIcon = (iconProps) => {
|
|
58261
|
+
const { className, primaryFill } = iconProps;
|
|
58262
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58263
|
+
React.createElement("path", { d: "M7 11.25v-4.5c0-.6.67-.95 1.17-.61l3.61 2.45c.3.2.3.63 0 .82l-3.6 2.46A.75.75 0 017 11.25zM2 5.5A2.5 2.5 0 014.5 3h9A2.5 2.5 0 0116 5.5v7a2.5 2.5 0 01-2.5 2.5h-9A2.5 2.5 0 012 12.5v-7zM4.5 4C3.67 4 3 4.67 3 5.5v7c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5h-9zm0 12c.46.6 1.18 1 2 1H14a4 4 0 004-4V7.5c0-.82-.4-1.54-1-2V13a3 3 0 01-3 3H4.5z", fill: primaryFill }));
|
|
58264
|
+
};
|
|
58265
|
+
export const VideoClipMultiple20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultiple20RegularIcon({}), 'VideoClipMultiple20Regular');
|
|
58266
|
+
const VideoClipMultiple24FilledIcon = (iconProps) => {
|
|
58267
|
+
const { className, primaryFill } = iconProps;
|
|
58268
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58269
|
+
React.createElement("path", { d: "M5.25 3A3.25 3.25 0 002 6.25v9c0 1.8 1.46 3.25 3.25 3.25h10.5c1.8 0 3.25-1.46 3.25-3.25v-9C19 4.45 17.54 3 15.75 3H5.25zM8 13.25v-5.5c0-.6.66-.95 1.15-.63l4.62 2.96c.31.2.31.64 0 .84l-4.62 2.96A.75.75 0 018 13.25zM7.75 21c-1.15 0-2.16-.6-2.74-1.5h11.24A3.75 3.75 0 0020 15.75V6.01c.9.58 1.5 1.59 1.5 2.74v7c0 2.9-2.35 5.25-5.25 5.25h-8.5z", fill: primaryFill }));
|
|
58270
|
+
};
|
|
58271
|
+
export const VideoClipMultiple24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultiple24FilledIcon({}), 'VideoClipMultiple24Filled');
|
|
58272
|
+
const VideoClipMultiple24RegularIcon = (iconProps) => {
|
|
58273
|
+
const { className, primaryFill } = iconProps;
|
|
58274
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58275
|
+
React.createElement("path", { d: "M8 7.75v5.5c0 .6.66.95 1.15.63l4.62-2.96a.5.5 0 000-.84L9.15 7.12A.75.75 0 008 7.75zM5.25 3A3.25 3.25 0 002 6.25v9c0 1.8 1.46 3.25 3.25 3.25h10.5c1.8 0 3.25-1.46 3.25-3.25v-9C19 4.45 17.54 3 15.75 3H5.25zM3.5 6.25c0-.97.78-1.75 1.75-1.75h10.5c.97 0 1.75.78 1.75 1.75v9c0 .97-.78 1.75-1.75 1.75H5.25c-.97 0-1.75-.78-1.75-1.75v-9zM5.01 19.5c.58.9 1.59 1.5 2.74 1.5h8.5c2.9 0 5.25-2.35 5.25-5.25v-7c0-1.15-.6-2.16-1.5-2.74v9.74a3.75 3.75 0 01-3.75 3.75H5.01z", fill: primaryFill }));
|
|
58276
|
+
};
|
|
58277
|
+
export const VideoClipMultiple24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultiple24RegularIcon({}), 'VideoClipMultiple24Regular');
|
|
56761
58278
|
const VideoOff20FilledIcon = (iconProps) => {
|
|
56762
58279
|
const { className, primaryFill } = iconProps;
|
|
56763
58280
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -57476,15 +58993,51 @@ export const Wallet20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet20Regu
|
|
|
57476
58993
|
const Wallet24FilledIcon = (iconProps) => {
|
|
57477
58994
|
const { className, primaryFill } = iconProps;
|
|
57478
58995
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
57479
|
-
React.createElement("path", { d: "
|
|
58996
|
+
React.createElement("path", { d: "M3 5v12.75C3 19.55 4.46 21 6.25 21h12c1.8 0 3.25-1.46 3.25-3.25v-8.5A3.25 3.25 0 0019 6.09v-.84C19 4.01 18 3 16.75 3H5.25c-1.16 0-2.11.88-2.24 2H3zm2.25 1a.75.75 0 010-1.5h11.5c.41 0 .75.34.75.75V6H5.25zm11 7h2a.75.75 0 010 1.5h-2a.75.75 0 010-1.5z", fill: primaryFill }));
|
|
57480
58997
|
};
|
|
57481
58998
|
export const Wallet24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet24FilledIcon({}), 'Wallet24Filled');
|
|
57482
58999
|
const Wallet24RegularIcon = (iconProps) => {
|
|
57483
59000
|
const { className, primaryFill } = iconProps;
|
|
57484
59001
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
57485
|
-
React.createElement("path", { d: "
|
|
59002
|
+
React.createElement("path", { d: "M15.5 13.75c0-.41.34-.75.75-.75h2a.75.75 0 010 1.5h-2a.75.75 0 01-.75-.75zM3 5h.01c.13-1.12 1.08-2 2.24-2h11.5C17.99 3 19 4 19 5.25v.84a3.25 3.25 0 012.5 3.16v8.5c0 1.8-1.46 3.25-3.25 3.25h-12A3.25 3.25 0 013 17.75V5zm15.25 2.5H4.5v10.25c0 .97.78 1.75 1.75 1.75h12c.97 0 1.75-.78 1.75-1.75v-8.5c0-.97-.78-1.75-1.75-1.75zM17.5 6v-.75a.75.75 0 00-.75-.75H5.25a.75.75 0 000 1.5H17.5z", fill: primaryFill }));
|
|
57486
59003
|
};
|
|
57487
59004
|
export const Wallet24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet24RegularIcon({}), 'Wallet24Regular');
|
|
59005
|
+
const Wallet28FilledIcon = (iconProps) => {
|
|
59006
|
+
const { className, primaryFill } = iconProps;
|
|
59007
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
59008
|
+
React.createElement("path", { d: "M3 5.75A2.75 2.75 0 015.75 3h13.5A2.75 2.75 0 0122 5.75v1.26a3.75 3.75 0 013.5 3.74v10.5A3.75 3.75 0 0121.75 25h-15A3.75 3.75 0 013 21.25V6h.01L3 5.75zm17.5 0c0-.69-.56-1.25-1.25-1.25H5.75a1.25 1.25 0 100 2.5H20.5V5.75zM18.75 16a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5z", fill: primaryFill }));
|
|
59009
|
+
};
|
|
59010
|
+
export const Wallet28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet28FilledIcon({}), 'Wallet28Filled');
|
|
59011
|
+
const Wallet28RegularIcon = (iconProps) => {
|
|
59012
|
+
const { className, primaryFill } = iconProps;
|
|
59013
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
59014
|
+
React.createElement("path", { d: "M18.75 16a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5zM3 5.75A2.75 2.75 0 015.75 3h13.5A2.75 2.75 0 0122 5.75v1.26a3.75 3.75 0 013.5 3.74v10.5A3.75 3.75 0 0121.75 25h-15A3.75 3.75 0 013 21.25V6h.01L3 5.75zM21.75 8.5H4.5v12.75c0 1.24 1.01 2.25 2.25 2.25h15c1.24 0 2.25-1 2.25-2.25v-10.5c0-1.24-1-2.25-2.25-2.25zM20.5 5.75c0-.69-.56-1.25-1.25-1.25H5.75a1.25 1.25 0 100 2.5H20.5V5.75z", fill: primaryFill }));
|
|
59015
|
+
};
|
|
59016
|
+
export const Wallet28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet28RegularIcon({}), 'Wallet28Regular');
|
|
59017
|
+
const Wallet32FilledIcon = (iconProps) => {
|
|
59018
|
+
const { className, primaryFill } = iconProps;
|
|
59019
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
59020
|
+
React.createElement("path", { d: "M3 6a3 3 0 013-3h16.75C24.55 3 26 4.46 26 6.25v1a4.5 4.5 0 013 4.25v13a4.5 4.5 0 01-4.5 4.5h-17A4.5 4.5 0 013 24.5V6.25h.01L3 6zm21 .25C24 5.56 23.44 5 22.75 5H6a1 1 0 000 2h18v-.75zM21 18a1 1 0 100 2h3a1 1 0 100-2h-3z", fill: primaryFill }));
|
|
59021
|
+
};
|
|
59022
|
+
export const Wallet32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet32FilledIcon({}), 'Wallet32Filled');
|
|
59023
|
+
const Wallet32RegularIcon = (iconProps) => {
|
|
59024
|
+
const { className, primaryFill } = iconProps;
|
|
59025
|
+
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
59026
|
+
React.createElement("path", { d: "M21 18a1 1 0 100 2h3a1 1 0 100-2h-3zM3 6a3 3 0 013-3h16.75C24.55 3 26 4.46 26 6.25v1a4.5 4.5 0 013 4.25v13a4.5 4.5 0 01-4.5 4.5h-17A4.5 4.5 0 013 24.5V6.25h.01L3 6zm21.5 3H5v15.5A2.5 2.5 0 007.5 27h17a2.5 2.5 0 002.5-2.5v-13A2.5 2.5 0 0024.5 9zM24 6.25C24 5.56 23.44 5 22.75 5H6a1 1 0 000 2h18v-.75z", fill: primaryFill }));
|
|
59027
|
+
};
|
|
59028
|
+
export const Wallet32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet32RegularIcon({}), 'Wallet32Regular');
|
|
59029
|
+
const Wallet48FilledIcon = (iconProps) => {
|
|
59030
|
+
const { className, primaryFill } = iconProps;
|
|
59031
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
59032
|
+
React.createElement("path", { d: "M6 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.75zM32.25 26h4.5a1.25 1.25 0 110 2.5h-4.5a1.25 1.25 0 110-2.5z", fill: primaryFill }));
|
|
59033
|
+
};
|
|
59034
|
+
export const Wallet48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet48FilledIcon({}), 'Wallet48Filled');
|
|
59035
|
+
const Wallet48RegularIcon = (iconProps) => {
|
|
59036
|
+
const { className, primaryFill } = iconProps;
|
|
59037
|
+
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
59038
|
+
React.createElement("path", { 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", fill: primaryFill }));
|
|
59039
|
+
};
|
|
59040
|
+
export const Wallet48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wallet48RegularIcon({}), 'Wallet48Regular');
|
|
57488
59041
|
const Wallpaper24FilledIcon = (iconProps) => {
|
|
57489
59042
|
const { className, primaryFill } = iconProps;
|
|
57490
59043
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -58528,61 +60081,73 @@ export const WeatherSqualls48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Weat
|
|
|
58528
60081
|
const WeatherSunny16FilledIcon = (iconProps) => {
|
|
58529
60082
|
const { className, primaryFill } = iconProps;
|
|
58530
60083
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58531
|
-
React.createElement("path", { d: "M8 1c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.
|
|
60084
|
+
React.createElement("path", { d: "M8 1c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 10a3 3 0 100-6 3 3 0 000 6zm6.5-2.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM8 13c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zM2.5 8.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zm.65-5.35c.2-.2.5-.2.7 0l1 1a.5.5 0 11-.7.7l-1-1a.5.5 0 010-.7zm.7 9.7a.5.5 0 11-.7-.7l1-1a.5.5 0 01.7.7l-1 1zm9-9.7a.5.5 0 00-.7 0l-1 1a.5.5 0 00.7.7l1-1a.5.5 0 000-.7zm-.7 9.7a.5.5 0 00.7-.7l-1-1a.5.5 0 00-.7.7l1 1z", fill: primaryFill }));
|
|
58532
60085
|
};
|
|
58533
60086
|
export const WeatherSunny16Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny16FilledIcon({}), 'WeatherSunny16Filled');
|
|
58534
60087
|
const WeatherSunny16RegularIcon = (iconProps) => {
|
|
58535
60088
|
const { className, primaryFill } = iconProps;
|
|
58536
60089
|
return React.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58537
|
-
React.createElement("path", { d: "M8.
|
|
60090
|
+
React.createElement("path", { d: "M8 1c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 110-4 2 2 0 010 4zm6.5-1.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM8 13c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zM2.5 8.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zm.65-5.35c.2-.2.5-.2.7 0l1 1a.5.5 0 11-.7.7l-1-1a.5.5 0 010-.7zm.7 9.7a.5.5 0 11-.7-.7l1-1a.5.5 0 01.7.7l-1 1zm9-9.7a.5.5 0 00-.7 0l-1 1a.5.5 0 00.7.7l1-1a.5.5 0 000-.7zm-.7 9.7a.5.5 0 00.7-.7l-1-1a.5.5 0 00-.7.7l1 1z", fill: primaryFill }));
|
|
58538
60091
|
};
|
|
58539
60092
|
export const WeatherSunny16Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny16RegularIcon({}), 'WeatherSunny16Regular');
|
|
58540
60093
|
const WeatherSunny20FilledIcon = (iconProps) => {
|
|
58541
60094
|
const { className, primaryFill } = iconProps;
|
|
58542
60095
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58543
|
-
React.createElement("path", { d: "M10
|
|
60096
|
+
React.createElement("path", { d: "M10 2c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm4 8a4 4 0 11-8 0 4 4 0 018 0zm3.5.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM10 16c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm-6.5-5.5a.5.5 0 000-1H2.46a.5.5 0 000 1H3.5zm.65-6.35c.2-.2.5-.2.7 0l1 1a.5.5 0 11-.7.7l-1-1a.5.5 0 010-.7zm.7 11.7a.5.5 0 01-.7-.7l1-1a.5.5 0 01.7.7l-1 1zm11-11.7a.5.5 0 00-.7 0l-1 1a.5.5 0 00.7.7l1-1a.5.5 0 000-.7zm-.7 11.7a.5.5 0 00.7-.7l-1-1a.5.5 0 00-.7.7l1 1z", fill: primaryFill }));
|
|
58544
60097
|
};
|
|
58545
60098
|
export const WeatherSunny20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny20FilledIcon({}), 'WeatherSunny20Filled');
|
|
58546
60099
|
const WeatherSunny20RegularIcon = (iconProps) => {
|
|
58547
60100
|
const { className, primaryFill } = iconProps;
|
|
58548
60101
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58549
|
-
React.createElement("path", { d: "M10
|
|
60102
|
+
React.createElement("path", { d: "M10 2c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm0 12a4 4 0 100-8 4 4 0 000 8zm0-1a3 3 0 110-6 3 3 0 010 6zm7.5-2.5a.5.5 0 000-1h-1a.5.5 0 000 1h1zM10 16c.28 0 .5.22.5.5v1a.5.5 0 01-1 0v-1c0-.28.22-.5.5-.5zm-6.5-5.5a.5.5 0 000-1H2.46a.5.5 0 000 1H3.5zm.65-6.35c.2-.2.5-.2.7 0l1 1a.5.5 0 11-.7.7l-1-1a.5.5 0 010-.7zm.7 11.7a.5.5 0 01-.7-.7l1-1a.5.5 0 01.7.7l-1 1zm11-11.7a.5.5 0 00-.7 0l-1 1a.5.5 0 00.7.7l1-1a.5.5 0 000-.7zm-.7 11.7a.5.5 0 00.7-.7l-1-1a.5.5 0 00-.7.7l1 1z", fill: primaryFill }));
|
|
58550
60103
|
};
|
|
58551
60104
|
export const WeatherSunny20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny20RegularIcon({}), 'WeatherSunny20Regular');
|
|
58552
60105
|
const WeatherSunny24FilledIcon = (iconProps) => {
|
|
58553
60106
|
const { className, primaryFill } = iconProps;
|
|
58554
60107
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58555
|
-
React.createElement("path", { d: "M12
|
|
60108
|
+
React.createElement("path", { d: "M12 2c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.34-.75.75-.75zm5 10a5 5 0 11-10 0 5 5 0 0110 0zm4.25.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM12 19c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.34-.75.75-.75zm-7.75-6.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm-.03-8.53c.3-.3.77-.3 1.06 0l1.5 1.5a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06zm1.06 15.56a.75.75 0 11-1.06-1.06l1.5-1.5a.75.75 0 111.06 1.06l-1.5 1.5zm14.5-15.56a.75.75 0 00-1.06 0l-1.5 1.5a.75.75 0 001.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06zm-1.06 15.56a.75.75 0 101.06-1.06l-1.5-1.5a.75.75 0 10-1.06 1.06l1.5 1.5z", fill: primaryFill }));
|
|
58556
60109
|
};
|
|
58557
60110
|
export const WeatherSunny24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny24FilledIcon({}), 'WeatherSunny24Filled');
|
|
58558
60111
|
const WeatherSunny24RegularIcon = (iconProps) => {
|
|
58559
60112
|
const { className, primaryFill } = iconProps;
|
|
58560
60113
|
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58561
|
-
React.createElement("path", { d: "M12
|
|
60114
|
+
React.createElement("path", { d: "M12 2c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.34-.75.75-.75zm0 15a5 5 0 100-10 5 5 0 000 10zm0-1.5a3.5 3.5 0 110-7 3.5 3.5 0 010 7zm9.25-2.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM12 19c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.34-.75.75-.75zm-7.75-6.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm-.03-8.53c.3-.3.77-.3 1.06 0l1.5 1.5a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06zm1.06 15.56a.75.75 0 11-1.06-1.06l1.5-1.5a.75.75 0 111.06 1.06l-1.5 1.5zm14.5-15.56a.75.75 0 00-1.06 0l-1.5 1.5a.75.75 0 001.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06zm-1.06 15.56a.75.75 0 101.06-1.06l-1.5-1.5a.75.75 0 10-1.06 1.06l1.5 1.5z", fill: primaryFill }));
|
|
58562
60115
|
};
|
|
58563
60116
|
export const WeatherSunny24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny24RegularIcon({}), 'WeatherSunny24Regular');
|
|
60117
|
+
const WeatherSunny28FilledIcon = (iconProps) => {
|
|
60118
|
+
const { className, primaryFill } = iconProps;
|
|
60119
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
60120
|
+
React.createElement("path", { d: "M14 2c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm6 12a6 6 0 11-12 0 6 6 0 0112 0zm5.25.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM14 23c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm-9.75-8.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm.97-9.53c.3-.3.77-.3 1.06 0l1.5 1.5a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06zm1.06 17.56a.75.75 0 01-1.06-1.06l1.5-1.5a.75.75 0 011.06 1.06l-1.5 1.5zm16.5-17.56a.75.75 0 00-1.06 0l-1.5 1.5a.75.75 0 001.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06zm-1.06 17.56a.75.75 0 101.06-1.06l-1.5-1.5a.75.75 0 10-1.06 1.06l1.5 1.5z", fill: primaryFill }));
|
|
60121
|
+
};
|
|
60122
|
+
export const WeatherSunny28Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny28FilledIcon({}), 'WeatherSunny28Filled');
|
|
60123
|
+
const WeatherSunny28RegularIcon = (iconProps) => {
|
|
60124
|
+
const { className, primaryFill } = iconProps;
|
|
60125
|
+
return React.createElement("svg", { width: 28, height: 28, viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
60126
|
+
React.createElement("path", { d: "M14 2c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm0 18a6 6 0 100-12 6 6 0 000 12zm0-1.5a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm11.25-3.75a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zM14 23c.41 0 .75.34.75.75v1.5a.75.75 0 01-1.5 0v-1.5c0-.41.33-.75.75-.75zm-9.75-8.25a.75.75 0 000-1.5h-1.5a.75.75 0 000 1.5h1.5zm.97-9.53c.3-.3.77-.3 1.06 0l1.5 1.5a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06zm1.06 17.56a.75.75 0 01-1.06-1.06l1.5-1.5a.75.75 0 011.06 1.06l-1.5 1.5zm16.5-17.56a.75.75 0 00-1.06 0l-1.5 1.5a.75.75 0 001.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06zm-1.06 17.56a.75.75 0 101.06-1.06l-1.5-1.5a.75.75 0 10-1.06 1.06l1.5 1.5z", fill: primaryFill }));
|
|
60127
|
+
};
|
|
60128
|
+
export const WeatherSunny28Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny28RegularIcon({}), 'WeatherSunny28Regular');
|
|
58564
60129
|
const WeatherSunny32FilledIcon = (iconProps) => {
|
|
58565
60130
|
const { className, primaryFill } = iconProps;
|
|
58566
60131
|
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58567
|
-
React.createElement("path", { d: "M16 2a1 1 0 011 1v2a1 1 0
|
|
60132
|
+
React.createElement("path", { d: "M16 2a1 1 0 011 1v2a1 1 0 01-2 0V3a1 1 0 011-1zm7 14a7 7 0 11-14 0 7 7 0 0114 0zm6 1a1 1 0 000-2h-2a1 1 0 100 2h2zm-13 9a1 1 0 011 1v2a1 1 0 01-2 0v-2a1 1 0 011-1zM5 17a1 1 0 100-2H3a1 1 0 100 2h2zm.3-11.7a1 1 0 011.4 0l2 2a1 1 0 11-1.4 1.4l-2-2a1 1 0 010-1.4zm1.4 21.4a1 1 0 01-1.4-1.4l2-2a1 1 0 111.4 1.4l-2 2zm20-21.4a1 1 0 00-1.4 0l-2 2a1 1 0 001.4 1.4l2-2a1 1 0 000-1.4zm-1.4 21.4a1 1 0 001.4-1.4l-2-2a1 1 0 10-1.4 1.4l2 2z", fill: primaryFill }));
|
|
58568
60133
|
};
|
|
58569
60134
|
export const WeatherSunny32Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny32FilledIcon({}), 'WeatherSunny32Filled');
|
|
58570
60135
|
const WeatherSunny32RegularIcon = (iconProps) => {
|
|
58571
60136
|
const { className, primaryFill } = iconProps;
|
|
58572
60137
|
return React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58573
|
-
React.createElement("path", { d: "M16 2a1 1 0 011 1v2a1 1 0
|
|
60138
|
+
React.createElement("path", { d: "M16 2a1 1 0 011 1v2a1 1 0 01-2 0V3a1 1 0 011-1zm0 21a7 7 0 100-14 7 7 0 000 14zm0-2a5 5 0 110-10 5 5 0 010 10zm13-4a1 1 0 000-2h-2a1 1 0 100 2h2zm-13 9a1 1 0 011 1v2a1 1 0 01-2 0v-2a1 1 0 011-1zM5 17a1 1 0 100-2H3a1 1 0 100 2h2zm.3-11.7a1 1 0 011.4 0l2 2a1 1 0 11-1.4 1.4l-2-2a1 1 0 010-1.4zm1.4 21.4a1 1 0 01-1.4-1.4l2-2a1 1 0 111.4 1.4l-2 2zm20-21.4a1 1 0 00-1.4 0l-2 2a1 1 0 001.4 1.4l2-2a1 1 0 000-1.4zm-1.4 21.4a1 1 0 001.4-1.4l-2-2a1 1 0 10-1.4 1.4l2 2z", fill: primaryFill }));
|
|
58574
60139
|
};
|
|
58575
60140
|
export const WeatherSunny32Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny32RegularIcon({}), 'WeatherSunny32Regular');
|
|
58576
60141
|
const WeatherSunny48FilledIcon = (iconProps) => {
|
|
58577
60142
|
const { className, primaryFill } = iconProps;
|
|
58578
60143
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58579
|
-
React.createElement("path", { d: "M24
|
|
60144
|
+
React.createElement("path", { d: "M24 4c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 01-2.5 0v-2.5C22.75 4.56 23.3 4 24 4zm10.02 20.05a9.98 9.98 0 11-19.95 0 9.98 9.98 0 0119.95 0zm8.73 1.2a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 000 2.5h2.5zM24 39c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 01-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zM7.75 25.25a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 100 2.5h2.5zM9.37 9.37a1.25 1.25 0 011.76 0l2.5 2.5a1.25 1.25 0 11-1.76 1.76l-2.5-2.5a1.25 1.25 0 010-1.76zm1.76 29.26a1.25 1.25 0 11-1.76-1.76l2.5-2.5a1.25 1.25 0 011.76 1.76l-2.5 2.5zm27.5-29.26a1.25 1.25 0 00-1.76 0l-2.5 2.5a1.25 1.25 0 001.77 1.76l2.5-2.5c.48-.48.48-1.28 0-1.76zm-1.76 29.26a1.25 1.25 0 101.77-1.76l-2.5-2.5a1.25 1.25 0 00-1.77 1.76l2.5 2.5z", fill: primaryFill }));
|
|
58580
60145
|
};
|
|
58581
60146
|
export const WeatherSunny48Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny48FilledIcon({}), 'WeatherSunny48Filled');
|
|
58582
60147
|
const WeatherSunny48RegularIcon = (iconProps) => {
|
|
58583
60148
|
const { className, primaryFill } = iconProps;
|
|
58584
60149
|
return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
58585
|
-
React.createElement("path", { d: "M24
|
|
60150
|
+
React.createElement("path", { d: "M24 4c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 01-2.5 0v-2.5C22.75 4.56 23.3 4 24 4zm.05 30.02a9.98 9.98 0 100-19.95 9.98 9.98 0 000 19.95zm0-2.5a7.48 7.48 0 110-14.95 7.48 7.48 0 010 14.95zm18.7-6.27a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 000 2.5h2.5zM24 39c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 01-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zM7.75 25.25a1.25 1.25 0 100-2.5h-2.5a1.25 1.25 0 100 2.5h2.5zM9.37 9.37a1.25 1.25 0 011.76 0l2.5 2.5a1.25 1.25 0 11-1.76 1.76l-2.5-2.5a1.25 1.25 0 010-1.76zm1.76 29.26a1.25 1.25 0 11-1.76-1.76l2.5-2.5a1.25 1.25 0 011.76 1.76l-2.5 2.5zm27.5-29.26a1.25 1.25 0 00-1.76 0l-2.5 2.5a1.25 1.25 0 001.77 1.76l2.5-2.5c.48-.48.48-1.28 0-1.76zm-1.76 29.26a1.25 1.25 0 101.77-1.76l-2.5-2.5a1.25 1.25 0 00-1.77 1.76l2.5 2.5z", fill: primaryFill }));
|
|
58586
60151
|
};
|
|
58587
60152
|
export const WeatherSunny48Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunny48RegularIcon({}), 'WeatherSunny48Regular');
|
|
58588
60153
|
const WeatherSunnyHigh20FilledIcon = (iconProps) => {
|
|
@@ -59409,6 +60974,30 @@ const Wrench24RegularIcon = (iconProps) => {
|
|
|
59409
60974
|
React.createElement("path", { d: "M10.5 7.75a5.75 5.75 0 018.38-5.11.75.75 0 01.19 1.2L16.3 6.6l1.06 1.06 2.78-2.78a.75.75 0 011.2.18 5.75 5.75 0 01-6.42 8.28l-7.37 7.62a3.05 3.05 0 01-4.4-4.24L10.64 9c-.08-.4-.13-.81-.13-1.24zm5.75-4.25A4.25 4.25 0 0012.18 9c.08.26.01.54-.18.74l-7.76 8.04a1.55 1.55 0 102.23 2.15l7.67-7.94c.2-.2.5-.28.78-.2a4.25 4.25 0 005.46-5.02l-2.49 2.5c-.3.28-.77.28-1.06 0l-2.12-2.13a.75.75 0 010-1.06l2.47-2.47c-.3-.06-.61-.1-.93-.1z", fill: primaryFill }));
|
|
59410
60975
|
};
|
|
59411
60976
|
export const Wrench24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Wrench24RegularIcon({}), 'Wrench24Regular');
|
|
60977
|
+
const WrenchScrewdriver20FilledIcon = (iconProps) => {
|
|
60978
|
+
const { className, primaryFill } = iconProps;
|
|
60979
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
60980
|
+
React.createElement("path", { d: "M6 2.3a.5.5 0 00-.69-.47 4.5 4.5 0 00-.31 8.2V16a2 2 0 104 0v-5.97a4.5 4.5 0 00-.31-8.2.5.5 0 00-.69.46V5.5a1 1 0 01-2 0V2.3zm8.03.04A.5.5 0 0114.5 2h1c.22 0 .4.14.47.34l1 3a.5.5 0 01-.31.63l-1.16.39V10h2a.5.5 0 110 1H17v5a2 2 0 11-4 0v-5h-.5a.5.5 0 010-1h2V6.36l-1.16-.39a.5.5 0 01-.31-.63l1-3z", fill: primaryFill }));
|
|
60981
|
+
};
|
|
60982
|
+
export const WrenchScrewdriver20Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchScrewdriver20FilledIcon({}), 'WrenchScrewdriver20Filled');
|
|
60983
|
+
const WrenchScrewdriver20RegularIcon = (iconProps) => {
|
|
60984
|
+
const { className, primaryFill } = iconProps;
|
|
60985
|
+
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
60986
|
+
React.createElement("path", { d: "M5.78 1.88c.14.09.22.24.22.41V5.5a1 1 0 002 0V2.3a.5.5 0 01.69-.47 4.5 4.5 0 01.31 8.2V16a2 2 0 11-4 0v-5.97a4.5 4.5 0 01.31-8.2.5.5 0 01.47.05zM5 3.13a3.5 3.5 0 00.69 6.12.5.5 0 01.31.46V16a1 1 0 102 0V9.71c0-.2.12-.39.31-.46A3.5 3.5 0 009 3.13V5.5a2 2 0 11-4 0V3.13zm9.03-.79A.5.5 0 0114.5 2h1c.22 0 .4.14.47.34l1 3a.5.5 0 01-.31.63l-1.16.39V10h2a.5.5 0 110 1H17v5a2 2 0 11-4 0v-5h-.5a.5.5 0 010-1h2V6.36l-1.16-.39a.5.5 0 01-.31-.63l1-3zm.83.66l-.73 2.18.87.3.87-.3L15.14 3h-.28zM14 16a1 1 0 102 0v-5h-2v5z", fill: primaryFill }));
|
|
60987
|
+
};
|
|
60988
|
+
export const WrenchScrewdriver20Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchScrewdriver20RegularIcon({}), 'WrenchScrewdriver20Regular');
|
|
60989
|
+
const WrenchScrewdriver24FilledIcon = (iconProps) => {
|
|
60990
|
+
const { className, primaryFill } = iconProps;
|
|
60991
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
60992
|
+
React.createElement("path", { d: "M16.02 2.57a.75.75 0 01.73-.57h1.5c.34 0 .64.23.73.57l1 4c.09.36-.1.72-.43.87l-1.3.55V12h2.5a.75.75 0 010 1.5H20v6a2.5 2.5 0 01-5 0v-6h-.75a.75.75 0 010-1.5h2.5V8l-1.3-.56a.75.75 0 01-.43-.87l1-4zm-6.5-.43a.75.75 0 00-1.02.7V6.5a1 1 0 01-2 0V2.83a.75.75 0 00-1.03-.7 5.5 5.5 0 00-.5 10v7.33a2.54 2.54 0 005.07 0v-7.33a5.5 5.5 0 00-.51-10z", fill: primaryFill }));
|
|
60993
|
+
};
|
|
60994
|
+
export const WrenchScrewdriver24Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchScrewdriver24FilledIcon({}), 'WrenchScrewdriver24Filled');
|
|
60995
|
+
const WrenchScrewdriver24RegularIcon = (iconProps) => {
|
|
60996
|
+
const { className, primaryFill } = iconProps;
|
|
60997
|
+
return React.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
60998
|
+
React.createElement("path", { d: "M16.02 2.57a.75.75 0 01.73-.57h1.5c.34 0 .64.23.73.57l1 4c.09.36-.1.72-.43.87l-1.3.55V12h2.5a.75.75 0 010 1.5H20v6a2.5 2.5 0 01-5 0v-6h-.75a.75.75 0 010-1.5h2.5V8l-1.3-.56a.75.75 0 01-.43-.87l1-4zm1.32.93l-.7 2.81.86.37.87-.37-.7-2.81h-.33zm-.84 16a1 1 0 102 0v-6h-2v6zM8.83 2.21c.2-.14.47-.17.7-.07a5.5 5.5 0 01.5 10v7.32a2.54 2.54 0 01-5.07 0v-7.33a5.5 5.5 0 01.51-10 .75.75 0 011.03.7V6.5a1 1 0 102 0V2.83c0-.25.12-.48.33-.62zM10 4.13V6.5a2.5 2.5 0 01-5 0V4.13a4 4 0 001 6.83c.28.11.46.39.46.7v7.8a1.04 1.04 0 002.08 0v-7.8c0-.31.18-.59.46-.7a4 4 0 001-6.83z", fill: primaryFill }));
|
|
60999
|
+
};
|
|
61000
|
+
export const WrenchScrewdriver24Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchScrewdriver24RegularIcon({}), 'WrenchScrewdriver24Regular');
|
|
59412
61001
|
const XboxConsole20FilledIcon = (iconProps) => {
|
|
59413
61002
|
const { className, primaryFill } = iconProps;
|
|
59414
61003
|
return React.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|