UNPKG

@icongo/cg

Version:
15 lines 469 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGSpaceBetween = 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: "M19 5h-4v14h4v-2h-2V7h2V5ZM5 5h4v14H5v-2h2V7H5V5Zm8 2v10h-2V7h2Z" }) })); export { CGSpaceBetween };