UNPKG

@braineet/ui

Version:

Braineet design system

47 lines (46 loc) 4.01 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function Choice_1(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 17C4 18.6714 5.32857 20 7 20C8.67143 20 10 18.6714 10 17C10 15.3286 8.67143 14 7 14C5.32857 14 4 15.3286 4 17ZM8 17C8 17.562 7.562 18 7 18C6.438 18 6 17.562 6 17C6 16.438 6.438 16 7 16C7.562 16 8 16.438 8 17Z", fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { opacity: 0.6, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 17C14 18.6714 15.3286 20 17 20C18.6714 20 20 18.6714 20 17C20 15.3286 18.6714 14 17 14C15.3286 14 14 15.3286 14 17ZM18 17C18 17.562 17.562 18 17 18C16.438 18 16 17.562 16 17C16 16.438 16.438 16 17 16C17.562 16 18 16.438 18 17Z", fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 8.5858V8C18 5.79086 16.2091 4 14 4H11C10.4477 4 10 4.44771 10 5C10 5.55228 10.4477 6 11 6L14 6C15.1046 6 16 6.89543 16 8V8.58579L15.7071 8.29291C15.3166 7.90238 14.6834 7.90238 14.2929 8.29291C13.9024 8.68343 13.9024 9.31659 14.2929 9.70712L16.2929 11.7071C16.6834 12.0976 17.3166 12.0976 17.7071 11.7071L19.7071 9.70712C20.0976 9.31659 20.0976 8.68343 19.7071 8.29291C19.3166 7.90238 18.6834 7.90238 18.2929 8.29291L18 8.5858Z", fill: "currentColor" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 5V11C6 11.5523 6.44772 12 7 12C7.55228 12 8 11.5523 8 11V5C8 4.44772 7.55228 4 7 4C6.44772 4 6 4.44772 6 5Z", fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.70711 8.29289C5.31658 7.90237 4.68342 7.90237 4.29289 8.29289C3.90237 8.68342 3.90237 9.31658 4.29289 9.70711L6.29289 11.7071C6.68342 12.0976 7.31658 12.0976 7.70711 11.7071L9.70711 9.70711C10.0976 9.31658 10.0976 8.68342 9.70711 8.29289C9.31658 7.90237 8.68342 7.90237 8.29289 8.29289L7 9.58579L5.70711 8.29289Z", fill: "currentColor" })] })); } var _default = Choice_1; exports.default = _default;