@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 956 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const LogOut20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M2.5 1.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h8.333a.75.75 0 0 0 .75-.75v-3.333a.75.75 0 0 0-1.5 0v2.583H3.25V3.25h6.833v2.583a.75.75 0 0 0 1.5 0V2.5a.75.75 0 0 0-.75-.75H2.5Zm13.03 5.22a.75.75 0 1 0-1.06 1.06l1.22 1.22H7.5a.75.75 0 0 0 0 1.5h8.19l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5Z" })));
};
exports.default = LogOut20;