UNPKG

@sanity/icons

Version:
26 lines (25 loc) 744 B
import { forwardRef } from "react"; import { jsx } from "react/jsx-runtime"; /** * @public */ const SplitHorizontalIcon = /* @__PURE__ */ forwardRef(function(props, ref) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "split-horizontal", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref, children: /* @__PURE__ */ jsx("path", { d: "M19.5 10.5V20.5H5.5V10.5M19.5 10.5H5.5M19.5 10.5V4.5H5.5V10.5M12.5 13V15.5M12.5 18V15.5M12.5 15.5H15M12.5 15.5H10", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); }); export { SplitHorizontalIcon, SplitHorizontalIcon as default }; //# sourceMappingURL=SplitHorizontal.js.map