@icongo/cg
Version:
css.gg Icons
15 lines • 616 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsMergeAltV = 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: "M18 1.503v2h-5v4.172l1.829-1.829 1.414 1.415L12 11.503 7.757 7.261l1.415-1.415L11 7.675V3.503H6v-2h12Zm0 18.994v2H6v-2h5v-4.172l-1.828 1.829-1.415-1.415L12 12.497l4.243 4.242-1.415 1.415L13 16.325v4.172h5Z"
})
}));
export { CGArrowsMergeAltV };