UNPKG

bbm-component-library-test

Version:

React based component library for all BBM web applications

39 lines (33 loc) 2.16 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 LogoIcon() { return _react2.default.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "68", height: "36", viewBox: "0 0 68 36" }, _react2.default.createElement( "g", { fill: "none", fillRule: "evenodd" }, _react2.default.createElement("path", { className: "logo-icon-primary", fill: "currentColor", d: "M43.43 9.475h1.058c1.214 0 2.389.119 2.389 1.37 0 1.157-1.235 1.45-2.427 1.45h-1.02v-2.82zm0 5.285h1.116c1.254 0 2.682.137 2.682 1.63 0 1.385-1.388 1.582-2.72 1.582H43.43V14.76zm-3.637 5.795h5.75c2.448 0 5.324-.685 5.324-3.955 0-1.666-.94-2.64-2.758-3.013 1.525-.55 2.406-1.508 2.406-3.231 0-2.35-1.898-3.466-4.441-3.466h-6.281v13.665zm3.638 3.872h1.057c1.214 0 2.389.117 2.389 1.37 0 1.154-1.235 1.45-2.427 1.45h-1.02v-2.82zm0 5.286h1.115c1.254 0 2.682.136 2.682 1.624 0 1.392-1.388 1.587-2.72 1.587H43.43v-3.211zm-3.638 5.795h5.75c2.448 0 5.324-.683 5.324-3.956 0-1.663-.94-2.641-2.758-3.015 1.525-.547 2.406-1.508 2.406-3.229 0-2.351-1.898-3.468-4.441-3.468h-6.281v13.668zm12.294 0h3.273l-.073-10.495 3.094 10.495h3.077l3.2-10.495-.02 10.495h3.275V21.84h-5.072l-2.788 9.087-2.698-9.087h-5.268v13.668z" }), _react2.default.createElement("path", { className: "logo-icon-secondary", fill: "currentColor", d: "M20.16 7.432c-1.996 0-3.86.626-5.429 1.705L9.4 12.84V0L0 8.517v16.116c0 4.78 2.902 8.844 6.928 10.275l1.794.6c-3.678-1.969-6.195-5.948-6.195-10.556 0-6.54 5.1-11.851 11.389-11.851 5.868 0 10.694 4.632 11.313 10.572l-6.489-.01c-.564-2.323-2.537-4.043-4.877-4.043-2.784 0-5.043 2.425-5.043 5.412 0 2.993 2.259 5.416 5.043 5.416 2.57 0 4.695-2.062 4.999-4.738l6.414-.008a12.114 12.114 0 0 1-2.275 6.397s3.974-4.996 5.336-7.258c1.228-2.054 1.906-4.17 1.906-6.58 0-5.985-4.512-10.83-10.083-10.83" }) ) ); } exports.default = LogoIcon;