UNPKG

@quillforms/blocklib-multiple-choice-block

Version:
47 lines (46 loc) 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _jsxRuntime = require("react/jsx-runtime"); const MultipleChoiceIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("text", { x: "2", y: "8", fontSize: "7", fontWeight: "bold", fill: "currentColor", textAnchor: "middle", children: "A" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { x: "7", y: "5.2", width: "8", height: "1.6", rx: "0.8", fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("text", { x: "2", y: "15", fontSize: "7", fontWeight: "bold", fill: "currentColor", textAnchor: "middle", children: "B" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { x: "7", y: "11.2", width: "8", height: "1.6", rx: "0.8", fill: "currentColor" })] }); var _default = exports.default = MultipleChoiceIcon; //# sourceMappingURL=icon.js.map