UNPKG

@quillforms/blocklib-multiple-choice-block

Version:
41 lines 933 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const MultipleChoiceIcon = () => /*#__PURE__*/_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: [/*#__PURE__*/_jsx("text", { x: "2", y: "8", fontSize: "7", fontWeight: "bold", fill: "currentColor", textAnchor: "middle", children: "A" }), /*#__PURE__*/_jsx("rect", { x: "7", y: "5.2", width: "8", height: "1.6", rx: "0.8", fill: "currentColor" }), /*#__PURE__*/_jsx("text", { x: "2", y: "15", fontSize: "7", fontWeight: "bold", fill: "currentColor", textAnchor: "middle", children: "B" }), /*#__PURE__*/_jsx("rect", { x: "7", y: "11.2", width: "8", height: "1.6", rx: "0.8", fill: "currentColor" })] }); export default MultipleChoiceIcon; //# sourceMappingURL=icon.js.map