@icongo/cg
Version:
css.gg Icons
15 lines • 584 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowAlignH = 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 7h-2v10h2V7Zm-7 .757 1.414 1.415L5.586 11H10v2H5.586l1.828 1.828L6 16.243 1.757 12 6 7.757Zm12 8.486-1.414-1.414L18.414 13H14v-2h4.414l-1.828-1.828L18 7.757 22.243 12 18 16.243Z"
})
}));
export { CGArrowAlignH };