@icongo/cg
Version:
css.gg Icons
26 lines (25 loc) • 1.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGArrowLongLeftE = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGArrowLongLeftE = function CGArrowLongLeftE(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",
fillRule: "evenodd",
d: "m5.263 7.757-4.25 4.236 4.236 4.25 1.417-1.412-1.815-1.82 12.117.04-.008 2 6 .027.026-6-6-.027-.009 2-12.144-.04 1.842-1.837-1.412-1.417Zm15.714 3.312-.009 2-2-.01.01-2 2 .01Z",
clipRule: "evenodd"
})
}));
};
exports.CGArrowLongLeftE = CGArrowLongLeftE;