@icongo/cg
Version:
css.gg Icons
15 lines • 515 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongUp = 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.017-4.274 4.21L9.16 6.653l1.859-1.83-.056 18.155 2 .006.056-18.113 1.798 1.825 1.425-1.403-4.21-4.275Z"
})
}));
export { CGArrowLongUp };