@icongo/cg
Version:
css.gg Icons
15 lines • 577 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsV = 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: "m7.757 5.04 1.415 1.415L11 4.627V10h2V4.627l1.828 1.828 1.415-1.414L12 .798 7.757 5.041Zm8.486 13.92-1.415-1.415L13 19.373V14h-2v5.373l-1.828-1.828-1.415 1.414L12 23.202l4.243-4.243Z"
})
}));
export { CGArrowsV };