@icongo/cg
Version:
css.gg Icons
27 lines (26 loc) • 1.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGCornerDoubleRightUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGCornerDoubleRightUp = function CGCornerDoubleRightUp(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "m16.216 9.25 1.415-1.414-4.243-4.242-4.243 4.242L10.56 9.25l2.828-2.828 2.828 2.828Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M10.56 13.493 9.145 12.08l4.243-4.243 4.243 4.243-1.415 1.414-1.847-1.847v4.76a4 4 0 0 1-4 4h-4v-2h4a2 2 0 0 0 2-2v-4.723l-1.81 1.81Z"
})]
}));
};
exports.CGCornerDoubleRightUp = CGCornerDoubleRightUp;