@wfp/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
1,315 lines (1,237 loc) • 130 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('react/jsx-runtime')) :
typeof define === 'function' && define.amd ? define(['exports', 'react', 'react/jsx-runtime'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Icon = {}, global.React, global.jsxRuntime));
})(this, (function (exports, react, jsxRuntime) { 'use strict';
function _defineProperty(e, r, t) {
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
value: t,
enumerable: true,
configurable: true,
writable: true
}) : e[r] = t, e;
}
function ownKeys(e, r) {
var t = Object.keys(e);
if (Object.getOwnPropertySymbols) {
var o = Object.getOwnPropertySymbols(e);
r && (o = o.filter(function (r) {
return Object.getOwnPropertyDescriptor(e, r).enumerable;
})), t.push.apply(t, o);
}
return t;
}
function _objectSpread2(e) {
for (var r = 1; r < arguments.length; r++) {
var t = null != arguments[r] ? arguments[r] : {};
r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
_defineProperty(e, r, t[r]);
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
});
}
return e;
}
function _toPrimitive(t, r) {
if ("object" != typeof t || !t) return t;
var e = t[Symbol.toPrimitive];
if (void 0 !== e) {
var i = e.call(t, r);
if ("object" != typeof i) return i;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return ("string" === r ? String : Number)(t);
}
function _toPropertyKey(t) {
var i = _toPrimitive(t, "string");
return "symbol" == typeof i ? i : i + "";
}
var Add = function Add(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 10 10"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M6 4h4v2H6v4H4V6H0V4h4V0h2z"
})
}));
};
var AddCircle = function AddCircle(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m4 9H9v3H7V9H4V7h3V4h2v3h3z"
})
}));
};
var AddOutline = function AddOutline(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
x: 0,
y: 0,
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5M8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M7 7V4h2v3h3v2H9v3H7V9H4V7z"
})]
}));
};
var AngleDown = function AngleDown(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 448 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m224 365.3 22.6-22.6 160-160 22.7-22.7-45.3-45.3-22.6 22.6L224 274.7 86.6 137.4 64 114.7 18.7 160l22.6 22.6 160 160z"
})
}));
};
var ArrowDown = function ArrowDown(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 14 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "m8 11.953 3.905-4.09 1.453 1.374L7 16 .635 9.238l1.452-1.376L6 11.954V0h2z"
})
}));
};
var ArrowLeft = function ArrowLeft(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 14"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "m4.044 8.003 4.09 3.905-1.374 1.453-6.763-6.356L6.759.639 8.135 2.09 4.043 6.003h11.954v2z"
})
}));
};
var ArrowRight = function ArrowRight(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 14"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M11.95 5.997 7.86 2.092 9.233.639l6.763 6.356-6.763 6.366L7.86 11.91l4.092-3.912H-.003v-2z"
})
}));
};
var ArrowUp = function ArrowUp(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 14 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "m5.993 4.047-3.905 4.09L.635 6.763 6.992 0l6.366 6.762-1.452 1.376-3.913-4.092V16h-2z"
})
}));
};
var Arrows = function Arrows(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("g", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "m12 14.186 2.724-2.477.686.726-3.875 3.524-3.875-3.524.686-.726L11 14.122V0h1zM5.038 1.805V16h-1V1.805L1.348 4.25l-.685-.727L4.538 0l3.875 3.523-.686.727z"
})
})
}));
};
var BackToTop = function BackToTop(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 11 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("g", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M0 1V0h11v1zM5 4.984.862 9.357.135 8.67 5.502 3l5.363 5.673-.727.687-4.137-4.376V16H5z"
})
})
}));
};
var CalendarAltRegular = function CalendarAltRegular(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
className: "svg-inline--fa fa-calendar-alt fa-w-14",
viewBox: "0 0 448 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12m108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12m96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12m-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12m-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12m192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12m96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48m-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6"
})
}));
};
var CaretDown = function CaretDown(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 320 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M320 240 160 384 0 240v-48h320z"
})
}));
};
var CaretDownLegacy = function CaretDownLegacy(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 10 5"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "m0 0 5 4.998L10 0z"
})
}));
};
var CaretLeft = function CaretLeft(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 5 10"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M4.998 10 0 5l4.998-5z"
})
}));
};
var CaretRight = function CaretRight(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 5 10"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "m0 10 4.998-5L0 0z"
})
}));
};
var CaretUp = function CaretUp(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 10 5"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M0 5 5 .002 10 5z"
})
}));
};
var Check = function Check(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 448 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
d: "m447.9 142.5-23.2 22L181 395.3l-22 20.8-22-20.8L23.2 287.6 0 265.6l44-46.5 23.2 22L159 328l221.7-210 23.2-22z"
})
}));
};
var Checkmark = function Checkmark(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 10 8"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M8.498 0 10 1.502 3.672 7.83 0 4.158l1.502-1.502 2.17 2.17z"
})
}));
};
var CheckmarkCircle = function CheckmarkCircle(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8M6.7 11.5 3.4 8.1l1.4-1.4 1.9 1.9 4.1-4.1 1.4 1.4z"
})
}));
};
var CheckmarkOutline = function CheckmarkOutline(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
width: "1em",
height: "1em",
x: 0,
y: 0,
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5M8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "m11.3 4.7 1.4 1.4L6.8 12 3.3 8.6l1.4-1.4 2.1 2z"
})]
}));
};
var ChevronDown = function ChevronDown(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 512 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m256 429.3 22.6-22.6 192-192 22.7-22.7-45.3-45.3-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192z"
})
}));
};
var ChevronDownLegacy = function ChevronDownLegacy(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 12 7"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M6.002 5.55 11.27 0l.726.685L6.003 7 0 .685.726 0z"
})
}));
};
var ChevronLeft = function ChevronLeft(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 7 12"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M1.45 6.002 7 11.27l-.685.726L0 6.003 6.315 0 7 .726z"
})
}));
};
var ChevronRight = function ChevronRight(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 7 12"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M5.569 5.994 0 .726.687 0l6.336 5.994-6.335 6.002L0 11.27z"
})
}));
};
var ChevronUp = function ChevronUp(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 12 7"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M5.994 1.45.726 7 0 6.315 5.994 0l6.002 6.315L11.27 7z"
})
}));
};
var Close = function Close(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 384 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m326.6 166.6 22.7-22.6L304 98.7l-22.6 22.6-89.4 89.4-89.4-89.4L80 98.7 34.7 144l22.6 22.6 89.4 89.4-89.3 89.4L34.7 368 80 413.3l22.6-22.6 89.4-89.4 89.4 89.4 22.6 22.6 45.3-45.3-22.6-22.6-89.4-89.4 89.4-89.4z"
})
}));
};
var CloseCircle = function CloseCircle(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m3.5 10.1-1.4 1.4L8 9.4l-2.1 2.1-1.4-1.4L6.6 8 4.5 5.9l1.4-1.4L8 6.6l2.1-2.1 1.4 1.4L9.4 8z"
})
}));
};
var CloseOutline = function CloseOutline(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
width: "1em",
height: "1em",
x: 0,
y: 0,
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M8 14.5c3.6 0 6.5-2.9 6.5-6.5S11.6 1.5 8 1.5 1.5 4.4 1.5 8s2.9 6.5 6.5 6.5M8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "m8 6.6 2.1-2.1 1.4 1.4L9.4 8l2.1 2.1-1.4 1.4L8 9.4l-2.1 2.1-1.4-1.4L6.6 8 4.5 5.9l1.4-1.4z"
})]
}));
};
var Cross = function Cross(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 384 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
d: "m326.6 166.6 22.7-22.6L304 98.7l-22.6 22.6-89.4 89.4-89.4-89.4L80 98.7 34.7 144l22.6 22.6 89.4 89.4-89.3 89.4L34.7 368 80 413.3l22.6-22.6 89.4-89.4 89.4 89.4 22.6 22.6 45.3-45.3-22.6-22.6-89.4-89.4 89.4-89.4z"
})
}));
};
var Delete = function Delete(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M5 0h6v2H5zM2 3v3h1v10h10V6h1V3zm5 11H5V7h2zm4 0H9V7h2z"
})
}));
};
var Download = function Download(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "-1 2 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M8 9V2H6.1v7L3.5 6.5 2 8l5 5 5-5-1.5-1.5z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M13 12v3H1v-3h-2v6h16v-6z"
})]
}));
};
var Draggable = function Draggable(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 6 14"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("g", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M0 0h2v2H0zM4 0h2v2H4zM0 6h2v2H0zM4 6h2v2H4zM0 12h2v2H0zM4 12h2v2H4z"
})
})
}));
};
var EditGlyph = function EditGlyph(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m2.032 10.924 7.99-7.99 2.97 2.97-7.99 7.99zM11.046 2.014l1.98-1.98 2.97 2.97-1.98 1.98zM0 16l3-1-2-2z"
})
}));
};
var Ellipsis = function Ellipsis(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M9.5 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m5-1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-13 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"
})
}));
};
var Error = function Error(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M4 4.65 11.35 12l.65-.65L4.65 4z"
})
}));
};
var ErrorSolid = function ErrorSolid(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M3.293 4.707l8 8 1.414-1.414-8-8z"
})
}));
};
var Facebook = function Facebook(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 320 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "m279.14 288 14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"
})
}));
};
var Favorite = function Favorite(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 15"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m8.109 11.75-4.5 3.2c-.2.1-.5 0-.4-.3l1.5-5.1-4.6-3.2c-.2-.2-.1-.5.1-.5l5.5-.5 2-5.2c.1-.2.4-.2.5 0l2 5.2 5.5.5c.2 0 .3.3.1.4l-4.5 3.3 1.5 5.1c.1.2-.2.4-.4.3z"
})
}));
};
var FavoriteOutline = function FavoriteOutline(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
"data-name": "Layer 1",
viewBox: "0 0 16 14",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M11.58 1a3.41 3.41 0 0 1 2.21 6L8 12.49 2.15 7a3.42 3.42 0 1 1 5-4.55L8 3.54l.81-1.12A3.43 3.43 0 0 1 11.58 1m0-1A4.39 4.39 0 0 0 8 1.84a4.41 4.41 0 1 0-6.51 5.88L8 13.87l6.46-6.08A4.42 4.42 0 0 0 11.58 0"
})
}));
};
var FavoriteSolid = function FavoriteSolid(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
"data-name": "Layer 1",
viewBox: "0 0 16 14",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M1.49 7.72A4.41 4.41 0 1 1 8 1.84a4.42 4.42 0 1 1 6.44 6L8 13.87Z"
})
}));
};
var Female = function Female(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 8 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M7.958 10.653 6.71 5.519a1.5 1.5 0 0 0-.668-.93A2.74 2.74 0 0 0 6.75 2.75 2.753 2.753 0 0 0 4 0a2.753 2.753 0 0 0-2.75 2.75c0 .706.268 1.35.707 1.838q-.075.046-.143.1c-.263.21-.447.503-.525.831L.042 10.653a1.5 1.5 0 0 0 1.46 1.847h.404v1.844c0 .913.743 1.656 1.656 1.656h.875c.914 0 1.657-.743 1.657-1.656V12.5h.404a1.5 1.5 0 0 0 1.46-1.847M4 1a1.75 1.75 0 1 1 0 3.5A1.75 1.75 0 0 1 4 1m2.5 10.5H5.094v2.844a.656.656 0 0 1-.657.656h-.875a.656.656 0 0 1-.656-.656V11.5H1.5a.5.5 0 0 1-.488-.61l1.25-5.14a.5.5 0 0 1 .488-.39h.386a2.75 2.75 0 0 0 1.728 0h.386a.5.5 0 0 1 .488.39l1.25 5.14a.5.5 0 0 1-.488.61"
})
}));
};
var Filter = function Filter(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fill: "#231F20",
d: "M5 0C3.7 0 2.6.8 2.2 2H0v2h2.2C2.6 5.2 3.7 6 5 6s2.4-.8 2.8-2H16V2H7.8C7.4.8 6.3 0 5 0m0 4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1M5 10c-1.3 0-2.4.8-2.8 2H0v2h2.2c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2H16v-2H7.8c-.4-1.2-1.5-2-2.8-2m0 4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "#231F20",
d: "M11 5c-1.3 0-2.4.8-2.8 2H0v2h8.2c.4 1.2 1.5 2 2.8 2s2.4-.8 2.8-2H16V7h-2.2c-.4-1.2-1.5-2-2.8-2m0 4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1"
})]
}));
};
var HeaderAvatar = function HeaderAvatar(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
d: "M6 15.745A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4-1.255V15.5a2.5 2.5 0 0 0-2.5-2.5h-3A2.5 2.5 0 0 0 6 15.5zm-.956-.802A3.5 3.5 0 0 1 8.5 12h3a3.5 3.5 0 0 1 3.456 2.943 7 7 0 1 0-9.912 0M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
d: "M10 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6"
})]
}));
};
var HeaderChevron = function HeaderChevron(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 20 20"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "m6.542 4.945.707-.707 6.004 6.004-6.004 6.02-.708-.707 5.298-5.312z"
})
}));
};
var HeaderSearch = function HeaderSearch(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 20 20"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M8.5 14a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m4.936-1.27 4.418 4.416-.708.708-4.417-4.418a6.5 6.5 0 1 1 .707-.707"
})
}));
};
var Help = function Help(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0-2C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M8.3 10c.2-2 1.5-3.5 3.7-3.5 2.8 0 3.7 1.8 3.7 2.9 0 2.9-2.5 2.5-2.7 4.3V15h-2v-1c.2-2.6 2.4-2.8 2.3-4.4 0-.9-.5-1.3-1.3-1.3-1 0-1.5.8-1.5 1.7zm2.7 6h2v2h-2z"
})]
}));
};
var HelpGlyph = function HelpGlyph(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "#231F20",
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m.9 13H7v-1.8h1.9zm-.1-3.6v.5H7.1v-.6c.2-2.1 2-1.9 1.9-3.2.1-.7-.3-1.1-1-1.1-.8 0-1.2.7-1.2 1.6H5c0-1.7 1.2-3 2.9-3 2.3 0 3 1.4 3 2.3.1 2.3-1.9 2-2.1 3.5"
})
}));
};
var HelpOutline = function HelpOutline(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsxs("g", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "nonzero",
d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "nonzero",
d: "M8.75 9.364V10.5h-1.5V7.863h1.5A1.682 1.682 0 0 0 8.678 4.5h-.996C6.753 4.5 6 5.253 6 6.182H4.5A3.18 3.18 0 0 1 7.682 3h.996a3.182 3.182 0 0 1 .072 6.364"
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 8,
cy: 13,
r: 1
})]
})
}));
};
var Home = function Home(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 576 512"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40h-16c-1.1 0-2.2 0-3.3-.1-1.4.1-2.8.1-4.2.1H392c-22.1 0-40-17.9-40-40v-88c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v88c0 22.1-17.9 40-40 40h-55.9c-1.5 0-3-.1-4.5-.2-1.2.1-2.4.2-3.6.2h-16c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9.1-2.8v-69.6H32c-18 0-32-14-32-32.1 0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7l255.4 224.5c8 7 12 15 11 24"
})
}));
};
var Info = function Info(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0-2C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M14 10H9v2h2v4H9v2h7v-2h-2z"
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 12.5,
cy: 7.5,
r: 1.5,
fill: "currentColor"
})]
}));
};
var InfoCircle = function InfoCircle(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m0 4c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1m2 8H6v-1h1V8H6V7h3v4h1z"
})
}));
};
var InfoOutline = function InfoOutline(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsxs("g", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "nonzero",
d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "nonzero",
d: "M9 13H7V7h2z"
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 8,
cy: 4,
r: 1
})]
})
}));
};
var InfoSolid = function InfoSolid(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m1-3V7H7v6zM8 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
})
}));
};
var Instagram = function Instagram(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 448 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141m0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7m146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8m76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8M398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1"
})
}));
};
var LinkedIn = function LinkedIn(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 448 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3M447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
})
}));
};
var Locked = function Locked(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M4.5 7V3.5a3.5 3.5 0 0 1 7 0V7h1A1.5 1.5 0 0 1 14 8.5v6a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-6A1.5 1.5 0 0 1 3.5 7zm1 0h5V3.5a2.5 2.5 0 0 0-5 0zm-2 1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5z"
})
}));
};
var Male = function Male(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 8 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M6.21 4.384c.34-.458.54-1.023.54-1.634A2.753 2.753 0 0 0 4 0a2.753 2.753 0 0 0-2.75 2.75c0 .611.2 1.176.54 1.634A2.32 2.32 0 0 0 .25 6.562v3.282A1.66 1.66 0 0 0 1.5 11.45v2.894c0 .913.743 1.656 1.656 1.656h1.688c.913 0 1.656-.743 1.656-1.656V11.45a1.66 1.66 0 0 0 1.25-1.606V6.563c0-1.004-.643-1.86-1.54-2.18M4 1a1.75 1.75 0 1 1 0 3.5A1.75 1.75 0 0 1 4 1m2.75 8.844a.656.656 0 0 1-.656.656H5.5v3.844a.656.656 0 0 1-.656.656H3.156a.656.656 0 0 1-.656-.656V10.5h-.594a.656.656 0 0 1-.656-.656V6.563c0-.725.588-1.313 1.313-1.313h.292c.71.326 1.55.34 2.29 0h.293c.724 0 1.312.588 1.312 1.313z"
})
}));
};
var Menu = function Menu(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 20 14"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M0 0h20v2H0zM0 6h20v2H0zM0 12h20v2H0z"
})
}));
};
var OverflowMenu = function OverflowMenu(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 3 15"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsxs("g", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
children: [/*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 1.5,
cy: 1.5,
r: 1.5
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 1.5,
cy: 7.5,
r: 1.5
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 1.5,
cy: 13.5,
r: 1.5
})]
})
}));
};
var Play = function Play(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 21 24"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m0 24 21-12L0 0z"
})
}));
};
var Print = function Print(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M12.5 8.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m1-2.75V3.121a1.5 1.5 0 0 0-.44-1.06L11.44.439A1.5 1.5 0 0 0 10.378 0H3.453C2.926 0 2.5.448 2.5 1v4.5A2.5 2.5 0 0 0 0 8v4a.5.5 0 0 0 .5.5h2v3a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3h2a.5.5 0 0 0 .5-.5V8a2.5 2.5 0 0 0-2.5-2.5M4 1.5h6V3a.5.5 0 0 0 .5.5H12v2H4zm8 13H4v-2h8zm2.5-3.5h-13V8c0-.551.449-1 1-1h11c.551 0 1 .449 1 1z"
})
}));
};
var Search = function Search(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M11.435 10.063h-.728l-.251-.252a5.9 5.9 0 0 0 1.437-3.865 5.946 5.946 0 1 0-5.947 5.947 5.9 5.9 0 0 0 3.865-1.432l.252.251v.723L14.637 16 16 14.637zm-5.489 0a4.117 4.117 0 1 1 0-8.234 4.117 4.117 0 0 1 0 8.234"
})
}));
};
var SearchSolid = function SearchSolid(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M6 2c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4m0-2C2.7 0 0 2.7 0 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6M16 13.8 13.8 16l-3.6-3.6 2.2-2.2z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M16 13.8 13.8 16l-3.6-3.6 2.2-2.2z"
})]
}));
};
var Settings = function Settings(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "-1 2 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M13.1 10c0-.3 0-.6-.1-1l2-1.7-1.7-2.7-2.3.8c-.6-.5-1.2-.9-1.9-1.1L8.6 2H5.4l-.5 2.2c-.7.3-1.4.7-1.9 1.2L.7 4.6-1 7.3.9 9c0 .3-.1.6-.1 1s0 .6.1 1L-1 12.7l1.7 2.7 2.3-.8c.6.5 1.2.9 1.9 1.1l.5 2.3h3.2l.5-2.2c.7-.3 1.3-.6 1.9-1.1l2.3.8 1.7-2.7-1.9-1.8zM7 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"
})
}));
};
var StarSolid = function StarSolid(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 15"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
d: "M7.998 0 5.5 5 0 5.75l4 4L3 15l4.998-2.5L13 15l-1-5.25 4-4.005L10.5 5z"
})
}));
};
var Subtract = function Subtract(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m4 7v2H4V7"
})
}));
};
var SubtractOutline = function SubtractOutline(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsxs("g", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "nonzero",
d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M4 7h8v2H4z"
})]
})
}));
};
var TikTok = function TikTok(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 448 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M448 209.91a210.06 210.06 0 0 1-122.77-39.25v178.72A162.55 162.55 0 1 1 185 188.31v89.89a74.62 74.62 0 1 0 52.23 71.18V0h88a121 121 0 0 0 1.86 22.17A122.18 122.18 0 0 0 381 102.39a121.43 121.43 0 0 0 67 20.14Z"
})
}));
};
var Twitter = function Twitter(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 512 512",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253"
})
}));
};
var Upload = function Upload(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "m5 6.6 1.2 1.1L11 3v13h2V3l4.8 4.7L19 6.6 12 0z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M22 14v6H2v-6H0v10h24V14z"
})]
}));
};
var User = function User(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 448 512"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
d: "M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3z",
opacity: 1
})
}));
};
var WarningAlt = function WarningAlt(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
width: "1em",
height: "1em",
x: 0,
y: 0,
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M14.5 14h-13c-.2 0-.3-.1-.4-.2-.1-.2-.1-.3 0-.5l6.5-12c.1-.3.4-.4.6-.2.1 0 .2.1.2.2l6.5 12c.1.2.1.3 0 .5 0 .1-.2.2-.4.2M2.3 13h11.3L8 2.5z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M7.5 6h1v3.5h-1zM8 10.8c-.4 0-.8.3-.8.8s.3.8.8.8c.4 0 .8-.3.8-.8s-.4-.8-.8-.8"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M0 0h16v16H0z",
style: {
fill: "none"
}
})]
}));
};
var WarningFilled = function WarningFilled(props) {
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
width: "1em",
height: "1em",
x: 0,
y: 0,
viewBox: "0 0 16 16"
}, props), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M0 0h16v16H0z",
style: {
fill: "none"
}
}), /*#__PURE__*/jsxRuntime.jsx("path", {
d: "M8 1C4.2 1 1 4.2 1 8s3.2 7 7 7 7-3.1 7-7-3.1-7-7-7m-.5 3h1v5h-1zm.5 8.2c-.4 0-.8-.4-.8-.8s.3-.8.8-.8c.4 0 .8.4.8.8s-.4.8-.8.8"
})]
}));
};
var WarningOutline = function WarningOutline(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsxs("g", {
fill: "currentColor",
fillRule: "evenodd",
stroke: "none",
strokeWidth: 1,
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
d: "M7.25 6h1.5v5h-1.5z"
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
cx: 8,
cy: 12.75,
r: 1
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "nonzero",
d: "M.75 16a.75.75 0 0 1-.67-1.085L7.33.415a.75.75 0 0 1 1.34 0l7.25 14.5A.75.75 0 0 1 15.25 16zm1.214-1.5h12.072L8 2.427z"
})]
})
}));
};
var WarningSolid = function WarningSolid(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "currentColor",
fillRule: "nonzero",
stroke: "none",
strokeWidth: 1,
d: "M.75 16a.75.75 0 0 1-.67-1.085L7.33.415a.75.75 0 0 1 1.34 0l7.25 14.5A.75.75 0 0 1 15.25 16zm6.5-10v5h1.5V6zM8 13.5A.75.75 0 1 0 8 12a.75.75 0 0 0 0 1.5"
})
}));
};
var WfpLogoAcronym = function WfpLogoAcronym(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 57 20",
width: "1em",
height: "1em"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
d: "M47.303 9.618h1.368q1.917 0 2.871-.76.951-.758.952-2.206 0-1.462-.798-2.159-.799-.699-2.502-.7h-1.891zm9.39-3.114q0 3.167-1.979 4.842-1.979 1.679-5.627 1.678h-1.784V20h-4.159V.386h6.264q3.568 0 5.426 1.538 1.86 1.535 1.859 4.58M33.185 20h-4.09V.386h11.241v3.407h-7.151v5.06h6.655v3.394h-6.655zm-11.613 0h-4.736L14.18 9.697q-.148-.55-.503-2.274-.356-1.725-.409-2.313-.081.725-.402 2.327a53 53 0 0 1-.497 2.288L9.726 20H5.005L0 .386h4.092l2.509 10.706q.657 2.965.952 5.139.08-.766.369-2.367.288-1.606.544-2.489L11.322.386h3.931l2.858 10.989q.188.737.47 2.253.28 1.516.429 2.603.133-1.048.428-2.61a48 48 0 0 1 .538-2.529L22.47.386h4.092z"
})
}));
};
var WfpLogoEmblem = function WfpLogoEmblem(props) {
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread2(_objectSpread2({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 57 57"
}, props), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
d: "M35.956 3.715h.55q.772 0 1.156-.306.383-.305.384-.887 0-.588-.322-.87-.321-.281-1.007-.282h-.761zm3.78-1.253q0 1.275-.797 1.949-.796.676-2.264.675h-.72v2.809h-1.673V0h2.521q1.437 0 2.185.618.748.619.748 1.844m-9.589 5.433h-1.646V0h4.526v1.37h-2.88v2.037h2.68v1.367h-2.68zm-4.55