UNPKG

@icongo/cg

Version:
24 lines (23 loc) 1.1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGCornerDoubleDownRight = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGCornerDoubleDownRight = function CGCornerDoubleDownRight(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: "M12.6 7.68 7.638 2.741 2.701 7.704l1.418 1.41L6.522 6.7l-.014 6.036a4.8 4.8 0 0 0 4.788 4.812l5.928.014-2.239 2.303 1.434 1.394 4.88-5.019-5.019-4.88-1.394 1.434 2.436 2.369-6.02-.015a2.4 2.4 0 0 1-2.394-2.406l.014-5.9 2.268 2.256L12.6 7.68Z" }) })); }; exports.CGCornerDoubleDownRight = CGCornerDoubleDownRight;