docheck-wool-icon
Version:
Wool icon automation workflow with Figma
1,426 lines (1,290 loc) • 10.2 MB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var React = _interopDefault(require('react'));
var PropTypes = _interopDefault(require('prop-types'));
function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
function _objectWithoutPropertiesLoose(source, excluded) {
if (source == null) return {};
var target = {};
var sourceKeys = Object.keys(source);
var key, i;
for (i = 0; i < sourceKeys.length; i++) {
key = sourceKeys[i];
if (excluded.indexOf(key) >= 0) continue;
target[key] = source[key];
}
return target;
}
function _objectWithoutProperties(source, excluded) {
if (source == null) return {};
var target = _objectWithoutPropertiesLoose(source, excluded);
var key, i;
if (Object.getOwnPropertySymbols) {
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
for (i = 0; i < sourceSymbolKeys.length; i++) {
key = sourceSymbolKeys[i];
if (excluded.indexOf(key) >= 0) continue;
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
target[key] = source[key];
}
}
return target;
}
var FiFolder = function FiFolder(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M22 19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H4C3.46957 21 2.96086 20.7893 2.58579 20.4142C2.21071 20.0391 2 19.5304 2 19V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H9L11 6H20C20.5304 6 21.0391 6.21071 21.4142 6.58579C21.7893 6.96086 22 7.46957 22 8V19Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiFolder.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiFolder.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiArrowUpCircle = function FiArrowUpCircle(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 12 12 8 8 12M12 16V8",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiArrowUpCircle.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiArrowUpCircle.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiArrowUpLeft = function FiArrowUpLeft(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M17 17 7 7M7 17V7H17",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiArrowUpLeft.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiArrowUpLeft.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiBellOff = function FiBellOff(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101766)"
}, /*#__PURE__*/React.createElement("path", {
d: "M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295 12.6946 21.9044 12.3504 21.9965 12 21.9965 11.6496 21.9965 11.3054 21.9044 11.0018 21.7295 10.6982 21.5547 10.4458 21.3031 10.27 21M18.6301 13C18.1852 11.3714 17.9731 9.68804 18.0001 8M6.26 6.25999C6.08627 6.82361 5.99861 7.41022 6 7.99999 6 15 3 17 3 17H17M17.9999 7.99999C18.0015 6.91306 17.7079 5.8461 17.1503 4.91308 16.5927 3.98007 15.7921 3.21605 14.834 2.70263 13.876 2.18921 12.7965 1.94569 11.7108 1.99806 10.6251 2.05043 9.57409 2.39674 8.66992 2.99999M1 1 23 23",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101766"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiBellOff.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiBellOff.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiBell = function FiBell(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M18 8C18 6.4087 17.3679 4.88258 16.2426 3.75736 15.1174 2.63214 13.5913 2 12 2 10.4087 2 8.88258 2.63214 7.75736 3.75736 6.63214 4.88258 6 6.4087 6 8 6 15 3 17 3 17H21C21 17 18 15 18 8ZM13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295 12.6946 21.9044 12.3504 21.9965 12 21.9965 11.6496 21.9965 11.3054 21.9044 11.0018 21.7295 10.6982 21.5547 10.4458 21.3031 10.27 21",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiBell.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiBell.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCameraOff = function FiCameraOff(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101595)"
}, /*#__PURE__*/React.createElement("path", {
d: "M1 1 23 23M9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579 22.7893 6.96086 23 7.46957 23 8V17.34M15.28 15.28C14.9481 15.765 14.5134 16.171 14.0068 16.469 13.5002 16.7669 12.9342 16.9496 12.3489 17.004 11.7637 17.0584 11.1737 16.9831 10.6209 16.7836 10.0681 16.5841 9.56601 16.2652 9.15042 15.8496 8.73483 15.434 8.41593 14.9319 8.2164 14.3791 8.01688 13.8263 7.94163 13.2363 7.99601 12.6511 8.05039 12.0658 8.23306 11.4998 8.53103 10.9932 8.829 10.4866 9.23495 10.0519 9.72 9.72M21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142 1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579 1.96086 6.21071 2.46957 6 3 6H6L21 21Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101595"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiCameraOff.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCameraOff.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCamera = function FiCamera(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M23 19C23 19.5304 22.7893 20.0391 22.4142 20.4142C22.0391 20.7893 21.5304 21 21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142C1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H7L9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8V19Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiCamera.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCamera.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiChevronsDown = function FiChevronsDown(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M7 13 12 18 17 13M7 6 12 11 17 6",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiChevronsDown.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiChevronsDown.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiChevronsLeft = function FiChevronsLeft(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M11 17 6 12 11 7M18 17 13 12 18 7",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiChevronsLeft.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiChevronsLeft.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCloudOff = function FiCloudOff(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101778)"
}, /*#__PURE__*/React.createElement("path", {
d: "M22.61 16.95C22.9322 16.1893 23.0609 15.3606 22.9845 14.5381 22.9082 13.7155 22.6293 12.9246 22.1726 12.2362 21.716 11.5478 21.0959 10.9832 20.3677 10.593 19.6396 10.2027 18.8261 9.99902 18 10H16.74C16.3318 8.39249 15.4341 6.95158 14.171 5.87666 12.908 4.80173 11.3421 4.14593 9.68999 4M4.99999 5C3.43807 5.86364 2.2098 7.22478 1.51058 8.86691.811359 10.509.681344 12.3378 1.14122 14.0623 1.60109 15.7869 2.62444 17.3081 4.04847 18.384 5.47251 19.4599 7.21543 20.0288 8.99999 20H18C18.5798 19.9993 19.155 19.8978 19.7 19.7M1 1 23 23",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101778"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiCloudOff.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCloudOff.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCloudRain = function FiCloudRain(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101646)"
}, /*#__PURE__*/React.createElement("path", {
d: "M16 13V21M8 13V21M12 15V23M20 16.58C21.0513 16.1196 21.9121 15.3115 22.4381 14.2915 22.9641 13.2715 23.1232 12.1016 22.8886 10.9782 22.6541 9.85475 22.0402 8.8462 21.1501 8.12182 20.2599 7.39745 19.1477 7.00134 18 6.99999H16.74C16.4231 5.77251 15.8189 4.63794 14.9773 3.68979 14.1358 2.74164 13.081 2.00706 11.8998 1.54661 10.7186 1.08615 9.44494.913005 8.18372 1.04143 6.92249 1.16986 5.70984 1.59618 4.64573 2.28527 3.58161 2.97436 2.6965 3.90647 2.06334 5.00478 1.43018 6.1031 1.06711 7.33616 1.00404 8.60234.940984 9.86852 1.17974 11.1316 1.70064 12.2873 2.22153 13.4431 3.00965 14.4586 4.00003 15.25",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101646"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiCloudRain.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCloudRain.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCompass = function FiCompass(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.24 7.75999L14.12 14.12L7.76001 16.24L9.88001 9.87999L16.24 7.75999Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiCompass.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCompass.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCopy = function FiCopy(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M20 9H11C9.89543 9 9 9.89543 9 11V20C9 21.1046 9.89543 22 11 22H20C21.1046 22 22 21.1046 22 20V11C22 9.89543 21.1046 9 20 9Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiCopy.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCopy.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCpu = function FiCpu(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101641)"
}, /*#__PURE__*/React.createElement("path", {
d: "M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 9H9V15H15V9ZM9 1V4M15 1V4M9 20V23M15 20V23M20 9H23M20 14H23M1 9H4M1 14H4",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101641"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiCpu.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCpu.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiCreditCard = function FiCreditCard(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M21 4H3C1.89543 4 1 4.89543 1 6V18C1 19.1046 1.89543 20 3 20H21C22.1046 20 23 19.1046 23 18V6C23 4.89543 22.1046 4 21 4ZM1 10H23",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiCreditCard.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiCreditCard.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiDroplet = function FiDroplet(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M12 2.69L17.66 8.35C18.7794 9.46861 19.5418 10.8941 19.8509 12.4461C20.16 13.998 20.0019 15.6069 19.3965 17.069C18.7912 18.5311 17.7658 19.7808 16.4501 20.6601C15.1344 21.5394 13.5875 22.0087 12.005 22.0087C10.4225 22.0087 8.87561 21.5394 7.5599 20.6601C6.24419 19.7808 5.21882 18.5311 4.61347 17.069C4.00812 15.6069 3.85 13.998 4.15911 12.4461C4.46822 10.8941 5.23066 9.46861 6.35001 8.35L12 2.69Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiDroplet.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiDroplet.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiEdit2 = function FiEdit2(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M17 3C17.2626 2.73735 17.5744 2.52901 17.9176 2.38687C18.2608 2.24473 18.6286 2.17157 19 2.17157C19.3714 2.17157 19.7392 2.24473 20.0824 2.38687C20.4256 2.52901 20.7374 2.73735 21 3C21.2626 3.26264 21.471 3.57444 21.6131 3.9176C21.7553 4.26077 21.8284 4.62856 21.8284 5C21.8284 5.37143 21.7553 5.73923 21.6131 6.08239C21.471 6.42555 21.2626 6.73735 21 7L7.5 20.5L2 22L3.5 16.5L17 3Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiEdit2.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiEdit2.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiFigma = function FiFigma(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M5 5.5C5 4.57174 5.36875 3.6815 6.02513 3.02513 6.6815 2.36875 7.57174 2 8.5 2H12V9H8.5C7.57174 9 6.6815 8.63125 6.02513 7.97487 5.36875 7.3185 5 6.42826 5 5.5ZM12 2H15.5C15.9596 2 16.4148 2.09053 16.8394 2.26642 17.264 2.44231 17.6499 2.70012 17.9749 3.02513 18.2999 3.35013 18.5577 3.73597 18.7336 4.16061 18.9095 4.58525 19 5.04037 19 5.5 19 5.95963 18.9095 6.41475 18.7336 6.83939 18.5577 7.26403 18.2999 7.64987 17.9749 7.97487 17.6499 8.29988 17.264 8.55769 16.8394 8.73358 16.4148 8.90947 15.9596 9 15.5 9H12V2ZM12 12.5C12 12.0404 12.0905 11.5852 12.2664 11.1606 12.4423 10.736 12.7001 10.3501 13.0251 10.0251 13.3501 9.70012 13.736 9.44231 14.1606 9.26642 14.5852 9.09053 15.0404 9 15.5 9 15.9596 9 16.4148 9.09053 16.8394 9.26642 17.264 9.44231 17.6499 9.70012 17.9749 10.0251 18.2999 10.3501 18.5577 10.736 18.7336 11.1606 18.9095 11.5852 19 12.0404 19 12.5 19 12.9596 18.9095 13.4148 18.7336 13.8394 18.5577 14.264 18.2999 14.6499 17.9749 14.9749 17.6499 15.2999 17.264 15.5577 16.8394 15.7336 16.4148 15.9095 15.9596 16 15.5 16 15.0404 16 14.5852 15.9095 14.1606 15.7336 13.736 15.5577 13.3501 15.2999 13.0251 14.9749 12.7001 14.6499 12.4423 14.264 12.2664 13.8394 12.0905 13.4148 12 12.9596 12 12.5V12.5ZM5 19.5C5 18.5717 5.36875 17.6815 6.02513 17.0251 6.6815 16.3687 7.57174 16 8.5 16H12V19.5C12 20.4283 11.6313 21.3185 10.9749 21.9749 10.3185 22.6313 9.42826 23 8.5 23 7.57174 23 6.6815 22.6313 6.02513 21.9749 5.36875 21.3185 5 20.4283 5 19.5ZM5 12.5C5 11.5717 5.36875 10.6815 6.02513 10.0251 6.6815 9.36875 7.57174 9 8.5 9H12V16H8.5C7.57174 16 6.6815 15.6313 6.02513 14.9749 5.36875 14.3185 5 13.4283 5 12.5Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiFigma.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiFigma.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiFileMinus = function FiFileMinus(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 2V8H20M9 15H15",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiFileMinus.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiFileMinus.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiActivity = function FiActivity(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M22 12H18L15 21L9 3L6 12H2",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiActivity.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiActivity.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiAirplay = function FiAirplay(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M5 17H4C3.46957 17 2.96086 16.7893 2.58579 16.4142C2.21071 16.0391 2 15.5304 2 15V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V15C22 15.5304 21.7893 16.0391 21.4142 16.4142C21.0391 16.7893 20.5304 17 20 17H19",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 15L17 21H7L12 15Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiAirplay.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiAirplay.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiFile = function FiFile(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 2V9H20",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiFile.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiFile.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiAlertTriangle = function FiAlertTriangle(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M10.29 3.85999 1.82002 18C1.64539 18.3024 1.55299 18.6453 1.55201 18.9945 1.55103 19.3437 1.64151 19.6871 1.81445 19.9905 1.98738 20.2939 2.23675 20.5467 2.53773 20.7238 2.83871 20.9009 3.18082 20.9962 3.53002 21H20.47C20.8192 20.9962 21.1613 20.9009 21.4623 20.7238 21.7633 20.5467 22.0127 20.2939 22.1856 19.9905 22.3585 19.6871 22.449 19.3437 22.448 18.9945 22.4471 18.6453 22.3547 18.3024 22.18 18L13.71 3.85999C13.5318 3.5661 13.2807 3.32311 12.9812 3.15447 12.6817 2.98584 12.3438 2.89725 12 2.89725 11.6563 2.89725 11.3184 2.98584 11.0188 3.15447 10.7193 3.32311 10.4683 3.5661 10.29 3.85999V3.85999ZM12 9V13M12 17H12.01",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiAlertTriangle.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiAlertTriangle.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiEyeOff = function FiEyeOff(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101755)"
}, /*#__PURE__*/React.createElement("path", {
d: "M9.9 4.23999C10.5883 4.07887 11.2931 3.99833 12 3.99999 19 3.99999 23 12 23 12 22.393 13.1356 21.6691 14.2047 20.84 15.19M14.12 14.12C13.8454 14.4147 13.5141 14.6511 13.1462 14.8151 12.7782 14.9791 12.3809 15.0673 11.9781 15.0744 11.5753 15.0815 11.1752 15.0074 10.8016 14.8565 10.4281 14.7056 10.0887 14.481 9.80385 14.1961 9.51897 13.9113 9.29439 13.5719 9.14351 13.1984 8.99262 12.8248 8.91853 12.4247 8.92563 12.0219 8.93274 11.6191 9.02091 11.2218 9.18488 10.8538 9.34884 10.4858 9.58525 10.1546 9.88 9.87999M17.94 17.94C16.2306 19.243 14.1491 19.9649 12 20 5 20 1 12 1 12 2.24389 9.68189 3.96914 7.6566 6.06 6.05999L17.94 17.94ZM1 1 23 23",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101755"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiEyeOff.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiEyeOff.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiFilm = function FiFilm(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M19.82 2H4.18C2.97602 2 2 2.97602 2 4.18V19.82C2 21.024 2.97602 22 4.18 22H19.82C21.024 22 22 21.024 22 19.82V4.18C22 2.97602 21.024 2 19.82 2ZM7 2V22M17 2V22M2 12H22M2 7H7M2 17H7M17 17H22M17 7H22",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiFilm.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiFilm.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiAlignCenter = function FiAlignCenter(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M18 10H6M21 6H3M21 14H3M18 18H6",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiAlignCenter.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiAlignCenter.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiZoomOut = function FiZoomOut(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M11 19C15.4183 19 19 15.4183 19 11 19 6.58172 15.4183 3 11 3 6.58172 3 3 6.58172 3 11 3 15.4183 6.58172 19 11 19ZM20.9999 21 16.6499 16.65M8 11H14",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiZoomOut.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiZoomOut.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiZoomIn = function FiZoomIn(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M11 19C15.4183 19 19 15.4183 19 11 19 6.58172 15.4183 3 11 3 6.58172 3 3 6.58172 3 11 3 15.4183 6.58172 19 11 19ZM20.9999 21 16.6499 16.65M11 8V14M8 11H14",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiZoomIn.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiZoomIn.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiZapOff = function FiZapOff(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101745)"
}, /*#__PURE__*/React.createElement("path", {
d: "M18.5699 12.91 20.9999 10H15.6599M8 8 3 14H12L11 22 16 16M12.4101 6.75 13.0001 2 10.5701 4.92M1 1 23 23",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101745"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiZapOff.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiZapOff.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiZap = function FiZap(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M13 2L3 14H12L11 22L21 10H12L13 2Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiZap.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiZap.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiYoutube = function FiYoutube(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M22.5401 6.42C22.4213 5.94541 22.1794 5.51057 21.8387 5.15941C21.4981 4.80824 21.0708 4.55318 20.6001 4.42C18.8801 4 12.0001 4 12.0001 4C12.0001 4 5.12008 4 3.40008 4.46C2.92933 4.59318 2.50206 4.84824 2.16143 5.19941C1.8208 5.55057 1.57887 5.98541 1.46008 6.46C1.1453 8.20556 0.991319 9.97631 1.00008 11.75C0.988863 13.537 1.14285 15.3213 1.46008 17.08C1.59104 17.5398 1.83839 17.9581 2.17823 18.2945C2.51806 18.6308 2.9389 18.8738 3.40008 19C5.12008 19.46 12.0001 19.46 12.0001 19.46C12.0001 19.46 18.8801 19.46 20.6001 19C21.0708 18.8668 21.4981 18.6118 21.8387 18.2606C22.1794 17.9094 22.4213 17.4746 22.5401 17C22.8524 15.2676 23.0064 13.5103 23.0001 11.75C23.0113 9.96295 22.8573 8.1787 22.5401 6.42V6.42Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.75 15.02L15.5 11.75L9.75 8.48001V15.02Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiYoutube.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiYoutube.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiXSquare = function FiXSquare(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3ZM9 9 15 15M15 9 9 15",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiXSquare.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiXSquare.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiXOctagon = function FiXOctagon(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M7.86 2H16.14L22 7.86V16.14L16.14 22H7.86L2 16.14V7.86L7.86 2ZM15 9 9 15M9 9 15 15",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiXOctagon.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiXOctagon.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiXCircle = function FiXCircle(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M12 22C17.5228 22 22 17.5228 22 12 22 6.47715 17.5228 2 12 2 6.47715 2 2 6.47715 2 12 2 17.5228 6.47715 22 12 22ZM15 9 9 15M9 9 15 15",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiXCircle.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiXCircle.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiX = function FiX(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M18 6 6 18M6 6 18 18",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiX.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiX.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiWind = function FiWind(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M9.59 4.59001C9.82231 4.35633 10.1088 4.18366 10.4239 4.08735C10.739 3.99105 11.073 3.9741 11.3963 4.038C11.7195 4.10191 12.022 4.24469 12.2768 4.45366C12.5315 4.66263 12.7307 4.9313 12.8566 5.23581C12.9825 5.54031 13.0313 5.8712 12.9985 6.19908C12.9657 6.52695 12.8524 6.84164 12.6687 7.11517C12.4849 7.38871 12.2365 7.61261 11.9454 7.76698C11.6542 7.92135 11.3295 8.0014 11 8.00001H2M12.59 19.41C12.8223 19.6437 13.1088 19.8164 13.4239 19.9127C13.739 20.009 14.073 20.0259 14.3963 19.962C14.7195 19.8981 15.022 19.7553 15.2768 19.5464C15.5315 19.3374 15.7307 19.0687 15.8566 18.7642C15.9825 18.4597 16.0313 18.1288 15.9985 17.8009C15.9657 17.4731 15.8524 17.1584 15.6687 16.8849C15.4849 16.6113 15.2365 16.3874 14.9454 16.233C14.6542 16.0787 14.3295 15.9986 14 16H2M17.73 7.73001C18.0208 7.4399 18.3787 7.22593 18.7719 7.10703C19.1652 6.98812 19.5816 6.96795 19.9845 7.0483C20.3874 7.12865 20.7642 7.30703 21.0817 7.56768C21.3993 7.82833 21.6477 8.16321 21.805 8.5427C21.9623 8.9222 22.0236 9.33461 21.9836 9.74346C21.9436 10.1523 21.8035 10.545 21.5756 10.8868C21.3477 11.2286 21.0391 11.509 20.6771 11.7032C20.3151 11.8973 19.9108 11.9993 19.5 12H2",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiWind.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiWind.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiWifiOff = function FiWifiOff(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("g", {
clipPath: "url(#clip0_77_101687)"
}, /*#__PURE__*/React.createElement("path", {
d: "M1 1 23 23M12 20H12.01M8.53003 16.11C9.54523 15.3887 10.7597 15.0013 12.005 15.0013 13.2504 15.0013 14.4648 15.3887 15.48 16.11M16.72 11.06C17.5391 11.4597 18.305 11.9603 19 12.55M5 12.55C6.48208 11.3108 8.26587 10.4862 10.17 10.16M1.41992 9C2.80709 7.77385 4.39762 6.79922 6.11992 6.12M10.71 5.05001C12.8524 4.87738 15.0076 5.13818 17.047 5.81683 19.0864 6.49549 20.9682 7.57809 22.58 9.00001",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_77_101687"
}, /*#__PURE__*/React.createElement("path", {
fill: "white",
d: "M0 0H24V24H0z"
}))));
};
FiWifiOff.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiWifiOff.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiWifi = function FiWifi(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M12 20H12.01M8.53003 16.11C9.54523 15.3887 10.7597 15.0013 12.005 15.0013 13.2504 15.0013 14.4648 15.3887 15.48 16.11M5 12.55C6.97656 10.9037 9.46761 10.0021 12.04 10.0021 14.6124 10.0021 17.1034 10.9037 19.08 12.55M1.41992 9.00001C4.34234 6.42397 8.10422 5.00266 11.9999 5.00266 15.8956 5.00266 19.6575 6.42397 22.5799 9.00001",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiWifi.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiWifi.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiWatch = function FiWatch(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size,
viewBox: "0 0 24 24",
fill: "none",
stroke: color,
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}, otherProps), /*#__PURE__*/React.createElement("path", {
d: "M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 9V12L13.5 13.5M16.51 17.35 16.16 21.18C16.1149 21.6786 15.8845 22.1422 15.5142 22.4792 15.1439 22.8162 14.6607 23.002 14.16 23H9.82998C9.32931 23.002 8.84609 22.8162 8.47578 22.4792 8.10548 22.1422 7.87504 21.6786 7.82998 21.18L7.47998 17.35M7.48998 6.64999 7.83998 2.81999C7.88489 2.32306 8.11391 1.86087 8.4821 1.52414 8.85028 1.18741 9.33103 1.00046 9.82998.999986H14.18C14.6807.997954 15.1639 1.18378 15.5342 1.52076 15.9045 1.85773 16.1349 2.32134 16.18 2.81999L16.53 6.64999",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}));
};
FiWatch.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};
FiWatch.defaultProps = {
color: 'currentColor',
size: '24'
};
var FiVolumeX = function FiVolumeX(props) {
var color = props.color,
size = props.size,
otherProps = _objectWithoutProperties(props, ["color", "size"]);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,