@scaleflex/icons
Version:
SVG icons as React components
28 lines • 2.58 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var LogOut = function LogOut(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "LogOut",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M47.7511 22.2007C47.6554 21.9722 47.5186 21.7652 47.3448 21.5904L41.7336 15.9792C41.0022 15.2497 39.8196 15.2497 39.0881 15.9792C38.3567 16.7106 38.3567 17.8952 39.0881 18.6246L41.507 21.0435H31.057C30.0229 21.0435 29.186 21.8814 29.186 22.9146C29.186 23.9478 30.0219 24.7856 31.057 24.7856H41.508L39.0891 27.2045C38.3577 27.936 38.3577 29.1205 39.0891 29.85C39.4543 30.2162 39.9329 30.3978 40.4123 30.3978C40.8918 30.3978 41.3703 30.2162 41.7355 29.85L47.3468 24.2388C47.5206 24.0669 47.6573 23.8589 47.753 23.6284C47.9405 23.1744 47.9405 22.6578 47.7511 22.2007Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M37.4163 32.9242C36.264 32.9242 35.3333 33.8577 35.3333 35.0071V41.6662H26.9995V8.33285C26.9995 7.41392 26.395 6.60143 25.5142 6.33679L18.279 4.16691H35.3333V11.1013C35.3333 12.2517 36.265 13.1843 37.4163 13.1843C38.5676 13.1843 39.4993 12.2517 39.4993 11.1013V2.08297C39.4993 0.933575 38.5676 0 37.4163 0H4.08297C4.00777 0 3.94137 0.0312494 3.86813 0.0400383C3.77047 0.0507803 3.68063 0.0673815 3.58688 0.089842C3.36814 0.146482 3.1699 0.231441 2.98533 0.347649C2.93943 0.376946 2.88377 0.378899 2.83983 0.412101C2.82323 0.424796 2.81639 0.448233 2.79979 0.460928C2.57323 0.639636 2.38281 0.858382 2.24609 1.11912C2.21679 1.17576 2.21093 1.23533 2.1875 1.29392C2.12109 1.45212 2.04785 1.60641 2.02344 1.78122C2.0127 1.84371 2.03223 1.90231 2.0293 1.96285C2.02734 2.00387 2 2.04195 2 2.08297V43.7491C2 44.7433 2.70213 45.5968 3.67477 45.7911L24.5074 49.958C24.6431 49.9873 24.7798 50 24.9156 50C25.3921 50 25.8609 49.8359 26.2359 49.5274C26.7173 49.1319 26.9985 48.542 26.9985 47.917V45.8341H37.4153C38.5676 45.8341 39.4983 44.9005 39.4983 43.7511V35.0091C39.4993 33.8577 38.5676 32.9242 37.4163 32.9242Z",
fill: color
}));
};
export default LogOut;