react-base-guide
Version:
react ui components
7 lines • 797 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const svg_1 = require("../../svg");
const Unchecked = (props) => (0, jsx_runtime_1.jsx)(svg_1.Svg, Object.assign({}, props, { width: "18px", height: "18px", verticalAlign: "-5px", cursor: "pointer", viewBox: "0 0 16 16", styled: { marginRight: "8px" } }, { children: (0, jsx_runtime_1.jsx)("g", Object.assign({ stroke: "none", fill: "none" }, { children: (0, jsx_runtime_1.jsx)("g", Object.assign({ stroke: "none", fill: "none" }, { children: (0, jsx_runtime_1.jsx)(svg_1.Rect, { width: "15px", height: "15px", x: "0.5", y: "0.5", rx: "3", stroke: "secondary", strokeWidth: "1px" }) })) })) }));
exports.default = Unchecked;
//# sourceMappingURL=unchecked.js.map