@braineet/ui
Version:
Braineet design system
26 lines • 1.66 kB
JavaScript
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); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
function Challenge(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("g", {
opacity: 0.6,
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17 22H7C6.44772 22 6 21.5523 6 21C6 18.7909 7.79086 17 10 17H14C16.2091 17 18 18.7909 18 21C18 21.5523 17.5523 22 17 22ZM14 19H10C9.25972 19 8.61337 19.4022 8.26756 20H15.7324C15.3866 19.4022 14.7403 19 14 19Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M7 3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V4H19C19.5523 4 20 4.44772 20 5V7C20 9.16357 18.6258 11.0062 16.7026 11.7026C16.1164 13.3214 14.7182 14.5512 13 14.9V16H11V14.9C9.28182 14.5512 7.88358 13.3214 7.29737 11.7026C5.37419 11.0062 4 9.16357 4 7V5C4 4.44772 4.44772 4 5 4H7V3ZM7 6H6V7C6 7.8885 6.38625 8.68679 7 9.23611V6ZM9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10V4H9V10ZM17 9.23611V6H18V7C18 7.8885 17.6137 8.68679 17 9.23611Z",
fill: "currentColor"
})]
}));
}
export default Challenge;