@icongo/cg
Version:
css.gg Icons
19 lines • 683 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 CGLogIn = 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: "M15.486 20h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v2h4v12h-4v2Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m10.158 17.385-1.42-1.408 3.92-3.953H3.513a1 1 0 1 1 0-2h9.163l-3.98-3.947 1.408-1.42 6.391 6.337-6.337 6.391Z"
})]
}));
export { CGLogIn };