@icongo/cg
Version:
css.gg Icons
17 lines • 659 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongLeftC = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { CGArrowLongLeftC };