iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 683 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const LogoutIcon = (props) => React.createElement("svg", { "aria-label": "logout icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14 9h-2.001L12 5H4v14h7.997l.001-4H14v4c0 1.103-.897 2-2 2H4c-1.104 0-2-.897-2-2V5a2 2 0 0 1 2-2h8c1.103 0 2 .896 2 2v4zm2.293-.293l1.414-1.414L22.414 12l-4.707 4.707-1.414-1.414L18.586 13H10v-2h8.586l-2.293-2.293z" }));
exports.default = LogoutIcon;