@icongo/cg
Version:
css.gg Icons
15 lines • 565 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsH = 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: "M5.657 9.172 4.243 7.757 0 12l4.243 4.243 1.414-1.415L3.829 13H10v-2H3.83l1.828-1.828ZM14 11v2h6.172l-1.829 1.828 1.414 1.415L24 12l-4.243-4.243-1.414 1.415L20.172 11H14Z"
})
}));
export { CGArrowsH };