@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.CGCornerDoubleUpLeft = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGCornerDoubleUpLeft = function CGCornerDoubleUpLeft(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: "M9.25 7.784 7.836 6.369l-4.242 4.243 4.242 4.243L9.25 13.44l-2.828-2.828L9.25 7.784Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "m13.493 13.44-1.414 1.415-4.243-4.243L12.08 6.37l1.414 1.415-1.847 1.846h4.76a4 4 0 0 1 4 4v4h-2v-4a2 2 0 0 0-2-2h-4.723l1.81 1.81Z"
})]
}));
};
exports.CGCornerDoubleUpLeft = CGCornerDoubleUpLeft;