@icongo/cg
Version:
css.gg Icons
15 lines • 614 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsExpandRightAlt = 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: "M13.9 2.1v2h4.585l-5.778 5.78 1.414 1.414L19.9 5.515V10.1h2v-8h-8ZM5.515 19.9H10.1v2h-8v-8h2v4.585l5.778-5.778 1.414 1.414L5.515 19.9ZM9.172 7.757 7.757 9.172l7.071 7.07 1.415-1.414-7.071-7.07Z"
})
}));
export { CGArrowsExpandRightAlt };