@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/icons.js
CHANGED
|
@@ -521,13 +521,13 @@ export const AppFolderRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppFolderRe
|
|
|
521
521
|
const AppGenericFilledIcon = (iconProps) => {
|
|
522
522
|
const { className, primaryFill } = iconProps;
|
|
523
523
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
524
|
-
React.createElement("path", { d: "M5.
|
|
524
|
+
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 }));
|
|
525
525
|
};
|
|
526
526
|
export const AppGenericFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppGenericFilledIcon({}), 'AppGenericFilled');
|
|
527
527
|
const AppGenericRegularIcon = (iconProps) => {
|
|
528
528
|
const { className, primaryFill } = iconProps;
|
|
529
529
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
530
|
-
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.
|
|
530
|
+
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 }));
|
|
531
531
|
};
|
|
532
532
|
export const AppGenericRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ AppGenericRegularIcon({}), 'AppGenericRegular');
|
|
533
533
|
const AppRecentFilledIcon = (iconProps) => {
|
|
@@ -1123,6 +1123,30 @@ const ArrowForwardRegularIcon = (iconProps) => {
|
|
|
1123
1123
|
React.createElement("path", { d: "M16.3 9l-3.4 3.39a.5.5 0 00.64.76l.07-.05 4.24-4.25a.5.5 0 00.06-.63l-.06-.07-4.24-4.25a.5.5 0 00-.76.64l.05.07L16.3 8H10a7.5 7.5 0 00-7.5 7.26v.24a.5.5 0 001 0A6.5 6.5 0 019.77 9h6.53z", fill: primaryFill }));
|
|
1124
1124
|
};
|
|
1125
1125
|
export const ArrowForwardRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardRegularIcon({}), 'ArrowForwardRegular');
|
|
1126
|
+
const ArrowForwardDownLightningFilledIcon = (iconProps) => {
|
|
1127
|
+
const { className, primaryFill } = iconProps;
|
|
1128
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1129
|
+
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 }));
|
|
1130
|
+
};
|
|
1131
|
+
export const ArrowForwardDownLightningFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownLightningFilledIcon({}), 'ArrowForwardDownLightningFilled');
|
|
1132
|
+
const ArrowForwardDownLightningRegularIcon = (iconProps) => {
|
|
1133
|
+
const { className, primaryFill } = iconProps;
|
|
1134
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1135
|
+
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 }));
|
|
1136
|
+
};
|
|
1137
|
+
export const ArrowForwardDownLightningRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownLightningRegularIcon({}), 'ArrowForwardDownLightningRegular');
|
|
1138
|
+
const ArrowForwardDownPersonFilledIcon = (iconProps) => {
|
|
1139
|
+
const { className, primaryFill } = iconProps;
|
|
1140
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1141
|
+
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 }));
|
|
1142
|
+
};
|
|
1143
|
+
export const ArrowForwardDownPersonFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownPersonFilledIcon({}), 'ArrowForwardDownPersonFilled');
|
|
1144
|
+
const ArrowForwardDownPersonRegularIcon = (iconProps) => {
|
|
1145
|
+
const { className, primaryFill } = iconProps;
|
|
1146
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1147
|
+
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 }));
|
|
1148
|
+
};
|
|
1149
|
+
export const ArrowForwardDownPersonRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowForwardDownPersonRegularIcon({}), 'ArrowForwardDownPersonRegular');
|
|
1126
1150
|
const ArrowHookDownLeftFilledIcon = (iconProps) => {
|
|
1127
1151
|
const { className, primaryFill } = iconProps;
|
|
1128
1152
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -1693,6 +1717,30 @@ const ArrowTrendingSettingsRegularIcon = (iconProps) => {
|
|
|
1693
1717
|
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.43 8.44a2 2 0 01-1.44 2.48l-.46.12a4.74 4.74 0 00.01 1.01l.35.09A2 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-.15-.55a2 2 0 011.43-2.48l.46-.12a4.73 4.73 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.16.55zm2.43 4.06a1 1 0 110-2 1 1 0 010 2z", fill: primaryFill }));
|
|
1694
1718
|
};
|
|
1695
1719
|
export const ArrowTrendingSettingsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingSettingsRegularIcon({}), 'ArrowTrendingSettingsRegular');
|
|
1720
|
+
const ArrowTrendingTextFilledIcon = (iconProps) => {
|
|
1721
|
+
const { className, primaryFill } = iconProps;
|
|
1722
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1723
|
+
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 }));
|
|
1724
|
+
};
|
|
1725
|
+
export const ArrowTrendingTextFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingTextFilledIcon({}), 'ArrowTrendingTextFilled');
|
|
1726
|
+
const ArrowTrendingTextRegularIcon = (iconProps) => {
|
|
1727
|
+
const { className, primaryFill } = iconProps;
|
|
1728
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1729
|
+
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 }));
|
|
1730
|
+
};
|
|
1731
|
+
export const ArrowTrendingTextRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingTextRegularIcon({}), 'ArrowTrendingTextRegular');
|
|
1732
|
+
const ArrowTrendingWrenchFilledIcon = (iconProps) => {
|
|
1733
|
+
const { className, primaryFill } = iconProps;
|
|
1734
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1735
|
+
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 }));
|
|
1736
|
+
};
|
|
1737
|
+
export const ArrowTrendingWrenchFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingWrenchFilledIcon({}), 'ArrowTrendingWrenchFilled');
|
|
1738
|
+
const ArrowTrendingWrenchRegularIcon = (iconProps) => {
|
|
1739
|
+
const { className, primaryFill } = iconProps;
|
|
1740
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1741
|
+
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 }));
|
|
1742
|
+
};
|
|
1743
|
+
export const ArrowTrendingWrenchRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ArrowTrendingWrenchRegularIcon({}), 'ArrowTrendingWrenchRegular');
|
|
1696
1744
|
const ArrowTurnBidirectionalDownRightFilledIcon = (iconProps) => {
|
|
1697
1745
|
const { className, primaryFill } = iconProps;
|
|
1698
1746
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -1992,112 +2040,136 @@ const Battery0RegularIcon = (iconProps) => {
|
|
|
1992
2040
|
React.createElement("path", { d: "M13.5 5.05a2.5 2.5 0 012.5 2.5v.84h1.17a.83.83 0 01.83.83v1.67a.83.83 0 01-.83.83H16v.83a2.5 2.5 0 01-2.5 2.5h-9a2.5 2.5 0 01-2.5-2.5v-5a2.5 2.5 0 012.5-2.5h9zm.25.95H4.5c-.65 0-1.4.5-1.5 1.13v5.62c0 .64.5 1.17 1.12 1.24h9.63c.65 0 1.18-.49 1.24-1.12l.01-.12v-5.5c0-.65-.5-1.18-1.12-1.24L13.75 6z", fill: primaryFill }));
|
|
1993
2041
|
};
|
|
1994
2042
|
export const Battery0Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery0RegularIcon({}), 'Battery0Regular');
|
|
2043
|
+
const Battery10FilledIcon = (iconProps) => {
|
|
2044
|
+
const { className, primaryFill } = iconProps;
|
|
2045
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2046
|
+
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 }));
|
|
2047
|
+
};
|
|
2048
|
+
export const Battery10Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery10FilledIcon({}), 'Battery10Filled');
|
|
2049
|
+
const Battery10RegularIcon = (iconProps) => {
|
|
2050
|
+
const { className, primaryFill } = iconProps;
|
|
2051
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2052
|
+
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 }));
|
|
2053
|
+
};
|
|
2054
|
+
export const Battery10Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery10RegularIcon({}), 'Battery10Regular');
|
|
1995
2055
|
const Battery1FilledIcon = (iconProps) => {
|
|
1996
2056
|
const { className, primaryFill } = iconProps;
|
|
1997
2057
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
1998
|
-
React.createElement("path", { d: "M13.5
|
|
2058
|
+
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 }));
|
|
1999
2059
|
};
|
|
2000
2060
|
export const Battery1Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery1FilledIcon({}), 'Battery1Filled');
|
|
2001
2061
|
const Battery1RegularIcon = (iconProps) => {
|
|
2002
2062
|
const { className, primaryFill } = iconProps;
|
|
2003
2063
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2004
|
-
React.createElement("path", { d: "M13.5
|
|
2064
|
+
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 }));
|
|
2005
2065
|
};
|
|
2006
2066
|
export const Battery1Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery1RegularIcon({}), 'Battery1Regular');
|
|
2067
|
+
const BatteryFilledIcon = (iconProps) => {
|
|
2068
|
+
const { className, primaryFill } = iconProps;
|
|
2069
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2070
|
+
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 }));
|
|
2071
|
+
};
|
|
2072
|
+
export const BatteryFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BatteryFilledIcon({}), 'BatteryFilled');
|
|
2073
|
+
const BatteryRegularIcon = (iconProps) => {
|
|
2074
|
+
const { className, primaryFill } = iconProps;
|
|
2075
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2076
|
+
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 }));
|
|
2077
|
+
};
|
|
2078
|
+
export const BatteryRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BatteryRegularIcon({}), 'BatteryRegular');
|
|
2007
2079
|
const Battery2FilledIcon = (iconProps) => {
|
|
2008
2080
|
const { className, primaryFill } = iconProps;
|
|
2009
2081
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2010
|
-
React.createElement("path", { d: "M4.83
|
|
2082
|
+
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 }));
|
|
2011
2083
|
};
|
|
2012
2084
|
export const Battery2Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery2FilledIcon({}), 'Battery2Filled');
|
|
2013
2085
|
const Battery2RegularIcon = (iconProps) => {
|
|
2014
2086
|
const { className, primaryFill } = iconProps;
|
|
2015
2087
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2016
|
-
React.createElement("path", { d: "M13.5
|
|
2088
|
+
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 }));
|
|
2017
2089
|
};
|
|
2018
2090
|
export const Battery2Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery2RegularIcon({}), 'Battery2Regular');
|
|
2019
2091
|
const Battery3FilledIcon = (iconProps) => {
|
|
2020
2092
|
const { className, primaryFill } = iconProps;
|
|
2021
2093
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2022
|
-
React.createElement("path", { d: "M4.83
|
|
2094
|
+
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 }));
|
|
2023
2095
|
};
|
|
2024
2096
|
export const Battery3Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery3FilledIcon({}), 'Battery3Filled');
|
|
2025
2097
|
const Battery3RegularIcon = (iconProps) => {
|
|
2026
2098
|
const { className, primaryFill } = iconProps;
|
|
2027
2099
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2028
|
-
React.createElement("path", { d: "M13.5
|
|
2100
|
+
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 }));
|
|
2029
2101
|
};
|
|
2030
2102
|
export const Battery3Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery3RegularIcon({}), 'Battery3Regular');
|
|
2031
2103
|
const Battery4FilledIcon = (iconProps) => {
|
|
2032
2104
|
const { className, primaryFill } = iconProps;
|
|
2033
2105
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2034
|
-
React.createElement("path", { d: "M4.83
|
|
2106
|
+
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 }));
|
|
2035
2107
|
};
|
|
2036
2108
|
export const Battery4Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery4FilledIcon({}), 'Battery4Filled');
|
|
2037
2109
|
const Battery4RegularIcon = (iconProps) => {
|
|
2038
2110
|
const { className, primaryFill } = iconProps;
|
|
2039
2111
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2040
|
-
React.createElement("path", { d: "M13.5
|
|
2112
|
+
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 }));
|
|
2041
2113
|
};
|
|
2042
2114
|
export const Battery4Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery4RegularIcon({}), 'Battery4Regular');
|
|
2043
2115
|
const Battery5FilledIcon = (iconProps) => {
|
|
2044
2116
|
const { className, primaryFill } = iconProps;
|
|
2045
2117
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2046
|
-
React.createElement("path", { d: "M4.83
|
|
2118
|
+
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 }));
|
|
2047
2119
|
};
|
|
2048
2120
|
export const Battery5Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery5FilledIcon({}), 'Battery5Filled');
|
|
2049
2121
|
const Battery5RegularIcon = (iconProps) => {
|
|
2050
2122
|
const { className, primaryFill } = iconProps;
|
|
2051
2123
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2052
|
-
React.createElement("path", { d: "M13.5
|
|
2124
|
+
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 }));
|
|
2053
2125
|
};
|
|
2054
2126
|
export const Battery5Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery5RegularIcon({}), 'Battery5Regular');
|
|
2055
2127
|
const Battery6FilledIcon = (iconProps) => {
|
|
2056
2128
|
const { className, primaryFill } = iconProps;
|
|
2057
2129
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2058
|
-
React.createElement("path", { d: "M4.83
|
|
2130
|
+
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 }));
|
|
2059
2131
|
};
|
|
2060
2132
|
export const Battery6Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery6FilledIcon({}), 'Battery6Filled');
|
|
2061
2133
|
const Battery6RegularIcon = (iconProps) => {
|
|
2062
2134
|
const { className, primaryFill } = iconProps;
|
|
2063
2135
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2064
|
-
React.createElement("path", { d: "M13.5
|
|
2136
|
+
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 }));
|
|
2065
2137
|
};
|
|
2066
2138
|
export const Battery6Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery6RegularIcon({}), 'Battery6Regular');
|
|
2067
2139
|
const Battery7FilledIcon = (iconProps) => {
|
|
2068
2140
|
const { className, primaryFill } = iconProps;
|
|
2069
2141
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2070
|
-
React.createElement("path", { d: "M4.83
|
|
2142
|
+
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 }));
|
|
2071
2143
|
};
|
|
2072
2144
|
export const Battery7Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery7FilledIcon({}), 'Battery7Filled');
|
|
2073
2145
|
const Battery7RegularIcon = (iconProps) => {
|
|
2074
2146
|
const { className, primaryFill } = iconProps;
|
|
2075
2147
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2076
|
-
React.createElement("path", { d: "M13.5
|
|
2148
|
+
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 }));
|
|
2077
2149
|
};
|
|
2078
2150
|
export const Battery7Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery7RegularIcon({}), 'Battery7Regular');
|
|
2079
2151
|
const Battery8FilledIcon = (iconProps) => {
|
|
2080
2152
|
const { className, primaryFill } = iconProps;
|
|
2081
2153
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2082
|
-
React.createElement("path", { d: "M4.83
|
|
2154
|
+
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 }));
|
|
2083
2155
|
};
|
|
2084
2156
|
export const Battery8Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery8FilledIcon({}), 'Battery8Filled');
|
|
2085
2157
|
const Battery8RegularIcon = (iconProps) => {
|
|
2086
2158
|
const { className, primaryFill } = iconProps;
|
|
2087
2159
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2088
|
-
React.createElement("path", { d: "M13.5
|
|
2160
|
+
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 }));
|
|
2089
2161
|
};
|
|
2090
2162
|
export const Battery8Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery8RegularIcon({}), 'Battery8Regular');
|
|
2091
2163
|
const Battery9FilledIcon = (iconProps) => {
|
|
2092
2164
|
const { className, primaryFill } = iconProps;
|
|
2093
2165
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2094
|
-
React.createElement("path", { d: "M4.83
|
|
2166
|
+
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 }));
|
|
2095
2167
|
};
|
|
2096
2168
|
export const Battery9Filled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery9FilledIcon({}), 'Battery9Filled');
|
|
2097
2169
|
const Battery9RegularIcon = (iconProps) => {
|
|
2098
2170
|
const { className, primaryFill } = iconProps;
|
|
2099
2171
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2100
|
-
React.createElement("path", { d: "M13.5
|
|
2172
|
+
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 }));
|
|
2101
2173
|
};
|
|
2102
2174
|
export const Battery9Regular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Battery9RegularIcon({}), 'Battery9Regular');
|
|
2103
2175
|
const BatteryChargeFilledIcon = (iconProps) => {
|
|
@@ -2360,6 +2432,42 @@ const BookAddRegularIcon = (iconProps) => {
|
|
|
2360
2432
|
React.createElement("path", { d: "M14 3H6a1 1 0 00-1 1v11h4.02c.03.34.1.68.19 1H5a1 1 0 001 1h3.6c.18.36.4.7.66 1H6a2 2 0 01-2-2V4c0-1.1.9-2 2-2h8a2 2 0 012 2v5.2c-.32-.08-.66-.15-1-.18V4a1 1 0 00-1-1zM6 5v1a1 1 0 001 1h6a1 1 0 001-1V5a1 1 0 00-1-1H7a1 1 0 00-1 1zm1 0h6v1H7V5zm12 9.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4-2a.5.5 0 00-1 0V14h-1.5a.5.5 0 000 1H14v1.5a.5.5 0 001 0V15h1.5a.5.5 0 000-1H15v-1.5z", fill: primaryFill }));
|
|
2361
2433
|
};
|
|
2362
2434
|
export const BookAddRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookAddRegularIcon({}), 'BookAddRegular');
|
|
2435
|
+
const BookClockFilledIcon = (iconProps) => {
|
|
2436
|
+
const { className, primaryFill } = iconProps;
|
|
2437
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2438
|
+
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 }));
|
|
2439
|
+
};
|
|
2440
|
+
export const BookClockFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookClockFilledIcon({}), 'BookClockFilled');
|
|
2441
|
+
const BookClockRegularIcon = (iconProps) => {
|
|
2442
|
+
const { className, primaryFill } = iconProps;
|
|
2443
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2444
|
+
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 }));
|
|
2445
|
+
};
|
|
2446
|
+
export const BookClockRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookClockRegularIcon({}), 'BookClockRegular');
|
|
2447
|
+
const BookCoinsFilledIcon = (iconProps) => {
|
|
2448
|
+
const { className, primaryFill } = iconProps;
|
|
2449
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2450
|
+
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 }));
|
|
2451
|
+
};
|
|
2452
|
+
export const BookCoinsFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCoinsFilledIcon({}), 'BookCoinsFilled');
|
|
2453
|
+
const BookCoinsRegularIcon = (iconProps) => {
|
|
2454
|
+
const { className, primaryFill } = iconProps;
|
|
2455
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2456
|
+
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 }));
|
|
2457
|
+
};
|
|
2458
|
+
export const BookCoinsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCoinsRegularIcon({}), 'BookCoinsRegular');
|
|
2459
|
+
const BookCompassFilledIcon = (iconProps) => {
|
|
2460
|
+
const { className, primaryFill } = iconProps;
|
|
2461
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2462
|
+
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 }));
|
|
2463
|
+
};
|
|
2464
|
+
export const BookCompassFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCompassFilledIcon({}), 'BookCompassFilled');
|
|
2465
|
+
const BookCompassRegularIcon = (iconProps) => {
|
|
2466
|
+
const { className, primaryFill } = iconProps;
|
|
2467
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2468
|
+
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 }));
|
|
2469
|
+
};
|
|
2470
|
+
export const BookCompassRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookCompassRegularIcon({}), 'BookCompassRegular');
|
|
2363
2471
|
const BookContactsFilledIcon = (iconProps) => {
|
|
2364
2472
|
const { className, primaryFill } = iconProps;
|
|
2365
2473
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2372,6 +2480,66 @@ const BookContactsRegularIcon = (iconProps) => {
|
|
|
2372
2480
|
React.createElement("path", { d: "M11.5 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM7 10.75V11c0 1.1.9 2 2 2h2a2 2 0 002-2v-.25a.75.75 0 00-.75-.75h-4.5a.75.75 0 00-.75.75zM4 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-1h8z", fill: primaryFill }));
|
|
2373
2481
|
};
|
|
2374
2482
|
export const BookContactsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookContactsRegularIcon({}), 'BookContactsRegular');
|
|
2483
|
+
const BookDatabaseFilledIcon = (iconProps) => {
|
|
2484
|
+
const { className, primaryFill } = iconProps;
|
|
2485
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2486
|
+
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 }));
|
|
2487
|
+
};
|
|
2488
|
+
export const BookDatabaseFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookDatabaseFilledIcon({}), 'BookDatabaseFilled');
|
|
2489
|
+
const BookDatabaseRegularIcon = (iconProps) => {
|
|
2490
|
+
const { className, primaryFill } = iconProps;
|
|
2491
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2492
|
+
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 }));
|
|
2493
|
+
};
|
|
2494
|
+
export const BookDatabaseRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookDatabaseRegularIcon({}), 'BookDatabaseRegular');
|
|
2495
|
+
const BookExclamationMarkFilledIcon = (iconProps) => {
|
|
2496
|
+
const { className, primaryFill } = iconProps;
|
|
2497
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2498
|
+
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 }));
|
|
2499
|
+
};
|
|
2500
|
+
export const BookExclamationMarkFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookExclamationMarkFilledIcon({}), 'BookExclamationMarkFilled');
|
|
2501
|
+
const BookExclamationMarkRegularIcon = (iconProps) => {
|
|
2502
|
+
const { className, primaryFill } = iconProps;
|
|
2503
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2504
|
+
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 }));
|
|
2505
|
+
};
|
|
2506
|
+
export const BookExclamationMarkRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookExclamationMarkRegularIcon({}), 'BookExclamationMarkRegular');
|
|
2507
|
+
const BookGlobeFilledIcon = (iconProps) => {
|
|
2508
|
+
const { className, primaryFill } = iconProps;
|
|
2509
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2510
|
+
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 }));
|
|
2511
|
+
};
|
|
2512
|
+
export const BookGlobeFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookGlobeFilledIcon({}), 'BookGlobeFilled');
|
|
2513
|
+
const BookGlobeRegularIcon = (iconProps) => {
|
|
2514
|
+
const { className, primaryFill } = iconProps;
|
|
2515
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2516
|
+
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 }));
|
|
2517
|
+
};
|
|
2518
|
+
export const BookGlobeRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookGlobeRegularIcon({}), 'BookGlobeRegular');
|
|
2519
|
+
const BookInformationFilledIcon = (iconProps) => {
|
|
2520
|
+
const { className, primaryFill } = iconProps;
|
|
2521
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2522
|
+
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 }));
|
|
2523
|
+
};
|
|
2524
|
+
export const BookInformationFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookInformationFilledIcon({}), 'BookInformationFilled');
|
|
2525
|
+
const BookInformationRegularIcon = (iconProps) => {
|
|
2526
|
+
const { className, primaryFill } = iconProps;
|
|
2527
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2528
|
+
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 }));
|
|
2529
|
+
};
|
|
2530
|
+
export const BookInformationRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookInformationRegularIcon({}), 'BookInformationRegular');
|
|
2531
|
+
const BookLetterFilledIcon = (iconProps) => {
|
|
2532
|
+
const { className, primaryFill } = iconProps;
|
|
2533
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2534
|
+
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 }));
|
|
2535
|
+
};
|
|
2536
|
+
export const BookLetterFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookLetterFilledIcon({}), 'BookLetterFilled');
|
|
2537
|
+
const BookLetterRegularIcon = (iconProps) => {
|
|
2538
|
+
const { className, primaryFill } = iconProps;
|
|
2539
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2540
|
+
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 }));
|
|
2541
|
+
};
|
|
2542
|
+
export const BookLetterRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookLetterRegularIcon({}), 'BookLetterRegular');
|
|
2375
2543
|
const BookNumberFilledIcon = (iconProps) => {
|
|
2376
2544
|
const { className, primaryFill } = iconProps;
|
|
2377
2545
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2422,6 +2590,78 @@ const BookOpenMicrophoneRegularIcon = (iconProps) => {
|
|
|
2422
2590
|
React.createElement("path", { d: "M10 16c-.46.6-1.18 1-2 1H3.5A1.5 1.5 0 012 15.5v-11C2 3.67 2.67 3 3.5 3H8c.82 0 1.54.4 2 1 .46-.6 1.18-1 2-1h4.5c.83 0 1.5.67 1.5 1.5v7c0-.82-.4-1.54-1-2v-5a.5.5 0 00-.5-.5H12c-.83 0-1.5.67-1.5 1.5v9c0 .52.27.99.68 1.25.13.45.32.86.57 1.24A2.5 2.5 0 0110 16zM3 4.5v11c0 .28.22.5.5.5H8c.83 0 1.5-.67 1.5-1.5v-9C9.5 4.67 8.83 4 8 4H3.5a.5.5 0 00-.5.5zm14.43 11.6c.35-.44.57-1 .57-1.6a.5.5 0 011 0 3.5 3.5 0 01-3 3.46v.54a.5.5 0 01-1 0v-.54a3.49 3.49 0 01-3-3.46.5.5 0 011 0 2.49 2.49 0 002.5 2.5 2.5 2.5 0 001.93-.9zM14 11.5a1.5 1.5 0 013 0v3a1.5 1.5 0 01-3 0v-3z", fill: primaryFill }));
|
|
2423
2591
|
};
|
|
2424
2592
|
export const BookOpenMicrophoneRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookOpenMicrophoneRegularIcon({}), 'BookOpenMicrophoneRegular');
|
|
2593
|
+
const BookPulseFilledIcon = (iconProps) => {
|
|
2594
|
+
const { className, primaryFill } = iconProps;
|
|
2595
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2596
|
+
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 }));
|
|
2597
|
+
};
|
|
2598
|
+
export const BookPulseFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookPulseFilledIcon({}), 'BookPulseFilled');
|
|
2599
|
+
const BookPulseRegularIcon = (iconProps) => {
|
|
2600
|
+
const { className, primaryFill } = iconProps;
|
|
2601
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2602
|
+
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 }));
|
|
2603
|
+
};
|
|
2604
|
+
export const BookPulseRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookPulseRegularIcon({}), 'BookPulseRegular');
|
|
2605
|
+
const BookQuestionMarkFilledIcon = (iconProps) => {
|
|
2606
|
+
const { className, primaryFill } = iconProps;
|
|
2607
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2608
|
+
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 }));
|
|
2609
|
+
};
|
|
2610
|
+
export const BookQuestionMarkFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkFilledIcon({}), 'BookQuestionMarkFilled');
|
|
2611
|
+
const BookQuestionMarkRegularIcon = (iconProps) => {
|
|
2612
|
+
const { className, primaryFill } = iconProps;
|
|
2613
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2614
|
+
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 }));
|
|
2615
|
+
};
|
|
2616
|
+
export const BookQuestionMarkRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkRegularIcon({}), 'BookQuestionMarkRegular');
|
|
2617
|
+
const BookQuestionMarkRtlFilledIcon = (iconProps) => {
|
|
2618
|
+
const { className, primaryFill } = iconProps;
|
|
2619
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2620
|
+
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 }));
|
|
2621
|
+
};
|
|
2622
|
+
export const BookQuestionMarkRtlFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkRtlFilledIcon({}), 'BookQuestionMarkRtlFilled');
|
|
2623
|
+
const BookQuestionMarkRtlRegularIcon = (iconProps) => {
|
|
2624
|
+
const { className, primaryFill } = iconProps;
|
|
2625
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2626
|
+
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 }));
|
|
2627
|
+
};
|
|
2628
|
+
export const BookQuestionMarkRtlRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookQuestionMarkRtlRegularIcon({}), 'BookQuestionMarkRtlRegular');
|
|
2629
|
+
const BookSearchFilledIcon = (iconProps) => {
|
|
2630
|
+
const { className, primaryFill } = iconProps;
|
|
2631
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2632
|
+
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 }));
|
|
2633
|
+
};
|
|
2634
|
+
export const BookSearchFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookSearchFilledIcon({}), 'BookSearchFilled');
|
|
2635
|
+
const BookSearchRegularIcon = (iconProps) => {
|
|
2636
|
+
const { className, primaryFill } = iconProps;
|
|
2637
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2638
|
+
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 }));
|
|
2639
|
+
};
|
|
2640
|
+
export const BookSearchRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookSearchRegularIcon({}), 'BookSearchRegular');
|
|
2641
|
+
const BookStarFilledIcon = (iconProps) => {
|
|
2642
|
+
const { className, primaryFill } = iconProps;
|
|
2643
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2644
|
+
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 }));
|
|
2645
|
+
};
|
|
2646
|
+
export const BookStarFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookStarFilledIcon({}), 'BookStarFilled');
|
|
2647
|
+
const BookStarRegularIcon = (iconProps) => {
|
|
2648
|
+
const { className, primaryFill } = iconProps;
|
|
2649
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2650
|
+
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 }));
|
|
2651
|
+
};
|
|
2652
|
+
export const BookStarRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookStarRegularIcon({}), 'BookStarRegular');
|
|
2653
|
+
const BookThetaFilledIcon = (iconProps) => {
|
|
2654
|
+
const { className, primaryFill } = iconProps;
|
|
2655
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2656
|
+
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 }));
|
|
2657
|
+
};
|
|
2658
|
+
export const BookThetaFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookThetaFilledIcon({}), 'BookThetaFilled');
|
|
2659
|
+
const BookThetaRegularIcon = (iconProps) => {
|
|
2660
|
+
const { className, primaryFill } = iconProps;
|
|
2661
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2662
|
+
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 }));
|
|
2663
|
+
};
|
|
2664
|
+
export const BookThetaRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookThetaRegularIcon({}), 'BookThetaRegular');
|
|
2425
2665
|
const BookToolboxFilledIcon = (iconProps) => {
|
|
2426
2666
|
const { className, primaryFill } = iconProps;
|
|
2427
2667
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2472,6 +2712,18 @@ const BookmarkMultipleRegularIcon = (iconProps) => {
|
|
|
2472
2712
|
React.createElement("path", { d: "M6 4a2 2 0 00-2 2v11.5a.5.5 0 00.78.42L9 15.1l4.22 2.82a.5.5 0 00.78-.42V6a2 2 0 00-2-2H6zM5 6a1 1 0 011-1h6a1 1 0 011 1v10.57l-3.72-2.49a.5.5 0 00-.56 0L5 16.57V6z", fill: primaryFill }));
|
|
2473
2713
|
};
|
|
2474
2714
|
export const BookmarkMultipleRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookmarkMultipleRegularIcon({}), 'BookmarkMultipleRegular');
|
|
2715
|
+
const BookmarkOffFilledIcon = (iconProps) => {
|
|
2716
|
+
const { className, primaryFill } = iconProps;
|
|
2717
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2718
|
+
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 }));
|
|
2719
|
+
};
|
|
2720
|
+
export const BookmarkOffFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookmarkOffFilledIcon({}), 'BookmarkOffFilled');
|
|
2721
|
+
const BookmarkOffRegularIcon = (iconProps) => {
|
|
2722
|
+
const { className, primaryFill } = iconProps;
|
|
2723
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2724
|
+
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 }));
|
|
2725
|
+
};
|
|
2726
|
+
export const BookmarkOffRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BookmarkOffRegularIcon({}), 'BookmarkOffRegular');
|
|
2475
2727
|
const BookmarkSearchFilledIcon = (iconProps) => {
|
|
2476
2728
|
const { className, primaryFill } = iconProps;
|
|
2477
2729
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2496,6 +2748,150 @@ const BorderAllRegularIcon = (iconProps) => {
|
|
|
2496
2748
|
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 2v3.5h5.5V4H6zm4.5 0v5.5H16V6a2 2 0 00-2-2h-3.5zm5.5 6.5h-5.5V16H14a2 2 0 002-2v-3.5zM9.5 16v-5.5H4V14c0 1.1.9 2 2 2h3.5z", fill: primaryFill }));
|
|
2497
2749
|
};
|
|
2498
2750
|
export const BorderAllRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderAllRegularIcon({}), 'BorderAllRegular');
|
|
2751
|
+
const BorderBottomFilledIcon = (iconProps) => {
|
|
2752
|
+
const { className, primaryFill } = iconProps;
|
|
2753
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2754
|
+
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 }));
|
|
2755
|
+
};
|
|
2756
|
+
export const BorderBottomFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomFilledIcon({}), 'BorderBottomFilled');
|
|
2757
|
+
const BorderBottomRegularIcon = (iconProps) => {
|
|
2758
|
+
const { className, primaryFill } = iconProps;
|
|
2759
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2760
|
+
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 }));
|
|
2761
|
+
};
|
|
2762
|
+
export const BorderBottomRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomRegularIcon({}), 'BorderBottomRegular');
|
|
2763
|
+
const BorderBottomDoubleFilledIcon = (iconProps) => {
|
|
2764
|
+
const { className, primaryFill } = iconProps;
|
|
2765
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2766
|
+
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 }));
|
|
2767
|
+
};
|
|
2768
|
+
export const BorderBottomDoubleFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomDoubleFilledIcon({}), 'BorderBottomDoubleFilled');
|
|
2769
|
+
const BorderBottomDoubleRegularIcon = (iconProps) => {
|
|
2770
|
+
const { className, primaryFill } = iconProps;
|
|
2771
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2772
|
+
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 }));
|
|
2773
|
+
};
|
|
2774
|
+
export const BorderBottomDoubleRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomDoubleRegularIcon({}), 'BorderBottomDoubleRegular');
|
|
2775
|
+
const BorderBottomThickFilledIcon = (iconProps) => {
|
|
2776
|
+
const { className, primaryFill } = iconProps;
|
|
2777
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2778
|
+
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 }));
|
|
2779
|
+
};
|
|
2780
|
+
export const BorderBottomThickFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomThickFilledIcon({}), 'BorderBottomThickFilled');
|
|
2781
|
+
const BorderBottomThickRegularIcon = (iconProps) => {
|
|
2782
|
+
const { className, primaryFill } = iconProps;
|
|
2783
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2784
|
+
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 }));
|
|
2785
|
+
};
|
|
2786
|
+
export const BorderBottomThickRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderBottomThickRegularIcon({}), 'BorderBottomThickRegular');
|
|
2787
|
+
const BorderLeftFilledIcon = (iconProps) => {
|
|
2788
|
+
const { className, primaryFill } = iconProps;
|
|
2789
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2790
|
+
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 }));
|
|
2791
|
+
};
|
|
2792
|
+
export const BorderLeftFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderLeftFilledIcon({}), 'BorderLeftFilled');
|
|
2793
|
+
const BorderLeftRegularIcon = (iconProps) => {
|
|
2794
|
+
const { className, primaryFill } = iconProps;
|
|
2795
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2796
|
+
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 }));
|
|
2797
|
+
};
|
|
2798
|
+
export const BorderLeftRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderLeftRegularIcon({}), 'BorderLeftRegular');
|
|
2799
|
+
const BorderNoneFilledIcon = (iconProps) => {
|
|
2800
|
+
const { className, primaryFill } = iconProps;
|
|
2801
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2802
|
+
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 }));
|
|
2803
|
+
};
|
|
2804
|
+
export const BorderNoneFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderNoneFilledIcon({}), 'BorderNoneFilled');
|
|
2805
|
+
const BorderNoneRegularIcon = (iconProps) => {
|
|
2806
|
+
const { className, primaryFill } = iconProps;
|
|
2807
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2808
|
+
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 }));
|
|
2809
|
+
};
|
|
2810
|
+
export const BorderNoneRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderNoneRegularIcon({}), 'BorderNoneRegular');
|
|
2811
|
+
const BorderOutsideFilledIcon = (iconProps) => {
|
|
2812
|
+
const { className, primaryFill } = iconProps;
|
|
2813
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2814
|
+
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 }));
|
|
2815
|
+
};
|
|
2816
|
+
export const BorderOutsideFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideFilledIcon({}), 'BorderOutsideFilled');
|
|
2817
|
+
const BorderOutsideRegularIcon = (iconProps) => {
|
|
2818
|
+
const { className, primaryFill } = iconProps;
|
|
2819
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2820
|
+
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 }));
|
|
2821
|
+
};
|
|
2822
|
+
export const BorderOutsideRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideRegularIcon({}), 'BorderOutsideRegular');
|
|
2823
|
+
const BorderOutsideThickFilledIcon = (iconProps) => {
|
|
2824
|
+
const { className, primaryFill } = iconProps;
|
|
2825
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2826
|
+
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 }));
|
|
2827
|
+
};
|
|
2828
|
+
export const BorderOutsideThickFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideThickFilledIcon({}), 'BorderOutsideThickFilled');
|
|
2829
|
+
const BorderOutsideThickRegularIcon = (iconProps) => {
|
|
2830
|
+
const { className, primaryFill } = iconProps;
|
|
2831
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2832
|
+
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 }));
|
|
2833
|
+
};
|
|
2834
|
+
export const BorderOutsideThickRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderOutsideThickRegularIcon({}), 'BorderOutsideThickRegular');
|
|
2835
|
+
const BorderRightFilledIcon = (iconProps) => {
|
|
2836
|
+
const { className, primaryFill } = iconProps;
|
|
2837
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2838
|
+
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 }));
|
|
2839
|
+
};
|
|
2840
|
+
export const BorderRightFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderRightFilledIcon({}), 'BorderRightFilled');
|
|
2841
|
+
const BorderRightRegularIcon = (iconProps) => {
|
|
2842
|
+
const { className, primaryFill } = iconProps;
|
|
2843
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2844
|
+
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 }));
|
|
2845
|
+
};
|
|
2846
|
+
export const BorderRightRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderRightRegularIcon({}), 'BorderRightRegular');
|
|
2847
|
+
const BorderTopFilledIcon = (iconProps) => {
|
|
2848
|
+
const { className, primaryFill } = iconProps;
|
|
2849
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2850
|
+
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 }));
|
|
2851
|
+
};
|
|
2852
|
+
export const BorderTopFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopFilledIcon({}), 'BorderTopFilled');
|
|
2853
|
+
const BorderTopRegularIcon = (iconProps) => {
|
|
2854
|
+
const { className, primaryFill } = iconProps;
|
|
2855
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2856
|
+
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 }));
|
|
2857
|
+
};
|
|
2858
|
+
export const BorderTopRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopRegularIcon({}), 'BorderTopRegular');
|
|
2859
|
+
const BorderTopBottomFilledIcon = (iconProps) => {
|
|
2860
|
+
const { className, primaryFill } = iconProps;
|
|
2861
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2862
|
+
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 }));
|
|
2863
|
+
};
|
|
2864
|
+
export const BorderTopBottomFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomFilledIcon({}), 'BorderTopBottomFilled');
|
|
2865
|
+
const BorderTopBottomRegularIcon = (iconProps) => {
|
|
2866
|
+
const { className, primaryFill } = iconProps;
|
|
2867
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2868
|
+
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 }));
|
|
2869
|
+
};
|
|
2870
|
+
export const BorderTopBottomRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomRegularIcon({}), 'BorderTopBottomRegular');
|
|
2871
|
+
const BorderTopBottomDoubleFilledIcon = (iconProps) => {
|
|
2872
|
+
const { className, primaryFill } = iconProps;
|
|
2873
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2874
|
+
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 }));
|
|
2875
|
+
};
|
|
2876
|
+
export const BorderTopBottomDoubleFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomDoubleFilledIcon({}), 'BorderTopBottomDoubleFilled');
|
|
2877
|
+
const BorderTopBottomDoubleRegularIcon = (iconProps) => {
|
|
2878
|
+
const { className, primaryFill } = iconProps;
|
|
2879
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2880
|
+
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 }));
|
|
2881
|
+
};
|
|
2882
|
+
export const BorderTopBottomDoubleRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomDoubleRegularIcon({}), 'BorderTopBottomDoubleRegular');
|
|
2883
|
+
const BorderTopBottomThickFilledIcon = (iconProps) => {
|
|
2884
|
+
const { className, primaryFill } = iconProps;
|
|
2885
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2886
|
+
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 }));
|
|
2887
|
+
};
|
|
2888
|
+
export const BorderTopBottomThickFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomThickFilledIcon({}), 'BorderTopBottomThickFilled');
|
|
2889
|
+
const BorderTopBottomThickRegularIcon = (iconProps) => {
|
|
2890
|
+
const { className, primaryFill } = iconProps;
|
|
2891
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
2892
|
+
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 }));
|
|
2893
|
+
};
|
|
2894
|
+
export const BorderTopBottomThickRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BorderTopBottomThickRegularIcon({}), 'BorderTopBottomThickRegular');
|
|
2499
2895
|
const BotFilledIcon = (iconProps) => {
|
|
2500
2896
|
const { className, primaryFill } = iconProps;
|
|
2501
2897
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2620,6 +3016,18 @@ const BrainCircuitRegularIcon = (iconProps) => {
|
|
|
2620
3016
|
React.createElement("path", { d: "M6.13 2.8A3.9 3.9 0 018.5 2a1.76 1.76 0 011.5.78A1.76 1.76 0 0111.5 2c.85 0 1.71.28 2.37.8.52.4.93.97 1.07 1.65.33.02.63.16.88.36.39.31.66.78.84 1.27.27.77.35 1.74.06 2.57l.21.12c.28.19.49.45.64.76.3.6.43 1.44.43 2.47a3 3 0 01-.99 2.38c-.34.3-.72.47-1.05.55-.1.56-.38 1.2-.82 1.76A3.34 3.34 0 0112.5 18c-.94 0-1.69-.52-2.17-1.03a4.25 4.25 0 01-.33-.38c-.1.12-.2.25-.33.38A3.06 3.06 0 017.5 18c-1.19 0-2.07-.6-2.64-1.31a4.06 4.06 0 01-.82-1.76c-.33-.08-.7-.25-1.05-.55A3 3 0 012 12c0-1.03.13-1.87.43-2.47a1.91 1.91 0 01.85-.88c-.29-.83-.21-1.8.06-2.57.18-.49.45-.96.84-1.27.25-.2.55-.34.88-.36.14-.68.55-1.25 1.07-1.66zM9.5 4.5V4.5a1.78 1.78 0 00-.02-.24 2.58 2.58 0 00-.14-.57c-.07-.2-.17-.38-.3-.5A.76.76 0 008.5 3c-.65 0-1.29.22-1.76.58C6.28 3.94 6 4.43 6 5a.5.5 0 01-.66.47c-.19-.06-.35-.02-.53.12-.2.16-.39.45-.53.83-.28.78-.25 1.73.14 2.3A.5.5 0 014.5 9h.75c1.24 0 2.25 1 2.25 2.25v.34a1.5 1.5 0 11-1 0v-.34c0-.69-.56-1.25-1.25-1.25H3.5a.5.5 0 01-.18-.03c-.2.4-.32 1.06-.32 2.03 0 .86.31 1.34.64 1.62.34.3.73.38.86.38.28 0 .5.22.5.5 0 .37.2 1.01.64 1.56.43.54 1.05.94 1.86.94.56 0 1.06-.31 1.45-.72a3.12 3.12 0 00.55-.81V7.5H8.41a1.5 1.5 0 110-1H9.5v-2zm1 10v.97l.01.03.1.2c.1.17.25.38.44.58.39.4.9.72 1.45.72.81 0 1.43-.4 1.86-.94.44-.55.64-1.2.64-1.56 0-.28.22-.5.5-.5.13 0 .52-.08.86-.38.33-.28.64-.76.64-1.62 0-.97-.12-1.63-.32-2.03-.1-.19-.2-.3-.3-.37a.66.66 0 00-.38-.1.5.5 0 01-.42-.78c.39-.57.42-1.52.14-2.3a1.89 1.89 0 00-.53-.83c-.18-.14-.34-.18-.53-.12A.5.5 0 0114 5c0-.57-.28-1.06-.74-1.42A2.91 2.91 0 0011.5 3a.76.76 0 00-.54.19c-.13.11-.23.28-.3.49a2.58 2.58 0 00-.16.81v9.01h.75c.69 0 1.25-.56 1.25-1.25v-1.84a1.5 1.5 0 111 0v1.84c0 1.24-1 2.25-2.25 2.25h-.75zM6.5 7a.5.5 0 101 0 .5.5 0 00-1 0zM13 9.5a.5.5 0 100-1 .5.5 0 000 1zm-6 3a.5.5 0 100 1 .5.5 0 000-1z", fill: primaryFill }));
|
|
2621
3017
|
};
|
|
2622
3018
|
export const BrainCircuitRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrainCircuitRegularIcon({}), 'BrainCircuitRegular');
|
|
3019
|
+
const BranchFilledIcon = (iconProps) => {
|
|
3020
|
+
const { className, primaryFill } = iconProps;
|
|
3021
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3022
|
+
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 }));
|
|
3023
|
+
};
|
|
3024
|
+
export const BranchFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BranchFilledIcon({}), 'BranchFilled');
|
|
3025
|
+
const BranchRegularIcon = (iconProps) => {
|
|
3026
|
+
const { className, primaryFill } = iconProps;
|
|
3027
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3028
|
+
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 }));
|
|
3029
|
+
};
|
|
3030
|
+
export const BranchRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BranchRegularIcon({}), 'BranchRegular');
|
|
2623
3031
|
const BranchCompareFilledIcon = (iconProps) => {
|
|
2624
3032
|
const { className, primaryFill } = iconProps;
|
|
2625
3033
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2718,6 +3126,30 @@ const BriefcaseOffRegularIcon = (iconProps) => {
|
|
|
2718
3126
|
React.createElement("path", { d: "M2.85 2.15a.5.5 0 10-.7.7L5.3 6.01A2.5 2.5 0 003 8.5v5A2.5 2.5 0 005.5 16h9c.24 0 .47-.03.7-.1l1.95 1.95a.5.5 0 00.7-.7l-1.73-1.74-.72-.71L2.85 2.15zM14.3 15H5.5A1.5 1.5 0 014 13.5v-5C4 7.67 4.67 7 5.5 7h.8l8 8zM16 13.5c0 .12-.01.23-.04.34l.78.78c.17-.34.26-.72.26-1.12v-5A2.5 2.5 0 0014.5 6H13V3.5a.5.5 0 00-.5-.5h-5a.5.5 0 00-.5.5v1.38l1 1V4h4v2H8.12l1 1h5.38c.83 0 1.5.67 1.5 1.5v5z", fill: primaryFill }));
|
|
2719
3127
|
};
|
|
2720
3128
|
export const BriefcaseOffRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BriefcaseOffRegularIcon({}), 'BriefcaseOffRegular');
|
|
3129
|
+
const BrightnessHighFilledIcon = (iconProps) => {
|
|
3130
|
+
const { className, primaryFill } = iconProps;
|
|
3131
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3132
|
+
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 }));
|
|
3133
|
+
};
|
|
3134
|
+
export const BrightnessHighFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHighFilledIcon({}), 'BrightnessHighFilled');
|
|
3135
|
+
const BrightnessHighRegularIcon = (iconProps) => {
|
|
3136
|
+
const { className, primaryFill } = iconProps;
|
|
3137
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3138
|
+
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 }));
|
|
3139
|
+
};
|
|
3140
|
+
export const BrightnessHighRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessHighRegularIcon({}), 'BrightnessHighRegular');
|
|
3141
|
+
const BrightnessLowFilledIcon = (iconProps) => {
|
|
3142
|
+
const { className, primaryFill } = iconProps;
|
|
3143
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3144
|
+
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 }));
|
|
3145
|
+
};
|
|
3146
|
+
export const BrightnessLowFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLowFilledIcon({}), 'BrightnessLowFilled');
|
|
3147
|
+
const BrightnessLowRegularIcon = (iconProps) => {
|
|
3148
|
+
const { className, primaryFill } = iconProps;
|
|
3149
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3150
|
+
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 }));
|
|
3151
|
+
};
|
|
3152
|
+
export const BrightnessLowRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BrightnessLowRegularIcon({}), 'BrightnessLowRegular');
|
|
2721
3153
|
const BroadActivityFeedFilledIcon = (iconProps) => {
|
|
2722
3154
|
const { className, primaryFill } = iconProps;
|
|
2723
3155
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2831,6 +3263,18 @@ const BuildingFactoryRegularIcon = (iconProps) => {
|
|
|
2831
3263
|
React.createElement("path", { d: "M4.44 2a1.5 1.5 0 00-1.5 1.4l-.87 13a1.5 1.5 0 001.5 1.6h2.86a1.5 1.5 0 001.5-1.6l-.87-13A1.5 1.5 0 005.56 2H4.44zm-.5 1.47a.5.5 0 01.5-.47h1.12c.27 0 .49.2.5.47l.87 13a.5.5 0 01-.5.53H3.57a.5.5 0 01-.5-.53l.87-13zM16.5 18H8.43c.22-.3.38-.63.45-1H10v-4a1 1 0 011-1h4a1 1 0 011 1v4h.5a.5.5 0 00.5-.5V6.62l-4.17 3.75A.5.5 0 0112 10V6.62L8.49 9.78 8.4 8.51l3.76-3.38a.5.5 0 01.84.37v3.38l4.16-3.75a.5.5 0 01.84.37v11c0 .83-.67 1.5-1.5 1.5zM11 17h4v-4h-4v4z", fill: primaryFill }));
|
|
2832
3264
|
};
|
|
2833
3265
|
export const BuildingFactoryRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingFactoryRegularIcon({}), 'BuildingFactoryRegular');
|
|
3266
|
+
const BuildingGovernmentFilledIcon = (iconProps) => {
|
|
3267
|
+
const { className, primaryFill } = iconProps;
|
|
3268
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3269
|
+
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 }));
|
|
3270
|
+
};
|
|
3271
|
+
export const BuildingGovernmentFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingGovernmentFilledIcon({}), 'BuildingGovernmentFilled');
|
|
3272
|
+
const BuildingGovernmentRegularIcon = (iconProps) => {
|
|
3273
|
+
const { className, primaryFill } = iconProps;
|
|
3274
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3275
|
+
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 }));
|
|
3276
|
+
};
|
|
3277
|
+
export const BuildingGovernmentRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingGovernmentRegularIcon({}), 'BuildingGovernmentRegular');
|
|
2834
3278
|
const BuildingLighthouseFilledIcon = (iconProps) => {
|
|
2835
3279
|
const { className, primaryFill } = iconProps;
|
|
2836
3280
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -2843,6 +3287,18 @@ const BuildingLighthouseRegularIcon = (iconProps) => {
|
|
|
2843
3287
|
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 }));
|
|
2844
3288
|
};
|
|
2845
3289
|
export const BuildingLighthouseRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingLighthouseRegularIcon({}), 'BuildingLighthouseRegular');
|
|
3290
|
+
const BuildingMultipleFilledIcon = (iconProps) => {
|
|
3291
|
+
const { className, primaryFill } = iconProps;
|
|
3292
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3293
|
+
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 }));
|
|
3294
|
+
};
|
|
3295
|
+
export const BuildingMultipleFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingMultipleFilledIcon({}), 'BuildingMultipleFilled');
|
|
3296
|
+
const BuildingMultipleRegularIcon = (iconProps) => {
|
|
3297
|
+
const { className, primaryFill } = iconProps;
|
|
3298
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
3299
|
+
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 }));
|
|
3300
|
+
};
|
|
3301
|
+
export const BuildingMultipleRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ BuildingMultipleRegularIcon({}), 'BuildingMultipleRegular');
|
|
2846
3302
|
const BuildingRetailFilledIcon = (iconProps) => {
|
|
2847
3303
|
const { className, primaryFill } = iconProps;
|
|
2848
3304
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -4075,6 +4531,18 @@ const ChatBubblesQuestionRegularIcon = (iconProps) => {
|
|
|
4075
4531
|
React.createElement("path", { d: "M11.46 17a6.49 6.49 0 01-4.92-2.26A7.5 7.5 0 008.3 15a5.47 5.47 0 005.66.4l.18-.09 2.86.8-.97-2.53.13-.21A5.47 5.47 0 0016 7.39c0-.6-.1-1.2-.24-1.76a6.48 6.48 0 011.38 8.04l.8 2.08a1 1 0 01-1.21 1.32l-2.49-.7c-.84.4-1.78.63-2.78.63z", fill: primaryFill }));
|
|
4076
4532
|
};
|
|
4077
4533
|
export const ChatBubblesQuestionRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatBubblesQuestionRegularIcon({}), 'ChatBubblesQuestionRegular');
|
|
4534
|
+
const ChatDismissFilledIcon = (iconProps) => {
|
|
4535
|
+
const { className, primaryFill } = iconProps;
|
|
4536
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4537
|
+
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 }));
|
|
4538
|
+
};
|
|
4539
|
+
export const ChatDismissFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismissFilledIcon({}), 'ChatDismissFilled');
|
|
4540
|
+
const ChatDismissRegularIcon = (iconProps) => {
|
|
4541
|
+
const { className, primaryFill } = iconProps;
|
|
4542
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
4543
|
+
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 }));
|
|
4544
|
+
};
|
|
4545
|
+
export const ChatDismissRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ ChatDismissRegularIcon({}), 'ChatDismissRegular');
|
|
4078
4546
|
const ChatHelpFilledIcon = (iconProps) => {
|
|
4079
4547
|
const { className, primaryFill } = iconProps;
|
|
4080
4548
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -5666,6 +6134,18 @@ const CubeRotateRegularIcon = (iconProps) => {
|
|
|
5666
6134
|
React.createElement("path", { d: "M6.04 6.8a.5.5 0 01.66-.26L10 7.96l3.3-1.42a.5.5 0 01.4.92l-3.2 1.37V11a.5.5 0 11-1 0V8.83L6.3 7.46a.5.5 0 01-.26-.66z", fill: primaryFill }));
|
|
5667
6135
|
};
|
|
5668
6136
|
export const CubeRotateRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeRotateRegularIcon({}), 'CubeRotateRegular');
|
|
6137
|
+
const CubeTreeFilledIcon = (iconProps) => {
|
|
6138
|
+
const { className, primaryFill } = iconProps;
|
|
6139
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6140
|
+
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 }));
|
|
6141
|
+
};
|
|
6142
|
+
export const CubeTreeFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeTreeFilledIcon({}), 'CubeTreeFilled');
|
|
6143
|
+
const CubeTreeRegularIcon = (iconProps) => {
|
|
6144
|
+
const { className, primaryFill } = iconProps;
|
|
6145
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
6146
|
+
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 }));
|
|
6147
|
+
};
|
|
6148
|
+
export const CubeTreeRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ CubeTreeRegularIcon({}), 'CubeTreeRegular');
|
|
5669
6149
|
const CurrencyDollarEuroFilledIcon = (iconProps) => {
|
|
5670
6150
|
const { className, primaryFill } = iconProps;
|
|
5671
6151
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7124,6 +7604,114 @@ const DraftsRegularIcon = (iconProps) => {
|
|
|
7124
7604
|
React.createElement("path", { d: "M4.65 10l1-1H2.5a.5.5 0 100 1h2.15z", fill: primaryFill }));
|
|
7125
7605
|
};
|
|
7126
7606
|
export const DraftsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DraftsRegularIcon({}), 'DraftsRegular');
|
|
7607
|
+
const DrawImageFilledIcon = (iconProps) => {
|
|
7608
|
+
const { className, primaryFill } = iconProps;
|
|
7609
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7610
|
+
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 }));
|
|
7611
|
+
};
|
|
7612
|
+
export const DrawImageFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawImageFilledIcon({}), 'DrawImageFilled');
|
|
7613
|
+
const DrawImageRegularIcon = (iconProps) => {
|
|
7614
|
+
const { className, primaryFill } = iconProps;
|
|
7615
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7616
|
+
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 }));
|
|
7617
|
+
};
|
|
7618
|
+
export const DrawImageRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawImageRegularIcon({}), 'DrawImageRegular');
|
|
7619
|
+
const DrawShapeFilledIcon = (iconProps) => {
|
|
7620
|
+
const { className, primaryFill } = iconProps;
|
|
7621
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7622
|
+
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 }));
|
|
7623
|
+
};
|
|
7624
|
+
export const DrawShapeFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawShapeFilledIcon({}), 'DrawShapeFilled');
|
|
7625
|
+
const DrawShapeRegularIcon = (iconProps) => {
|
|
7626
|
+
const { className, primaryFill } = iconProps;
|
|
7627
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7628
|
+
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 }));
|
|
7629
|
+
};
|
|
7630
|
+
export const DrawShapeRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawShapeRegularIcon({}), 'DrawShapeRegular');
|
|
7631
|
+
const DrawTextFilledIcon = (iconProps) => {
|
|
7632
|
+
const { className, primaryFill } = iconProps;
|
|
7633
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7634
|
+
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 }));
|
|
7635
|
+
};
|
|
7636
|
+
export const DrawTextFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawTextFilledIcon({}), 'DrawTextFilled');
|
|
7637
|
+
const DrawTextRegularIcon = (iconProps) => {
|
|
7638
|
+
const { className, primaryFill } = iconProps;
|
|
7639
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7640
|
+
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 }));
|
|
7641
|
+
};
|
|
7642
|
+
export const DrawTextRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawTextRegularIcon({}), 'DrawTextRegular');
|
|
7643
|
+
const DrawerAddFilledIcon = (iconProps) => {
|
|
7644
|
+
const { className, primaryFill } = iconProps;
|
|
7645
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7646
|
+
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 }));
|
|
7647
|
+
};
|
|
7648
|
+
export const DrawerAddFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerAddFilledIcon({}), 'DrawerAddFilled');
|
|
7649
|
+
const DrawerAddRegularIcon = (iconProps) => {
|
|
7650
|
+
const { className, primaryFill } = iconProps;
|
|
7651
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7652
|
+
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 }));
|
|
7653
|
+
};
|
|
7654
|
+
export const DrawerAddRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerAddRegularIcon({}), 'DrawerAddRegular');
|
|
7655
|
+
const DrawerArrowDownloadFilledIcon = (iconProps) => {
|
|
7656
|
+
const { className, primaryFill } = iconProps;
|
|
7657
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7658
|
+
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 }));
|
|
7659
|
+
};
|
|
7660
|
+
export const DrawerArrowDownloadFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerArrowDownloadFilledIcon({}), 'DrawerArrowDownloadFilled');
|
|
7661
|
+
const DrawerArrowDownloadRegularIcon = (iconProps) => {
|
|
7662
|
+
const { className, primaryFill } = iconProps;
|
|
7663
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7664
|
+
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 }));
|
|
7665
|
+
};
|
|
7666
|
+
export const DrawerArrowDownloadRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerArrowDownloadRegularIcon({}), 'DrawerArrowDownloadRegular');
|
|
7667
|
+
const DrawerDismissFilledIcon = (iconProps) => {
|
|
7668
|
+
const { className, primaryFill } = iconProps;
|
|
7669
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7670
|
+
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 }));
|
|
7671
|
+
};
|
|
7672
|
+
export const DrawerDismissFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDismissFilledIcon({}), 'DrawerDismissFilled');
|
|
7673
|
+
const DrawerDismissRegularIcon = (iconProps) => {
|
|
7674
|
+
const { className, primaryFill } = iconProps;
|
|
7675
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7676
|
+
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 }));
|
|
7677
|
+
};
|
|
7678
|
+
export const DrawerDismissRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDismissRegularIcon({}), 'DrawerDismissRegular');
|
|
7679
|
+
const DrawerDownloadFilledIcon = (iconProps) => {
|
|
7680
|
+
const { className, primaryFill } = iconProps;
|
|
7681
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7682
|
+
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 }));
|
|
7683
|
+
};
|
|
7684
|
+
export const DrawerDownloadFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDownloadFilledIcon({}), 'DrawerDownloadFilled');
|
|
7685
|
+
const DrawerDownloadRegularIcon = (iconProps) => {
|
|
7686
|
+
const { className, primaryFill } = iconProps;
|
|
7687
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7688
|
+
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 }));
|
|
7689
|
+
};
|
|
7690
|
+
export const DrawerDownloadRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerDownloadRegularIcon({}), 'DrawerDownloadRegular');
|
|
7691
|
+
const DrawerPlayFilledIcon = (iconProps) => {
|
|
7692
|
+
const { className, primaryFill } = iconProps;
|
|
7693
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7694
|
+
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 }));
|
|
7695
|
+
};
|
|
7696
|
+
export const DrawerPlayFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerPlayFilledIcon({}), 'DrawerPlayFilled');
|
|
7697
|
+
const DrawerPlayRegularIcon = (iconProps) => {
|
|
7698
|
+
const { className, primaryFill } = iconProps;
|
|
7699
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7700
|
+
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 }));
|
|
7701
|
+
};
|
|
7702
|
+
export const DrawerPlayRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerPlayRegularIcon({}), 'DrawerPlayRegular');
|
|
7703
|
+
const DrawerSubtractFilledIcon = (iconProps) => {
|
|
7704
|
+
const { className, primaryFill } = iconProps;
|
|
7705
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7706
|
+
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 }));
|
|
7707
|
+
};
|
|
7708
|
+
export const DrawerSubtractFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerSubtractFilledIcon({}), 'DrawerSubtractFilled');
|
|
7709
|
+
const DrawerSubtractRegularIcon = (iconProps) => {
|
|
7710
|
+
const { className, primaryFill } = iconProps;
|
|
7711
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7712
|
+
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 }));
|
|
7713
|
+
};
|
|
7714
|
+
export const DrawerSubtractRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ DrawerSubtractRegularIcon({}), 'DrawerSubtractRegular');
|
|
7127
7715
|
const DrinkBeerFilledIcon = (iconProps) => {
|
|
7128
7716
|
const { className, primaryFill } = iconProps;
|
|
7129
7717
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7397,6 +7985,18 @@ const EmojiSmileSlightRegularIcon = (iconProps) => {
|
|
|
7397
7985
|
React.createElement("path", { d: "M13.5 8.5a1 1 0 10-2 0 1 1 0 002 0zm-5 0a1 1 0 10-2 0 1 1 0 002 0zm-.03 4.55a.5.5 0 10-.44.9c.58.29 1.28.43 1.97.43s1.39-.14 1.97-.43a.5.5 0 10-.44-.9c-.42.21-.97.32-1.53.32a3.5 3.5 0 01-1.53-.32zM18 10a8 8 0 10-16 0 8 8 0 0016 0zM3 10a7 7 0 1114 0 7 7 0 01-14 0z", fill: primaryFill }));
|
|
7398
7986
|
};
|
|
7399
7987
|
export const EmojiSmileSlightRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSmileSlightRegularIcon({}), 'EmojiSmileSlightRegular');
|
|
7988
|
+
const EmojiSparkleFilledIcon = (iconProps) => {
|
|
7989
|
+
const { className, primaryFill } = iconProps;
|
|
7990
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7991
|
+
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 }));
|
|
7992
|
+
};
|
|
7993
|
+
export const EmojiSparkleFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkleFilledIcon({}), 'EmojiSparkleFilled');
|
|
7994
|
+
const EmojiSparkleRegularIcon = (iconProps) => {
|
|
7995
|
+
const { className, primaryFill } = iconProps;
|
|
7996
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
7997
|
+
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 }));
|
|
7998
|
+
};
|
|
7999
|
+
export const EmojiSparkleRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ EmojiSparkleRegularIcon({}), 'EmojiSparkleRegular');
|
|
7400
8000
|
const EmojiSurpriseFilledIcon = (iconProps) => {
|
|
7401
8001
|
const { className, primaryFill } = iconProps;
|
|
7402
8002
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -7715,6 +8315,30 @@ const FlashlightRegularIcon = (iconProps) => {
|
|
|
7715
8315
|
React.createElement("path", { d: "M14.46 1.67a.5.5 0 10-1 0v.83a.5.5 0 001 0v-.83zm3.4 1.18a.5.5 0 00-.71-.7l-1.5 1.5a.5.5 0 00.7.7l1.5-1.5zm-10 10a.5.5 0 00-.71-.7l-1 1a.5.5 0 00.7.7l1-1zM7 5v3.8l-4.3 4.29a2 2 0 000 2.82L4.1 17.3a2 2 0 002.82 0l4.3-4.29H15a.5.5 0 00.35-.15l1.44-1.44a2 2 0 000-2.82L11.41 3.2a2 2 0 00-2.82 0L7.15 4.65A.5.5 0 007 5zm2.3-1.09a1 1 0 011.4 0L16.1 9.3a1 1 0 010 1.42l-1.1 1.08L8.22 5l1.08-1.09zM8 6.21L13.8 12h-2.6L8 8.8V6.2zm-.5 3.5l2.8 2.79-4.1 4.09a1 1 0 01-1.4 0L3.4 15.2a1 1 0 010-1.42L7.5 9.71zm10-4.17a.5.5 0 100 1h.83a.5.5 0 100-1h-.83z", fill: primaryFill }));
|
|
7716
8316
|
};
|
|
7717
8317
|
export const FlashlightRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlashlightRegularIcon({}), 'FlashlightRegular');
|
|
8318
|
+
const FlipHorizontalFilledIcon = (iconProps) => {
|
|
8319
|
+
const { className, primaryFill } = iconProps;
|
|
8320
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8321
|
+
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 }));
|
|
8322
|
+
};
|
|
8323
|
+
export const FlipHorizontalFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontalFilledIcon({}), 'FlipHorizontalFilled');
|
|
8324
|
+
const FlipHorizontalRegularIcon = (iconProps) => {
|
|
8325
|
+
const { className, primaryFill } = iconProps;
|
|
8326
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8327
|
+
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 }));
|
|
8328
|
+
};
|
|
8329
|
+
export const FlipHorizontalRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipHorizontalRegularIcon({}), 'FlipHorizontalRegular');
|
|
8330
|
+
const FlipVerticalFilledIcon = (iconProps) => {
|
|
8331
|
+
const { className, primaryFill } = iconProps;
|
|
8332
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8333
|
+
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 }));
|
|
8334
|
+
};
|
|
8335
|
+
export const FlipVerticalFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVerticalFilledIcon({}), 'FlipVerticalFilled');
|
|
8336
|
+
const FlipVerticalRegularIcon = (iconProps) => {
|
|
8337
|
+
const { className, primaryFill } = iconProps;
|
|
8338
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8339
|
+
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 }));
|
|
8340
|
+
};
|
|
8341
|
+
export const FlipVerticalRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FlipVerticalRegularIcon({}), 'FlipVerticalRegular');
|
|
7718
8342
|
const FlowFilledIcon = (iconProps) => {
|
|
7719
8343
|
const { className, primaryFill } = iconProps;
|
|
7720
8344
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -8090,6 +8714,18 @@ const FoodEggRegularIcon = (iconProps) => {
|
|
|
8090
8714
|
React.createElement("path", { d: "M11.63 2.07c1.04.07 2.02.38 2.72.83a7.6 7.6 0 012.7 2.83 7.1 7.1 0 011.05 3.82 9.84 9.84 0 01-.21 1.53c-.06.32-.1.66-.04 1.38.07.85-.1 1.78-.46 2.6a4.54 4.54 0 01-1.68 2.06 5.71 5.71 0 01-5.22.49c-.8-.33-1.08-.4-1.38-.42h-.65c-.3.02-.67.03-1.18.03a5.05 5.05 0 01-4.56-2.84C1.59 12.2 1.62 8.9 4.1 6.94c.75-.6.98-.8 1.24-1.22.42-.7.82-1.25 1.3-1.73A7.7 7.7 0 018.4 2.74a5.9 5.9 0 013.23-.67zm-.07 1c-.9-.06-1.85.1-2.68.55A6.7 6.7 0 007.35 4.7c-.4.4-.75.87-1.14 1.53-.37.6-.73.9-1.49 1.5-2 1.59-2.1 4.3-1.11 6.19a4.05 4.05 0 003.67 2.3l1.14-.02h.02c.27-.01.5-.02.73 0 .48.02.89.16 1.7.48 1.46.58 3 .41 4.31-.4.54-.34 1-.92 1.3-1.61.3-.7.43-1.46.38-2.13a5.82 5.82 0 01.08-1.87c.06-.3.12-.63.16-1.19a6.12 6.12 0 00-.91-3.26 6.6 6.6 0 00-2.37-2.48 4.99 4.99 0 00-2.26-.67z", fill: primaryFill }));
|
|
8091
8715
|
};
|
|
8092
8716
|
export const FoodEggRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodEggRegularIcon({}), 'FoodEggRegular');
|
|
8717
|
+
const FoodGrainsFilledIcon = (iconProps) => {
|
|
8718
|
+
const { className, primaryFill } = iconProps;
|
|
8719
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8720
|
+
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 }));
|
|
8721
|
+
};
|
|
8722
|
+
export const FoodGrainsFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodGrainsFilledIcon({}), 'FoodGrainsFilled');
|
|
8723
|
+
const FoodGrainsRegularIcon = (iconProps) => {
|
|
8724
|
+
const { className, primaryFill } = iconProps;
|
|
8725
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8726
|
+
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 }));
|
|
8727
|
+
};
|
|
8728
|
+
export const FoodGrainsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ FoodGrainsRegularIcon({}), 'FoodGrainsRegular');
|
|
8093
8729
|
const FoodPizzaFilledIcon = (iconProps) => {
|
|
8094
8730
|
const { className, primaryFill } = iconProps;
|
|
8095
8731
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -8288,6 +8924,18 @@ const GiftCardAddRegularIcon = (iconProps) => {
|
|
|
8288
8924
|
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-1zm-3 6.25c0 .97.78 1.75 1.75 1.75H7V8.7l-1.65 1.65a.5.5 0 01-.7-.7L6.29 8H3v3.25zm16 3.25a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-4-2a.5.5 0 00-1 0V14h-1.5a.5.5 0 000 1H14v1.5a.5.5 0 001 0V15h1.5a.5.5 0 000-1H15v-1.5z", fill: primaryFill }));
|
|
8289
8925
|
};
|
|
8290
8926
|
export const GiftCardAddRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardAddRegularIcon({}), 'GiftCardAddRegular');
|
|
8927
|
+
const GiftCardArrowRightFilledIcon = (iconProps) => {
|
|
8928
|
+
const { className, primaryFill } = iconProps;
|
|
8929
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8930
|
+
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 }));
|
|
8931
|
+
};
|
|
8932
|
+
export const GiftCardArrowRightFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardArrowRightFilledIcon({}), 'GiftCardArrowRightFilled');
|
|
8933
|
+
const GiftCardArrowRightRegularIcon = (iconProps) => {
|
|
8934
|
+
const { className, primaryFill } = iconProps;
|
|
8935
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
8936
|
+
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 }));
|
|
8937
|
+
};
|
|
8938
|
+
export const GiftCardArrowRightRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ GiftCardArrowRightRegularIcon({}), 'GiftCardArrowRightRegular');
|
|
8291
8939
|
const GlanceFilledIcon = (iconProps) => {
|
|
8292
8940
|
const { className, primaryFill } = iconProps;
|
|
8293
8941
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -10281,6 +10929,18 @@ const MoneyDismissRegularIcon = (iconProps) => {
|
|
|
10281
10929
|
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.41zm1 7a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zm-3.8 0l1.15-1.15a.5.5 0 00-.7-.7l-1.15 1.14-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-.7l-1.14-1.15z", fill: primaryFill }));
|
|
10282
10930
|
};
|
|
10283
10931
|
export const MoneyDismissRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyDismissRegularIcon({}), 'MoneyDismissRegular');
|
|
10932
|
+
const MoneyHandFilledIcon = (iconProps) => {
|
|
10933
|
+
const { className, primaryFill } = iconProps;
|
|
10934
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
10935
|
+
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 }));
|
|
10936
|
+
};
|
|
10937
|
+
export const MoneyHandFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyHandFilledIcon({}), 'MoneyHandFilled');
|
|
10938
|
+
const MoneyHandRegularIcon = (iconProps) => {
|
|
10939
|
+
const { className, primaryFill } = iconProps;
|
|
10940
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
10941
|
+
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 }));
|
|
10942
|
+
};
|
|
10943
|
+
export const MoneyHandRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyHandRegularIcon({}), 'MoneyHandRegular');
|
|
10284
10944
|
const MoneyOffFilledIcon = (iconProps) => {
|
|
10285
10945
|
const { className, primaryFill } = iconProps;
|
|
10286
10946
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -10296,13 +10956,13 @@ export const MoneyOffRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneyOffRegu
|
|
|
10296
10956
|
const MoneySettingsFilledIcon = (iconProps) => {
|
|
10297
10957
|
const { className, primaryFill } = iconProps;
|
|
10298
10958
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
10299
|
-
React.createElement("path", { d: "M3.5 4C2.67 4 2 4.67 2 5.5v7c0 .83.67 1.5 1.5 1.5h5.
|
|
10959
|
+
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 }));
|
|
10300
10960
|
};
|
|
10301
10961
|
export const MoneySettingsFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneySettingsFilledIcon({}), 'MoneySettingsFilled');
|
|
10302
10962
|
const MoneySettingsRegularIcon = (iconProps) => {
|
|
10303
10963
|
const { className, primaryFill } = iconProps;
|
|
10304
10964
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
10305
|
-
React.createElement("path", { d: "M7 9a2 2 0
|
|
10965
|
+
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 }));
|
|
10306
10966
|
};
|
|
10307
10967
|
export const MoneySettingsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ MoneySettingsRegularIcon({}), 'MoneySettingsRegular');
|
|
10308
10968
|
const MoreCircleFilledIcon = (iconProps) => {
|
|
@@ -16744,33 +17404,25 @@ export const TextQuoteRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextQuoteRe
|
|
|
16744
17404
|
const TextSortAscendingFilledIcon = (iconProps) => {
|
|
16745
17405
|
const { className, primaryFill } = iconProps;
|
|
16746
17406
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
16747
|
-
React.createElement("path", { d: "M6
|
|
16748
|
-
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 }),
|
|
16749
|
-
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 }));
|
|
17407
|
+
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 }));
|
|
16750
17408
|
};
|
|
16751
17409
|
export const TextSortAscendingFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscendingFilledIcon({}), 'TextSortAscendingFilled');
|
|
16752
17410
|
const TextSortAscendingRegularIcon = (iconProps) => {
|
|
16753
17411
|
const { className, primaryFill } = iconProps;
|
|
16754
17412
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
16755
|
-
React.createElement("path", { d: "M6
|
|
16756
|
-
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 }),
|
|
16757
|
-
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 }));
|
|
17413
|
+
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 }));
|
|
16758
17414
|
};
|
|
16759
17415
|
export const TextSortAscendingRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortAscendingRegularIcon({}), 'TextSortAscendingRegular');
|
|
16760
17416
|
const TextSortDescendingFilledIcon = (iconProps) => {
|
|
16761
17417
|
const { className, primaryFill } = iconProps;
|
|
16762
17418
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
16763
|
-
React.createElement("path", { d: "
|
|
16764
|
-
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 }),
|
|
16765
|
-
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 }));
|
|
17419
|
+
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 }));
|
|
16766
17420
|
};
|
|
16767
17421
|
export const TextSortDescendingFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescendingFilledIcon({}), 'TextSortDescendingFilled');
|
|
16768
17422
|
const TextSortDescendingRegularIcon = (iconProps) => {
|
|
16769
17423
|
const { className, primaryFill } = iconProps;
|
|
16770
17424
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
16771
|
-
React.createElement("path", { d: "
|
|
16772
|
-
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 }),
|
|
16773
|
-
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 }));
|
|
17425
|
+
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 }));
|
|
16774
17426
|
};
|
|
16775
17427
|
export const TextSortDescendingRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ TextSortDescendingRegularIcon({}), 'TextSortDescendingRegular');
|
|
16776
17428
|
const TextStrikethroughFilledIcon = (iconProps) => {
|
|
@@ -17305,13 +17957,13 @@ export const VehicleCarRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCar
|
|
|
17305
17957
|
const VehicleCarCollisionFilledIcon = (iconProps) => {
|
|
17306
17958
|
const { className, primaryFill } = iconProps;
|
|
17307
17959
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
17308
|
-
React.createElement("path", { d: "
|
|
17960
|
+
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 }));
|
|
17309
17961
|
};
|
|
17310
17962
|
export const VehicleCarCollisionFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollisionFilledIcon({}), 'VehicleCarCollisionFilled');
|
|
17311
17963
|
const VehicleCarCollisionRegularIcon = (iconProps) => {
|
|
17312
17964
|
const { className, primaryFill } = iconProps;
|
|
17313
17965
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
17314
|
-
React.createElement("path", { d: "
|
|
17966
|
+
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 }));
|
|
17315
17967
|
};
|
|
17316
17968
|
export const VehicleCarCollisionRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VehicleCarCollisionRegularIcon({}), 'VehicleCarCollisionRegular');
|
|
17317
17969
|
const VehicleCarProfileLtrFilledIcon = (iconProps) => {
|
|
@@ -17519,6 +18171,18 @@ const VideoClipRegularIcon = (iconProps) => {
|
|
|
17519
18171
|
React.createElement("path", { d: "M4.5 3A2.5 2.5 0 002 5.5v9A2.5 2.5 0 004.5 17h11a2.5 2.5 0 002.5-2.5v-9A2.5 2.5 0 0015.5 3h-11zM3 5.5C3 4.67 3.67 4 4.5 4h11c.83 0 1.5.67 1.5 1.5v9c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 013 14.5v-9z", fill: primaryFill }));
|
|
17520
18172
|
};
|
|
17521
18173
|
export const VideoClipRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipRegularIcon({}), 'VideoClipRegular');
|
|
18174
|
+
const VideoClipMultipleFilledIcon = (iconProps) => {
|
|
18175
|
+
const { className, primaryFill } = iconProps;
|
|
18176
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
18177
|
+
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 }));
|
|
18178
|
+
};
|
|
18179
|
+
export const VideoClipMultipleFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultipleFilledIcon({}), 'VideoClipMultipleFilled');
|
|
18180
|
+
const VideoClipMultipleRegularIcon = (iconProps) => {
|
|
18181
|
+
const { className, primaryFill } = iconProps;
|
|
18182
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
18183
|
+
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 }));
|
|
18184
|
+
};
|
|
18185
|
+
export const VideoClipMultipleRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ VideoClipMultipleRegularIcon({}), 'VideoClipMultipleRegular');
|
|
17522
18186
|
const VideoOffFilledIcon = (iconProps) => {
|
|
17523
18187
|
const { className, primaryFill } = iconProps;
|
|
17524
18188
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
@@ -18078,13 +18742,13 @@ export const WeatherSquallsRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ Weathe
|
|
|
18078
18742
|
const WeatherSunnyFilledIcon = (iconProps) => {
|
|
18079
18743
|
const { className, primaryFill } = iconProps;
|
|
18080
18744
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
18081
|
-
React.createElement("path", { d: "M10
|
|
18745
|
+
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 }));
|
|
18082
18746
|
};
|
|
18083
18747
|
export const WeatherSunnyFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunnyFilledIcon({}), 'WeatherSunnyFilled');
|
|
18084
18748
|
const WeatherSunnyRegularIcon = (iconProps) => {
|
|
18085
18749
|
const { className, primaryFill } = iconProps;
|
|
18086
18750
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
18087
|
-
React.createElement("path", { d: "M10
|
|
18751
|
+
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 }));
|
|
18088
18752
|
};
|
|
18089
18753
|
export const WeatherSunnyRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WeatherSunnyRegularIcon({}), 'WeatherSunnyRegular');
|
|
18090
18754
|
const WeatherSunnyHighFilledIcon = (iconProps) => {
|
|
@@ -18471,6 +19135,18 @@ const WrenchRegularIcon = (iconProps) => {
|
|
|
18471
19135
|
React.createElement("path", { d: "M9 6.5a4.5 4.5 0 016.35-4.1.5.5 0 01.15.8l-2.3 2.3 1.3 1.3 2.3-2.3a.5.5 0 01.8.15A4.49 4.49 0 0113.5 11c-.38 0-.75-.05-1.1-.14l-6.37 6.45a2.36 2.36 0 01-3.37-3.3l6.42-6.65A4.52 4.52 0 019 6.5zM13.5 3a3.5 3.5 0 00-3.39 4.39.5.5 0 01-.12.47L3.38 14.7a1.36 1.36 0 001.94 1.9l6.57-6.66a.5.5 0 01.51-.12 3.5 3.5 0 004.53-4.05l-2.08 2.07a.5.5 0 01-.7 0l-2-2a.5.5 0 010-.7l2.07-2.08A3.52 3.52 0 0013.5 3z", fill: primaryFill }));
|
|
18472
19136
|
};
|
|
18473
19137
|
export const WrenchRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchRegularIcon({}), 'WrenchRegular');
|
|
19138
|
+
const WrenchScrewdriverFilledIcon = (iconProps) => {
|
|
19139
|
+
const { className, primaryFill } = iconProps;
|
|
19140
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
19141
|
+
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 }));
|
|
19142
|
+
};
|
|
19143
|
+
export const WrenchScrewdriverFilled = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchScrewdriverFilledIcon({}), 'WrenchScrewdriverFilled');
|
|
19144
|
+
const WrenchScrewdriverRegularIcon = (iconProps) => {
|
|
19145
|
+
const { className, primaryFill } = iconProps;
|
|
19146
|
+
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|
|
19147
|
+
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 }));
|
|
19148
|
+
};
|
|
19149
|
+
export const WrenchScrewdriverRegular = /*#__PURE__*/ wrapIcon(/*#__PURE__*/ WrenchScrewdriverRegularIcon({}), 'WrenchScrewdriverRegular');
|
|
18474
19150
|
const XboxConsoleFilledIcon = (iconProps) => {
|
|
18475
19151
|
const { className, primaryFill } = iconProps;
|
|
18476
19152
|
return React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", className: className },
|