@pathwright/pathicons
Version:
Pathwright icons, synced from Figma to React components
795 lines (773 loc) • 1.24 MB
JavaScript
'use strict';
var _defineProperty = require('@babel/runtime/helpers/defineProperty');
var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
var React = require('react');
var PropTypes = require('prop-types');
var jsxRuntime = require('react/jsx-runtime');
var _excluded$7z = ["color", "size"];
function ownKeys$7z(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 _objectSpread$7z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var AppleIcon = /*#__PURE__*/React.forwardRef(function AppleIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7z);
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7z(_objectSpread$7z({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2 10.5C2 6.90772 4.90772 4 8.5 4C9.78642 4 10.9889 4.37324 12 5.02265C13.0111 4.37324 14.2136 4 15.5 4C19.0923 4 22 6.90772 22 10.5C22 11.7327 21.5564 13.4651 21.1102 14.928C20.6521 16.4299 20.1431 17.7964 19.9373 18.3486C19.546 19.4003 19.0499 20.5404 18.3032 21.4224C17.5225 22.3446 16.4516 23 15 23C13.8675 23 12.8305 22.6166 12 21.9838C11.1695 22.6166 10.1325 23 9 23C7.5523 23 6.4742 22.3507 5.68795 21.429C4.93437 20.5456 4.438 19.4035 4.05836 18.3366C4.01607 18.2189 3.96935 18.0899 3.91906 17.9511C3.61833 17.1207 3.18994 15.9378 2.81812 14.713C2.39208 13.3096 2 11.7269 2 10.5ZM8.5 6C6.01228 6 4 8.01228 4 10.5C4 11.4031 4.30792 12.7354 4.73188 14.132C5.08693 15.3016 5.49511 16.429 5.79663 17.2619C5.84817 17.4042 5.89659 17.538 5.9411 17.6619L5.94216 17.6648C6.30244 18.6775 6.70097 19.5348 7.20955 20.131C7.6858 20.6893 8.2377 21 9 21C9.89152 21 10.6923 20.6002 11.2452 19.964C11.4351 19.7455 11.7105 19.62 12 19.62C12.2895 19.62 12.5649 19.7455 12.7548 19.964C13.3077 20.6002 14.1085 21 15 21C15.7584 21 16.3025 20.6904 16.7768 20.1301C17.2851 19.5296 17.684 18.6697 18.0627 17.6514L18.063 17.6507C18.2673 17.1026 18.758 15.7845 19.1973 14.3445C19.6486 12.8649 20 11.3973 20 10.5C20 8.01228 17.9877 6 15.5 6C14.4099 6 13.4147 6.38416 12.6394 7.02888C12.2688 7.33704 11.7312 7.33704 11.3606 7.02888C10.5853 6.38416 9.59012 6 8.5 6Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14.8944 1.55279C15.1414 2.04676 14.9412 2.64744 14.4472 2.89443C13.8179 3.20909 13.4313 3.8804 13.2115 4.64972C13.1064 5.01752 13.0527 5.36429 13.0258 5.62031C13.0124 5.74715 13.0059 5.84868 13.0028 5.9156C13.0013 5.94899 13.0006 5.97353 13.0002 5.98804L13 6.00206L13 6.00117L13 6.00062C12.9997 6.55262 12.5521 7 12 7C11.4477 7 11 6.55228 11 6H12C11 6 11 5.99966 11 5.99931L11 5.99856L11 5.99683L11 5.99254L11.0001 5.98067L11.0007 5.94409C11.0014 5.91417 11.0026 5.87328 11.005 5.82268C11.0097 5.72163 11.0188 5.58098 11.0367 5.41094C11.0723 5.07321 11.1436 4.60748 11.2885 4.10028C11.5687 3.1196 12.1821 1.79091 13.5528 1.10557C14.0468 0.858584 14.6474 1.05881 14.8944 1.55279ZM13 6.00206L13 6.00207L13 6.0031L13 6.00322C13 6.00322 13 6.00283 13 6.00206Z"
})]
}));
});
AppleIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
AppleIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7y = ["color", "size"];
function ownKeys$7y(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 _objectSpread$7y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowBackCircleIcon = /*#__PURE__*/React.forwardRef(function ArrowBackCircleIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7y);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7y(_objectSpread$7y({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.8 7.6C10.1314 7.15817 10.0418 6.53137 9.6 6.2C9.15817 5.86863 8.53137 5.95817 8.2 6.4L5.20606 10.3919C5.20165 10.3977 5.1973 10.4035 5.19302 10.4093L4.75 11L5.19302 11.5907C5.1973 11.5965 5.20165 11.6023 5.20606 11.6081L8.2 15.6C8.53137 16.0418 9.15817 16.1314 9.6 15.8C10.0418 15.4686 10.1314 14.8418 9.8 14.4L8 12H14C15.6577 12 17 13.3423 17 15V16C17 16.5523 17.4477 17 18 17C18.5523 17 19 16.5523 19 16V15C19 12.2377 16.7623 10 14 10H8L9.8 7.6Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowBackCircleIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowBackCircleIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7x = ["color", "size"];
function ownKeys$7x(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 _objectSpread$7x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowBackSquareIcon = /*#__PURE__*/React.forwardRef(function ArrowBackSquareIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7x);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7x(_objectSpread$7x({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 2C3.80228 2 2 3.80228 2 6V18C2 20.1977 3.80228 22 6 22H18C20.1977 22 22 20.1977 22 18V6C22 3.80228 20.1977 2 18 2H6ZM0 6C0 2.69772 2.69772 0 6 0H18C21.3023 0 24 2.69772 24 6V18C24 21.3023 21.3023 24 18 24H6C2.69772 24 0 21.3023 0 18V6Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.8 7.6C10.1314 7.15817 10.0418 6.53137 9.6 6.2C9.15817 5.86863 8.53137 5.95817 8.2 6.4L5.20606 10.3919C5.20165 10.3977 5.1973 10.4035 5.19302 10.4093L4.75 11L5.19302 11.5907C5.1973 11.5965 5.20165 11.6023 5.20606 11.6081L8.2 15.6C8.53137 16.0418 9.15817 16.1314 9.6 15.8C10.0418 15.4686 10.1314 14.8418 9.8 14.4L8 12H14C15.6577 12 17 13.3423 17 15V16C17 16.5523 17.4477 17 18 17C18.5523 17 19 16.5523 19 16V15C19 12.2377 16.7623 10 14 10H8L9.8 7.6Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowBackSquareIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowBackSquareIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7w = ["color", "size"];
function ownKeys$7w(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 _objectSpread$7w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowBackIcon = /*#__PURE__*/React.forwardRef(function ArrowBackIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7w);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7w(_objectSpread$7w({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.8 5.6C7.13137 5.15817 7.04183 4.53137 6.6 4.2C6.15817 3.86863 5.53137 3.95817 5.2 4.4L2.20605 8.39194C2.20165 8.39767 2.19731 8.40346 2.19303 8.40929L1.75 9L2.19301 9.59067C2.1973 9.59653 2.20166 9.60234 2.20607 9.6081L5.2 13.6C5.53137 14.0418 6.15817 14.1314 6.6 13.8C7.04183 13.4686 7.13137 12.8418 6.8 12.4L5 10H16C18.2077 10 20 11.7923 20 14C20 16.2077 18.2077 18 16 18C15.4477 18 15 18.4477 15 19C15 19.5523 15.4477 20 16 20C19.3123 20 22 17.3123 22 14C22 10.6877 19.3123 8 16 8H5L6.8 5.6Z"
})
}));
});
ArrowBackIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowBackIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7v = ["color", "size"];
function ownKeys$7v(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 _objectSpread$7v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDoubleHorizontalIcon = /*#__PURE__*/React.forwardRef(function ArrowDoubleHorizontalIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7v);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7v(_objectSpread$7v({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17.7682 5.35982C17.4147 4.93554 16.7841 4.87821 16.3598 5.23178C15.9355 5.58534 15.8782 6.21591 16.2318 6.64018L19.865 11H4.13504L7.76822 6.64018C8.12178 6.21591 8.06446 5.58534 7.64018 5.23178C7.2159 4.87821 6.58534 4.93554 6.23177 5.35982L0.698288 12L6.23177 18.6402C6.58534 19.0645 7.2159 19.1218 7.64018 18.7682C8.06446 18.4147 8.12178 17.7841 7.76822 17.3598L4.13504 13H19.865L16.2318 17.3598C15.8782 17.7841 15.9355 18.4147 16.3598 18.7682C16.7841 19.1218 17.4147 19.0645 17.7682 18.6402L22.7642 12.645C22.7671 12.6416 22.7701 12.638 22.773 12.6345L23.3017 12L22.773 11.3655C22.7701 11.362 22.7671 11.3584 22.7642 11.3549L17.7682 5.35982Z"
})
}));
});
ArrowDoubleHorizontalIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDoubleHorizontalIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7u = ["color", "size"];
function ownKeys$7u(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 _objectSpread$7u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDoubleVertical2Icon = /*#__PURE__*/React.forwardRef(function ArrowDoubleVertical2Icon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7u);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7u(_objectSpread$7u({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 0C12.323 0 12.626.155966 12.8137.418762L17.8137 7.41876C18.0315 7.72358 18.0606 8.12451 17.8892 8.45758 17.7178 8.79065 17.3746 9 17 9H7C6.62542 9 6.28224 8.79065 6.11084 8.45758 5.93943 8.12451 5.96855 7.72358 6.18627 7.41876L11.1863.418762C11.374.155966 11.6771 0 12 0ZM8.94319 7H15.0568L12 2.72047 8.94319 7ZM6.11084 15.5424C6.28224 15.2093 6.62542 15 7 15H17C17.3746 15 17.7178 15.2093 17.8892 15.5424 18.0606 15.8755 18.0315 16.2764 17.8137 16.5812L12.8137 23.5812C12.626 23.844 12.323 24 12 24 11.6771 24 11.374 23.844 11.1863 23.5812L6.18627 16.5812C5.96855 16.2764 5.93943 15.8755 6.11084 15.5424ZM8.94319 17 12 21.2795 15.0568 17H8.94319ZM9 12C9 11.4477 9.44772 11 10 11H14C14.5523 11 15 11.4477 15 12 15 12.5523 14.5523 13 14 13H10C9.44772 13 9 12.5523 9 12Z"
})
}));
});
ArrowDoubleVertical2Icon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDoubleVertical2Icon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7t = ["color", "size"];
function ownKeys$7t(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 _objectSpread$7t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7t(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDoubleVerticalIcon = /*#__PURE__*/React.forwardRef(function ArrowDoubleVerticalIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7t);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7t(_objectSpread$7t({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 0.698292L12.634 1.22659L12.6456 1.23628L18.6402 6.23178C19.0645 6.58534 19.1218 7.21591 18.7682 7.64018C18.4147 8.06446 17.7841 8.12179 17.3598 7.76822L13 4.13505V19.865L17.3598 16.2318C17.7841 15.8782 18.4147 15.9355 18.7682 16.3598C19.1218 16.7841 19.0645 17.4147 18.6402 17.7682L12 23.3017L5.35981 17.7682C4.93553 17.4147 4.87821 16.7841 5.23177 16.3598C5.58534 15.9355 6.2159 15.8782 6.64018 16.2318L11 19.865V4.13504L6.64018 7.76822C6.2159 8.12179 5.58534 8.06446 5.23177 7.64018C4.87821 7.21591 4.93553 6.58534 5.35981 6.23178L11.3551 1.23566L11.3653 1.2272L12 0.698292Z"
})
}));
});
ArrowDoubleVerticalIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDoubleVerticalIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7s = ["color", "size"];
function ownKeys$7s(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 _objectSpread$7s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDownCircleIcon = /*#__PURE__*/React.forwardRef(function ArrowDownCircleIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7s);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7s(_objectSpread$7s({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V14L8.6 12.2C8.15817 11.8686 7.53137 11.9582 7.2 12.4C6.86863 12.8418 6.95817 13.4686 7.4 13.8L11.392 16.794C11.3977 16.7984 11.4034 16.8027 11.4092 16.8069L12 17.25L12.5906 16.8071C12.5965 16.8027 12.6024 16.7983 12.6082 16.7939L16.6 13.8C17.0418 13.4686 17.1314 12.8418 16.8 12.4C16.4686 11.9582 15.8418 11.8686 15.4 12.2L13 14V8Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowDownCircleIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDownCircleIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7r = ["color", "size"];
function ownKeys$7r(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 _objectSpread$7r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDownLeftIcon = /*#__PURE__*/React.forwardRef(function ArrowDownLeftIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7r);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7r(_objectSpread$7r({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20.7071 4.70711C21.0976 4.31658 21.0976 3.68342 20.7071 3.29289C20.3166 2.90237 19.6834 2.90237 19.2929 3.29289L5 17.5858V8C5 7.44772 4.55228 7 4 7C3.44772 7 3 7.44772 3 8V19.9998C3 19.9999 3 20.0001 3 20.0002V21H3.99902C3.99967 21 4.00033 21 4.00098 21H16C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19H6.41421L20.7071 4.70711Z"
})
}));
});
ArrowDownLeftIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDownLeftIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7q = ["color", "size"];
function ownKeys$7q(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 _objectSpread$7q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDownRightIcon = /*#__PURE__*/React.forwardRef(function ArrowDownRightIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7q);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7q(_objectSpread$7q({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L17.5858 19H8C7.44772 19 7 19.4477 7 20C7 20.5523 7.44772 21 8 21H19.999C19.9997 21 20.0003 21 20.001 21H21V20.001C21 20.0003 21 19.9997 21 19.999V8C21 7.44772 20.5523 7 20 7C19.4477 7 19 7.44772 19 8V17.5858L4.70711 3.29289Z"
})
}));
});
ArrowDownRightIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDownRightIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7p = ["color", "size"];
function ownKeys$7p(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 _objectSpread$7p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDownSquareIcon = /*#__PURE__*/React.forwardRef(function ArrowDownSquareIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7p);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7p(_objectSpread$7p({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 2C3.80228 2 2 3.80228 2 6V18C2 20.1977 3.80228 22 6 22H18C20.1977 22 22 20.1977 22 18V6C22 3.80228 20.1977 2 18 2H6ZM0 6C0 2.69772 2.69772 0 6 0H18C21.3023 0 24 2.69772 24 6V18C24 21.3023 21.3023 24 18 24H6C2.69772 24 0 21.3023 0 18V6Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V14L8.6 12.2C8.15817 11.8686 7.53137 11.9582 7.2 12.4C6.86863 12.8418 6.95817 13.4686 7.4 13.8L11.3918 16.7938C11.3976 16.7983 11.4035 16.8027 11.4094 16.8071L12 17.25L12.5906 16.8071C12.5965 16.8027 12.6024 16.7983 12.6082 16.7939L16.6 13.8C17.0418 13.4686 17.1314 12.8418 16.8 12.4C16.4686 11.9582 15.8418 11.8686 15.4 12.2L13 14V8Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowDownSquareIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDownSquareIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7o = ["color", "size"];
function ownKeys$7o(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 _objectSpread$7o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7o(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowDownIcon = /*#__PURE__*/React.forwardRef(function ArrowDownIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7o);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7o(_objectSpread$7o({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3V18.7962L4.6585 13.2474C4.24287 12.8837 3.61111 12.9259 3.24742 13.3415C2.88374 13.7571 2.92586 14.3889 3.3415 14.7526L11.3376 21.7492C11.3404 21.7516 11.3432 21.7541 11.346 21.7565L12 22.3288L12.654 21.7565C12.6568 21.7541 12.6596 21.7516 12.6624 21.7492L20.6585 14.7526C21.0741 14.3889 21.1163 13.7571 20.7526 13.3415C20.3889 12.9259 19.7571 12.8837 19.3415 13.2474L13 18.7962V3Z"
})
}));
});
ArrowDownIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowDownIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7n = ["color", "size"];
function ownKeys$7n(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 _objectSpread$7n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowLeftCircleIcon = /*#__PURE__*/React.forwardRef(function ArrowLeftCircleIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7n);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7n(_objectSpread$7n({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.8 8.6C12.1314 8.15817 12.0418 7.53137 11.6 7.2C11.1582 6.86863 10.5314 6.95817 10.2 7.4L7.20605 11.3919C7.20165 11.3977 7.19731 11.4035 7.19303 11.4093L6.75 12L7.19301 12.5907C7.1973 12.5965 7.20166 12.6023 7.20607 12.6081L10.2 16.6C10.5314 17.0418 11.1582 17.1314 11.6 16.8C12.0418 16.4686 12.1314 15.8418 11.8 15.4L10 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H10L11.8 8.6Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowLeftCircleIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowLeftCircleIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7m = ["color", "size"];
function ownKeys$7m(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 _objectSpread$7m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowLeftSquareIcon = /*#__PURE__*/React.forwardRef(function ArrowLeftSquareIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7m);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7m(_objectSpread$7m({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 2C3.80228 2 2 3.80228 2 6V18C2 20.1977 3.80228 22 6 22H18C20.1977 22 22 20.1977 22 18V6C22 3.80228 20.1977 2 18 2H6ZM0 6C0 2.69772 2.69772 0 6 0H18C21.3023 0 24 2.69772 24 6V18C24 21.3023 21.3023 24 18 24H6C2.69772 24 0 21.3023 0 18V6Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.8 8.6C12.1314 8.15817 12.0418 7.53137 11.6 7.2C11.1582 6.86863 10.5314 6.95817 10.2 7.4L7.20605 11.3919C7.20165 11.3977 7.19731 11.4035 7.19303 11.4093L6.75 12L7.19301 12.5907C7.1973 12.5965 7.20166 12.6023 7.20607 12.6081L10.2 16.6C10.5314 17.0418 11.1582 17.1314 11.6 16.8C12.0418 16.4686 12.1314 15.8418 11.8 15.4L10 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H10L11.8 8.6Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowLeftSquareIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowLeftSquareIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7l = ["color", "size"];
function ownKeys$7l(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 _objectSpread$7l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7l(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowLeftIcon = /*#__PURE__*/React.forwardRef(function ArrowLeftIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7l);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7l(_objectSpread$7l({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.7526 4.6585C11.1163 4.24287 11.0741 3.61111 10.6585 3.24742C10.2429 2.88374 9.61111 2.92586 9.24743 3.3415L2.25085 11.3376C2.24837 11.3404 2.24591 11.3432 2.24347 11.346L1.67123 12L2.24347 12.654C2.24591 12.6568 2.24837 12.6596 2.25085 12.6624L9.24743 20.6585C9.61111 21.0741 10.2429 21.1163 10.6585 20.7526C11.0741 20.3889 11.1163 19.7571 10.7526 19.3415L5.20377 13H21C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H5.20377L10.7526 4.6585Z"
})
}));
});
ArrowLeftIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowLeftIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7k = ["color", "size"];
function ownKeys$7k(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 _objectSpread$7k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7k(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowRightCircleIcon = /*#__PURE__*/React.forwardRef(function ArrowRightCircleIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7k);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7k(_objectSpread$7k({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.8 7.4C13.4686 6.95817 12.8418 6.86863 12.4 7.2C11.9582 7.53137 11.8686 8.15817 12.2 8.6L14 11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H14L12.2 15.4C11.8686 15.8418 11.9582 16.4686 12.4 16.8C12.8418 17.1314 13.4686 17.0418 13.8 16.6L16.7938 12.6082C16.7983 12.6024 16.8027 12.5965 16.8071 12.5906L17.25 12L16.8071 11.4094C16.8027 11.4035 16.7983 11.3976 16.7939 11.3918L13.8 7.4Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowRightCircleIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowRightCircleIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7j = ["color", "size"];
function ownKeys$7j(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 _objectSpread$7j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7j(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowRightSquareIcon = /*#__PURE__*/React.forwardRef(function ArrowRightSquareIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7j);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7j(_objectSpread$7j({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 2C3.80228 2 2 3.80228 2 6V18C2 20.1977 3.80228 22 6 22H18C20.1977 22 22 20.1977 22 18V6C22 3.80228 20.1977 2 18 2H6ZM0 6C0 2.69772 2.69772 0 6 0H18C21.3023 0 24 2.69772 24 6V18C24 21.3023 21.3023 24 18 24H6C2.69772 24 0 21.3023 0 18V6Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.8 7.4C13.4686 6.95817 12.8418 6.86863 12.4 7.2C11.9582 7.53137 11.8686 8.15817 12.2 8.6L14 11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H14L12.2 15.4C11.8686 15.8418 11.9582 16.4686 12.4 16.8C12.8418 17.1314 13.4686 17.0418 13.8 16.6L16.7938 12.6082C16.7983 12.6024 16.8027 12.5965 16.8071 12.5906L17.25 12L16.8071 11.4094C16.8027 11.4035 16.7983 11.3976 16.7939 11.3918L13.8 7.4Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowRightSquareIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowRightSquareIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7i = ["color", "size"];
function ownKeys$7i(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 _objectSpread$7i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7i(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowRightIcon = /*#__PURE__*/React.forwardRef(function ArrowRightIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7i);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7i(_objectSpread$7i({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14.7526 3.3415C14.3889 2.92586 13.7571 2.88374 13.3415 3.24742C12.9259 3.61111 12.8837 4.24287 13.2474 4.6585L18.7962 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H18.7962L13.2474 19.3415C12.8837 19.7571 12.9259 20.3889 13.3415 20.7526C13.7571 21.1163 14.3889 21.0741 14.7526 20.6585L21.7492 12.6624C21.7516 12.6596 21.7541 12.6568 21.7565 12.654L22.3288 12L21.7565 11.346C21.7541 11.3432 21.7516 11.3404 21.7492 11.3376L14.7526 3.3415Z"
})
}));
});
ArrowRightIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowRightIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7h = ["color", "size"];
function ownKeys$7h(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 _objectSpread$7h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7h(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowUpCircleIcon = /*#__PURE__*/React.forwardRef(function ArrowUpCircleIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7h);
var clipPathId = React.useId();
return /*#__PURE__*/jsxRuntime.jsxs("svg", _objectSpread$7h(_objectSpread$7h({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: [/*#__PURE__*/jsxRuntime.jsxs("g", {
clipPath: "url(#".concat(clipPathId, ")"),
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z"
}), /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12.5906 7.19294L12 6.75L11.4092 7.19309C11.4034 7.19733 11.3977 7.20163 11.392 7.20598L7.4 10.2C6.95817 10.5314 6.86863 11.1582 7.2 11.6C7.53137 12.0418 8.15817 12.1314 8.6 11.8L11 10V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V10L15.4 11.8C15.8418 12.1314 16.4686 12.0418 16.8 11.6C17.1314 11.1582 17.0418 10.5314 16.6 10.2L12.6082 7.20614C12.6024 7.20168 12.5965 7.19728 12.5906 7.19294Z"
})]
}), /*#__PURE__*/jsxRuntime.jsx("defs", {
children: /*#__PURE__*/jsxRuntime.jsx("clipPath", {
id: clipPathId,
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fill: "white",
d: "M0 0H24V24H0z"
})
})
})]
}));
});
ArrowUpCircleIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowUpCircleIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7g = ["color", "size"];
function ownKeys$7g(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 _objectSpread$7g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7g(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowUpLeftIcon = /*#__PURE__*/React.forwardRef(function ArrowUpLeftIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7g);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7g(_objectSpread$7g({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3 3.99983V3H3.99983C3.99994 3 4.00006 3 4.00017 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H6.41421L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L5 6.41421V16C5 16.5523 4.55228 17 4 17C3.44772 17 3 16.5523 3 16V4.00017C3 4.00006 3 3.99994 3 3.99983Z"
})
}));
});
ArrowUpLeftIcon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
ArrowUpLeftIcon.defaultProps = {
color: 'currentColor',
size: '24'
};
var _excluded$7f = ["color", "size"];
function ownKeys$7f(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 _objectSpread$7f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7f(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var ArrowUpRightIcon = /*#__PURE__*/React.forwardRef(function ArrowUpRightIcon(props, ref) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, _excluded$7f);
return /*#__PURE__*/jsxRuntime.jsx("svg", _objectSpread$7f(_objectSpread$7f({
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color
}, otherProps), {}, {
children: /*#__PURE__*/jsxRuntime.jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20.0002 3H21V3.99902C21 3.99967 21 4.00033 21 4.00098V16C21 16.5523 20.5523 17 20 17C19.4477 17 19 16.5523 1