react-base-guide
Version:
react ui components
7 lines • 921 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const svg_1 = require("../../svg");
const Checked = (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.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)(svg_1.Rect, { x: "0.5", y: "0.5", rx: "3", width: "15px", height: "15px", strokeWidth: "1px", stroke: "secondary" }), (0, jsx_runtime_1.jsx)(svg_1.Polygon, { points: "6.80297024 11.9494508 3 8.20315165 4.29388389 6.80369946 6.80297024 9.34124384 11.7271376 4 13 5.19017765", fill: "active" })] }) })) }));
exports.default = Checked;
//# sourceMappingURL=checked.js.map