UNPKG

@contentstack/live-preview-utils

Version:

Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.

39 lines (38 loc) 1.48 kB
import "../../../../chunk-5WRI5ZAA.js"; // src/visualBuilder/components/icons/fields/markdown-rte.tsx import { jsx, jsxs } from "preact/jsx-runtime"; function MarkdownRteIcon() { return /* @__PURE__ */ jsxs( "svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "#475161", xmlns: "http://www.w3.org/2000/svg", children: [ /* @__PURE__ */ jsx("path", { d: "M11.3163 16.1134L11.3051 11.4011L8.9938 15.2831H8.17475L5.87469 11.502V16.1134H4.16928V8.25951H5.67273L8.61232 13.1401L11.507 8.25951H12.9993L13.0217 16.1134H11.3163Z" }), /* @__PURE__ */ jsx( "path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.6875 6C1.6875 5.27513 2.27513 4.6875 3 4.6875H21C21.7249 4.6875 22.3125 5.27513 22.3125 6V18C22.3125 18.7249 21.7249 19.3125 21 19.3125H3C2.27513 19.3125 1.6875 18.7249 1.6875 18V6ZM3 5.8125C2.89645 5.8125 2.8125 5.89645 2.8125 6V18C2.8125 18.1036 2.89645 18.1875 3 18.1875H21C21.1036 18.1875 21.1875 18.1036 21.1875 18V6C21.1875 5.89645 21.1036 5.8125 21 5.8125H3Z" } ), /* @__PURE__ */ jsx( "path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.1818 12.408H20.1013L17.4168 16.1134L14.7323 12.408H16.6518V8.27225H18.1818V12.408Z" } ) ] } ); } export { MarkdownRteIcon }; //# sourceMappingURL=markdown-rte.js.map