@quillforms/blocklib-welcome-screen-block
Version:
Welcome screen block for quillforms
30 lines • 837 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const WelcomeScreenIcon = () => /*#__PURE__*/_jsxs("svg", {
viewBox: "0 0 24 24",
fill: "none",
stroke: "currentColor",
children: [/*#__PURE__*/_jsx("path", {
d: "M3 12H16",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M12 8L16 12L12 16",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M19 5V19",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M16 4L22 4",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/_jsx("path", {
d: "M16 20L22 20",
strokeWidth: "1.5",
strokeLinecap: "round"
})]
});
export default WelcomeScreenIcon;
//# sourceMappingURL=icon.js.map