UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 889 B
'use strict'; 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 LogOut32 = (_a) => { var { fill, size = '2rem' } = _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 32 32" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 3a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h13.333a1 1 0 0 0 1-1v-5.333a1 1 0 1 0-2 0V27H5V5h11.333v4.333a1 1 0 1 0 2 0V4a1 1 0 0 0-1-1H4Zm20.707 8.293a1 1 0 0 0-1.414 1.414L25.586 15H12a1 1 0 1 0 0 2h13.586l-2.293 2.293a1 1 0 0 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4Z" }))); }; exports.default = LogOut32;