UNPKG

@codementor/ui-kit

Version:
49 lines (41 loc) 2.11 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.MentorModeSvg = undefined; var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _createIcon = require('../hoc/createIcon'); var _createIcon2 = _interopRequireDefault(_createIcon); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var MentorModeSvg = function MentorModeSvg(props) { return _react2.default.createElement( 'svg', props, _react2.default.createElement( 'g', { fillRule: 'nonzero', fill: 'none' }, _react2.default.createElement('path', { d: 'M0 0h24v24H0z' }), _react2.default.createElement('path', { fill: '#000', d: 'M18.99 2h-8.11a3 3 0 0 0-2.95 3v1a3.59 3.59 0 0 1 .6-.06h.16-.16a3.6 3.6 0 0 0 0 7.2 3.56 3.56 0 0 0 1.6-.39l.2-.1a2.63 2.63 0 0 0 .36-.08h-.19a3.59 3.59 0 0 0-1.18-6.52V5c0-.856.694-1.55 1.55-1.55h8.11c.856 0 1.55.694 1.55 1.55v6.11a1.55 1.55 0 0 1-1.55 1.55h-2.86c0-.13.09-.25.11-.39l.07-.34.8-3.77A1.75 1.75 0 0 0 15.74 6a2 2 0 0 0-.4 0 1.79 1.79 0 0 0-1.75 1.45l-.5 2.35-.08.37a4.83 4.83 0 0 1-2.12 3.21 4.24 4.24 0 0 1-2.25.66 4 4 0 0 1-2.2-.66 9.25 9.25 0 0 0-4 4.63c-.67 1.93-.8 4 1.25 4h9.87a1.12 1.12 0 0 0 1.13-1.14 8 8 0 0 0-.3-2.45 20.66 20.66 0 0 0-.91-2.11A7.55 7.55 0 0 0 15.53 14h3.45a3 3 0 0 0 2.95-2.95V5a3 3 0 0 0-2.94-3zm-8.25 7.55a2.2 2.2 0 1 1-.64-1.552 2.2 2.2 0 0 1 .64 1.562v-.01zm4.12 2.4a5.55 5.55 0 0 1-2.2 3.13l-1.06.68.56 1.13c.316.627.597 1.271.84 1.93a6.26 6.26 0 0 1 .23 1.74H3.65a2.07 2.07 0 0 1-.24 0 3.6 3.6 0 0 1 .31-2.11A7.5 7.5 0 0 1 6.5 15a5.3 5.3 0 0 0 2.13.45 5.67 5.67 0 0 0 3-.87 6.2 6.2 0 0 0 2.75-4.11l.08-.37.5-2.35a.4.4 0 0 1 .38-.34h.09a.36.36 0 0 1 .31.45l-.8 3.77-.08.32z' }) ) ); }; MentorModeSvg.defaultProps = { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24' }; exports.default = (0, _createIcon2.default)({ SvgComponent: MentorModeSvg, displayName: 'MentorModeIcon' }); exports.MentorModeSvg = MentorModeSvg;