@icongo/cg
Version:
css.gg Icons
19 lines • 641 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 CGEnter = 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: "M20 5H8v4H6V3h16v18H6v-6h2v4h12V5Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m13.074 16.95-1.414-1.414L14.196 13H2v-2h12.196L11.66 8.465l1.414-1.415 4.95 4.95-4.95 4.95Z"
})]
}));
export { CGEnter };