UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

31 lines (25 loc) 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require("react"); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function ForeignExchange() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "42", height: "37", viewBox: "0 0 42 37" }, _react2.default.createElement( "g", { fill: "currentColor", fillRule: "nonzero" }, _react2.default.createElement("path", { d: "M27.923 12.863C27.812 6.855 22.755 2 16.552 2 10.279 2 5.176 6.964 5.176 13.065c0 5.711 4.471 10.425 10.187 11.005.112 6.009 5.168 10.864 11.371 10.864 6.273 0 11.376-4.964 11.376-11.065 0-5.711-4.471-10.425-10.187-11.006zm-20.359.202c0-4.82 4.032-8.742 8.988-8.742 4.956 0 8.988 3.921 8.988 8.742 0 4.82-4.032 8.743-8.988 8.743-4.956 0-8.988-3.922-8.988-8.743zm19.17 19.546c-4.888 0-8.873-3.814-8.983-8.542 4.988-.51 9.023-4.17 9.966-8.89 4.495.478 8.004 4.192 8.004 8.69 0 4.82-4.031 8.742-8.987 8.742z" }), _react2.default.createElement("path", { d: "M32.49 9.57l-2.347-1.668-1.26 1.977 5.465 3.883 3.762-5.906-1.872-1.33-1.564 2.455c-.847-3.337-3.727-5.805-7.15-5.805V5.56c2.372 0 4.369 1.703 4.966 4.01zM9.62 28.54l2.347 1.668 1.26-1.977-5.465-3.883L4 30.254l1.872 1.33 1.564-2.455c.847 3.337 3.727 5.805 7.15 5.805V32.55c-2.372 0-4.369-1.703-4.966-4.01zM16.544 11.883c-1.057-.138-1.866-.299-1.866-.998 0-.938 1.124-1.078 1.794-1.078.801 0 1.656.412 1.947.937l.085.155 1.666-.844-.083-.186c-.62-1.385-1.73-1.787-2.57-1.949V6.705h-1.951v1.21c-1.813.294-2.89 1.394-2.89 2.97 0 2.57 2.133 2.83 3.688 3.021 1.383.179 2.028.552 2.028 1.175 0 1.19-1.508 1.283-1.97 1.283-1.028 0-2.02-.562-2.306-1.307l-.072-.187-1.81.84.072.187c.535 1.37 1.69 2.23 3.26 2.432v1.314h1.95v-1.38c1.496-.184 2.95-1.218 2.95-3.181 0-2.669-2.266-2.975-3.922-3.199z" }) ) ); } exports.default = ForeignExchange;