@icongo/cg
Version:
css.gg Icons
15 lines • 561 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsVAlt = 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: "M9.172 6.455 7.757 5.041 12 .798l4.243 4.243-1.415 1.414L13 4.627v14.746l1.828-1.828 1.415 1.414L12 23.202l-4.243-4.243 1.415-1.414L11 19.373V4.627L9.172 6.455Z"
})
}));
export { CGArrowsVAlt };