@icongo/cg
Version:
css.gg Icons
17 lines • 634 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongLeftE = 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.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"
})
}));
export { CGArrowLongLeftE };