UNPKG

@icongo/cg

Version:
26 lines (25 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGArrowLongLeftC = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGArrowLongLeftC = function CGArrowLongLeftC(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.27 7.757-4.25 4.236 4.236 4.25 1.416-1.412-1.814-1.82 12.288.042a3.001 3.001 0 0 0 5.834-.975 3 3 0 0 0-5.825-1.025L4.839 11.01l1.843-1.836L5.27 7.757Zm13.71 4.303a1 1 0 1 1 2 .009 1 1 0 0 1-2-.01Z", clipRule: "evenodd" }) })); }; exports.CGArrowLongLeftC = CGArrowLongLeftC;