UNPKG

@icongo/cg

Version:
15 lines 616 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGMergeHorizontal = 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: "m12 8.976 4.243-4.243-1.415-1.414L12 6.147 9.172 3.32 7.757 4.733 12 8.976ZM5 12a1 1 0 0 1 1-1h12a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1Zm7 3.024-4.243 4.243 1.415 1.414L12 17.853l2.828 2.828 1.415-1.414L12 15.024Z" }) })); export { CGMergeHorizontal };