UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.12 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFormRadioChecked = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFormRadioChecked = function LIGuiFormRadioChecked(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "green", d: "M7 4C5.32 4 4 5.32 4 7s1.32 3 3 3 3-1.32 3-3-1.32-3-3-3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7 1C3.7 1 1 3.7 1 7s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 1.2c2.64 0 4.8 2.16 4.8 4.8S9.64 11.8 7 11.8c-2.64 0-4.8-2.16-4.8-4.8 0-2.64 2.16-4.8 4.8-4.8z" })] })); }; exports.LIGuiFormRadioChecked = LIGuiFormRadioChecked;