@braineet/ui
Version:
Braineet design system
35 lines • 1.91 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* eslint-disable camelcase */
import * as React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function Choice_2(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 17C13 18.6714 14.3286 20 16 20C17.6714 20 19 18.6714 19 17C19 15.3286 17.6714 14 16 14C14.3286 14 13 15.3286 13 17ZM17 17C17 17.562 16.562 18 16 18C15.438 18 15 17.562 15 17C15 16.438 15.438 16 16 16C16.562 16 17 16.438 17 17Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5 7C5 8.67143 6.32857 10 8 10C9.67143 10 11 8.67143 11 7C11 5.32857 9.67143 4 8 4C6.32857 4 5 5.32857 5 7ZM9 7C9 7.562 8.562 8 8 8C7.438 8 7 7.562 7 7C7 6.438 7.438 6 8 6C8.562 6 9 6.438 9 7Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M5 17C5 18.6714 6.32857 20 8 20C9.67143 20 11 18.6714 11 17C11 15.3286 9.67143 14 8 14C6.32857 14 5 15.3286 5 17ZM9 17C9 17.562 8.562 18 8 18C7.438 18 7 17.562 7 17C7 16.438 7.438 16 8 16C8.562 16 9 16.438 9 17Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
opacity: 0.6,
d: "M16 15.0909V15.0909C16 13.1328 14.4126 11.5455 12.4545 11.5455H11.8778C10.4603 11.5455 9.14218 10.8171 8.38781 9.61698L8 9V15",
stroke: "currentColor",
strokeWidth: 2,
strokeLinecap: "round",
strokeLinejoin: "round"
})]
}));
}
export default Choice_2;