UNPKG

plotly-icons

Version:
51 lines (38 loc) 2.04 kB
'use strict'; function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var React = _interopDefault(require('react')); var _extends = Object.assign || 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; }; var objectWithoutProperties = function (obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }; var AccountMultiplePlusOutlineIcon = function AccountMultiplePlusOutlineIcon(_ref) { var _ref$color = _ref.color, color = _ref$color === undefined ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === undefined ? 24 : _ref$size, children = _ref.children, props = objectWithoutProperties(_ref, ['color', 'size', 'children']); var className = 'mdi-icon ' + (props.className || ''); return React.createElement( 'svg', _extends({}, props, { className: className, width: size, height: size, fill: color, viewBox: '0 0 24 24' }), React.createElement('path', { d: 'M13,14C15,14 19,15 19,17V19H7V17C7,15 11,14 13,14M19.62,14.16C21.63,14.5 24,15.46 24,17V19H21V17C21,15.82 20.45,14.89 19.62,14.16M13,12C11.34,12 10,10.66 10,9C10,7.34 11.34,6 13,6C14.66,6 16,7.34 16,9C16,10.66 14.66,12 13,12M18,12C17.68,12 17.37,11.95 17.09,11.86C17.65,11.05 18,10.06 18,9C18,7.94 17.65,6.96 17.09,6.14C17.37,6.05 17.68,6 18,6C19.66,6 21,7.34 21,9C21,10.66 19.66,12 18,12M8,11V13H5V16H3V13H0V11H3V8H5V11H8M13,7.5C12.17,7.5 11.5,8.17 11.5,9C11.5,9.83 12.17,10.5 13,10.5C13.83,10.5 14.5,9.83 14.5,9C14.5,8.17 13.83,7.5 13,7.5M8.5,17.5H17.5V17C17.5,16.17 15.5,15.5 13,15.5C10.5,15.5 8.5,16.17 8.5,17V17.5Z' }) ); }; module.exports = AccountMultiplePlusOutlineIcon;