@icongo/cg
Version:
css.gg Icons
15 lines • 690 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsScrollH = 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: "m15.305 12 2.825-2.825-1.414-1.414-2.825 2.825-.004-.004-1.414 1.414.004.004-.004.004 1.414 1.414.004-.004 2.825 2.825 1.414-1.414L15.305 12Zm-5.195-1.414.003-.004 1.414 1.414-.004.004.004.004-1.414 1.414-.004-.004-2.825 2.825-1.414-1.414L8.695 12 5.87 9.175l1.414-1.414 2.825 2.825Z"
})
}));
export { CGArrowsScrollH };