iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.15 kB
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 Logout = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.6 10.004c.066.081.111.176.12.287 0 .01.007.018.006.028l.002.008-.001.008c0 .007-.004.013-.004.02a.55.55 0 0 1-.142.343c-.007.007-.004.018-.01.026-.008.006-.019.003-.026.01-.006.005-.015.004-.02.008l-4.413 4.423a.542.542 0 0 1-.766-.767l3.51-3.516H3.77a.555.555 0 0 1 0-1.11h13.085l-3.509-3.517a.543.543 0 0 1 .765-.766l4.399 4.407c.005.004.007.01.011.014.015.012.036.007.05.02.02.02.013.051.03.074zM9.865 3.665c0-.307.306-.555 0-.555H2.662a.555.555 0 0 0-.554.555V16.99c0 .306.248.555.554.555H9.31a.555.555 0 0 0 .554-.555v-1.666h1.108v2.22a1.11 1.11 0 0 1-1.108 1.111H2.108A1.109 1.109 0 0 1 1 17.544V3.11C1 2.497 1.496 2 2.108 2h7.756c.612 0 1.108.497 1.108 1.11v2.22H9.864V3.665z", fill: "#000", fillRule: "evenodd" }));
exports.default = Logout;