@icongo/cg
Version:
css.gg Icons
15 lines • 531 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongUpL = 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",
d: "m12.032 1.019 4.21 4.274-1.424 1.404-1.799-1.826-.051 16.11h1.996v2h-6v-2h2.004l.051-16.157-1.858 1.83-1.403-1.425 4.274-4.21Z"
})
}));
export { CGArrowLongUpL };