@icongo/cg
Version:
css.gg Icons
24 lines (23 loc) • 1.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGCornerDoubleRightDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGCornerDoubleRightDown = function CGCornerDoubleRightDown(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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: "m7.694 12.705-5.056-4.84 4.84-5.057L8.923 4.19 6.566 6.653 12.6 6.49a4.8 4.8 0 0 1 4.927 4.669l.16 5.926 2.246-2.294 1.43 1.4-4.9 5-5-4.898 1.4-1.429 2.427 2.378-.162-6.018a2.4 2.4 0 0 0-2.463-2.335l-5.898.158 2.31 2.212-1.383 1.445Z"
})
}));
};
exports.CGCornerDoubleRightDown = CGCornerDoubleRightDown;