UNPKG

@sanity/icons

Version:
26 lines (25 loc) 842 B
import { forwardRef } from "react"; import { jsx } from "react/jsx-runtime"; /** * @public */ const DesktopIcon = /* @__PURE__ */ forwardRef(function(props, ref) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "desktop", 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: "M4.5 13.5V15.5C4.5 16.0523 4.94772 16.5 5.5 16.5H12.5M4.5 13.5V6.5C4.5 5.94772 4.94772 5.5 5.5 5.5H19.5C20.0523 5.5 20.5 5.94772 20.5 6.5V13.5M4.5 13.5H20.5M20.5 13.5V15.5C20.5 16.0523 20.0523 16.5 19.5 16.5H12.5M12.5 16.5V19.5M12.5 19.5H8M12.5 19.5H17", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); }); export { DesktopIcon, DesktopIcon as default }; //# sourceMappingURL=Desktop.js.map