@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.18 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Logout = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:logout" }, props, { children: _jsx("path", { d: "M8,20 C13.6318102,20 16.6318102,20 17,20 C17.5522847,20 18,20.542669 18,21.0029063 C18,21.4631436 17.5522847,22 17,22 L7,22 C6.44771525,22 6,21.626904 6,21.1666667 L6,2.83333333 C6,2.37309604 6.44771525,2 7,2 L17,2 C17.5522847,2 18,2.53976271 18,3 C18,3.46023729 17.5522847,3.98304099 17,3.98304099 L8,3.98304099 L8,20 Z M18.5857864,11 L16.2928932,8.70710678 C15.9023689,8.31658249 15.9023689,7.68341751 16.2928932,7.29289322 C16.6834175,6.90236893 17.3165825,6.90236893 17.7071068,7.29289322 L21.7071068,11.2928932 C22.0976311,11.6834175 22.0976311,12.3165825 21.7071068,12.7071068 L17.7071068,16.7071068 C17.3165825,17.0976311 16.6834175,17.0976311 16.2928932,16.7071068 C15.9023689,16.3165825 15.9023689,15.6834175 16.2928932,15.2928932 L18.5857864,13 L11,13 C10.4477153,13 10,12.5522847 10,12 C10,11.4477153 10.4477153,11 11,11 L18.5857864,11 Z", fillRule: "nonzero" }) })));
export default Logout;
//# sourceMappingURL=logout.js.map