@icongo/cg
Version:
css.gg Icons
27 lines (26 loc) • 1.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGChevronDoubleRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGChevronDoubleRight = function CGChevronDoubleRight(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: "M5.636 7.757 7.05 6.343 12.707 12 7.05 17.657l-1.414-1.414L9.88 12 5.636 7.757Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "m12.707 6.343-1.414 1.414L15.536 12l-4.243 4.243 1.414 1.414L18.364 12l-5.657-5.657Z"
})]
}));
};
exports.CGChevronDoubleRight = CGChevronDoubleRight;