@icongo/cg
Version:
css.gg Icons
15 lines • 599 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsShrinkV = 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: "M17 1v2H7V1h10Zm-.757 7.448-1.414 1.414L13 8.033v7.934l1.829-1.829 1.414 1.414L12 19.795l-4.243-4.243 1.415-1.414L11 15.966V8.034L9.172 9.862 7.757 8.448 12 4.205l4.243 4.243ZM17 23v-2H7v2h10Z"
})
}));
export { CGArrowsShrinkV };