@icongo/cg
Version:
css.gg Icons
19 lines • 684 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGLogOut = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M8.514 20h-4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4v2h-4v12h4v2Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m13.842 17.385 1.42-1.408-3.92-3.953h9.144a1 1 0 1 0 0-2h-9.162l3.98-3.947-1.408-1.42-6.391 6.337 6.337 6.391Z"
})]
}));
export { CGLogOut };