UNPKG

@sanity/icons

Version:
29 lines (28 loc) 688 B
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function UnpublishIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "unpublish", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [/* @__PURE__ */ jsx("path", { d: "M5 19.5H20M12.5 16V5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }), /* @__PURE__ */ jsx("path", { d: "M17.5 11L12.5 16L7.5 11", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" })] }); } export { UnpublishIcon, UnpublishIcon as default }; //# sourceMappingURL=Unpublish.js.map