@quillforms/blocklib-welcome-screen-block
Version:
Welcome screen block for quillforms
36 lines (35 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
const WelcomeScreenIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
viewBox: "0 0 24 24",
fill: "none",
stroke: "currentColor",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3 12H16",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12 8L16 12L12 16",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M19 5V19",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 4L22 4",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 20L22 20",
strokeWidth: "1.5",
strokeLinecap: "round"
})]
});
var _default = exports.default = WelcomeScreenIcon;
//# sourceMappingURL=icon.js.map