UNPKG

@codementor/ui-kit

Version:
49 lines (41 loc) 2.11 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.TeamSvg = 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 TeamSvg = function TeamSvg(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: 'M7.95 8.36a3.18 3.18 0 1 0 0-6.36 3.18 3.18 0 0 0 0 6.36zm0-5a1.78 1.78 0 1 1-1.78 1.78 1.78 1.78 0 0 1 1.78-1.69v-.09zm7.94 5a3.18 3.18 0 1 1 0-6.36 3.18 3.18 0 0 1 0 6.36zm0-5v.09a1.78 1.78 0 0 0-1.78 1.69 1.78 1.78 0 1 0 1.78-1.78zm5.6 9.26c.6 1.73.72 3.57-1.13 3.59h-4a6.86 6.86 0 0 1 1.21 2.11c.6 1.74.73 3.59-1.13 3.59H7.52c-1.87 0-1.78-1.87-1.12-3.61a8.94 8.94 0 0 1 1.15-2.09h-4c-1.87 0-1.78-1.87-1.12-3.61A8 8 0 0 1 5.9 8.45a3.86 3.86 0 0 0 2 .6 3.68 3.68 0 0 0 2-.6 3.14 3.14 0 0 1 4.28.23 3.88 3.88 0 0 0 1.64.37 3.68 3.68 0 0 0 2-.6 8.36 8.36 0 0 1 3.67 4.17zm-9.57-3.51a1.78 1.78 0 1 0 0 3.56 1.78 1.78 0 0 0 0-3.56zM16.5 20.5h.01a3.87 3.87 0 0 0-.28-1.71 6.59 6.59 0 0 0-2.42-3 5 5 0 0 1-1.92.39 5.27 5.27 0 0 1-2-.39 7 7 0 0 0-2.23 3 3.63 3.63 0 0 0-.32 1.71h9.16zm4-5.7h-.03a3.87 3.87 0 0 0-.28-1.73 6.59 6.59 0 0 0-2.42-3 4.83 4.83 0 0 1-2.7.32 3.18 3.18 0 1 1-6.25 0 4.94 4.94 0 0 1-.9.09 5.27 5.27 0 0 1-2-.39 7 7 0 0 0-2.23 3 3.62 3.62 0 0 0-.32 1.71h5.48a6.26 6.26 0 0 1 1-.66 3.86 3.86 0 0 0 2 .6 3.68 3.68 0 0 0 2-.6c.35.194.684.415 1 .66h5.65z' }) ) ); }; TeamSvg.defaultProps = { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24' }; exports.default = (0, _createIcon2.default)({ SvgComponent: TeamSvg, displayName: 'TeamIcon' }); exports.TeamSvg = TeamSvg;