@icongo/cg
Version:
css.gg Icons
15 lines • 635 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsBreakeH = 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.243 7h2v4h.005v2h-.005v4h-2v-4H4.828l1.829 1.828-1.414 1.415L1 12l4.243-4.243 1.414 1.415L4.828 11h4.415V7Zm6.01 0h-2v4h-.005v2h.005v4h2v-4h4.414l-1.829 1.829 1.415 1.414L23.495 12l-4.242-4.243-1.415 1.415L19.668 11h-4.414V7Z"
})
}));
export { CGArrowsBreakeH };