react-base-guide
Version:
react ui components
7 lines • 1.01 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const svg_1 = require("../../svg");
const RadioUnchecked = (props) => (0, jsx_runtime_1.jsx)(svg_1.Svg, Object.assign({}, props, { width: "18px", height: "18px", verticalAlign: "-5px", cursor: "pointer", styled: { marginRight: "8px" }, viewBox: "0 0 18 18" }, { children: (0, jsx_runtime_1.jsx)("g", Object.assign({ stroke: "none", fill: "none" }, { children: (0, jsx_runtime_1.jsx)("g", Object.assign({ transform: "translate(-39.000000, -448.000000)" }, { children: (0, jsx_runtime_1.jsxs)("g", Object.assign({ transform: "translate(40.000000, 449.000000)" }, { children: [(0, jsx_runtime_1.jsx)(svg_1.Circle, { cx: "8", cy: "8", r: "8", stroke: "secondary", strokeWidth: "1px", className: "rgb-circle-hovered" }), (0, jsx_runtime_1.jsx)(svg_1.Circle, { cx: "8", cy: "8", r: "4" })] })) })) })) }));
exports.default = RadioUnchecked;
//# sourceMappingURL=unchecked.js.map