UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

38 lines (32 loc) 2.02 kB
/** * @adobe/react-spectrum-workflow (c) by Adobe * * @adobe/react-spectrum-workflow is licensed under a * Creative Commons Attribution-NoDerivatives 4.0 International License. * * You should have received a copy of the license along with this * work. If not, see <http://creativecommons.org/licenses/by-nd/4.0/>. **/ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.A4uChatAdd = A4uChatAdd; var _react = _interopRequireDefault(require("react")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } 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); } function A4uChatAdd(_ref) { var props = _extends({}, _ref); return /*#__PURE__*/_react["default"].createElement("svg", _extends({ viewBox: "0 0 36 36" }, props, props), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M14.75,28H9.586a1,1,0,0,0-.707.293L6,31.171V29a1,1,0,0,0-1-1H3a1,1,0,0,1-1-1V15a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1v1.893a12.26,12.26,0,0,1,2-1.124V15a3,3,0,0,0-3-3H3a3,3,0,0,0-3,3V27a3,3,0,0,0,3,3H4v4.793a.5.5,0,0,0,.854.354L10,30h5.084A12.221,12.221,0,0,1,14.75,28Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M24,14.6v.484A12.209,12.209,0,0,1,35.693,18.3,2.972,2.972,0,0,0,36,17V5a3,3,0,0,0-3-3H15a3,3,0,0,0-3,3v5h7.4A4.6,4.6,0,0,1,24,14.6Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M27,18.1A8.9,8.9,0,1,0,35.9,27,8.9,8.9,0,0,0,27,18.1Zm5,9.4a.5.5,0,0,1-.5.5H28v3.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V28H22.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H26V22.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V26h3.5a.5.5,0,0,1,.5.5Z" })); }